All notable changes to the "ascii-tree-generator" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- 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)
- Some bug in VSCode
bin
installation when using yarn- To fix, change stable releases link from
https://vscode-update.azurewebsites.net/api/releases/stable
tohttps://update.code.visualstudio.com/api/releases/stable
- To fix, change stable releases link from
- Remove the introduction (temporarily) for
indent
character usage in README.md since it is buggy (see #13).
- Fix
Revert Tree String to Text
regex on more depth tree strings(@Rolaka)
- Fix wording and menu command group(@tjx666).
- Fix problems while reading user charset configurations.
- Added configuration for character codes(@rabanti-github).
- Fix exceptions when try to generate from an empty directory folder.
- Fix errors when formatting text lines with same multiple hash beginnings.
- Add
Revert Tree String to Text
command inCommand Palette
.
- Support formatting lines started with indent+hash pattern.
- Fix errors when
fs.stat
. If failed, the file will be ignored in result.
- Initial release