123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- [0.3.0]
- * Initial version
- [0.4.0]
- * Update to upstream 1.6.0
- [0.4.1]
- * Remove the default pad text
- [0.4.2]
- * Update to latest auth module
- [0.4.3]
- * Update to latest base image
- [0.5.0]
- * Update to upstream version 1.6.1
- * Update base image to 0.10.0
- * Support plugin installation
- [0.6.0]
- * Support customizing the config file in the admin panel
- * Enable abiword import/export
- [0.7.0]
- * Add basic styling
- * Add pad listing
- [1.0.0]
- * Support deeplinks across logins
- [1.1.0]
- * Update etherpad to 1.6.2
- [1.2.0]
- * Preserve APIKEY and SESSIONKEY
- * Rework installation to not rely on installDeps.sh
- * Install ep_cloudron module in the Dockerfile and not at runtime
- * Rework how node_modules is setup
- [1.2.1]
- * Preserve APIKEY and SESSIONKEY
- * Rework installation to not rely on installDeps.sh
- * Install ep_cloudron module in the Dockerfile and not at runtime
- * Rework how node_modules is setup
- [1.2.2]
- * Preserve APIKEY and SESSIONKEY
- * Rework installation to not rely on installDeps.sh
- * Install ep_cloudron module in the Dockerfile and not at runtime
- * Rework how node_modules is setup
- [1.3.0]
- * Support plugin installation
- * Custom settings can be saved in `/app/data/settings.json`
- [1.3.1]
- * Support plugin installation
- * Custom settings can be saved in `/app/data/settings.json`
- [1.4.0]
- * Optional SSO - Install etherpad without cloudron auth
- [1.5.0]
- * Add support for [Etherpad API](http://etherpad.org/doc/v1.3.0/#index_http_api)
- [1.6.0]
- * Update Etherpad to 1.6.3
- [1.6.1]
- * Update Etherpad to 1.6.5
- * Fixes multiple [security issues](http://blog.etherpad.org/2018/04/07/important-release-1-6-4/)
- [1.7.0]
- * Update Etherpad to 1.6.6
- * Upgrade node.js to 8.11.1
- [1.8.0]
- * Update node.js to 9.9.0 to fix plugin installation issue
- * Improve the set of default plugins
- [2.0.0]
- * Use LDAP login instead of OAuth
- * Restyle the landing page and document listing
- [2.1.0]
- * Update Etherpad to 1.7.0
- * FIX: getLineHTMLForExport() no longer produces multiple copies of a line. WARNING: this could potentially break some plugins
- * FIX: authorship of bullet points no longer changes when a second author edits them
- * FIX: improved Firefox compatibility (non printable keys)
- * FIX: getPadPlainText() was not working
- * SECURITY: updated MySQL, Elasticsearch and PostgreSQL drivers
- * SECURITY: started updating deprecated code and packages
- [2.2.0]
- * Use latest base image
- [2.2.1]
- * Fix issue where npm modules were symlinked to /tmp instead of /run
|