Releases: Kovah/LinkAce
Releases · Kovah/LinkAce
v2.1.4
- The API now validates
content-type
andaccept
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 with415
HTTP errors, please make sure that your client properly sets the requiredcontent-type
andaccept
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
v2.1.2
v2.1.1
- 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
- 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
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