Release 1.0.0-ce
This commit is contained in:
parent
eb0bda06d7
commit
11a5dd0eb4
3 changed files with 42 additions and 3 deletions
|
@ -14,7 +14,7 @@ const debugConfig = {
|
||||||
}
|
}
|
||||||
|
|
||||||
const packageConfig = {
|
const packageConfig = {
|
||||||
version: '0.5.1',
|
version: '1.0.0-ce',
|
||||||
minimumCompatibleVersion: '0.5.0'
|
minimumCompatibleVersion: '0.5.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hackmd",
|
"name": "hackmd",
|
||||||
"version": "0.5.1",
|
"version": "1.0.0-ce",
|
||||||
"description": "Realtime collaborative markdown notes on all platforms.",
|
"description": "Realtime collaborative markdown notes on all platforms.",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
|
|
|
@ -1,6 +1,45 @@
|
||||||
Release Notes
|
Release Notes
|
||||||
===
|
===
|
||||||
|
|
||||||
|
<i class="fa fa-tag"></i> 1.0.0-ce <i class="fa fa-clock-o"></i> 2018-01-18 12:00
|
||||||
|
---
|
||||||
|
### License
|
||||||
|
* Switch from MIT to AGPL
|
||||||
|
|
||||||
|
### Enhancements
|
||||||
|
* Improve language support
|
||||||
|
* Allow themes for reveal
|
||||||
|
* Add dark theme for editor and view
|
||||||
|
* Add danish translation
|
||||||
|
* Add simplified chinese translation
|
||||||
|
* Provide new permission table
|
||||||
|
* Make HSTS configurable
|
||||||
|
* Make PDF export configurable
|
||||||
|
* Add Mattermost auth support
|
||||||
|
* Add SAML support
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
* Fix regex for speaker notes
|
||||||
|
* Fix S3 endpoint support
|
||||||
|
* Fix German translation
|
||||||
|
* Fix English translation
|
||||||
|
* Fix broken profile images
|
||||||
|
* Fix XSS attacks
|
||||||
|
* Fix history order
|
||||||
|
* Fix missing boolean settings
|
||||||
|
* Fix LDAP auth
|
||||||
|
* Fix too long notes droping content
|
||||||
|
* Fix mermaid compatiblity with new version
|
||||||
|
* Fix SSL CA path parsing
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
* Refactor main page
|
||||||
|
* Refactor status pages
|
||||||
|
* Refactor config handling
|
||||||
|
* Refactor auth backend
|
||||||
|
* Refactor code styling
|
||||||
|
* Refactor middleware to modules
|
||||||
|
|
||||||
<i class="fa fa-tag"></i> 0.5.1 `Doppio` <i class="fa fa-clock-o"></i> 2017-03-23 00:20
|
<i class="fa fa-tag"></i> 0.5.1 `Doppio` <i class="fa fa-clock-o"></i> 2017-03-23 00:20
|
||||||
---
|
---
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
@ -636,4 +675,4 @@ Release Notes
|
||||||
+ Preview html
|
+ Preview html
|
||||||
+ Realtime collaborate
|
+ Realtime collaborate
|
||||||
+ Cross-platformed
|
+ Cross-platformed
|
||||||
+ Recently used history
|
+ Recently used history
|
||||||
|
|
Loading…
Reference in a new issue