|
1 | 1 | Release Notes |
2 | 2 | === |
3 | 3 |
|
| 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 | + |
4 | 67 | <i class="fa fa-tag"></i> 1.0.1-ce <i class="fa fa-clock-o"></i> 2018-01-19 15:00 |
5 | 68 | --- |
6 | 69 |
|
@@ -46,7 +109,7 @@ Release Notes |
46 | 109 | * Fix mermaid compatiblity with new version |
47 | 110 | * Fix SSL CA path parsing |
48 | 111 |
|
49 | | -### Refactor |
| 112 | +### Refactors |
50 | 113 | * Refactor main page |
51 | 114 | * Refactor status pages |
52 | 115 | * Refactor config handling |
@@ -182,7 +245,7 @@ Release Notes |
182 | 245 | * Fix client socket on delete event might not delete corresponding history record correctly |
183 | 246 | * Fix to handle name or color is undefined error |
184 | 247 | * 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 |
186 | 249 |
|
187 | 250 | ### Removes |
188 | 251 | - Drop bower the package manager |
@@ -230,16 +293,16 @@ Release Notes |
230 | 293 | ### Fixes |
231 | 294 | * Fix README and features document format and grammar issues |
232 | 295 | * Fix some potential memory leaks bugs |
233 | | -* Fix history storage might not fallback correctly |
| 296 | +* Fix history storage might not fallback correctly |
234 | 297 | * 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 |
236 | 299 | * Fix client reconnect should resend last operation |
237 | 300 | * Fix a bug when setting both maxAge and expires may cause user can't signin |
238 | 301 | * Fix text complete extra tags for blockquote and referrals |
239 | 302 | * Fix bug that when window close will make ajax fail and cause cookies set to wrong state |
240 | 303 | * 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 |
243 | 306 | * Fix ToC id naming to avoid possible overlap with user ToC |
244 | 307 | * Fix header nav bar rwd detect element should use div tag or it might glitch the layout |
245 | 308 | * Fix textcomplete of extra tags for blockquote not match space character in the between |
@@ -279,16 +342,16 @@ Release Notes |
279 | 342 | ### Fixes |
280 | 343 | * Workaround vim mode might overwrite copy keyMap on Windows |
281 | 344 | * 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+ |
283 | 346 | * Fix idle.js not change isAway property on onAway and onAwayBack events |
284 | 347 | * Fix http body request entity too large issue |
285 | 348 | * Fix google-diff-match-patch encodeURI exception issue |
286 | 349 | * Fix yaml metadata title should pass to generateWebTitle |
287 | 350 | * Fix spellcheck settings from cookies might not a boolean in string type |
288 | 351 | * Fix cookies might not in boolean type cause page refresh loop |
289 | 352 | * 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 |
292 | 355 | * Fix retryOnDisconnect not clean up after reconnected |
293 | 356 | * Fix some potential memory leaks |
294 | 357 |
|
@@ -342,7 +405,7 @@ Release Notes |
342 | 405 | * Support maintenance mode and gracefully exit process on signal |
343 | 406 | * Update to update doc in db when doc in filesystem have newer modified time |
344 | 407 | * Update to replace animation acceleration library from gsap to velocity |
345 | | -* Support image syntax with size |
| 408 | +* Support image syntax with size |
346 | 409 | * Update textcomplete rules to support more conditions |
347 | 410 | * Update to use bigger user profile image |
348 | 411 | * Support showing signin button only when needed |
|
0 commit comments