Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 825 Bytes

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 825 Bytes

Change Log

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.

[Unreleased]

[1.0.0] - 2023-03-12

[1.1.0] - 2023-04-11

Added

  • 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

[1.1.1] - 2023-05-11

Added

  • Mark/Unmark folders from the file explorer (this will mark/unmark every subfile/subfolder)

Changed

  • Formatted files using Prettier.