Skip to content

Releases: ether/etherpad-lite

v2.5.0

24 Aug 20:41
Compare
Choose a tag to compare

[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.

v2.4.2

03 Aug 14:13
Compare
Choose a tag to compare

[email protected] generateChangelog D:\a\etherpad-lite\etherpad-lite\bin
node --import tsx generateReleaseNotes.ts "refs/tags/v2.4.2"

2.4.2

Notable enhancements and fixes

  • Fixed a german translation in the english translation file.

v2.4.1

02 Aug 12:00
Compare
Choose a tag to compare

[email protected] generateChangelog D:\a\etherpad-lite\etherpad-lite\bin
node --import tsx generateReleaseNotes.ts "refs/tags/v2.4.1"

2.4.1

Notable enhancements and fixes

  • Added generating release through ci cd pipeline.
  • Readded temporarily disabled workflows after release generation works again

v2.3.2

25 Jun 21:02
v2.3.2
Compare
Choose a tag to compare

[email protected] generateChangelog D:\a\etherpad-lite\etherpad-lite\bin
node --import tsx generateReleaseNotes.ts "refs/tags/v2.3.2"

2.3.2

Notable enhancements and fixes

  • Fixed admin ui displaying incorrect text

v2.3.1

25 Jun 11:33
v2.3.1
Compare
Choose a tag to compare

[email protected] generateChangelog D:\a\etherpad-lite\etherpad-lite\bin
node --import tsx generateReleaseNotes.ts "refs/tags/v2.3.1"

2.3.1

Notable enhancements and fixes

  • Dependency updates

v2.3.0

06 Apr 13:34
v2.3.0
Compare
Choose a tag to compare

Notable enhancements and fixes

  • Added possibility to cluster Etherpads behind reverse proxy. There is now a new reverse proxy designed for Etherpads that handles multiple Etherpads and the created pads in them. It will assign the pad assignement to an Etherpad at random but once the choice was made it will always reverse proxy the same backend. This allows to host multiple concurrent Etherpads and benefit from multi core systems even though one Etherpad is singlethreaded.
  • Added reverse proxy configuration for replacing Nginx. In the past there were some issues with nginx and its configuration. This reverse proxy allows you to handle your configuration with ease.

If you want to find out more about the reverse proxy method check out the repository https://github.com/ether/etherpad-proxy . It also contains a sample docker-compose file with three Etherpads and one etherpad-proxy. Of course you need to adapt the settings.json.template to your liking and map it into the reverse proxy image before you are ready :).

  • Added client authorization to work with Etherpad. Before it would get blocked because it doesn't have the required claim. As this is now fixed etherpad-proxy can also work with your new OAuth2 configuration and retrieve a token via client credentials flow.

v2.2.7

22 Dec 16:29
v2.2.7
Compare
Choose a tag to compare

[email protected] generateChangelog D:\a\etherpad-lite\etherpad-lite\bin
node --import tsx generateReleaseNotes.ts "refs/tags/v2.2.7"

2.2.7

Notable enhancements and fixes

  • We migrated all important pages to React 19 and React Router v7

Besides that only dependency updates.

-> Have a merry Christmas and a happy new year. 🎄 🎁

v2.2.6

28 Oct 21:17
v2.2.6
Compare
Choose a tag to compare

[email protected] generateChangelog D:\a\etherpad-lite\etherpad-lite\bin
node --import tsx generateReleaseNotes.ts "refs/tags/v2.2.6"

2.2.6

Notable enhancements and fixes

  • Added option to delete a pad by the creator. This option can be found in the settings menu. When you click on it you get a confirm dialog and after that you have the chance to completely erase the pad.

v2.2.5

21 Sep 11:30
v2.2.5
Compare
Choose a tag to compare

[email protected] generateChangelog D:\a\etherpad-lite\etherpad-lite\bin
node --import tsx generateReleaseNotes.ts "refs/tags/v2.2.5"

2.2.5

Notable enhancements and fixes

  • Fixed timeslider not scrolling when the revision count is a multiple of 100
  • Added new Restful API for version 2 of Etherpad. It is available at /api-docs

v2.2.4

07 Sep 13:20
v2.2.4
Compare
Choose a tag to compare

[email protected] generateChangelog D:\a\etherpad-lite\etherpad-lite\bin
node --import tsx generateReleaseNotes.ts "refs/tags/v2.2.4"

2.2.4

Notable enhancements and fixes

  • Switched to new SQLite backend
  • Fixed rusty-store-kv module not found