|
1 | 1 | Release Notes |
2 | 2 | === |
3 | 3 |
|
4 | | -<i class="fa fa-tag"></i> 1.1.0-ce <i class="fa fa-clock-o"></i> 2018-03-28 15:00 |
| 4 | +<i class="fa fa-tag"></i> 1.1.0-ce <i class="fa fa-clock-o"></i> 2018-04-06 12:00 |
5 | 5 | --- |
6 | 6 |
|
7 | 7 | ### Security |
8 | 8 | * Adding CSP headers |
9 | 9 | * Prevent data-leak by wrong LDAP config |
10 | | -* Generate dynamic sessionSecret if none is specifed |
| 10 | +* Generate dynamic `sessionSecret` if none is specified |
11 | 11 |
|
12 | 12 | ### Enhancements |
13 | 13 | * Add Minio support |
14 | 14 | * Allow posting content to new notes by API |
15 | 15 | * Add anonymous edit function in restricted mode |
16 | | -* Add support for more Mimetypes on S3, minio and local filesystem uploads |
17 | | -* Add basic cli tooling for local user management |
| 16 | +* Add support for more Mimetypes on S3, Minio and local filesystem uploads |
| 17 | +* Add basic CLI tooling for local user management |
18 | 18 | * Add referrer policy |
19 | 19 | * Add more usable HTML5 tags |
20 | | -* Add useridField in LDAP config |
| 20 | +* Add `useridField` in LDAP config |
21 | 21 | * Add option for ReportURI for CSP violations |
22 | 22 | * Add persistance for night mode |
23 | | -* Allow setting sessionSecret by environment variable |
| 23 | +* Allow setting of `sessionSecret` by environment variable |
24 | 24 | * Add night mode to features page |
| 25 | +* Add Riot / Matrix - Community link to help page |
25 | 26 |
|
26 | 27 | ### Fixes |
27 | | -* Fix todo toggle function |
28 | | -* Fix LDAP provider name usage |
| 28 | +* Fix ToDo-toggle function |
| 29 | +* Fix LDAP provider name in front-end |
29 | 30 | * Fix errors on authenticated sessions for deleted users |
30 | 31 | * Fix typo in database migration |
31 | 32 | * Fix possible data truncation of authorship |
32 | 33 | * Minor fixes in README.md |
33 | | -* Allow usage of esc-key by codemirror |
| 34 | +* Allow usage of ESC-key by codemirror |
34 | 35 | * Fix array of emails in LDAP |
35 | 36 | * Fix type errors by environment configs |
36 | 37 | * Fix error message on some file API errors |
|
0 commit comments