All notable changes to this extension are documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added functionality to filter the files and directories based on the user's
files.exclude
settings
- Toggle button to group directories at the top of the list, feature state persists across VS Code restarts
- Updated README with a link for downloading the extension from the Open VSX Registry
- README and changelog updates (overlooked in v0.3.0)
- Spanish translations for enhanced localization 🇲🇽
- Continuous Integration setup for improved development workflow
- Extension published to the Open VSX Registry 🎉
- Core implementation refactor for better testability and maintainability
- Documentation updated with a GIF replacing demo video
- Test coverage expanded through unit testing of the core implementation
- Set up esbuild for bundle file generation
- Embedded demo video for Marketplace visibility
- Added demo video to the README
- Fixed broken links in the README
- Updated file icon in Quick Pick
- Code cleanup and file/folder reorganization
- Added extension icon and updated README with relevant information
- Initial implementation of the
relativeFileNavigator.open
command for displaying files and directories in the same directory as the current file in Quick Pick