diff options
author | Sheogorath | 2018-04-06 16:17:25 +0200 |
---|---|---|
committer | Sheogorath | 2018-04-06 16:19:24 +0200 |
commit | 23b5e9e54a8b27c789cc2a157f8e1b8be2d31197 (patch) | |
tree | 4371828db0a8095a8a0804ad5bdb8c7d58608ccf /public/docs | |
parent | 81e5ebf6d6caf78bd820e9d087b6301c78196dd3 (diff) |
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>
Diffstat (limited to '')
-rw-r--r-- | public/docs/release-notes.md | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md index 4a3d5762..a6428eed 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -1,36 +1,37 @@ 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 * Adding CSP headers * Prevent data-leak by wrong LDAP config -* Generate dynamic sessionSecret if none is specifed +* Generate dynamic `sessionSecret` if none is specified ### Enhancements * Add Minio support * Allow posting content to new notes by API * Add anonymous edit function in restricted mode -* Add support for more Mimetypes on S3, minio and local filesystem uploads -* Add basic cli tooling for local user management +* Add support for more Mimetypes on S3, Minio and local filesystem uploads +* Add basic CLI tooling for local user management * Add referrer policy * Add more usable HTML5 tags -* Add useridField in LDAP config +* Add `useridField` in LDAP config * Add option for ReportURI for CSP violations * 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 Riot / Matrix - Community link to help page ### Fixes -* Fix todo toggle function -* Fix LDAP provider name usage +* Fix ToDo-toggle function +* Fix LDAP provider name in front-end * Fix errors on authenticated sessions for deleted users * Fix typo in database migration * Fix possible data truncation of authorship * 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 type errors by environment configs * Fix error message on some file API errors |