Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.0.2] - 2024-04-25
Changed
- Updated icon.
[2.0.1] - 2024-04-24
Changed
- Changed to reusable.release.vscode.yml.
- Keep a changelog.
- Updated icon.
[2.0.0] - 2024-02-05
Changed
- Changed source language to TypeScript.
- Added esbuild to get Browser Editor support.
- Refactored code.
- Added UnitTests workflow.
[1.1.1] - 2023-09-14
Changed
- Improved VSCode Marketplace keywords.
[1.1.0] - 2023-08-29
Added
- Added leading zeros to month and day to always get the same date format.
- Some languages do not have line comments, such as CSS. But, they have the possibility to comment out a code block (blockComment). Now the QuoteWithMarker can be used in these languages as well.
[1.0.3] - 2023-08-14
Changed
- Updated README.md.
- Tidied code.
[1.0.2] - 2023-08-08
Added
- Placeholder - The following placeholders have been added for the
quoteWithMarker.codeMarker
setting:
[1.0.1] - 2023-08-08
Changed
- Updated README.md.
- Updated categories and keywords for Visual Studio Marketplace.
[1.0.0] - 2023-07-27
Added
QuoteWithMarker
is an extension that quotes the selected area and adds a custom marker to it.