Skip to content

v2.0-dev.0

Pre-release
Pre-release

Choose a tag to compare

@CrypticVader CrypticVader released this 02 Sep 09:02
· 12 commits to v2-dev since this release
ffd1321

What's Changed

  • [Feature] Implement Note tags functionality. by @CrypticVader in #22
  • [Feature] Implemented grouping, filtering, & sorting.
  • [Feature] Implemented notes searching.
  • [Feature] Notes now use markdown.
  • Notes are now stored in a locally contained database(Isar).
  • Adopted an offline-first architecture.
  • Fixed most bugs related to creating & editing notes.

Known Issues

  • Web version is non-functional for now due to Isar's limitation.
  • Currently synchronization only works for outgoing changes (i.e., changes from the client device).
  • Changes are not fetched from the server for now, re-login to refresh content.
  • When using the app as guest, pressing the login button will erase all data.
  • Background sync is not yet implemented

There will be breaking changes going forward till the stable release of v2.

v2 releases are not backwards compatible with previous versions of the app.

Full Changelog: v1.3.3...v2.0-dev.0