Skip to content

Releases: Kovah/LinkAce

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 https://
  • Users can now search for links without tags or lists (#824)
  • Dependencies were updated, including security patches

v2.0.0 BETA 1

17 Jul 13:52
a8e8a3c
Compare
Choose a tag to compare
v2.0.0 BETA 1 Pre-release
Pre-release

This is the first BETA release of LinkAce 2.
It contains major new features. You can take a look at the features in the changelog for version 2.


If you want to test LinkAce 2, please consult the dedicated upgrade guide.

ABSOLUTELY DO NOT UPGRADE YOUR LIVE LINKACE! There will be no help if anything breaks or data is lost!

v1.15.1

17 Jul 08:58
6bb02fd
Compare
Choose a tag to compare

What's Changed

  • Reduce release image size by @rare-magma in #799
  • Dependencies were updated.

New Contributors

Full Changelog: v1.15.0...v1.15.1

v1.15.0

09 Jul 19:05
1354ab3
Compare
Choose a tag to compare
  • LinkAce is now available in Japanese, thanks to Crowdin user kazukisuzuki! 🥳
  • Browser cookies are secure by default now.
  • Dependencies were updated, including security patches.

v1.14.2

02 May 20:42
19e1954
Compare
Choose a tag to compare
  • Tags and lists are now properly added to links by their ID when then link is created via the API (#774)
  • Compatibility with Podman, update for the contribution docs by @chrissawyerfan4.
  • Dependencies were updated.

v1.14.1

20 Feb 12:17
ccd3f44
Compare
Choose a tag to compare
  • Translation fix and minor adjustment of the privacy icon by @ramsnerm. 🥳
  • Imports now properly work if exports do not contain creation dates. (#752)
  • Dependencies were updated.

v1.14.0

05 Feb 22:32
e91970f
Compare
Choose a tag to compare

Support for PHP 8.0 was dropped. LinkAce only supports PHP 8.1, 8.2 and 8.3.

  • Update for the Romanian translation.
  • Small Interface fixes.
  • Large-scale update of used dependencies.
  • Base Node version used in the project is not v20 LTS.

v1.13.0

01 Nov 14:09
8820d6d
Compare
Choose a tag to compare
  • All pages now have proper titles in their HTML. Thanks to @chrissawyerfan4 (#584 & #691)
  • Guest settings are hidden if Guest mode is disabled. Thanks to @chrissawyerfan4
  • PDO requirement in the setup is not clarified. Thanks to @chrissawyerfan4
  • LinkAce is now also available in Russian. Translations are provided by kyaroslav83 on Crowdin.
  • Absolute paths can now be used when importing bookmarks from the CLI. (#690)
  • Dashboard statistics only count for the current user. Thanks to @sergiorgiraldo
  • Some styling issues were fixed.
  • Fixes a security issue where users could use LinkAce as a proxy. Theoretically only exploitable if you have multiple users who might exploit your application.
  • Dependencies were updated.

v1.12.2

20 Jul 07:46
b4670e3
Compare
Choose a tag to compare
  • Handling of order directions for links, lists and tags was improved to prevent errors from automated requests.
  • Dependencies were updated.