Releases: RedAtman/simplenote
Releases · RedAtman/simplenote
st4-0.8.5
0.8.5 (2024-08-07)
Bug Fixes
- Truncate long note bodies in quick panel (9249a7d)
st4-0.8.4
0.8.4 (2024-08-06)
Documentation
- Clarify markdownlint installation instructions (4378311)
st4-0.8.3
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
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
0.8.1 (2024-08-06)
Bug Fixes
- Improve installation instructions for markdownlint (3681a1c)
- Improve Markdownlint installation instructions (9090184)
st4-0.8.0
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
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
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
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
0.6.1 (2024-08-03)
Bug Fixes
- Import logger module correctly (a104a88)