Skip to content

Latest commit

 

History

History
216 lines (138 loc) · 6.27 KB

CHANGELOG.md

File metadata and controls

216 lines (138 loc) · 6.27 KB

Change Log

0.13.0 (2024-11-09)

  • Add Inlay Hints for last legs of transactions with elided amounts @iamkroot

0.12.0 (2024-09-15)

  • Add support for multi-level code outline from headings @Ev2geny

0.11.0 (2024-04-29)

  • Allow syntax highlight in markdown @hotshotxwl
  • Support opening files from 'include' directive by adding DocumentLinkProvider @mengqi92
  • Add org-mode-fold to README.md @dumbPy
  • oneliner version syntx with file suffix .beancount.oneline or .bean.oneline. @Akuukis

0.10.0 (2023-11-05)

0.9.1 (2022-10-23)

  • "Input Method" Support on Account Name @zinc0x1E
  • Do not create fava terminal as default, fix #77

0.9.0 (2022-06-11)

0.8.2 (2022-05-29)

  • Skip closed accounts when prompting complete items @mengqi92.
  • Bump minimist from 1.2.5 to 1.2.6.

0.8.1 (2022-03-09)

  • Support relative path to python (Add #27 back)

0.8.0 (2021-07-10)

  • Support alias ~ for home directory on python3Path config @whusnoopy.
  • Support windows % variables paths @huruka.

0.7.0 (2021-01-27)

  • Change assets-class to asset-class in snippets @chylli-binary.
  • Treat CJK aka East Asian characters as two letters width @yukixz.

0.6.0 (2021-03-26)

  • Add/remove diagnostic information when standalone files are opened/closed
  • Let formatter ignore non-beancount files

0.5.6 (2020-03-18)

0.5.5 (2020-03-18)

  • fix #38: account autocompletion fails due to commodity price error

0.5.4 (2020-03-14)

  • workaround for completing narrations and payees

0.5.3 (2020-03-11)

  • feat(syntax): add support for beancount_oneliner @Akuukis

0.5.2 (2019-11-30)

  • Fixed a bug related to completing the first transaction

0.5.0 (2019-09-23)

  • Use Pinyin initial letters to input existing Chinese narrations and payees quickly.
  • auto completion of narrations and payees now is triggered by ".

0.4.2 (2019-09-16)

  • Support relative path to python (to allow wrapper scripts) @vizanto.
  • Syntax Highlight Enhancement @SEIAROTg.

0.4.1 (2019-07-13)

  • Ensure accounts in transaction can start with all letters @jumoel.
  • Add an option to disable autocompletion of payee and narration fields.
  • Make formatter aware of language specific tabSize settings @sevenkplus.

0.4.0 (2019-06-17)

  • Add support for non-ascii characters in account names @lockjs
  • Add "flag as okay" quickfix for flag warnings @mjec

0.3.4, 0.3.5 (2019-02-18)

  • Fix a bug in auto-completion of links(^)
  • auto-completion improvements

0.3.3 (2019-01-13)

  • Auto-completion of tags and links

0.3.2 (2019-01-05)

  • Recognize indented directives. @zahanm
  • Fix the bug that only one commodity is shown in the hover.

0.3.1 (2019-01-02)

  • Fix path problem on Windows
  • Add logs
  • other minor improvements

0.3.0 (2018-12-16)

  • Auto-completion lists now include accounts, payees, and narrations appeared in other files.
  • Hover over account names to check account balances.
  • Remove command beancount.insertDate, which is replaced by auto-completion.
  • Temporarily remove beancount.alignCommodity.

0.2.8 (2018-11-15)

  • Add accented characters support in wordPattern regex. @NicolasP

0.2.7 (2018-10-07)

  • Fix a bug where the cursor is not correctly moved

0.2.6 (2018-09-19)

  • Provide options to specify python3 and fava path #12

0.2.5 (2018-09-09)

  • Fix a bug where the cursor is not correctly moved
  • Change Fava binding address to 127.0.0.1

0.2.4 (2018-08-15)

  • Fix a bug where duplicate diagnostic entries show up
  • Add code folding markers (@zacharylawrence)

0.2.3 (2018-05-17)

  • Correctly handle terminal-close event.

0.2.2 (2018-05-17)

  • Fix some potential bugs;
  • beancount.mainBeanFile now cen be set to either a relative path or a full path. (@robotkid)

0.2.1 (2018-05-06)

  • Fix a bug related to an empty contentChanges array. (@robotkid)

0.2.0 (2018-04-26)

  • Code snippets (@vlamacko)
  • Run Fava to view balances

0.1.1 (2018-04-22)

  • The extension now will not check unrelated files. #8

0.1.0 (2018-01-24)

  • Automatically check bean file and show errors in VSCode.

0.0.3 (2018-01-14)

  • Add wordPattern regex to improve autocompletion. @dcyoung05

0.0.2 (2017-04-15)

  • Made the extension honor editor.tabSize when inserting new postings

0.0.1 (2017-03-14)

  • Initial release