Skip to content

Releases: jsonMartin/readwise-mirror

2.1.0

16 Aug 17:36
Compare
Choose a tag to compare

2.1.0 (2025-08-16)

Features

  • ✨ add new command to update frontmatter only (af985ee)

Bug Fixes

  • 🐛 actively clear the API instance and UI state (d9420a0)
  • 🐛 add token guard to updateAllFrontmatter to match sync() behavior (f72046d)
  • 🐛 auto-sync on startup (31c4eba), closes #59
  • 🐛 fix regression with template edge case on write (39dd8eb)
  • 🚸 preventing label wrap for smaller screens (84acef5)
  • 🚸 async function call during token validation (d62e1bc)
  • duplicate insertion of sync properties (52d3cf0)
  • fix guard logic and await frontmatter processing (9c018bd)

Performance Improvements

  • 🦺 improve error handling for auto sync (3bd52a3)

2.1.0-beta.8

16 Aug 20:30
Compare
Choose a tag to compare
2.1.0-beta.8 Pre-release
Pre-release

2.1.0-beta.8 (2025-08-16)

Bug Fixes

  • 🐛 actively clear the API instance and UI state (d9420a0)

2.1.0-beta.7

16 Aug 17:16
Compare
Choose a tag to compare
2.1.0-beta.7 Pre-release
Pre-release

2.1.0-beta.7 (2025-08-16)

Bug Fixes

  • 🚸 async function call during token validation (d62e1bc)

2.1.0-beta.6

16 Aug 16:12
Compare
Choose a tag to compare
2.1.0-beta.6 Pre-release
Pre-release

2.1.0-beta.6 (2025-08-16)

Bug Fixes

  • 🐛 add token guard to updateAllFrontmatter to match sync() behavior (f72046d)
  • 🚸 preventing label wrap for smaller screens (84acef5)

2.1.0-beta.5

16 Aug 15:29
Compare
Choose a tag to compare
2.1.0-beta.5 Pre-release
Pre-release

2.1.0-beta.5 (2025-08-16)

Performance Improvements

  • 🦺 improve error handling for auto sync (3bd52a3)

2.1.0-beta.4

16 Aug 09:50
Compare
Choose a tag to compare
2.1.0-beta.4 Pre-release
Pre-release

2.1.0-beta.4 (2025-08-16)

Bug Fixes

  • duplicate insertion of sync properties (52d3cf0)

2.1.0-beta.3

16 Aug 09:45
Compare
Choose a tag to compare
2.1.0-beta.3 Pre-release
Pre-release

2.1.0-beta.3 (2025-08-16)

Bug Fixes

  • fix guard logic and await frontmatter processing (9c018bd)

2.1.0-beta.2

03 Aug 09:16
Compare
Choose a tag to compare
2.1.0-beta.2 Pre-release
Pre-release

2.1.0-beta.2 (2025-08-03)

Bug Fixes

2.1.0-beta.1

11 Jul 17:57
Compare
Choose a tag to compare
2.1.0-beta.1 Pre-release
Pre-release

2.1.0-beta.1 (2025-07-11)

Features

  • ✨ add new command to update frontmatter only (af985ee)

Bug Fixes

  • 🐛 fix regression with template edge case on write (39dd8eb)

2.0.1

19 Apr 12:13
Compare
Choose a tag to compare

2.0.1 (2025-04-19)

Bug Fixes

  • 🚑️ fix template error handling (a102f2f), closes #54