|
| 1 | +# 2.0.0-alpha83 |
| 2 | + |
| 3 | +This release brings a new Session Management system for the node server and a |
| 4 | +bunch of bugfixes and compability updates. |
| 5 | + |
| 6 | +Relevant: |
| 7 | + |
| 8 | +* http://community.os.js.org/t/update-version-bump-alpha83/114 |
| 9 | + |
| 10 | +Digest: |
| 11 | + |
| 12 | +* Settings: Hide unavailable modules |
| 13 | +* CoreWM: Fixes to notification system |
| 14 | +* Connection: Added automatic reconnection if WS drops out |
| 15 | +* Utils: Bugfixes |
| 16 | +* API: 'getApplicationResource()' now returns correct VFS paths |
| 17 | +* VFS: Bugfixes |
| 18 | +* VFS: Added sorting to scandir |
| 19 | +* GUI: Added 'click' alias for gui-menu 'select' |
| 20 | +* GUI: Sortable ListView |
| 21 | +* server-php: Bugfixes |
| 22 | +* server-php: Added support for chunked HTTP file transfers |
| 23 | +* server-php: Now PSR-2 compatible as well |
| 24 | +* server-node: Bugfixes |
| 25 | +* server-node: Added 'Service' example |
| 26 | +* server-node: Fill in blanks if any in config on init |
| 27 | +* server-node: Moved 'defaultGroups' into core |
| 28 | +* server-node: Websocket can now have a custom path |
| 29 | +* server-node: Better logging on init |
| 30 | +* server-node: New Session management via Cookies |
| 31 | +* server-node: Better error handling |
| 32 | +* build: Bugfixes and improvements |
| 33 | +* build: Added new 'config:' tasks for overlay configuration |
| 34 | +* build: Updated error handling |
| 35 | +* build: Added more configuration generators |
| 36 | +* build: Added support for adding custom modules |
| 37 | +* build: Updated help |
| 38 | +* misc: Some code standard updates |
| 39 | +* misc: Updated locales |
| 40 | +* misc: Updated templates |
| 41 | +* misc: Changed from 'node-fs-extra' to 'node-fs' |
| 42 | +* misc: Updated package.json dependencies |
| 43 | +* misc: Added some compability checks |
| 44 | +* misc: Updated Dockerfile |
| 45 | +* misc: Updated Travis CI |
| 46 | +* misc: Updated documentation |
| 47 | +* misc: Cleaned up filetree |
| 48 | + |
1 | 49 | # 2.0.0-alpha82
|
2 | 50 |
|
3 | 51 | This release brings new Broadway implementation, Support for HTTP middleware,
|
|
0 commit comments