Skip to content

Releases: lumaxis/snippet-copy

v2.0.0

15 Feb 00:54
v2.0.0
dfdc2b4
Compare
Choose a tag to compare

What's Changed

New! ✨

  • Add compatibility with browser-based versions of VS Code by @lumaxis in #280
    NB: While not technically a breaking change (the feature set remains the same), this was a significant rewrite, so please look out if anything seems off and report any issues 🙏🏼

Full Changelog: v1.0.0...v2.0.0

v1.0.0

03 Jul 16:16
v1.0.0
0a84225
Compare
Choose a tag to compare

First stable release 🎉

Features

Check out all features in the Readme

v0.3.1

01 Jul 23:37
v0.3.1
2bb890b
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Fixes

  • Exclude unnecessary files from published file, reducing its size.

v0.3.0

30 Jun 23:29
v0.3.0
9f0efad
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Features

  • Rename VS Code commands to be shorter and more concise.
    • Copy Snippet Without Leading Indentation is now Copy Snippet
    • Copy Snippet Without Leading Indentation as Markdown Code Block is now Copy Snippet as Markdown Code Block
  • Improve configuration options for Markdown code blocks
    • Add markdownCodeBlock.includeLanguageIdentifier configuration option for Markdown block behavior. This replaces snippet-copy.addLanguageIdentifierToMarkdownBlock.
    • Allows to set whether Markdown blocks should always include the language identifier which allows for syntax highlighting in some tools (for example github.com) but is not compatible with others (for example Slack).
    • The default is "prompt" which makes the extension always prompt when using the "Copy Snippet as Markdown Code Block" command.
  • Add configuration setting to convert tabs to spaces when copying snippet. Additionally allows to configure the tab size for the conversion.

v0.2.3

27 Jun 17:25
v0.2.3
db178f5
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Fixes

  • Use absolute image links

v0.2.2

27 Jun 16:40
v0.2.2
e5dbd56
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Quick update to rename the default branch to "main"

v0.2.1

25 May 02:31
v0.2.1
debc33d
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Fixes

  • Ignore empty or whitespace-only lines when calculating minimum indentation of the snippet (#17)
  • Fix banner color in VS Code Marketplace

Chore

  • Improve setup to keep third-party dependencies up-to-date
  • Improve development setup by launching debug session without other extensions

v0.2.0

29 Apr 16:42
v0.2.0
d5922a7
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Features

  • The extension now has a shiny new icon! Thanks @dipree 🙌🏼
  • Add additional command to copy snippet with surrounding Markdown code block syntax
    The command is called Copy Snippet Without Leading Indentation as Markdown Code Block in the Command Palette and its default keyboard shortcut is Win/Meta/Cmd+Ctrl+Shift+c
  • Add configuration option to add language identifier to Markdown code blocks
    This option can be found under the identifier snippet-copy.addLanguageIdentifierToMarkdownBlock and its default is false.
  • Add support for copying snippets from multiple selections

Chores

  • Increase automatic testing to improve stability
  • Update third-party dependencies

v0.1.0

21 Apr 23:56
2156625
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Features

  • Copy text via keyboard shortcut
  • Copy text via command palette
  • Copy text via context menu