Releases: CrypticVader/thoughtbook
Releases · CrypticVader/thoughtbook
Release list
v2.0-dev.5
v2.0-dev.4
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
- 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
What's Changed
- [Feature] Implement local edit history for notes by @CrypticVader in #25
Full Changelog: v2.0-dev.1...v2.0-dev.2
v2.0-dev.1
What's Changed
- [Feature] Implement note trash by @CrypticVader in #24
Full Changelog: v2.0-dev.0...v2.0-dev.1
v2.0-dev.0
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
What's Changed
- Added Title field to notes by @CrypticVader in #16
- Custom color for notes by @CrypticVader in #18
- Use OpenContainer for NoteItem by @CrypticVader in #19
- Note actions can be performed from create/edit note view
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
New Features
- Grid layout for viewing notes by @CrypticVader in #15
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
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
- 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.