All notable changes to the "Mark Files" extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Mark/Unmark multiple files from the file explorer (Thanks @UsmannK)
- Switch to '.gitignore format' for the
scope.txt
file (Thanks @DavidBDiligence) - Switch from disk-based storage to workspace memory (for future web compatibility)
- Add a feature to export marked files to a custom file on disk
- Mark/Unmark folders from the file explorer (this will mark/unmark every subfile/subfolder)
- Formatted files using Prettier.
- Fix: empty decoration errors in last vscode builds
- Bump dependencies
- Fix: Import/Export marked files from scope file on Windows systems.
- Fix: Support relative paths starting with
./
in scope file (Thanks @X1pherW0lf)