prepare for release
parent
344e8be328
commit
292db5fc44
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,14 @@
|
||||||
|
# 1.2.5
|
||||||
|
* Create timeslider EEJS blocks for plugins
|
||||||
|
* Allow for "more messages" to be loaded in chat
|
||||||
|
* Introduce better logging
|
||||||
|
* API endpoint for "listAllPads"
|
||||||
|
* Fix: Stop highlight of timeslider when dragging mouse
|
||||||
|
* Fix: Time Delta on Timeslider make date update properly
|
||||||
|
* Fix: Prevent empty chat messages from being sent
|
||||||
|
* Fix: checkPad script
|
||||||
|
* Fix: IE onLoad listener for i18n
|
||||||
|
|
||||||
# 1.2.4
|
# 1.2.4
|
||||||
* Fix IE console issue created in 1.2.3
|
* Fix IE console issue created in 1.2.3
|
||||||
* Allow CI Tests to pass by ignoring timeslider test
|
* Allow CI Tests to pass by ignoring timeslider test
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"require-kernel" : "1.0.5",
|
"require-kernel" : "1.0.5",
|
||||||
"resolve" : "0.2.x",
|
"resolve" : "0.2.x",
|
||||||
"socket.io" : "0.9.x",
|
"socket.io" : "0.9.x",
|
||||||
"ueberDB" : "0.1.8",
|
"ueberDB" : "0.1.x",
|
||||||
"async" : "0.1.x",
|
"async" : "0.1.x",
|
||||||
"express" : "3.x",
|
"express" : "3.x",
|
||||||
"connect" : "2.4.x",
|
"connect" : "2.4.x",
|
||||||
|
@ -46,5 +46,5 @@
|
||||||
"engines" : { "node" : ">=0.6.0",
|
"engines" : { "node" : ">=0.6.0",
|
||||||
"npm" : ">=1.0"
|
"npm" : ">=1.0"
|
||||||
},
|
},
|
||||||
"version" : "1.2.4"
|
"version" : "1.2.5"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue