|
| 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 | + |
1 | 43 | # 2.0.0-alpha83
|
2 | 44 |
|
3 | 45 | This release brings a new Session Management system for the node server and a
|
|
0 commit comments