Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 716 Bytes

File metadata and controls

29 lines (17 loc) · 716 Bytes

Upgrading Labradorite

To Version v0.6.0

The tantiny dependency and Rust are dropped in favor of a new implementation using SQLite3 and FTS5.

Everything should work as before, but beware that bugs may pop up due to the new implementation.

No migration or dataloss is expected, but it is always a good idea to back up your data before upgrading.

To Version v0.5.0

Development on Mac OS X is no longer supported.

See baygeldin/tantiny#21 for more information.

Please use a Linux machine for development (or Docker).

When using Docker, you can run the following command to test the development environment:

just test

running the project:

just dev