Skip to content

Commit 12b5f51

Browse files
committed
Version bump
New Settings application, package management and user management subsystem, developer features and build system. Improvements and bugfixes. Relevant: - http://community.os.js.org/t/update-version-bump-alpha80/101 - http://community.os.js.org/t/notice-upcoming-grunt-and-build-system-changes/99 - http://community.os.js.org/t/feature-create-applications-without-prototype-chain/96 - http://community.os.js.org/t/feature-import-files-in-your-schemes/95 - http://community.os.js.org/t/feature-scheme-loading-via-metadata-json/94 Digest: - Calculator: Bugfixes - FileManager: Updates to context menu and bugfixes - Settings: Completely rewritten - CoreWM: Improvements to loading process - Broadway: Fix contextmenu position - API: Support for creating applications without prototype chain - API: Launch now uses preloader scheme support - API: Scheme now injected into Application::init() - API: `message()` now supports filtering - API: New package subsystem - VFS: WebDAV updates - VFS: Added operation shortcuts to File object - MountManager: Can now save and restore custom mountpoints - Utils: Preloader improvements - Utils: Preloader now supports parallel loading - Utils: Preloader now supports Scheme files - Utils: Added `$create()` method - GUI: Now possible to include external files in Schemes - GUI: Scheme files are now cached - GUI: Menu bugfixes - GUI: ListView now scrolls into correct position on refresh - GUI: ListView now respects attributes in head elements from html - GUI: Now possible to deselect items by clicking outside entries - GUI: iOS support improvements - GUI: Better handling of transitions and animations - UI: Better hotkey handling - Themes: Added some generic CSS classes - Themes: Correction of resource paths - server-node: Added new package manager - server-node: Added new package manager via handler - server-php: Added new user management - server-php: Added new package manager via handler - server-php: Improvements - misc: Optimizations and minor code improvements - misc: Support for loading package preloads on boot - misc: Removed PackageManager application. Everything can be found in Settings - misc: Updated unit tests - misc: Updated locales - misc: Updated docs - misc: Linting - build: Rewritten build system - build: Standalone build updates
1 parent 27635a3 commit 12b5f51

File tree

3 files changed

+59
-2
lines changed

3 files changed

+59
-2
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
# 2.0.0-alpha80
2+
3+
New Settings application, package management and user management subsystem, developer features and build system. Improvements and bugfixes.
4+
5+
Relevant:
6+
7+
- http://community.os.js.org/t/update-version-bump-alpha80/101
8+
- http://community.os.js.org/t/notice-upcoming-grunt-and-build-system-changes/99
9+
- http://community.os.js.org/t/feature-create-applications-without-prototype-chain/96
10+
- http://community.os.js.org/t/feature-import-files-in-your-schemes/95
11+
- http://community.os.js.org/t/feature-scheme-loading-via-metadata-json/94
12+
13+
Digest:
14+
15+
- Calculator: Bugfixes
16+
- FileManager: Updates to context menu and bugfixes
17+
- Settings: Completely rewritten
18+
- CoreWM: Improvements to loading process
19+
- Broadway: Fix contextmenu position
20+
- API: Support for creating applications without prototype chain
21+
- API: Launch now uses preloader scheme support
22+
- API: Scheme now injected into Application::init()
23+
- API: `message()` now supports filtering
24+
- API: New package subsystem
25+
- VFS: WebDAV updates
26+
- VFS: Added operation shortcuts to File object
27+
- MountManager: Can now save and restore custom mountpoints
28+
- Utils: Preloader improvements
29+
- Utils: Preloader now supports parallel loading
30+
- Utils: Preloader now supports Scheme files
31+
- Utils: Added `$create()` method
32+
- GUI: Now possible to include external files in Schemes
33+
- GUI: Scheme files are now cached
34+
- GUI: Menu bugfixes
35+
- GUI: ListView now scrolls into correct position on refresh
36+
- GUI: ListView now respects attributes in head elements from html
37+
- GUI: Now possible to deselect items by clicking outside entries
38+
- GUI: iOS support improvements
39+
- GUI: Better handling of transitions and animations
40+
- UI: Better hotkey handling
41+
- Themes: Added some generic CSS classes
42+
- Themes: Correction of resource paths
43+
- server-node: Added new package manager
44+
- server-node: Added new package manager via handler
45+
- server-php: Added new user management
46+
- server-php: Added new package manager via handler
47+
- server-php: Improvements
48+
- misc: Optimizations and minor code improvements
49+
- misc: Support for loading package preloads on boot
50+
- misc: Removed PackageManager application. Everything can be found in Settings
51+
- misc: Updated unit tests
52+
- misc: Updated locales
53+
- misc: Updated docs
54+
- misc: Linting
55+
- build: Rewritten build system
56+
- build: Standalone build updates
57+
158
# 2.0.0-alpha79
259

360
Core API WebSocket support, Desktop now uses VFS mount, New touch menu, Bugfixes, Improvements and optimizations.

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.79",
3+
"version": "2.0.0-alpha.80",
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-alpha79",
6+
"Version" : "2.0-alpha80",
77
"SettingsManager": {},
88
"PackageManager": {},
99
"Preloads": {},

0 commit comments

Comments
 (0)