Releases: Kovah/LinkAce
Releases · Kovah/LinkAce
v2.1.9
v2.1.8
v1.16.1
v2.1.7
v2.1.6
v2.1.5
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
- @geoffholden made their first contribution in #932
Full Changelog: v2.1.4...v2.1.5
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.