Skip to content

Releases: aprilandjan/vscode-ascii-tree-generator

v2.0.0

22 Dec 12:06
Compare
Choose a tag to compare

Finally found my vscode market account😭. This version mainly improve configuration names, docs and coding styles, with some breaking changes(!15 by @mahyarmirrashed).

Changed

  • Reformatted files for easier readability (Prettier extension)
  • Formalized README.md contents
  • Changed property names (should not have spaces in them and was not descriptive to current extension)

Fixed

  • Some bug in VSCode bin installation when using yarn.

v1.2.4

11 Sep 14:05
Compare
Choose a tag to compare

Chore

  • Remove the introduction (temporarily) for indent character usage in Readme since it is buggy (see #13).

v1.2.3

29 Apr 13:20
Compare
Choose a tag to compare

Fixed

  • Fix Revert Tree String to Text regex on more depth tree strings(@Rolaka)

v1.2.2

07 Mar 13:08
Compare
Choose a tag to compare

Fixed

  • Fix wording and menu command group(@tjx666).

v1.2.1

08 Nov 13:22
Compare
Choose a tag to compare

Added

v1.1.2

09 Oct 13:52
Compare
Choose a tag to compare

Fixed

  • Fix exceptions when try to generate from an empty directory folder.

v1.1.1

26 Mar 12:24
Compare
Choose a tag to compare

Fixed

  • Fix errors when formatting text lines with same multiple hash beginnings.

v1.1.0

19 Mar 11:45
Compare
Choose a tag to compare

Features:

  • Add Revert Tree Strings to Text command in Command Palette.