Improve changelog v1.1.5
parent
28acfc70de
commit
9cec0391e2
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,10 +1,20 @@
|
||||||
# v1.1.5
|
# v1.1.5
|
||||||
* Many bugfixes including some stability and security issues
|
* We updated to express v3 (please [make sure](https://github.com/visionmedia/express/wiki/Migrating-from-2.x-to-3.x) your plugin works under express v3)
|
||||||
* Support for PageView as a plugin
|
* `userColor` URL parameter which sets the initial author color
|
||||||
* Upgrade to Express V3
|
* Hooks for "padCreate", "padRemove", "padUpdate" and "padLoad" events
|
||||||
* Better support for smaller screen sizes
|
* Security patches concerning the handling of messages originating from clients
|
||||||
* Various dependency updates
|
* Our database abstraction layer now natively supports couchDB, levelDB, mongoDB, postgres, and redis!
|
||||||
* Improved Docs
|
* We now provide a script helping you to migrate from dirtyDB to MySQL
|
||||||
|
* Support running Etherpad Lite behind IIS, using [iisnode](https://github.com/tjanczuk/iisnode/wiki)
|
||||||
|
* LibreJS Licensing information in headers of HTML templates
|
||||||
|
* Default port number to PORT env var, if port isn't specified in settings
|
||||||
|
* Fix for `convert.js`
|
||||||
|
* Raise upper char limit in chat to 999 characters
|
||||||
|
* Fixes for mobile layout
|
||||||
|
* Fixes for usage behind reverse proxy
|
||||||
|
* Improved documentation
|
||||||
|
* Fixed some opera style bugs
|
||||||
|
* Update npm and fix some bugs, this introduces
|
||||||
|
|
||||||
# v1.1
|
# v1.1
|
||||||
* Introduced Plugin framework
|
* Introduced Plugin framework
|
||||||
|
|
Loading…
Reference in New Issue