All notable changes to the "noteour" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Made settings configurable from CMD+, rather than through the UI.
- Fixed minor bugs where '@audit' was not detected due to regex limitations.
- Fixed an issue where the extension was changing file icons unexpectedly by removing the
iconThemes
contribution frompackage.json
. - Removed custom icons from the tree view items to prevent interfering with already defined VS Code icons.
- Added logo to the extension.
- Updated core functionality to support special characters in note types, such as '@'.
- Improved naming of commands in Command Palette for clarity.
- Enhanced functionality to collect audit notes upon each file extension or note type change.
- Initial release.