Update linkwarden to v2.14.0 (#5182)

This commit is contained in:
Alexander L. 2026-03-26 10:20:44 +01:00 committed by GitHub
parent e86a046f2d
commit cf97a14f6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -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