Skip to content

Releases: Kovah/LinkAce

v0.0.23

15 Oct 11:24
af5f64e
Compare
Choose a tag to compare
v0.0.23 Pre-release
Pre-release

Changes:

  • Fixes issues with Chrome (#71)
  • Optimizes the whole scripts implementation, additionally fixing the dark theme loader (#67)
  • Updates the readme with additional information
  • Dependency updates
  • Minor style improvements

v0.0.22

17 Sep 19:00
4d27c12
Compare
Choose a tag to compare
v0.0.22 Pre-release
Pre-release

Changes:

  • Overhauled dark mode with an updated color scheme
  • Current version is now visible in the footer
  • Docker image and build process was optimized
  • Some internal code optimizations
  • Counter for broken links added to the dashboard

v0.0.21

17 Sep 18:28
ddefc3c
Compare
Choose a tag to compare
v0.0.21 Pre-release
Pre-release
Merge pull request #64 from Kovah/dev

v0.0.21

v0.0.20

12 Sep 21:29
c3c8795
Compare
Choose a tag to compare
v0.0.20 Pre-release
Pre-release

Changes:

  • Optimized Docker setup for both development and production use
  • Fixed link check which will now also catch unregistered domains
  • Small interface fixes mainly for icons
  • Upgrade to Laravel 6
  • Updates for the frontend libraries

Upgrade notes:

  • Modify the docker-compose file for production based on the new file from the repository.

v0.0.19

16 Jul 21:19
753fd7e
Compare
Choose a tag to compare
v0.0.19 Pre-release
Pre-release

Changes:

  • Fixed a bug where the bookmarklet won't redirect properly (#57)
  • Links are added to the Waybackmachine via the Cron to not block link adding (#58)
  • A lot of internal changes, especially for testing. Also, the front end workflow was moved to Laravel Mix.
  • Tests for the app were extended.
  • Also a lot of minor UI changes and optimizations.
  • Upgraded to Laravel 5.8 to be up-to-date.

Upgrade notes:

  • Run php artisan migrate to pull the latest database changes.
  • Update your nginx.conf baed on the updated nginx.conf shipped with LinkAce.

v0.0.18

02 Jul 13:05
540f1e7
Compare
Choose a tag to compare
v0.0.18 Pre-release
Pre-release

Changes:

  • Update Docker production setup
  • Disable submit buttons to indicate loading (#53)
  • Add text descriptions to icons in the mobile menu (#52)
  • Updates Travis CI test process

v0.0.17

20 May 12:24
9c98c8a
Compare
Choose a tag to compare
v0.0.17 Pre-release
Pre-release

Changes:

  • Added auto focus to search field
  • Improve styling of forms and the link page
  • Updates dependencies
  • Fix parsing of meta data

v0.0.16

28 Apr 14:05
5422d90
Compare
Choose a tag to compare
v0.0.16 Pre-release
Pre-release

Changes:

  • Corrections for the release dockerfile

v0.0.15

28 Apr 13:48
cb59731
Compare
Choose a tag to compare
v0.0.15 Pre-release
Pre-release

Changes:

  • Fixes for the password and username settings
  • Updates for the docker-compose.production.yml file
  • Implements some changes for a demo setup

v0.0.14

27 Apr 10:10
9cb4f25
Compare
Choose a tag to compare
v0.0.14 Pre-release
Pre-release

Changes:

  • Added check for duplicate urls while in edit form (#46)
  • Fixes problems with meta generation for new links (#47)
  • Fixes some smaller issues and fix some styling