Releases: aprilandjan/vscode-ascii-tree-generator
Releases · aprilandjan/vscode-ascii-tree-generator
v2.0.0
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
v1.2.3
v1.2.2
v1.2.1
Added
- Added configuration for character codes(@rabanti-github)
v1.1.2
Fixed
- Fix exceptions when try to generate from an empty directory folder.
v1.1.1
Fixed
- Fix errors when formatting text lines with same multiple hash beginnings.
v1.1.0
Features:
- Add
Revert Tree Strings to Text
command inCommand Palette
.