Skip to content

Commit c097619

Browse files
committed
Version bump
Bugfixes, Locale updates, Security and general improvements. * API: Prevent error when preload list is empty * API: Fixed dependencies being loaded in wrong order * API: Added 'onApplicationPreload' hook * API: getApplicationResource can now return VFS path * GUI: Improved error handling in FileView * GUI: Menu now opens subitems to the left if they escape the viewport * GUI: gui-iframe now has automatic webview detection * VFS: registerMountpoint now respects the 'enabled' property * VFS: Fix upload problems in #364 * VFS: Fixed error handling where some code lead to false-positives * Utils: Added 'asyncs' method * Utild: 'dirname' no longer throws error on empty input * Core: Added lots of freezing/sealing of object to make things immutable * CoreWM: Update locale properly on saving of settings (visual bug) * CoreWM: Application list generation now uses 'visible' metadata property * CoreWM: Moved window switcher to 'ALT+TILDE' * CoreWM: Added support for modifying shortcuts on desktop (via dialog) * Calculator: Added Infinity check * FileManager: Fixed . triggering DELETE key * package-manager: Added support for adding dummy packages on runtime * package-manager: Immutable getters * process: Added _getResource(str) shortcut * application: Added _loadScheme() shortcut * Locales: Updated vi_VN * Locales: Updated fa_FA * Locales: Updated fr_FR * Locales: Updated nl_NL * server-node: Added system login abstraction to handler * server-node: Updated PAM handler * server-node: Added 'Shadow' handler * server-node: Default Handler can now handle directory formatting properly * server-node: Added colored logging output * server-node: Updated internal proxy support * server-node: Now uses tmpdir defined in config * server-node: Improved file uploading support * intel-edison: Now uses the shadow handler * intel-edison: Updated support and filesystem * build: Updated intel-edison support * build: Updated package build support (ex, arduino, edison, raspi) * build: opkg templates updated * build: Now using grunt-contrib-validate-xml for Scheme validation * build: Icon Packs now support 'parent' theme * build: Added 'grunt packages:list' task * build: Fixed usage on wrong identifier for autostart generation * doc: Updated documentation * doc: Updated README * doc: Updated INSTALL * doc: New Screenshot in README * misc: Updated dependencies
1 parent bd11383 commit c097619

File tree

3 files changed

+56
-2
lines changed

3 files changed

+56
-2
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
# 2.0.0-alpha75
2+
3+
Bugfixes, Locale updates, Security and general improvements.
4+
5+
* API: Prevent error when preload list is empty
6+
* API: Fixed dependencies being loaded in wrong order
7+
* API: Added 'onApplicationPreload' hook
8+
* API: getApplicationResource can now return VFS path
9+
* GUI: Improved error handling in FileView
10+
* GUI: Menu now opens subitems to the left if they escape the viewport
11+
* GUI: gui-iframe now has automatic webview detection
12+
* VFS: registerMountpoint now respects the 'enabled' property
13+
* VFS: Fix upload problems in #364
14+
* VFS: Fixed error handling where some code lead to false-positives
15+
* Utils: Added 'asyncs' method
16+
* Utild: 'dirname' no longer throws error on empty input
17+
* Core: Added lots of freezing/sealing of object to make things immutable
18+
* CoreWM: Update locale properly on saving of settings (visual bug)
19+
* CoreWM: Application list generation now uses 'visible' metadata property
20+
* CoreWM: Moved window switcher to 'ALT+TILDE'
21+
* CoreWM: Added support for modifying shortcuts on desktop (via dialog)
22+
* Calculator: Added Infinity check
23+
* FileManager: Fixed . triggering DELETE key
24+
* package-manager: Added support for adding dummy packages on runtime
25+
* package-manager: Immutable getters
26+
* process: Added _getResource(str) shortcut
27+
* application: Added _loadScheme() shortcut
28+
* Locales: Updated vi_VN
29+
* Locales: Updated fa_FA
30+
* Locales: Updated fr_FR
31+
* Locales: Updated nl_NL
32+
* server-node: Added system login abstraction to handler
33+
* server-node: Updated PAM handler
34+
* server-node: Added 'Shadow' handler
35+
* server-node: Default Handler can now handle directory formatting properly
36+
* server-node: Added colored logging output
37+
* server-node: Updated internal proxy support
38+
* server-node: Now uses tmpdir defined in config
39+
* server-node: Improved file uploading support
40+
* intel-edison: Now uses the shadow handler
41+
* intel-edison: Updated support and filesystem
42+
* build: Updated intel-edison support
43+
* build: Updated package build support (ex, arduino, edison, raspi)
44+
* build: opkg templates updated
45+
* build: Now using grunt-contrib-validate-xml for Scheme validation
46+
* build: Icon Packs now support 'parent' theme
47+
* build: Added 'grunt packages:list' task
48+
* build: Fixed usage on wrong identifier for autostart generation
49+
* doc: Updated documentation
50+
* doc: Updated README
51+
* doc: Updated INSTALL
52+
* doc: New Screenshot in README
53+
* misc: Updated dependencies
54+
155
# 2.0.0-alpha74
256

357
New wallpaper, UI improvements, bugfixes and many improvements to the build system(s). Also new developer features!

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-alpha74"
6+
"Version" : "2.0-alpha75"
77
},
88

99
"repositories": ["default"],

src/server/node/node_modules/osjs/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)