Skip to content

Releases: AlexSciFier/neonlink

v1.4.7

25 Aug 11:39
65c8a2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.6...v1.4.7

v1.4.6

24 Aug 17:59
e4fbdce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.5...v1.4.6

v1.4.5

23 Aug 18:20
4660abe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.4...v1.4.5

v1.4.4

22 Aug 14:41
eab2b55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.4.4

v1.4.3

20 Aug 07:51
9f087ff
Compare
Choose a tag to compare

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

16 Aug 10:47
a9da466
Compare
Choose a tag to compare

What's Changed

fixed error when creating new database

Full Changelog: v1.4.1...v1.4.2

v1.4.1

16 Aug 07:52
e4c1b56
Compare
Choose a tag to compare
  • 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

16 Aug 07:30
a3f24fd
Compare
Choose a tag to compare

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.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

28 Jun 12:59
1993f05
Compare
Choose a tag to compare

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

v1.2.8

27 Jun 05:55
1118f62
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.7...v1.2.8