Minor fixes in relase notes
Fix some spelling and style issues as well as adding the latest changes. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
parent
81e5ebf6d6
commit
23b5e9e54a
1 changed files with 10 additions and 9 deletions
|
@ -1,36 +1,37 @@
|
||||||
Release Notes
|
Release Notes
|
||||||
===
|
===
|
||||||
|
|
||||||
<i class="fa fa-tag"></i> 1.1.0-ce <i class="fa fa-clock-o"></i> 2018-03-28 15:00
|
<i class="fa fa-tag"></i> 1.1.0-ce <i class="fa fa-clock-o"></i> 2018-04-06 12:00
|
||||||
---
|
---
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
* Adding CSP headers
|
* Adding CSP headers
|
||||||
* Prevent data-leak by wrong LDAP config
|
* Prevent data-leak by wrong LDAP config
|
||||||
* Generate dynamic sessionSecret if none is specifed
|
* Generate dynamic `sessionSecret` if none is specified
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
* Add Minio support
|
* Add Minio support
|
||||||
* Allow posting content to new notes by API
|
* Allow posting content to new notes by API
|
||||||
* Add anonymous edit function in restricted mode
|
* Add anonymous edit function in restricted mode
|
||||||
* Add support for more Mimetypes on S3, minio and local filesystem uploads
|
* Add support for more Mimetypes on S3, Minio and local filesystem uploads
|
||||||
* Add basic cli tooling for local user management
|
* Add basic CLI tooling for local user management
|
||||||
* Add referrer policy
|
* Add referrer policy
|
||||||
* Add more usable HTML5 tags
|
* Add more usable HTML5 tags
|
||||||
* Add useridField in LDAP config
|
* Add `useridField` in LDAP config
|
||||||
* Add option for ReportURI for CSP violations
|
* Add option for ReportURI for CSP violations
|
||||||
* Add persistance for night mode
|
* Add persistance for night mode
|
||||||
* Allow setting sessionSecret by environment variable
|
* Allow setting of `sessionSecret` by environment variable
|
||||||
* Add night mode to features page
|
* Add night mode to features page
|
||||||
|
* Add Riot / Matrix - Community link to help page
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
* Fix todo toggle function
|
* Fix ToDo-toggle function
|
||||||
* Fix LDAP provider name usage
|
* Fix LDAP provider name in front-end
|
||||||
* Fix errors on authenticated sessions for deleted users
|
* Fix errors on authenticated sessions for deleted users
|
||||||
* Fix typo in database migration
|
* Fix typo in database migration
|
||||||
* Fix possible data truncation of authorship
|
* Fix possible data truncation of authorship
|
||||||
* Minor fixes in README.md
|
* Minor fixes in README.md
|
||||||
* Allow usage of esc-key by codemirror
|
* Allow usage of ESC-key by codemirror
|
||||||
* Fix array of emails in LDAP
|
* Fix array of emails in LDAP
|
||||||
* Fix type errors by environment configs
|
* Fix type errors by environment configs
|
||||||
* Fix error message on some file API errors
|
* Fix error message on some file API errors
|
||||||
|
|
Loading…
Reference in a new issue