Skip to content

Commit a1ca27d

Browse files
committed
Version bump
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
1 parent 1ba2e91 commit a1ca27d

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
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+
149
# 2.0.0-alpha82
250

351
This release brings new Broadway implementation, Support for HTTP middleware,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "OS.js",
3-
"version": "2.0.0-alpha.82",
3+
"version": "2.0.0-alpha.83",
44
"description": "JavaScript Cloud/Web Desktop Platform",
55
"url": "http://os-js.org",
66
"email": "[email protected]",

src/conf/000-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"storage": "demo",
55

66
"client" : {
7-
"Version" : "2.0-alpha82",
7+
"Version" : "2.0-alpha83",
88
"SettingsManager": {},
99
"PackageManager": {},
1010
"Preloads": {},

0 commit comments

Comments
 (0)