Skip to content

Commit 138724d

Browse files
committed
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
1 parent 9c211fa commit 138724d

File tree

3 files changed

+51
-3
lines changed

3 files changed

+51
-3
lines changed

CHANGELOG.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,52 @@
1-
# 2.0.0-alpha77
1+
# 2.0.0-alpha79
2+
3+
Core API WebSocket support, Desktop now uses VFS mount, New touch menu, Bugfixes, Improvements and optimizations.
4+
5+
Relevant:
6+
7+
- http://community.os.js.org/t/update-version-bump-alpha79/92
8+
- http://community.os.js.org/t/feature-api-over-websocket/91
9+
- http://community.os.js.org/t/feature-widgets/90
10+
11+
Digest:
12+
13+
* UI: Support for RTL languages
14+
* CoreWM: Now uses core fullscreen handling
15+
* CoreWM: Added hook for contextmenu
16+
* CoreWM: All settings moved to src/conf
17+
* CoreWM: New touchmenu
18+
* CoreWM: Desktop now uses real path from VFS
19+
* Writer: Bugfixes and UIX improvements
20+
* Preview: Added zooming capabilities for images
21+
* Calculator: Prevent device keyboard to come up on mobile
22+
* FirefoxMarketplace: Moved to the 'experimental' repo
23+
* Utils: Added mousewheel to the event handler
24+
* Utils: Added getCookie() function
25+
* Core: Added support for WebSocket API calls
26+
* Handler: New connection code abstraction
27+
* API: Added 'toggleFullscreen' method
28+
* VFS: Added support for aliases in mounts
29+
* VFS: Added Desktop mount alias
30+
* GUI: gui-statusbar now handles its children better
31+
* GUI: Bugfixes from any changes in previous release
32+
* GUI: gui-list-view now has text ellipse just like the body content
33+
* server-node: Added 'testing' mode
34+
* server-node: Updated unit tests
35+
* server-node: Added default groups for system logins
36+
* server-node: Added proper logging
37+
* server-php: Fixes for installations in sub-directories
38+
* build: Added package listing grunt command
39+
* build: Updated grunt commands
40+
* locales: Updated Korean (ko_KR) translations
41+
" locales; Added Arabic (ar_DZ) translations
42+
* misc: Now using eslint instead of jslint+jscs
43+
* misc: Updated Travis CI
44+
* misc: General linting and cleanups
45+
* misc: Optimizations
46+
* misc: Updated documentation
47+
* misc: Updated dependencies
48+
49+
# 2.0.0-alpha78
250

351
New event handling and touch system, VFS improvements, bugfixes and entire codebase now uses JSDoc.
452

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

55
"client" : {
6-
"Version" : "2.0-alpha78",
6+
"Version" : "2.0-alpha79",
77
"SettingsManager": {},
88
"PackageManager": {},
99
"Preloads": {},

0 commit comments

Comments
 (0)