Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
This minor release update brings mostly scalability updates for GUI
and applications.

Digest:

* Theme: Updated scalability and responsiveness
* GUI: Updated gui-tabs for scalability
* GUI: Removed overflow for gui-tabs header
* GUI: Updated gui-icon-view scalability
* GUI: Updated gui-select scalability
* GUI: Bugfix for gui-tree-view expansion
* GUI: Some fixes for small display devices
* CoreWM: Updated some timeouts for better responsiveness
* CoreWM: Updated scalability and responsiveness
* FileManager: Updated scalability and responsiveness
* Calculator: Updated scalability and responsiveness
* MusicPlayer: Updated scalability and responsiveness
* Settings: Updated scalability and responsiveness
* Draw: Updated scalability and responsiveness
* About: Updated scalability and responsiveness
* misc: Updated 'API.createDialog()' usage in some places
* misc: Updated some event destruction
* build: Updated watcher
* build: Updated core task
* build: Added 'only' option to 'core' task
* build: Added 'only' option to 'themes' task
  • Loading branch information
andersevenrud committed Mar 21, 2017
1 parent 3a615c1 commit 22b7e05
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# 2.0.0-88

This minor release update brings mostly scalability updates for GUI
and applications.


Digest:

* Theme: Updated scalability and responsiveness
* GUI: Updated gui-tabs for scalability
* GUI: Removed overflow for gui-tabs header
* GUI: Updated gui-icon-view scalability
* GUI: Updated gui-select scalability
* GUI: Bugfix for gui-tree-view expansion
* GUI: Some fixes for small display devices
* CoreWM: Updated some timeouts for better responsiveness
* CoreWM: Updated scalability and responsiveness
* FileManager: Updated scalability and responsiveness
* Calculator: Updated scalability and responsiveness
* MusicPlayer: Updated scalability and responsiveness
* Settings: Updated scalability and responsiveness
* Draw: Updated scalability and responsiveness
* About: Updated scalability and responsiveness
* misc: Updated 'API.createDialog()' usage in some places
* misc: Updated some event destruction
* build: Updated watcher
* build: Updated core task
* build: Added 'only' option to 'core' task
* build: Added 'only' option to 'themes' task

# 2.0.0-87

This is just a minor release with some minor fixes and additions.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OS.js",
"version": "2.0.0-87",
"version": "2.0.0-88",
"description": "JavaScript Cloud/Web Desktop Platform",
"url": "https://www.os-js.org",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/conf/000-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"storage": "demo",

"client" : {
"Version" : "2.0.0-87",
"Version" : "2.0.0-88",
"SettingsManager": {},
"PackageManager": {},
"Preloads": {},
Expand Down

0 comments on commit 22b7e05

Please sign in to comment.