Releases: Kovah/LinkAce
Releases · Kovah/LinkAce
v0.0.23
v0.0.22
v0.0.21
v0.0.20
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
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.