|
| 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 | + |
1 | 55 | # 2.0.0-alpha74
|
2 | 56 |
|
3 | 57 | New wallpaper, UI improvements, bugfixes and many improvements to the build system(s). Also new developer features!
|
|
0 commit comments