From 138724d9e8610f56c732cc1a338711a0936ae329 Mon Sep 17 00:00:00 2001 From: Anders Evenrud Date: Fri, 9 Sep 2016 18:11:53 +0200 Subject: [PATCH] Version bump Core API WebSocket support, Desktop now uses VFS mount, New touch menu, Bugfixes, Improvements and optimizations. Relevant: - http://community.os.js.org/t/update-version-bump-alpha79/92 - http://community.os.js.org/t/feature-api-over-websocket/91 - http://community.os.js.org/t/feature-widgets/90 Digest: * UI: Support for RTL languages * CoreWM: Now uses core fullscreen handling * CoreWM: Added hook for contextmenu * CoreWM: All settings moved to src/conf * CoreWM: New touchmenu * CoreWM: Desktop now uses real path from VFS * Writer: Bugfixes and UIX improvements * Preview: Added zooming capabilities for images * Calculator: Prevent device keyboard to come up on mobile * FirefoxMarketplace: Moved to the 'experimental' repo * Utils: Added mousewheel to the event handler * Utils: Added getCookie() function * Core: Added support for WebSocket API calls * Handler: New connection code abstraction * API: Added 'toggleFullscreen' method * VFS: Added support for aliases in mounts * VFS: Added Desktop mount alias * GUI: gui-statusbar now handles its children better * GUI: Bugfixes from any changes in previous release * GUI: gui-list-view now has text ellipse just like the body content * server-node: Added 'testing' mode * server-node: Updated unit tests * server-node: Added default groups for system logins * server-node: Added proper logging * server-php: Fixes for installations in sub-directories * build: Added package listing grunt command * build: Updated grunt commands * locales: Updated Korean (ko_KR) translations " locales; Added Arabic (ar_DZ) translations * misc: Now using eslint instead of jslint+jscs * misc: Updated Travis CI * misc: General linting and cleanups * misc: Optimizations * misc: Updated documentation * misc: Updated dependencies --- CHANGELOG.md | 50 +++++++++++++++++++++++++++++++++++++++++- package.json | 2 +- src/conf/000-base.json | 2 +- 3 files changed, 51 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b23547ec62..d6cad1f082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,52 @@ -# 2.0.0-alpha77 +# 2.0.0-alpha79 + +Core API WebSocket support, Desktop now uses VFS mount, New touch menu, Bugfixes, Improvements and optimizations. + +Relevant: + +- http://community.os.js.org/t/update-version-bump-alpha79/92 +- http://community.os.js.org/t/feature-api-over-websocket/91 +- http://community.os.js.org/t/feature-widgets/90 + +Digest: + +* UI: Support for RTL languages +* CoreWM: Now uses core fullscreen handling +* CoreWM: Added hook for contextmenu +* CoreWM: All settings moved to src/conf +* CoreWM: New touchmenu +* CoreWM: Desktop now uses real path from VFS +* Writer: Bugfixes and UIX improvements +* Preview: Added zooming capabilities for images +* Calculator: Prevent device keyboard to come up on mobile +* FirefoxMarketplace: Moved to the 'experimental' repo +* Utils: Added mousewheel to the event handler +* Utils: Added getCookie() function +* Core: Added support for WebSocket API calls +* Handler: New connection code abstraction +* API: Added 'toggleFullscreen' method +* VFS: Added support for aliases in mounts +* VFS: Added Desktop mount alias +* GUI: gui-statusbar now handles its children better +* GUI: Bugfixes from any changes in previous release +* GUI: gui-list-view now has text ellipse just like the body content +* server-node: Added 'testing' mode +* server-node: Updated unit tests +* server-node: Added default groups for system logins +* server-node: Added proper logging +* server-php: Fixes for installations in sub-directories +* build: Added package listing grunt command +* build: Updated grunt commands +* locales: Updated Korean (ko_KR) translations +" locales; Added Arabic (ar_DZ) translations +* misc: Now using eslint instead of jslint+jscs +* misc: Updated Travis CI +* misc: General linting and cleanups +* misc: Optimizations +* misc: Updated documentation +* misc: Updated dependencies + +# 2.0.0-alpha78 New event handling and touch system, VFS improvements, bugfixes and entire codebase now uses JSDoc. diff --git a/package.json b/package.json index 0a667d360b..9525470c32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "OS.js", - "version": "2.0.0-alpha.78", + "version": "2.0.0-alpha.79", "description": "JavaScript Cloud/Web Desktop Platform", "url": "http://os.js.org", "email": "andersevenrud@gmail.com", diff --git a/src/conf/000-base.json b/src/conf/000-base.json index c43312c5aa..dbc2af0f86 100644 --- a/src/conf/000-base.json +++ b/src/conf/000-base.json @@ -3,7 +3,7 @@ "connection": "http", "client" : { - "Version" : "2.0-alpha78", + "Version" : "2.0-alpha79", "SettingsManager": {}, "PackageManager": {}, "Preloads": {},