Skip to content

Commit 7a8fafa

Browse files
committed
Version bump
Updates to mobile UI and handling, VFS improvements, bugfixes and a new 'osjs watch' command. Relevant: * http://community.os.js.org/t/update-version-bump-alpha84/118 * https://www.os-js.org/manual/gui/elements/#create-javascript Digest: * FileManager: Updated to context menus * FileManager: Better mobile layout * FileManager: Bugfixes * WindowManager: Cleanups and improvements to API * UI: Updated touch input behaviour * UI: Updated media queries * UI: Added GUI Element registration API * UI: Did a passover of elements and solved some issues * VFS: Changed the 'read' endpoint * VFS: File writes now use upload method for better performance future resume support * VFS: Cleanups * API: Remove loading spinner on failed requests * Core: Added Bootstrap routine * Themes: Updated base CSS * Connection: Updated websocket connection layer * Connection: Removed some deprecated code * GoogleDrive. Bugfixes * server-node: Fixed fs watch problems * server-node: Detached lots of stuff for a more modular design * server-node: Bugfixes and some crash fixes * server-node: Cleanups * build: Added '--import' to config task * build: Added 'watch' task * misc: Removed some deprecated dependencies * misc: Moved some source files in the tree * misc: Updated dependencies * misc: Updated documentation * misc: Updated eslint rules * misc: Updated travis build
1 parent f99375f commit 7a8fafa

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# 2.0.0-alpha84
2+
3+
Updates to mobile UI and handling, VFS improvements, bugfixes and a new 'osjs watch' command.
4+
5+
Relevant:
6+
7+
* http://community.os.js.org/t/update-version-bump-alpha84/118
8+
* https://www.os-js.org/manual/gui/elements/#create-javascript
9+
10+
Digest:
11+
12+
* FileManager: Updated to context menus
13+
* FileManager: Better mobile layout
14+
* FileManager: Bugfixes
15+
* WindowManager: Cleanups and improvements to API
16+
* UI: Updated touch input behaviour
17+
* UI: Updated media queries
18+
* UI: Added GUI Element registration API
19+
* UI: Did a passover of elements and solved some issues
20+
* VFS: Changed the 'read' endpoint
21+
* VFS: File writes now use upload method for better performance future resume support
22+
* VFS: Cleanups
23+
* API: Remove loading spinner on failed requests
24+
* Core: Added Bootstrap routine
25+
* Themes: Updated base CSS
26+
* Connection: Updated websocket connection layer
27+
* Connection: Removed some deprecated code
28+
* GoogleDrive. Bugfixes
29+
* server-node: Fixed fs watch problems
30+
* server-node: Detached lots of stuff for a more modular design
31+
* server-node: Bugfixes and some crash fixes
32+
* server-node: Cleanups
33+
* build: Added '--import' to config task
34+
* build: Added 'watch' task
35+
* misc: Removed some deprecated dependencies
36+
* misc: Moved some source files in the tree
37+
* misc: Updated dependencies
38+
* misc: Updated documentation
39+
* misc: Updated eslint rules
40+
* misc: Updated travis build
41+
42+
143
# 2.0.0-alpha83
244

345
This release brings a new Session Management system for the node server and a

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.83",
3+
"version": "2.0.0-alpha.84",
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-alpha83",
7+
"Version" : "2.0-alpha84",
88
"SettingsManager": {},
99
"PackageManager": {},
1010
"Preloads": {},

0 commit comments

Comments
 (0)