Releases: AlexSciFier/neonlink
v1.4.7
v1.4.6
What's Changed
- Change default columns and max items values by @AlexSciFier in #62
- fix: Assignment to constant variable #63 by @AlexSciFier in #64
Full Changelog: v1.4.5...v1.4.6
v1.4.5
What's Changed
- Fix for disabled authentication by @AlexSciFier in #61
Full Changelog: v1.4.4...v1.4.5
v1.4.4
v1.4.3
What's Changed
- Image optimisation by @AlexSciFier in #59
- In setting menu images is now loading in smaller sizes.
- Fixed routing (previously all routes leads to root page).
- Fixed issue when image added twice when adding from url.
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
fixed error when creating new database
- 1.4 hot fix by @AlexSciFier in #57
Full Changelog: v1.4.1...v1.4.2
v1.4.1
- Add arm64 platform
⚠Breaking changes!⚠
I switched to multiarch builds. This means that there will now be only one container for all platforms. If you have used a platform specific tag in your docker-compose file please go to the latest
tag.
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
⚠Breaking changes!⚠
I switched to multiarch builds. This means that there will now be only one container for all platforms. If you have used a platform specific tag in your docker-compose file please go to the latest tag.
- Step 2 & 3 - complete architectural improvements by @julichan in #49
- Step 4: Request context by @julichan in #50
Full Changelog: v1.3.0...v1.4.0
v1.3.0
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
- Docker improvements by @julichan in #44
- Fix dependency by @AlexSciFier in #45
New Contributors
Full Changelog: v1.2.8...v1.3.0
v1.2.8
What's Changed
- Fix: Empty links list when sync settings #41 by @AlexSciFier in #42
- Dockerfile user permissions by @AlexSciFier in #43
Full Changelog: v1.2.7...v1.2.8