Releases: RedAtman/simplenote
Releases · RedAtman/simplenote
st4-0.6.0
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
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
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
0.5.19 (2024-08-01)
Bug Fixes
- Load settings from the correct file (55e72d5)
st4-0.5.18
0.5.18 (2024-08-01)
Bug Fixes
- Logging of settings file paths (696dbb9)
st4-0.5.17
0.5.17 (2024-08-01)
Bug Fixes
- Settings file location logic (7ae0f16)
st4-0.5.16
0.5.16 (2024-07-31)
Bug Fixes
- Handle missing settings file (c1d5980)
st4-0.5.15
0.5.15 (2024-07-31)
Bug Fixes
- Minor typo in README (bc68da5)
- Use installed packages directory for settings (b783bd1)
st4-0.5.14
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
0.5.13 (2024-07-31)
Bug Fixes
- Improve user experience when settings are not configured (f0d3ee0)