mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update linkwarden to version v2.10.0 (#2539)
This commit is contained in:
parent
7f4acd78b2
commit
274e8ba295
@ -20,7 +20,7 @@ services:
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
app:
|
||||
image: ghcr.io/linkwarden/linkwarden:v2.9.3@sha256:0d9ab9dcf70aaf81fddbaf2d215a057670fff5eb01ef7cfd97b08900ffcddd1c
|
||||
image: ghcr.io/linkwarden/linkwarden:v2.10.0@sha256:44b845a559736a9b0e26d761072c847dd452c54dbe3fde7b417c76ef948abc68
|
||||
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.9.3"
|
||||
version: "2.10.0"
|
||||
port: 8233
|
||||
description: >-
|
||||
📚 Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.
|
||||
@ -27,14 +27,16 @@ defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
dependencies: []
|
||||
releaseNotes: >-
|
||||
This update contains several new features and various bug fixes:
|
||||
This update brings several new features and improvements:
|
||||
|
||||
|
||||
- Added automatic tagging of links using AI
|
||||
- New customizable color themes
|
||||
- Browser extension now captures articles directly
|
||||
- Added RSS feed support for public collections
|
||||
- Added Polish and Russian language support
|
||||
- Added import support from Omnivore
|
||||
- Fixed various bugs and improved stability
|
||||
- Added text highlighting in saved articles
|
||||
- Enhanced search capabilities with advanced operators
|
||||
- Introduced tag-based preservation settings
|
||||
- Added support for external AI providers for tagging
|
||||
- Improved AI tagging with auto-categorization
|
||||
- Enhanced worker management for admins
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/linkwarden/linkwarden/releases
|
||||
path: ""
|
||||
|
Loading…
Reference in New Issue
Block a user