Update linkwarden to v2.14.0 (#5182)
This commit is contained in:
parent
e86a046f2d
commit
cf97a14f6e
@ -20,7 +20,7 @@ services:
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
app:
|
||||
image: ghcr.io/linkwarden/linkwarden:v2.13.5@sha256:1588811d7b7d249d387782bb94c7eb189082b82b542ac1667d2ac3d7e7f70ce6
|
||||
image: ghcr.io/linkwarden/linkwarden:v2.14.0@sha256:c5b9b4db571c468270cd916acebd5e6490b54393d90c1a2ccb9919a194ed7d51
|
||||
environment:
|
||||
- DATABASE_URL=postgresql://postgres:linkwarden@linkwarden_postgres_1:5432/postgres
|
||||
- NEXTAUTH_URL=http://${DEVICE_DOMAIN_NAME}:8233/api/v1/auth
|
||||
|
||||
@ -3,7 +3,7 @@ id: linkwarden
|
||||
name: Linkwarden
|
||||
tagline: Bookmark Preservation for Individuals and Teams
|
||||
category: social
|
||||
version: "2.13.5"
|
||||
version: "2.14.0"
|
||||
port: 8233
|
||||
description: >-
|
||||
📚 Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.
|
||||
@ -27,12 +27,15 @@ defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
dependencies: []
|
||||
releaseNotes: >-
|
||||
⚠️ This update is highly recommended for ALL users.
|
||||
🔒 This update includes security improvements for submitted links and is recommended for all users.
|
||||
|
||||
|
||||
This update includes:
|
||||
- Fixed issue with new version announcement showing repeatedly
|
||||
- Translation updates
|
||||
- Improved team collaboration: member permissions can now be propagated to subcollections, and collection admins can create subcollections
|
||||
- Tags now support pagination for easier browsing of large tag lists
|
||||
- Faster interface with optimistic rendering for links and collections
|
||||
- Improved search discoverability and cleaner settings navigation
|
||||
- Security improvements for how submitted links are validated on the server
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/linkwarden/linkwarden/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user