Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
This release brings a new Session Management system for the node server and a
bunch of bugfixes and compability updates.

Relevant:

* http://community.os.js.org/t/update-version-bump-alpha83/114

Digest:

* Settings: Hide unavailable modules
* CoreWM: Fixes to notification system
* Connection: Added automatic reconnection if WS drops out
* Utils: Bugfixes
* API: 'getApplicationResource()' now returns correct VFS paths
* VFS: Bugfixes
* VFS: Added sorting to scandir
* GUI: Added 'click' alias for gui-menu 'select'
* GUI: Sortable ListView
* server-php: Bugfixes
* server-php: Added support for chunked HTTP file transfers
* server-php: Now PSR-2 compatible as well
* server-node: Bugfixes
* server-node: Added 'Service' example
* server-node: Fill in blanks if any in config on init
* server-node: Moved 'defaultGroups' into core
* server-node: Websocket can now have a custom path
* server-node: Better logging on init
* server-node: New Session management via Cookies
* server-node: Better error handling
* build: Bugfixes and improvements
* build: Added new 'config:' tasks for overlay configuration
* build: Updated error handling
* build: Added more configuration generators
* build: Added support for adding custom modules
* build: Updated help
* misc: Some code standard updates
* misc: Updated locales
* misc: Updated templates
* misc: Changed from 'node-fs-extra' to 'node-fs'
* misc: Updated package.json dependencies
* misc: Added some compability checks
* misc: Updated Dockerfile
* misc: Updated Travis CI
* misc: Updated documentation
* misc: Cleaned up filetree
  • Loading branch information
andersevenrud committed Feb 5, 2017
1 parent 1ba2e91 commit a1ca27d
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 2 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
# 2.0.0-alpha83

This release brings a new Session Management system for the node server and a
bunch of bugfixes and compability updates.

Relevant:

* http://community.os.js.org/t/update-version-bump-alpha83/114

Digest:

* Settings: Hide unavailable modules
* CoreWM: Fixes to notification system
* Connection: Added automatic reconnection if WS drops out
* Utils: Bugfixes
* API: 'getApplicationResource()' now returns correct VFS paths
* VFS: Bugfixes
* VFS: Added sorting to scandir
* GUI: Added 'click' alias for gui-menu 'select'
* GUI: Sortable ListView
* server-php: Bugfixes
* server-php: Added support for chunked HTTP file transfers
* server-php: Now PSR-2 compatible as well
* server-node: Bugfixes
* server-node: Added 'Service' example
* server-node: Fill in blanks if any in config on init
* server-node: Moved 'defaultGroups' into core
* server-node: Websocket can now have a custom path
* server-node: Better logging on init
* server-node: New Session management via Cookies
* server-node: Better error handling
* build: Bugfixes and improvements
* build: Added new 'config:' tasks for overlay configuration
* build: Updated error handling
* build: Added more configuration generators
* build: Added support for adding custom modules
* build: Updated help
* misc: Some code standard updates
* misc: Updated locales
* misc: Updated templates
* misc: Changed from 'node-fs-extra' to 'node-fs'
* misc: Updated package.json dependencies
* misc: Added some compability checks
* misc: Updated Dockerfile
* misc: Updated Travis CI
* misc: Updated documentation
* misc: Cleaned up filetree

# 2.0.0-alpha82

This release brings new Broadway implementation, Support for HTTP middleware,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OS.js",
"version": "2.0.0-alpha.82",
"version": "2.0.0-alpha.83",
"description": "JavaScript Cloud/Web Desktop Platform",
"url": "http://os-js.org",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/conf/000-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"storage": "demo",

"client" : {
"Version" : "2.0-alpha82",
"Version" : "2.0-alpha83",
"SettingsManager": {},
"PackageManager": {},
"Preloads": {},
Expand Down

0 comments on commit a1ca27d

Please sign in to comment.