Skip to content

Releases: CrypticVader/thoughtbook

v2.0-dev.5

v2.0-dev.5 Pre-release
Pre-release

Choose a tag to compare

@CrypticVader CrypticVader released this 28 Mar 16:06
f7d63f7

What's Changed

Full Changelog: v2.0-dev.4...v2.0-dev.5

v2.0-dev.4

v2.0-dev.4 Pre-release
Pre-release

Choose a tag to compare

@CrypticVader CrypticVader released this 25 Feb 15:44

Notes use a lazy grid.
But it breaks grouping in grid view (dependency issue).

Full Changelog: v2.0-dev.3...v2.0-dev.4

v2.0-dev.3

v2.0-dev.3 Pre-release
Pre-release

Choose a tag to compare

@CrypticVader CrypticVader released this 08 Oct 06:27
  • Added new filters.
  • Web support is back, but without persistence. Check it out

Full Changelog: v2.0-dev.2...v2.0-dev.3

v2.0-dev.2

v2.0-dev.2 Pre-release
Pre-release

Choose a tag to compare

@CrypticVader CrypticVader released this 01 Oct 14:27
0cbcab3

What's Changed

Full Changelog: v2.0-dev.1...v2.0-dev.2

v2.0-dev.1

v2.0-dev.1 Pre-release
Pre-release

Choose a tag to compare

@CrypticVader CrypticVader released this 23 Sep 14:31
27d5536

What's Changed

Full Changelog: v2.0-dev.0...v2.0-dev.1

v2.0-dev.0

v2.0-dev.0 Pre-release
Pre-release

Choose a tag to compare

@CrypticVader CrypticVader released this 02 Sep 09:02
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

v1.3.3

v1.3.3 Pre-release
Pre-release

Choose a tag to compare

@CrypticVader CrypticVader released this 03 Apr 18:32

What's Changed

Known Issues

  • Creating notes when offline results in the app showing an empty note in the notes view.
  • The app requires an internet connection to create notes, as they are synced with the Firestore database, this behavior will be changed in the next major release.

Previous versions of the app will not work anymore


Full Changelog: v1.2.5...v1.3.3

v1.2.5

v1.2.5 Pre-release
Pre-release

Choose a tag to compare

@CrypticVader CrypticVader released this 29 Mar 13:16
0f01451

New Features

Improvements

  • User should re-enter the password when registering.
  • Changed app icon.
  • App shows a SnackBar, instead of an AlertDialog, when deleting a note with an option to undo the deletion.
  • Removed ModalBottomSheet of notes.
  • Changed the appearance of the view for creating/updating notes.
  • Notes can now be deleted by a swipe gesture, without additional confirmation.
  • Moved the New Note button from the toolbar to a Floating button.

Full Changelog: v1.1.1...v1.2.5

v1.1.1

v1.1.1 Pre-release
Pre-release

Choose a tag to compare

@CrypticVader CrypticVader released this 26 Feb 17:27

New features

  • Notes can now be selected by long-press to perform actions (#12)

Improvements

  • Several transitions between authentication pages are now animated.
  • Changed the appearance of the loading screen.

Full Changelog: v1.0.2...v1.1.1

v1.0.2

v1.0.2 Pre-release
Pre-release

Choose a tag to compare

@CrypticVader CrypticVader released this 18 Feb 11:55
  • Initial release
  • The app requires an internet connection to create notes, as they are synced with the Firestore database, this behavior will be changed in a future release.

Known Issues

  • Creating notes when offline results in the app showing an empty note in the notes view.