CHANGELOG 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. [0.3.0]
  2. * Initial version
  3. [0.4.0]
  4. * Update to upstream 1.6.0
  5. [0.4.1]
  6. * Remove the default pad text
  7. [0.4.2]
  8. * Update to latest auth module
  9. [0.4.3]
  10. * Update to latest base image
  11. [0.5.0]
  12. * Update to upstream version 1.6.1
  13. * Update base image to 0.10.0
  14. * Support plugin installation
  15. [0.6.0]
  16. * Support customizing the config file in the admin panel
  17. * Enable abiword import/export
  18. [0.7.0]
  19. * Add basic styling
  20. * Add pad listing
  21. [1.0.0]
  22. * Support deeplinks across logins
  23. [1.1.0]
  24. * Update etherpad to 1.6.2
  25. [1.2.0]
  26. * Preserve APIKEY and SESSIONKEY
  27. * Rework installation to not rely on installDeps.sh
  28. * Install ep_cloudron module in the Dockerfile and not at runtime
  29. * Rework how node_modules is setup
  30. [1.2.1]
  31. * Preserve APIKEY and SESSIONKEY
  32. * Rework installation to not rely on installDeps.sh
  33. * Install ep_cloudron module in the Dockerfile and not at runtime
  34. * Rework how node_modules is setup
  35. [1.2.2]
  36. * Preserve APIKEY and SESSIONKEY
  37. * Rework installation to not rely on installDeps.sh
  38. * Install ep_cloudron module in the Dockerfile and not at runtime
  39. * Rework how node_modules is setup
  40. [1.3.0]
  41. * Support plugin installation
  42. * Custom settings can be saved in `/app/data/settings.json`
  43. [1.3.1]
  44. * Support plugin installation
  45. * Custom settings can be saved in `/app/data/settings.json`
  46. [1.4.0]
  47. * Optional SSO - Install etherpad without cloudron auth
  48. [1.5.0]
  49. * Add support for [Etherpad API](http://etherpad.org/doc/v1.3.0/#index_http_api)
  50. [1.6.0]
  51. * Update Etherpad to 1.6.3
  52. [1.6.1]
  53. * Update Etherpad to 1.6.5
  54. * Fixes multiple [security issues](http://blog.etherpad.org/2018/04/07/important-release-1-6-4/)
  55. [1.7.0]
  56. * Update Etherpad to 1.6.6
  57. * Upgrade node.js to 8.11.1
  58. [1.8.0]
  59. * Update node.js to 9.9.0 to fix plugin installation issue
  60. * Improve the set of default plugins
  61. [2.0.0]
  62. * Use LDAP login instead of OAuth
  63. * Restyle the landing page and document listing
  64. [2.1.0]
  65. * Update Etherpad to 1.7.0
  66. * FIX: getLineHTMLForExport() no longer produces multiple copies of a line. WARNING: this could potentially break some plugins
  67. * FIX: authorship of bullet points no longer changes when a second author edits them
  68. * FIX: improved Firefox compatibility (non printable keys)
  69. * FIX: getPadPlainText() was not working
  70. * SECURITY: updated MySQL, Elasticsearch and PostgreSQL drivers
  71. * SECURITY: started updating deprecated code and packages
  72. [2.2.0]
  73. * Use latest base image
  74. [2.2.1]
  75. * Fix issue where npm modules were symlinked to /tmp instead of /run