Skip to content

Releases: RedAtman/simplenote

Release st4-0.3.0

20 Jul 15:32
e5ab673
Compare
Choose a tag to compare

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

  • Move settings and GUI related code to a separate module (6a7d7be)
  • Remove error handling from API methods (7167638)
  • Simplify login process and authentication (aa291b4)
  • Use GitHub Actions for version bumping and release creation (725c76e)

st4-0.2.12

17 Jul 12:51
9ec7f40
Compare
Choose a tag to compare
Merge pull request #16 from RedAtman/dev

Dev

st4-0.2.9: Refactor cache file path

16 Jul 09:20
e424d1e
Compare
Choose a tag to compare
Merge pull request #3 from RedAtman/fix_cache_file_path

Fix cache file path

st4-0.2.8: refactor settings logic

13 Jul 12:29
aca1b37
Compare
Choose a tag to compare

refactor settings logic

st4-0.2.7: Python 3.8 compatibility, Sublime Text 4 compatibility, Bug fixes

12 Jul 17:08
Compare
Choose a tag to compare
  • UPDATES:
    • Python 3.8 compatibility
    • Sublime Text 4 compatibility
    • Bug fixes