Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
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
  • Loading branch information
andersevenrud committed Sep 9, 2016
1 parent 9c211fa commit 138724d
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 3 deletions.
50 changes: 49 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

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.78",
"version": "2.0.0-alpha.79",
"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 @@ -3,7 +3,7 @@
"connection": "http",

"client" : {
"Version" : "2.0-alpha78",
"Version" : "2.0-alpha79",
"SettingsManager": {},
"PackageManager": {},
"Preloads": {},
Expand Down

0 comments on commit 138724d

Please sign in to comment.