Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

31 lines (21 loc) · 1.03 KB

Change Log

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