Releases: RedAtman/simplenote
Releases · RedAtman/simplenote
Release st4-0.3.0
0.3.0 (2024-07-20)
Features
- Add .gitattributes file (d3949b8)
- Add pre-commit hooks for code formatting and linting (b8b4945)
- Extract current version from VERSION file (24cc73c)
- Ignore token.json (8ba5532)
- Implement pre-commit hooks (4d6e9ab)
- Log release action output (4c03d70)
- Optimize orphaned file cleanup (ccae753)
- Run pre-commit on push events (bb8ea35)
- Update release tag format (872f008)
- Update release workflow to use bump-everywhere (e1da909)
- Update release workflow to use next-release-tag action (a615779)
- use
next-release-tag
for release versioning (d30540c)
Bug Fixes
- Allow for 32-char UUIDs in Note IDs (3a44dba)
- Consistent naming for file paths (b7cb65b)
- Enable release creation workflow (245c01c)
- Enhance Error Handling in Request Library (9fca720)
- Import statement (2625f24)
- Improved Simplenote API validation (49ad658)
- Open settings file on error (05e3b86)
- Optimize orphaned filepath cleanup (f665e16)
- Prevent accidental deletion of notes directory (92a7b5c)
- Prevent crash when selecting a note from quick panel (c81a1e4)
- Prevent pre-commit from running on merged pull requests (424046c)
- Remove unnecessary __run_once_after_created method (08883ac)
- Token handling and logging (3a95811)
- Token storage and retrieval (3e6fed2)
- Update copyright notice (a69acd4)
- Update release workflow to use consistent versioning (e44e530)
- Use consistent version regex for release creation (48f1136)
Code Refactoring
st4-0.2.12
Merge pull request #16 from RedAtman/dev Dev
st4-0.2.9: Refactor cache file path
Merge pull request #3 from RedAtman/fix_cache_file_path Fix cache file path
st4-0.2.8: refactor settings logic
refactor settings logic
st4-0.2.7: Python 3.8 compatibility, Sublime Text 4 compatibility, Bug fixes
- UPDATES:
- Python 3.8 compatibility
- Sublime Text 4 compatibility
- Bug fixes