Skip to content

Releases: NicolaiSoeborg/manipulator-plugin

Release v1.4.1

29 Oct 21:42
1543d1c
Compare
Choose a tag to compare

New commands:

  • backtick
  • camel: camelCase
  • pascal: PascalCase
  • kebab: kebab-case
  • snake: snake_case
  • title: Title Case

Release v1.4.0

17 Aug 21:31
c739ee6
Compare
Choose a tag to compare

Fix for Multicursor (PR #9).

This includes a bunch of changes for micro >= 2.0.0-1

Release v1.3.2

02 Aug 17:16
8d42a91
Compare
Choose a tag to compare

Fix bug in capital when selecting multiple words (thanks @wiremoons for reporting the bug)

Release v1.3.1

24 Oct 20:46
692d42e
Compare
Choose a tag to compare

New commands (fixes #2):

  • capital: Capitalize first letter
  • brace: Adds brackets around selection
    • curly: Curly brackets ({ })
    • square: Square brackets ([ ])
    • angle: Angle brackets (< >)
    • dquote: Double quotes (" ")
    • squote: Single quotes (' ')

Thanks @marinopposite !

v1.2.0

14 Feb 23:29
Compare
Choose a tag to compare

New commands:

  • rot13
  • incNum
  • decNum

v1.1.0

02 Feb 01:27
Compare
Choose a tag to compare

New commands:

  • base64enc
  • base64enc
  • reverse

v1.0.0

30 Jan 01:10
Compare
Choose a tag to compare

Commands:

  • lower
  • upper