Skip to content

Releases: dennykorsukewitz/VSCode-QuoteWithMarker

2.0.2

25 Apr 20:56
Compare
Choose a tag to compare

Changed

  • Updated icon.

Full Changelog: 2.0.1...2.0.2

2.0.1

24 Apr 22:07
Compare
Choose a tag to compare

Changed

  • Changed to reusable.release.vscode.yml.
  • Keep a changelog.
  • Updated icon.

Full Changelog: 2.0.0...2.0.1

2.0.0

05 Feb 11:50
Compare
Choose a tag to compare

Refactoring

  • Changed source language to TypeScript.
  • Added esbuild to get Browser Editor support.
  • Refactored code.
  • Added UnitTests workflow.

1.1.1

26 Sep 07:19
Compare
Choose a tag to compare

Maintenance

  • Improved VSCode Marketplace keywords.

1.1.0

29 Aug 08:29
Compare
Choose a tag to compare

Leading zeros

Added leading zeros to month and day to always get the same date format.

blockComment

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

14 Aug 12:41
Compare
Choose a tag to compare

Maintenance

  • Updated README.md.
  • Tidied code.

1.0.2

09 Aug 20:53
Compare
Choose a tag to compare

Placeholder

The following placeholders have been added for the quoteWithMarker.codeMarker setting:

  • ${year} => current year
  • ${month} => current month
  • ${day} => current day

Example:

MyMarker - Copyright (C) 2012-${year} Denny Korsukéwitz, https://dennykorsukewitz.github.io/

1.0.1

08 Aug 14:13
Compare
Choose a tag to compare

Maintenance

  • Updated README.md
  • Updated categories and keywords for Visual Studio Marketplace.

1.0.0

27 Jul 10:50
Compare
Choose a tag to compare

Initial release of QuoteWithMarker extension

QuoteWithMarker is an extension that quotes the selected area and adds a custom marker to it.