Skip to content

Commit 11a5dd0

Browse files
committed
Release 1.0.0-ce
1 parent eb0bda0 commit 11a5dd0

File tree

3 files changed

+42
-3
lines changed

3 files changed

+42
-3
lines changed

lib/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const debugConfig = {
1414
}
1515

1616
const packageConfig = {
17-
version: '0.5.1',
17+
version: '1.0.0-ce',
1818
minimumCompatibleVersion: '0.5.0'
1919
}
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hackmd",
3-
"version": "0.5.1",
3+
"version": "1.0.0-ce",
44
"description": "Realtime collaborative markdown notes on all platforms.",
55
"main": "app.js",
66
"license": "AGPL-3.0",

public/docs/release-notes.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
Release Notes
22
===
33

4+
<i class="fa fa-tag"></i> 1.0.0-ce <i class="fa fa-clock-o"></i> 2018-01-18 12:00
5+
---
6+
### License
7+
* Switch from MIT to AGPL
8+
9+
### Enhancements
10+
* Improve language support
11+
* Allow themes for reveal
12+
* Add dark theme for editor and view
13+
* Add danish translation
14+
* Add simplified chinese translation
15+
* Provide new permission table
16+
* Make HSTS configurable
17+
* Make PDF export configurable
18+
* Add Mattermost auth support
19+
* Add SAML support
20+
21+
### Fixes
22+
* Fix regex for speaker notes
23+
* Fix S3 endpoint support
24+
* Fix German translation
25+
* Fix English translation
26+
* Fix broken profile images
27+
* Fix XSS attacks
28+
* Fix history order
29+
* Fix missing boolean settings
30+
* Fix LDAP auth
31+
* Fix too long notes droping content
32+
* Fix mermaid compatiblity with new version
33+
* Fix SSL CA path parsing
34+
35+
### Refactor
36+
* Refactor main page
37+
* Refactor status pages
38+
* Refactor config handling
39+
* Refactor auth backend
40+
* Refactor code styling
41+
* Refactor middleware to modules
42+
443
<i class="fa fa-tag"></i> 0.5.1 `Doppio` <i class="fa fa-clock-o"></i> 2017-03-23 00:20
544
---
645
### Enhancements
@@ -636,4 +675,4 @@ Release Notes
636675
+ Preview html
637676
+ Realtime collaborate
638677
+ Cross-platformed
639-
+ Recently used history
678+
+ Recently used history

0 commit comments

Comments
 (0)