Skip to content

v1.3.0

Compare
Choose a tag to compare
@AlexSciFier AlexSciFier released this 28 Jun 12:59
· 178 commits to master since this release
1993f05

What's Changed

⚠Breaking changes!⚠
Changed path to sqlite database.
Now instead of specifying path to sqlite file you need to specify path to folder, where sqlite file is located.
Update your docker-compose file.

Before:
Specify path to your sqlite file
{/path/to/bookmarks.sqlite}:/app/db/bookmarks.sqlite
After:
Specify path to your data folder and put sqlite file in there
{/path/to/data}:/app/data

New Contributors

Full Changelog: v1.2.8...v1.3.0