Etherpad
Etherpad: A modern really-real-time collaborative document editor.
Alternative to: google docs, hackmd, quip
About
Versions (79)
v2.5.0
2025-08-24bin@2.5.0 generateChangelog D:\a\etherpad-lite\etherpad-lite\bin node —import tsx generateReleaseNotes.ts “refs/tags/v2.5.0”
2.5.0
Notable enhancements and fixes
- Updated to express 5.0.0. This is a major update to express that brings a lot of improvements and fixes. Please update all your plugins to the latest version to ensure compatibility. A lot changed in the route matching, and thus old plugins will throw errors and crash Etherpad.
- Fixed an issue with the no-skin theme with cookie recentPadList feature
- Fixed layout issues with the no-skin theme
Breaking changes:
- The api of settings has been changed to use esm. So require is now changed to import. Everything works the same as before.