Skip to content

Commit 645f38c

Browse files
committed
Update release notes
Providing release notes for version 1.1.0-ce Signed-off-by: Sheogorath <[email protected]>
1 parent d2cce76 commit 645f38c

File tree

1 file changed

+73
-10
lines changed

1 file changed

+73
-10
lines changed

public/docs/release-notes.md

Lines changed: 73 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,69 @@
11
Release Notes
22
===
33

4+
<i class="fa fa-tag"></i> 1.1.0-ce <i class="fa fa-clock-o"></i> 2018-03-28 15:00
5+
---
6+
7+
### Security
8+
* Adding CSP headers
9+
* Prevent data-leak by wrong LDAP config
10+
* Generate dynamic sessionSecret if none is specifed
11+
12+
### Enhancements
13+
* Add Minio support
14+
* Allow posting content to new notes by API
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
18+
* Add referrer policy
19+
* Add more usable HTML5 tags
20+
* Add useridField in LDAP config
21+
* Add option for ReportURI for CSP violations
22+
* Add persistance for night mode
23+
* Allow setting sessionSecret by environment variable
24+
* Add night mode to features page
25+
26+
### Fixes
27+
* Fix todo toggle function
28+
* Fix LDAP provider name usage
29+
* Fix errors on authenticated sessions for deleted users
30+
* Fix typo in database migration
31+
* Fix possible data truncation of authorship
32+
* Minor fixes in README.md
33+
* Allow usage of esc-key by codemirror
34+
* Fix array of emails in LDAP
35+
* Fix type errors by environment configs
36+
* Fix error message on some file API errors
37+
* Fix minor CSS issues in night mode
38+
39+
### Refactors
40+
* Refactor contact
41+
* Refactor social media integration on main page
42+
* Refactor socket.io code to no longer use referrer
43+
* Refactor webpack config to need less dependencies in package.json
44+
* Refactor imageRouter for modularity
45+
* Refactor configs to be camel case
46+
47+
### Removes
48+
* Remove unused `tokenSecret` from LDAP config
49+
50+
### Deprecations
51+
* All non-camelcase config
52+
53+
### Honorable mentions
54+
* [Dario Ernst (Nebukadneza)](https://github.com/Nebukadneza)
55+
* [David Mehren (davidmehren)](https://github.com/davidmehren)
56+
* [Dustin Frisch (fooker)](https://github.com/fooker)
57+
* [Felix Schäfer (thegcat)](https://github.com/thegcat)
58+
* [Literallie (xxyy)](https://github.com/xxyy)
59+
* [Marc Deop (marcdeop)](https://github.com/marcdeop)
60+
* [Max Wu (jackycute)](https://github.com/jackycute)
61+
* [Robin Naundorf (senk)](https://github.com/senk)
62+
* [Stefan Bühler (stbuehler)](https://github.com/stbuehler)
63+
* [Takeaki Matsumoto (takmatsu)](https://github.com/takmatsu)
64+
* [Tang TsungYi (vazontang)](https://github.com/vazontang)
65+
* [Zearin (Zearin)](https://github.com/Zearin)
66+
467
<i class="fa fa-tag"></i> 1.0.1-ce <i class="fa fa-clock-o"></i> 2018-01-19 15:00
568
---
669

@@ -46,7 +109,7 @@ Release Notes
46109
* Fix mermaid compatiblity with new version
47110
* Fix SSL CA path parsing
48111

49-
### Refactor
112+
### Refactors
50113
* Refactor main page
51114
* Refactor status pages
52115
* Refactor config handling
@@ -182,7 +245,7 @@ Release Notes
182245
* Fix client socket on delete event might not delete corresponding history record correctly
183246
* Fix to handle name or color is undefined error
184247
* Fix history item event not bind properly on pagination change
185-
* Fix history time should save in UNIX timestamp to avoid time offset issue
248+
* Fix history time should save in UNIX timestamp to avoid time offset issue
186249

187250
### Removes
188251
- Drop bower the package manager
@@ -230,16 +293,16 @@ Release Notes
230293
### Fixes
231294
* Fix README and features document format and grammar issues
232295
* Fix some potential memory leaks bugs
233-
* Fix history storage might not fallback correctly
296+
* Fix history storage might not fallback correctly
234297
* Fix to make mathjax expression display in editor correctly (not italic)
235-
* Fix note title might have unstriped html tags
298+
* Fix note title might have unstriped html tags
236299
* Fix client reconnect should resend last operation
237300
* Fix a bug when setting both maxAge and expires may cause user can't signin
238301
* Fix text complete extra tags for blockquote and referrals
239302
* Fix bug that when window close will make ajax fail and cause cookies set to wrong state
240303
* Fix markdown render might fall into regex infinite loop
241-
* Fix syntax error caused by element contain special characters
242-
* Fix reference error caused by some scripts loading order
304+
* Fix syntax error caused by element contain special characters
305+
* Fix reference error caused by some scripts loading order
243306
* Fix ToC id naming to avoid possible overlap with user ToC
244307
* Fix header nav bar rwd detect element should use div tag or it might glitch the layout
245308
* Fix textcomplete of extra tags for blockquote not match space character in the between
@@ -279,16 +342,16 @@ Release Notes
279342
### Fixes
280343
* Workaround vim mode might overwrite copy keyMap on Windows
281344
* Fix TOC might not update after changeMode
282-
* Workaround slide mode gets glitch and blurry text on Firefox 47+
345+
* Workaround slide mode gets glitch and blurry text on Firefox 47+
283346
* Fix idle.js not change isAway property on onAway and onAwayBack events
284347
* Fix http body request entity too large issue
285348
* Fix google-diff-match-patch encodeURI exception issue
286349
* Fix yaml metadata title should pass to generateWebTitle
287350
* Fix spellcheck settings from cookies might not a boolean in string type
288351
* Fix cookies might not in boolean type cause page refresh loop
289352
* Fix the signin and logout redirect url might be empty
290-
* Fix realtime might not clear or remove invalid sockets in queue
291-
* Fix slide not refresh layout on ajax item loaded
353+
* Fix realtime might not clear or remove invalid sockets in queue
354+
* Fix slide not refresh layout on ajax item loaded
292355
* Fix retryOnDisconnect not clean up after reconnected
293356
* Fix some potential memory leaks
294357

@@ -342,7 +405,7 @@ Release Notes
342405
* Support maintenance mode and gracefully exit process on signal
343406
* Update to update doc in db when doc in filesystem have newer modified time
344407
* Update to replace animation acceleration library from gsap to velocity
345-
* Support image syntax with size
408+
* Support image syntax with size
346409
* Update textcomplete rules to support more conditions
347410
* Update to use bigger user profile image
348411
* Support showing signin button only when needed

0 commit comments

Comments
 (0)