mirror of https://github.com/status-im/codimd.git
Update release notes
Providing release notes for version 1.1.0-ce Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
parent
d2cce7638a
commit
645f38c228
|
@ -1,6 +1,69 @@
|
||||||
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
|
||||||
|
---
|
||||||
|
|
||||||
|
### Security
|
||||||
|
* Adding CSP headers
|
||||||
|
* Prevent data-leak by wrong LDAP config
|
||||||
|
* Generate dynamic sessionSecret if none is specifed
|
||||||
|
|
||||||
|
### 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 referrer policy
|
||||||
|
* Add more usable HTML5 tags
|
||||||
|
* Add useridField in LDAP config
|
||||||
|
* Add option for ReportURI for CSP violations
|
||||||
|
* Add persistance for night mode
|
||||||
|
* Allow setting sessionSecret by environment variable
|
||||||
|
* Add night mode to features page
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
* Fix todo toggle function
|
||||||
|
* Fix LDAP provider name usage
|
||||||
|
* 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
|
||||||
|
* Fix array of emails in LDAP
|
||||||
|
* Fix type errors by environment configs
|
||||||
|
* Fix error message on some file API errors
|
||||||
|
* Fix minor CSS issues in night mode
|
||||||
|
|
||||||
|
### Refactors
|
||||||
|
* Refactor contact
|
||||||
|
* Refactor social media integration on main page
|
||||||
|
* Refactor socket.io code to no longer use referrer
|
||||||
|
* Refactor webpack config to need less dependencies in package.json
|
||||||
|
* Refactor imageRouter for modularity
|
||||||
|
* Refactor configs to be camel case
|
||||||
|
|
||||||
|
### Removes
|
||||||
|
* Remove unused `tokenSecret` from LDAP config
|
||||||
|
|
||||||
|
### Deprecations
|
||||||
|
* All non-camelcase config
|
||||||
|
|
||||||
|
### Honorable mentions
|
||||||
|
* [Dario Ernst (Nebukadneza)](https://github.com/Nebukadneza)
|
||||||
|
* [David Mehren (davidmehren)](https://github.com/davidmehren)
|
||||||
|
* [Dustin Frisch (fooker)](https://github.com/fooker)
|
||||||
|
* [Felix Schäfer (thegcat)](https://github.com/thegcat)
|
||||||
|
* [Literallie (xxyy)](https://github.com/xxyy)
|
||||||
|
* [Marc Deop (marcdeop)](https://github.com/marcdeop)
|
||||||
|
* [Max Wu (jackycute)](https://github.com/jackycute)
|
||||||
|
* [Robin Naundorf (senk)](https://github.com/senk)
|
||||||
|
* [Stefan Bühler (stbuehler)](https://github.com/stbuehler)
|
||||||
|
* [Takeaki Matsumoto (takmatsu)](https://github.com/takmatsu)
|
||||||
|
* [Tang TsungYi (vazontang)](https://github.com/vazontang)
|
||||||
|
* [Zearin (Zearin)](https://github.com/Zearin)
|
||||||
|
|
||||||
<i class="fa fa-tag"></i> 1.0.1-ce <i class="fa fa-clock-o"></i> 2018-01-19 15:00
|
<i class="fa fa-tag"></i> 1.0.1-ce <i class="fa fa-clock-o"></i> 2018-01-19 15:00
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -46,7 +109,7 @@ Release Notes
|
||||||
* Fix mermaid compatiblity with new version
|
* Fix mermaid compatiblity with new version
|
||||||
* Fix SSL CA path parsing
|
* Fix SSL CA path parsing
|
||||||
|
|
||||||
### Refactor
|
### Refactors
|
||||||
* Refactor main page
|
* Refactor main page
|
||||||
* Refactor status pages
|
* Refactor status pages
|
||||||
* Refactor config handling
|
* Refactor config handling
|
||||||
|
|
Loading…
Reference in New Issue