mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
bump v and changelog
This commit is contained in:
parent
830357c81c
commit
0c9214bb27
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
# 1.2.81
|
||||||
|
* Fix: CtrlZ-Y for Undo Redo
|
||||||
|
* Fix: RTL functionality on contents & fix RTL/LTR tests and RTL in Safari
|
||||||
|
* Fix: Various other tests fixed in Android
|
||||||
|
|
||||||
# 1.2.8
|
# 1.2.8
|
||||||
! IMPORTANT: New setting.json value is required to automatically reconnect clients on disconnect
|
! IMPORTANT: New setting.json value is required to automatically reconnect clients on disconnect
|
||||||
* NEW: Use Socket IO for rooms (allows for pads to be load balanced with sticky rooms)
|
* NEW: Use Socket IO for rooms (allows for pads to be load balanced with sticky rooms)
|
||||||
|
|
|
@ -45,5 +45,5 @@
|
||||||
"engines" : { "node" : ">=0.6.3",
|
"engines" : { "node" : ">=0.6.3",
|
||||||
"npm" : ">=1.0"
|
"npm" : ">=1.0"
|
||||||
},
|
},
|
||||||
"version" : "1.2.8"
|
"version" : "1.2.81"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue