Skip to content

Releases: alondmnt/joplin-plugin-suitcase

v0.3.3

31 Mar 11:06
Compare
Choose a tag to compare
  • improve: CodeMirror 6 / beta editor support
    • no longer keeping the text selected
  • fix: ties in numbered lines sort

Full Changelog: v0.3.2...v0.3.3

v0.3.2

20 Jul 21:47
Compare
Choose a tag to compare

new: setting Always lowercase text first

v0.3.1

20 Jul 08:04
Compare
Choose a tag to compare

fix: title case for accented characters

v0.3.0

02 Jun 06:59
Compare
Choose a tag to compare

Case-insensitive search

Native "Sort selected lines" command:

Amet
Dolor
Lorem
ipsum
sit

Suitcase sort:

Numbered list

Native "Sort selected lines" command:

    1.1 ipsum
    1.2 dolor
    3.1 adipiscing
1. lorem
2. sit
3. consectetur
5. elit

Suitcase sort:

  • Only supported in the Markdown editor CodeMirror

Full Changelog: v0.2.2...v0.3.0

v0.2.2

25 Jan 19:29
Compare
Choose a tag to compare

new: rich text editor support

v0.2.1

09 Nov 19:42
Compare
Choose a tag to compare
  • new: add fullwidth-halfwidth support for katakana and hangul (@hieuthi)

v0.2.0

07 Nov 20:22
Compare
Choose a tag to compare
  • new
    • fullwidth command
    • halfwidth command
  • changed
    • selected text is kept selected
    • commands are run directly on the current text, without processing it through lower case first

v0.1.1

06 Nov 17:58
Compare
Choose a tag to compare
bump version to v0.1.1

v0.1.0

04 Nov 20:44
Compare
Choose a tag to compare

First release, that includes 4 capitalization commands:

  • lower case
  • UPPER CASE
  • Title Case (based on title-case)
  • Sentence case