|
| 1 | +# 2.0.0-alpha82 |
| 2 | + |
| 3 | +This release brings new Broadway implementation, Support for HTTP middleware, |
| 4 | +server and build system improvements and lots of bugfixes. |
| 5 | + |
| 6 | +Relevant: |
| 7 | + |
| 8 | +- http://community.os.js.org/t/update-version-bump-alpha82/110 |
| 9 | +- http://community.os.js.org/t/feature-http-middleware/107/1 |
| 10 | + |
| 11 | +Digest: |
| 12 | + |
| 13 | +* Broadway: New implementation |
| 14 | +* MusicPlayer: Updated API |
| 15 | +* CoreWM: Make the .desktop folder on demand |
| 16 | +* core: Better handling of errors on init |
| 17 | +* core: Added some debugging symbols |
| 18 | +* GUI: Fixed gui-tabs border problems |
| 19 | +* server-php: Improved error handling |
| 20 | +* server-php: Added password_compat support |
| 21 | +* server-php: Added middleware support |
| 22 | +* server-php: Added VFSTransport base class |
| 23 | +* server-php: VFS Transport classes now has getRealPath() method |
| 24 | +* server-php: Added phpdoc |
| 25 | +* server-php: Bugfixes |
| 26 | +* server-node: Trigger warning when system storage cannot read JSON |
| 27 | +* server-node: Added 'sqlite' storage module |
| 28 | +* server-node: Added 'sqlite' authenticator module |
| 29 | +* server-node: Updated debugging and logging |
| 30 | +* server-node: Added middleware support |
| 31 | +* server-node: Added graceful shutdown support |
| 32 | +* server-node: Updated tmp-dir support |
| 33 | +* server-node: Configurable WS port |
| 34 | +* server-node: Better handling of file streams in http responses |
| 35 | +* server-node: Added chunked response support in HTTP |
| 36 | +* server-node: Bugfixes |
| 37 | +* build: Removed NW support |
| 38 | +* build: Added Electron support |
| 39 | +* build: Add 'ro' and 'transport' to mount cli action |
| 40 | +* build: The 'config:get' task now has better output |
| 41 | +* build: Separated splash screen into separate template |
| 42 | +* build: Updated LESS compilation |
| 43 | +* build: Added some feedback messages on certain tasks |
| 44 | +* build: Now copies dist templates recursively |
| 45 | +* build: Bugfixes |
| 46 | +* misc: Updated favicon |
| 47 | +* misc: Updated copyright notices |
| 48 | +* misc: Updated dependencies |
| 49 | +* misc: Added Node v4 checks |
| 50 | +* misc: Removed .gitmodules |
| 51 | +* misc: Removed vendor/ directory |
| 52 | +* misc: Removed doc/ directory |
| 53 | +* misc: Cleaned up Gruntfile |
| 54 | +* misc: Updated some examples and template files |
| 55 | +* misc: Updated eslint rules |
| 56 | +* misc: Updated jsdoc |
| 57 | +* misc: Updated Docerfile |
| 58 | +* misc: Updated Vagrantfile |
| 59 | +* misc: Updated INSTALL |
| 60 | + |
1 | 61 | # 2.0.0-alpha81
|
2 | 62 |
|
3 | 63 | This release brings Widgets, rewritten servers(s), connection/authenticator/storage replaces 'handler', bugfixes and improvements.
|
|
0 commit comments