mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Added changelog for 2.0.3
This commit is contained in:
parent
8a76d2c680
commit
ca68287167
1 changed files with 22 additions and 12 deletions
34
CHANGELOG.md
34
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
||||||
|
# 2.0.3
|
||||||
|
|
||||||
|
### Notable enhancements and fixes
|
||||||
|
|
||||||
|
- Added documentation for replacing apikeys with oauth2
|
||||||
|
- Bumped live plugin manager to 0.20.0. Thanks to @fgreinacher
|
||||||
|
- Added better documentation for using docker-compose with Etherpad
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 2.0.2
|
# 2.0.2
|
||||||
|
|
||||||
### Notable enhancements and fixes
|
### Notable enhancements and fixes
|
||||||
|
@ -25,7 +35,7 @@
|
||||||
- Socket io has been updated to 4.7.5. This means that the json.send function won't work anymore and needs to be changed to .emit('message', myObj)
|
- Socket io has been updated to 4.7.5. This means that the json.send function won't work anymore and needs to be changed to .emit('message', myObj)
|
||||||
- Deprecating npm version 6 in favor of pnpm: We have made the decision to switch to the well established pnpm (https://pnpm.io/). It works by symlinking dependencies into a global directory allowing you to have a cleaner and more reliable environment.
|
- Deprecating npm version 6 in favor of pnpm: We have made the decision to switch to the well established pnpm (https://pnpm.io/). It works by symlinking dependencies into a global directory allowing you to have a cleaner and more reliable environment.
|
||||||
- Introducing Typescript to the Etherpad core: Etherpad core logic has been rewritten in Typescript allowing for compiler checking of errors.
|
- Introducing Typescript to the Etherpad core: Etherpad core logic has been rewritten in Typescript allowing for compiler checking of errors.
|
||||||
- Rewritten Admin Panel: The Admin panel has been rewritten in React and now features a more pleasant user experience. It now also features an integrated pad searching with sorting functionality.
|
- Rewritten Admin Panel: The Admin panel has been rewritten in React and now features a more pleasant user experience. It now also features an integrated pad searching with sorting functionality.
|
||||||
|
|
||||||
### Notable enhancements and fixes
|
### Notable enhancements and fixes
|
||||||
|
|
||||||
|
@ -35,7 +45,7 @@
|
||||||
* Enhancements
|
* Enhancements
|
||||||
- pnpm Workspaces: In addition to pnpm we introduced workspaces. A clean way to manage multiple bounded contexts like the admin panel or the bin folder.
|
- pnpm Workspaces: In addition to pnpm we introduced workspaces. A clean way to manage multiple bounded contexts like the admin panel or the bin folder.
|
||||||
- Bin folder: The bin folder has been moved from the src folder to the root folder. This change was necessary as the contained scripts do not represent core functionality of the user.
|
- Bin folder: The bin folder has been moved from the src folder to the root folder. This change was necessary as the contained scripts do not represent core functionality of the user.
|
||||||
- Starting Etherpad: Etherpad can now be started with a single command: `pnpm run prod` in the root directory.
|
- Starting Etherpad: Etherpad can now be started with a single command: `pnpm run prod` in the root directory.
|
||||||
- Installing Etherpad: Etherpad no longer symlinks itself in the root directory. This is now also taken care by pnpm, and it just creates a node_modules folder with the src directory`s ep_etherpad-lite folder
|
- Installing Etherpad: Etherpad no longer symlinks itself in the root directory. This is now also taken care by pnpm, and it just creates a node_modules folder with the src directory`s ep_etherpad-lite folder
|
||||||
- Plugins can now be installed simply via the command: `pnpm run install-plugins first-plugin second-plugin` or if you want to install from path you can do:
|
- Plugins can now be installed simply via the command: `pnpm run install-plugins first-plugin second-plugin` or if you want to install from path you can do:
|
||||||
`pnpm run install-plugins --path ../path-to-plugin`
|
`pnpm run install-plugins --path ../path-to-plugin`
|
||||||
|
@ -45,7 +55,7 @@
|
||||||
|
|
||||||
### Notable enhancements and fixes
|
### Notable enhancements and fixes
|
||||||
|
|
||||||
* Added Live Plugin Manager: Plugins are now installed into a separate folder on the host system. This folder is called `plugin_packages`.
|
* Added Live Plugin Manager: Plugins are now installed into a separate folder on the host system. This folder is called `plugin_packages`.
|
||||||
That way the plugins are separated from the normal etherpad installation.
|
That way the plugins are separated from the normal etherpad installation.
|
||||||
* Make repairPad.js more verbose
|
* Make repairPad.js more verbose
|
||||||
* Fixed favicon not being loaded correctly
|
* Fixed favicon not being loaded correctly
|
||||||
|
@ -68,19 +78,19 @@ That way the plugins are separated from the normal etherpad installation.
|
||||||
|
|
||||||
### Notable enhancements and fixes
|
### Notable enhancements and fixes
|
||||||
|
|
||||||
* The support for the tidy program to tidy up HTML files has been removed. This decision was made because it hasn't been updated for years and also caused an incompability when exporting a pad with Abiword.
|
* The support for the tidy program to tidy up HTML files has been removed. This decision was made because it hasn't been updated for years and also caused an incompability when exporting a pad with Abiword.
|
||||||
|
|
||||||
|
|
||||||
# 1.9.4
|
# 1.9.4
|
||||||
|
|
||||||
### Compatibility changes
|
### Compatibility changes
|
||||||
|
|
||||||
* Log4js has been updated to the latest version. As it involved a bump of 6 major version.
|
* Log4js has been updated to the latest version. As it involved a bump of 6 major version.
|
||||||
A lot has changed since then. Most notably the console appender has been deprecated. You can find out more about it [here](https://github.com/log4js-node/log4js-node)
|
A lot has changed since then. Most notably the console appender has been deprecated. You can find out more about it [here](https://github.com/log4js-node/log4js-node)
|
||||||
|
|
||||||
### Notable enhancements and fixes
|
### Notable enhancements and fixes
|
||||||
|
|
||||||
* Fix for MySQL: The logger calls were incorrectly configured leading to a crash when e.g. somebody uses a different encoding than standard MySQL encoding.
|
* Fix for MySQL: The logger calls were incorrectly configured leading to a crash when e.g. somebody uses a different encoding than standard MySQL encoding.
|
||||||
|
|
||||||
# 1.9.3
|
# 1.9.3
|
||||||
|
|
||||||
|
@ -88,7 +98,7 @@ That way the plugins are separated from the normal etherpad installation.
|
||||||
|
|
||||||
* express-rate-limit has been bumped to 7.0.0: This involves the breaking change that "max: 0"
|
* express-rate-limit has been bumped to 7.0.0: This involves the breaking change that "max: 0"
|
||||||
in the importExportRateLimiting is set to always trigger. So set it to your desired value.
|
in the importExportRateLimiting is set to always trigger. So set it to your desired value.
|
||||||
If you haven't changed that value in the settings.json you are all set.
|
If you haven't changed that value in the settings.json you are all set.
|
||||||
|
|
||||||
### Notable enhancements and fixes
|
### Notable enhancements and fixes
|
||||||
|
|
||||||
|
@ -107,7 +117,7 @@ If you haven't changed that value in the settings.json you are all set.
|
||||||
* Enable session key rotation: This setting can be enabled in the settings.json. It changes the signing key for the cookie authentication in a fixed interval.
|
* Enable session key rotation: This setting can be enabled in the settings.json. It changes the signing key for the cookie authentication in a fixed interval.
|
||||||
|
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
* Fix appendRevision when creating a new pad via the API without a text.
|
* Fix appendRevision when creating a new pad via the API without a text.
|
||||||
|
|
||||||
|
|
||||||
* Enhancements
|
* Enhancements
|
||||||
|
@ -116,11 +126,11 @@ If you haven't changed that value in the settings.json you are all set.
|
||||||
|
|
||||||
### Compatibility changes
|
### Compatibility changes
|
||||||
|
|
||||||
* No compability changes as JQuery maintains excellent backwards compatibility.
|
* No compability changes as JQuery maintains excellent backwards compatibility.
|
||||||
|
|
||||||
#### For plugin authors
|
#### For plugin authors
|
||||||
|
|
||||||
* Please update to JQuery 3.7. There is an excellent deprecation guide over [here](https://api.jquery.com/category/deprecated/). Version 3.1 to 3.7 are relevant for the upgrade.
|
* Please update to JQuery 3.7. There is an excellent deprecation guide over [here](https://api.jquery.com/category/deprecated/). Version 3.1 to 3.7 are relevant for the upgrade.
|
||||||
|
|
||||||
# 1.9.1
|
# 1.9.1
|
||||||
|
|
||||||
|
@ -128,7 +138,7 @@ If you haven't changed that value in the settings.json you are all set.
|
||||||
|
|
||||||
* Security
|
* Security
|
||||||
* Limit requested revisions in timeslider and export to head revision. (affects v1.9.0)
|
* Limit requested revisions in timeslider and export to head revision. (affects v1.9.0)
|
||||||
|
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
* revisions in `CHANGESET_REQ` (timeslider) and export (txt, html, custom)
|
* revisions in `CHANGESET_REQ` (timeslider) and export (txt, html, custom)
|
||||||
are now checked to be numbers.
|
are now checked to be numbers.
|
||||||
|
@ -142,7 +152,7 @@ If you haven't changed that value in the settings.json you are all set.
|
||||||
* tests: drop windows 7 test coverage & use chrome latest for admin tests
|
* tests: drop windows 7 test coverage & use chrome latest for admin tests
|
||||||
* Require Node 16 for Etherpad and target Node 20 for testing
|
* Require Node 16 for Etherpad and target Node 20 for testing
|
||||||
|
|
||||||
|
|
||||||
# 1.9.0
|
# 1.9.0
|
||||||
|
|
||||||
### Notable enhancements and fixes
|
### Notable enhancements and fixes
|
||||||
|
|
Loading…
Reference in a new issue