Skip to content

Releases: Kovah/LinkAce

v2.1.4

26 Feb 08:35
Compare
Choose a tag to compare
  • The API now validates content-type and accept headers for POST, PATCH and DELETE requests. Those headers were required for the API to work properly, so client should send them already. If you run into issues where LinkAce responds with 415 HTTP errors, please make sure that your client properly sets the required content-type and accept headers. Thanks to @prplecake for his awesome debugging and contribution. (#885)
  • Internal or private links are now properly displayed on tag and list pages. (#914)
  • The setup handles database passwords with special characters now. (#927)
  • Permissions for the storage directory were adjusted for Docker and PHP release packages. (#879)
  • Dependencies were updated.

v2.1.3

16 Feb 09:42
Compare
Choose a tag to compare

Fixes the v2.1.2 release. Please upgrade as usual.

v2.1.2

15 Feb 10:04
Compare
Choose a tag to compare
  • Adds Bluesky as a sharing option. (#909)
  • Fixes issue with sorting links on tag or list pages randomly.
  • You can now configure some more advanced settings via the .env file. See .env Settings for more details.

v2.1.1

11 Feb 21:09
Compare
Choose a tag to compare
  • Fixes critical issue where links were deleted when bulk-deleting tags. #897
  • Fixes and issue where bulk-editing tags or lists for links resulted in an unexpected behavior. #905
  • Links are now properly displayed when viewing lists of another user. #902
  • Adds missing SSO_KEYCLOAK_BASE_URL to the configuration #904
  • Dependencies were updated.

v2.1.0

06 Feb 11:29
Compare
Choose a tag to compare
  • Adds a new unversioned API endpoint which returns the current supported API version. (#892)
    Details can be found in the API docs
  • Backups should now run again properly, caused due to the handling of disabled notifications.
  • Fixes issue with tags and lists in guest mode where the controller crashed due to incorrect URLs.
  • Dependencies were updated.

v1.16.0

06 Feb 11:31
271077f
Compare
Choose a tag to compare
  • Adds a new unversioned API endpoint which returns the current supported API version. (#892)
    Details can be found in the API docs
  • Dependencies were updated.

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