Skip to content

Releases: RedAtman/simplenote

st4-0.8.5

07 Aug 10:23
aae18d4
Compare
Choose a tag to compare

0.8.5 (2024-08-07)

Bug Fixes

  • Truncate long note bodies in quick panel (9249a7d)

st4-0.8.4

06 Aug 23:57
7bf2fac
Compare
Choose a tag to compare

0.8.4 (2024-08-06)

Documentation

  • Clarify markdownlint installation instructions (4378311)

st4-0.8.3

06 Aug 23:51
e72ddc2
Compare
Choose a tag to compare

0.8.3 (2024-08-06)

Bug Fixes

  • Prevent Simplenote sync times from being None (e861e94)

Documentation

  • Update installation instructions for clarity (c07582c)

st4-0.8.2

06 Aug 16:40
4722ac0
Compare
Choose a tag to compare

0.8.2 (2024-08-06)

Bug Fixes

  • Gracefully handle invalid sync times (20c668a)

Tests

  • add get_title_body to Note (ed615aa)

st4-0.8.1

06 Aug 12:51
d2313f0
Compare
Choose a tag to compare

0.8.1 (2024-08-06)

Bug Fixes

  • Improve installation instructions for markdownlint (3681a1c)
  • Improve Markdownlint installation instructions (9090184)

st4-0.8.0

06 Aug 12:41
8030ec2
Compare
Choose a tag to compare

0.8.0 (2024-08-06)

Features

  • Add install messages (e343739)
  • Markdown formatting and extension mapping (07990c4)
  • Support markdown content tagging to systemTags (7b49c44)

Bug Fixes

  • Dynamic package name for deployment (081b896)

Documentation

  • markdown formatting support (6750208)

Code Refactoring

  • enhance optimistic locking with concurrency support (81fdceb)

st4-0.7.0

03 Aug 14:44
14f814e
Compare
Choose a tag to compare

0.7.0 (2024-08-03)

Features

  • Add body property to Note class (412081f)
  • Introduce QuickPanelItem for improved note representation (0b672a6)

Documentation

st4-0.6.3

03 Aug 12:02
b899178
Compare
Choose a tag to compare

0.6.3 (2024-08-03)

Bug Fixes

  • Initial sync when loading the plugin (8ee3ae2)
  • Prevent .DS_Store files from being included in package (6838b0d)

Tests

  • Use config for settings file path (2951f3c)

st4-0.6.2

03 Aug 11:25
8a6da6a
Compare
Choose a tag to compare

0.6.2 (2024-08-03)

Bug Fixes

  • Remove unnecessary comparison with True (02cfb26)

Documentation

  • Add type validation to optimistic updates (3db5a67)

Code Refactoring

  • Introduce Operation abstraction (4cb11f9)
  • Move GUI logic into core (9a4b331)
  • Use an enum for quick panel placeholders (901167f)

st4-0.6.1

03 Aug 08:08
d192fa8
Compare
Choose a tag to compare

0.6.1 (2024-08-03)

Bug Fixes

  • Import logger module correctly (a104a88)