From 5adc4e198d320194fbcca8cd2ec2be01e1030efe Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Wed, 28 Jan 2026 18:08:39 +0100 Subject: [PATCH] Update etherpad to v2.6.1 (#4569) --- etherpad/docker-compose.yml | 2 +- etherpad/umbrel-app.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etherpad/docker-compose.yml b/etherpad/docker-compose.yml index bb1cd48e..56c74f1c 100644 --- a/etherpad/docker-compose.yml +++ b/etherpad/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 9001 app: - image: etherpad/etherpad:2.6.0@sha256:55f7fc63021ea1d2b72278ee22ea4454ab7ce791a603ff88b7df6b102c2afa67 + image: etherpad/etherpad:2.6.1@sha256:69a697fe6bf75aecf8748d734bcca5f0e596a6eeec8342ab030d0da8a6f224d5 volumes: - ${APP_DATA_DIR}/data/plugins:/opt/etherpad-lite/src/plugin_packages - ${APP_DATA_DIR}/data/etherpad-var:/opt/etherpad-lite/var:rw diff --git a/etherpad/umbrel-app.yml b/etherpad/umbrel-app.yml index b2b2782c..33ca5cf8 100644 --- a/etherpad/umbrel-app.yml +++ b/etherpad/umbrel-app.yml @@ -3,7 +3,7 @@ id: etherpad name: Etherpad tagline: An intuitive tool for real-time collaborative writing category: files -version: "2.6.0" +version: "2.6.1" port: 9002 description: >- ⚙️ The admin panel for Etherpad is accessible at "http://umbrel.local:9002/admin/". @@ -35,8 +35,8 @@ gallery: - 3.jpg releaseNotes: >- This release includes various enhancements and fixes: - - Added native option to transfer your Etherpad session between browsers or devices, allowing you to maintain the same authorship color across different sessions - - Updated to OIDC provider v2.6.0 after resolving compatibility issues + - Minor fixes and improvements to the session transfer feature introduced in 2.6.0 + - Dependencies upgrades Full release notes can be found at https://github.com/ether/etherpad-lite/releases