Merge branch 'feature/releaseNotes1.1.0'
This commit is contained in:
commit
14a0f8594f
2 changed files with 83 additions and 12 deletions
11
README.md
11
README.md
|
@ -114,12 +114,19 @@ If you are upgrading HackMD from an older version, follow these steps:
|
||||||
6. Run `node_modules/.bin/sequelize db:migrate`, this step will migrate your db to the latest schema
|
6. Run `node_modules/.bin/sequelize db:migrate`, this step will migrate your db to the latest schema
|
||||||
7. Start your whole new server!
|
7. Start your whole new server!
|
||||||
|
|
||||||
* [migration-to-0.5.0](https://github.com/hackmdio/migration-to-0.5.0)
|
|
||||||
|
* **migrate-to-1.1.0**
|
||||||
|
|
||||||
|
We deprecated the older lower case config style and moved on to camel case style. Please have a look at the current `config.json.example` and check the warnings on startup.
|
||||||
|
|
||||||
|
*Notice: This is not a breaking change right now but in the future*
|
||||||
|
|
||||||
|
* [**migration-to-0.5.0**](https://github.com/hackmdio/migration-to-0.5.0)
|
||||||
|
|
||||||
We don't use LZString to compress socket.io data and DB data after version 0.5.0.
|
We don't use LZString to compress socket.io data and DB data after version 0.5.0.
|
||||||
Please run the migration tool if you're upgrading from the old version.
|
Please run the migration tool if you're upgrading from the old version.
|
||||||
|
|
||||||
* [migration-to-0.4.0](https://github.com/hackmdio/migration-to-0.4.0)
|
* [**migration-to-0.4.0**](https://github.com/hackmdio/migration-to-0.4.0)
|
||||||
|
|
||||||
We've dropped MongoDB after version 0.4.0.
|
We've dropped MongoDB after version 0.4.0.
|
||||||
So here is the migration tool for you to transfer the old DB data to the new DB.
|
So here is the migration tool for you to transfer the old DB data to the new DB.
|
||||||
|
|
|
@ -1,6 +1,70 @@
|
||||||
Release Notes
|
Release Notes
|
||||||
===
|
===
|
||||||
|
|
||||||
|
<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 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 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 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 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
|
||||||
|
* 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 +110,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 a new issue