Skip to content

Releases: RedAtman/simplenote

st4-0.6.0

03 Aug 01:47
bd485d9
Compare
Choose a tag to compare

0.6.0 (2024-08-03)

Features

  • introduce optimistic locking for global storage (301ce35)
  • show quick panel after first sync (e44b613)

Bug Fixes

  • Exclude .env files from Sublime package (c90aaaa)
  • Simplify first sync logic (55b5857)

Code Refactoring

  • Rename sync_every to sync_interval (f5e91e6)

Documentation

  • Clarify package install locations for different OSes (005ae47)

st4-0.5.21

01 Aug 13:09
542b767
Compare
Choose a tag to compare

0.5.21 (2024-08-01)

Bug Fixes

  • core: Initialize core module (1dcb338)
  • Add settings template (6fbdeff)

Code Refactoring

  • Introduce library structure and core functionality (b88125a)
  • refactor note handling (cc2719d)
  • Rename simplenotecommands.py to commands.py (8715ec2)

st4-0.5.20

01 Aug 10:58
b07a2ae
Compare
Choose a tag to compare

0.5.20 (2024-08-01)

Bug Fixes

  • Consistent image file naming (366a412)
  • Introduce user-editable settings file (777c58e)
  • Open correct settings file in Sublime Text (6e26dda)

st4-0.5.19

01 Aug 05:01
c1556ed
Compare
Choose a tag to compare

0.5.19 (2024-08-01)

Bug Fixes

  • Load settings from the correct file (55e72d5)

st4-0.5.18

01 Aug 04:40
0dae5e9
Compare
Choose a tag to compare

0.5.18 (2024-08-01)

Bug Fixes

  • Logging of settings file paths (696dbb9)

st4-0.5.17

01 Aug 04:28
23c3662
Compare
Choose a tag to compare

0.5.17 (2024-08-01)

Bug Fixes

  • Settings file location logic (7ae0f16)

st4-0.5.16

31 Jul 20:12
ff0fda2
Compare
Choose a tag to compare

0.5.16 (2024-07-31)

Bug Fixes

  • Handle missing settings file (c1d5980)

st4-0.5.15

31 Jul 16:40
2c6617b
Compare
Choose a tag to compare

0.5.15 (2024-07-31)

Bug Fixes

  • Minor typo in README (bc68da5)
  • Use installed packages directory for settings (b783bd1)

st4-0.5.14

31 Jul 16:25
f535593
Compare
Choose a tag to compare

0.5.14 (2024-07-31)

Bug Fixes

  • Reload settings on username/password change (aa25c1c)

Code Refactoring

  • improve error handling in operations (60dbb1b)

st4-0.5.13

31 Jul 16:05
955be8a
Compare
Choose a tag to compare

0.5.13 (2024-07-31)

Bug Fixes

  • Improve user experience when settings are not configured (f0d3ee0)