bump v and changelog

This commit is contained in:
John McLear 2013-03-06 15:08:27 +00:00
parent 830357c81c
commit 0c9214bb27
2 changed files with 6 additions and 1 deletions

View File

@ -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
! 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)

View File

@ -45,5 +45,5 @@
"engines" : { "node" : ">=0.6.3",
"npm" : ">=1.0"
},
"version" : "1.2.8"
"version" : "1.2.81"
}