Skip to content

v2.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 20:41
· 52 commits to develop since this release

[email protected] 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.