Skip to content

Releases: Kovah/LinkAce

v2.1.9

14 Jul 14:09
2b141a1
Compare
Choose a tag to compare
  • Fixes minor security issue with updating existing links with Javascript code.
  • Updates all dependencies.

v2.1.8

19 Jun 10:45
d3c5c12
Compare
Choose a tag to compare
  • Tag and List relations are now properly removed for deleted Links. (#941)
  • Dependencies were updated.

v1.16.1

19 Jun 10:02
576fe8e
Compare
Choose a tag to compare
  • Dependencies were updated

v2.1.7

27 Mar 10:22
78ae9a2
Compare
Choose a tag to compare
  • Links can now properly be sorted on the details page of Lists. (#941)
  • Minor fixes and adjustments for the SQLite web setup.
  • Dependencies were updated.

v2.1.6

21 Mar 17:21
d536ba8
Compare
Choose a tag to compare
  • Fixes the search after it was not working correctly when searching with tags or lists

v2.1.5

20 Mar 20:52
4094e57
Compare
Choose a tag to compare

What's Changed

  • Enable SSO logins through the bookmarklet. by @geoffholden in #932
  • Handling of tag and list selects was overhauled to correct #936
  • The setup now uses psql instead of pg_restore for Postgres databases
  • Minor design fixes

New Contributors

Full Changelog: v2.1.4...v2.1.5

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.