Note Mark V1 releases after a long wait! Hope you enjoy, a lot of work has gone into making this happen.
The biggest changes are:
- The ability to nest notes in as many folders as you want.
- Store note data and assets on the filesystem in a normal manner. Database now only required for a metadata cache and user credentials
Migrate From V0.19
I have made a migration video, for a complete walk-through of how to migrate your data:
Changes
This major release changes a lot of things as it is mostly a new program. Only the most significant things will be listed here.
Added
- docker image now should have note mark version embedded into binary
- migration guide
Changes
- note data now stored in a normal file/folder manner
- adjustments to app layout
- now only supports SQLite database since it's now used as a cache and storing user credentials
- uses JSON logging, with option to revert to text
- browsers older than 2022 now unsupported
- configuration values changed
- docker image name now "note-mark" instead of "note-mark-aio"
Removed
- migration utilities. You can now just copy data directly, no complicated steps needed
- building split backend+frontend docker images
Full Changelog: v0.19.5...v1.0.0