Releases: Kovah/LinkAce
Releases · Kovah/LinkAce
v0.0.27
Changes:
- Fixed issues with the bookmarklet caused by references to the deprecated category model
- Fixed the search to properly handle list search
- Improved the placeholder texts for various inputs
- Small style improvements for tag inputs
- Updated dependencies for PHP and the frontend stuff (base is now Node 12 LTS)
- Minor code restructuring to improve further working "under the hood"
Upgrade:
- from 0.0.25: no migration required.
- from version < 0.0.25: follow the upgrade instructions for v0.0.25.
v0.0.26
Changes:
- Lists can now be deleted and restored properly, solves #76 and #78
- Solved issues with pagination styling in dark mode (#77)
- Minor language changes for the link notification email
- Fixed an issue with the password reset form
- Updated view for all lists
Upgrade:
- from 0.0.25: no migration required.
- from version < 0.0.25: follow the upgrade instructions for v0.0.25.
v0.0.25
Changes:
- categories are lists now. Read more about them in the wiki. Categories will be migrated to lists and links will automatically be assigned to them.
- Various optimizations for the dark theme.
Upgrade:
- You have to run
php artisan migrate
to properly change the database scheme and migrate all categories and links.
v0.0.24
Changes:
- Links can now be displayed as small cards with less information displayed for a cleaner user experience. The setting can be changed in the user settings.
- The mobile view of the app is now more mobile-friendly: the navbar sits at the bottom and is easier to reach.
- Development Docker stack was improved.
- Minor improvements and small fixes.
Migration:
- there is no migration needed for this version.
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.