Skip to content

Releases: Kovah/LinkAce

v2.0.0

31 Jan 14:14
Compare
Choose a tag to compare

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

31 Jan 08:14
2c3340d
Compare
Choose a tag to compare
  • Adds Linkace v2 upgrade warning to system settings.
  • Updates dependencies

v1.15.6

24 Dec 12:06
5366320
Compare
Choose a tag to compare
  • Updated dependencies, including two important security patches

v1.15.5

02 Dec 21:20
d6db911
Compare
Choose a tag to compare
  • Updated dependencies, including security patches

v1.15.4

28 Oct 20:52
8f6733a
Compare
Choose a tag to compare
  • Updated dependencies, including security patches

v2.0.0 Beta 4

17 Oct 20:28
1f28fd0
Compare
Choose a tag to compare
v2.0.0 Beta 4 Pre-release
Pre-release

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

23 Sep 21:19
546fa99
Compare
Choose a tag to compare
  • Updated dependencies, including security patches

v2.0.0 Beta 3

19 Sep 22:46
dd6db20
Compare
Choose a tag to compare
v2.0.0 Beta 3 Pre-release
Pre-release

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

03 Sep 19:47
25a915f
Compare
Choose a tag to compare
v2.0.0 Beta 2 Pre-release
Pre-release

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

v1.15.2

13 Aug 14:35
89d5847
Compare
Choose a tag to compare
  • Session cookies are no longer secure by default, as it breaks any LinkAce running under http://
  • Users can now search for links without tags or lists (#824)
  • Dependencies were updated, including security patches