mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 07:35:05 -04:00
Merge branch 'develop' of github.com:ether/etherpad-lite into f3
This commit is contained in:
commit
20fff4cf6e
3 changed files with 14 additions and 4 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,14 +1,24 @@
|
||||||
# Next release
|
# 1.9.1
|
||||||
|
|
||||||
### Notable enhancements and fixes
|
### Notable enhancements and fixes
|
||||||
|
|
||||||
* 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.
|
||||||
|
* bump sql for audit fix
|
||||||
|
* Enhancements
|
||||||
|
* Add keybinding meta-backspace to delete to beginning of line
|
||||||
|
* Fix automatic Windows build via GitHub Actions
|
||||||
|
* Enable docs to be build cross platform thanks to asciidoctor
|
||||||
|
|
||||||
|
### Compatibility changes
|
||||||
|
* tests: drop windows 7 test coverage & use chrome latest for admin tests
|
||||||
|
* 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
|
||||||
|
|
2
src/package-lock.json
generated
2
src/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ep_etherpad-lite",
|
"name": "ep_etherpad-lite",
|
||||||
"version": "1.9.0",
|
"version": "1.9.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -105,6 +105,6 @@
|
||||||
"test": "mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
|
"test": "mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
|
||||||
"test-container": "mocha --timeout 5000 tests/container/specs/api"
|
"test-container": "mocha --timeout 5000 tests/container/specs/api"
|
||||||
},
|
},
|
||||||
"version": "1.9.0",
|
"version": "1.9.1",
|
||||||
"license": "Apache-2.0"
|
"license": "Apache-2.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue