Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 1 KB

CHANGELOG.md

File metadata and controls

55 lines (28 loc) · 1 KB

Change Log

All notable changes to the "vscode-beancount-formatter" extension will be documented in this file.

[1.4.2] - 2021-07-07

[1.4.1] - 2021-07-05

  • Add option doc for fixedCJKWidth

[1.4.0] - 2021-07-05

  • #18, Add option fixedCJKWidth to treat CJK aka East Asian characters as two letters width.

[1.3.2] - 2020-01-12

  • #8, CURRENCY_RE should full match line.

[1.3.1] - 2020-01-11

  • Fix #8, string repeat a negative number.

[1.3.0] - 2020-01-09

  • Big change, the extension do not require beancount anymore.

[1.2.3] - 2020-01-07

  • Fix get workspace path error

[1.2.2] - 2020-01-07

  • Add more console log for error message

[1.2.1] - 2020-01-05

  • Fix command not found when using remote-wsl

[1.2.0] - 2019-08-09

  • Added more customization options

[1.1.1] - 2019-01-30

  • add changelog

[1.1.0] - 2019-01-30

  • bugfix, replace cr and crlf with lf

[1.0.0] - 2019-01-30

  • Initial release