Skip to content

Commit fad0297

Browse files
author
Etherpad Release Bot
committed
Merge branch 'develop'
2 parents e1161e5 + 00d10f4 commit fad0297

11 files changed

Lines changed: 634 additions & 563 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 2.6.1
2+
3+
For those wondering where the new updates are and why it was very quite throughout the last 1 1/2 years – I've been working on a new implementation of Etherpad from scratch in Go. It's called Etherpad-Go and you can find it here: `https://github.com/ether/etherpad-go`
4+
and a short FAQ about it here: https://github.com/ether/etherpad-go/wiki/FAQ . I'd love to hear your feedback about it either on Discord or issue tracker. There is a README.md that explains how to get started and try it out and also the FAQ can be quite fruitful. Latest release can be found here: https://github.com/ether/etherpad-go/releases/tag/v0.0.4
5+
6+
7+
### Notable enhancements and fixes of this release
8+
9+
- Minor fixes and improvements to the session transfer feature introduced in 2.6.0
10+
- Dependencies upgrades
11+
12+
113
# 2.6.0
214

315
### Notable enhancements and fixes

admin/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "admin",
33
"private": true,
4-
"version": "2.6.0",
4+
"version": "2.6.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -16,29 +16,29 @@
1616
"devDependencies": {
1717
"@radix-ui/react-dialog": "^1.1.15",
1818
"@radix-ui/react-toast": "^1.2.15",
19-
"@types/react": "^19.2.7",
19+
"@types/react": "^19.2.9",
2020
"@types/react-dom": "^19.2.3",
21-
"@typescript-eslint/eslint-plugin": "^8.50.1",
22-
"@typescript-eslint/parser": "^8.50.1",
21+
"@typescript-eslint/eslint-plugin": "^8.53.1",
22+
"@typescript-eslint/parser": "^8.53.1",
2323
"@vitejs/plugin-react": "^5.1.2",
2424
"babel-plugin-react-compiler": "19.1.0-rc.3",
2525
"eslint": "^9.39.2",
2626
"eslint-plugin-react-hooks": "^7.0.1",
2727
"eslint-plugin-react-refresh": "^0.4.26",
28-
"i18next": "^25.7.3",
28+
"i18next": "^25.8.0",
2929
"i18next-browser-languagedetector": "^8.2.0",
30-
"lucide-react": "^0.562.0",
30+
"lucide-react": "^0.563.0",
3131
"react": "^19.2.3",
3232
"react-dom": "^19.2.3",
33-
"react-hook-form": "^7.69.0",
34-
"react-i18next": "^16.5.0",
35-
"react-router-dom": "^7.11.0",
33+
"react-hook-form": "^7.71.1",
34+
"react-i18next": "^16.5.3",
35+
"react-router-dom": "^7.13.0",
3636
"socket.io-client": "^4.8.3",
3737
"typescript": "^5.9.3",
3838
"vite": "npm:rolldown-vite@7.2.10",
39-
"vite-plugin-babel": "^1.3.2",
40-
"vite-plugin-static-copy": "^3.1.4",
41-
"zustand": "^5.0.9"
39+
"vite-plugin-babel": "^1.4.1",
40+
"vite-plugin-static-copy": "^3.1.6",
41+
"zustand": "^5.0.10"
4242
},
4343
"overrides": {
4444
"vite": "npm:rolldown-vite@7.2.10"

bin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "bin",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "",
55
"main": "checkAllPads.js",
66
"directories": {
77
"doc": "doc"
88
},
99
"dependencies": {
10-
"axios": "^1.13.2",
10+
"axios": "^1.13.3",
1111
"ep_etherpad-lite": "workspace:../src",
1212
"log4js": "^6.9.1",
1313
"semver": "^7.7.3",
1414
"tsx": "^4.21.0",
1515
"ueberdb2": "^5.0.23"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^25.0.3",
18+
"@types/node": "^25.0.10",
1919
"@types/semver": "^7.7.1",
2020
"typescript": "^5.9.3"
2121
},

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
app:
3-
user: "0:0"
3+
user: "5001:0"
44
image: etherpad/etherpad:latest
55
tty: true
66
stdin_open: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"url": "https://github.com/ether/etherpad-lite.git"
5050
},
5151
"engineStrict": true,
52-
"version": "2.6.0",
52+
"version": "2.6.1",
5353
"license": "Apache-2.0"
5454
}

0 commit comments

Comments
 (0)