Releases: Kovah/LinkAce
Releases · Kovah/LinkAce
v2.0.0
LinkAce 2 is finally here! 🤩🤩🤩
Whew. It took almost 2 years and over 150 hours of coding to get here. Version 2.0 is packed with a bunch of features and improvements you will definitely love. ❤️
Read more about all the new features: LinkAce 2 Introduction
Upgrade LinkAce v1 to the new version: Upgrade Guide
v1.15.7
v1.15.6
v1.15.5
v1.15.4
v2.0.0 Beta 4
Changes from v2.0 Beta 3 to Beta 4:
- The import process was overhauled for better processing of large import files. Importing of links is now done in the background.
- Bulk adding for links was added to the API.
- Minor fixes and adjustments for the final release.
Full Changelog: v2.0.0-beta3...v2.0.0-beta4
v1.15.3
v2.0.0 Beta 3
Changes from v2.0 Beta 2 to Beta 3:
- Support for Single Sign On via OAuth or OIDC with various providers built-in. See the SSO setup documentation for enabling SSO in this Beta.
- New translation: Dutch (thanks to lindely!)
- Update of dependencies including security patches.
Full Changelog: v2.0.0-beta2...v2.0.0-beta3
v2.0.0 Beta 2
Changes from v2.0 Beta 1 to Beta 2:
- The setup now fully supports PostgreSQL and SQLite.
- Translations for DE, FR and JP were updated
- Existing lists and tags are now properly loading on the link edit page (#835)
- The Docker image now runs rootless by default (#502)
- There is now a command to test the email configuration:
php artisan mail:check
(#500) - A lot of CSS classes were added to all sorts of templates for better custom styling (#437)
- Readme, contribution guide and security policy were updated