Skip to content

Commit 22b7e05

Browse files
committed
Version bump
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
1 parent 3a615c1 commit 22b7e05

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# 2.0.0-88
2+
3+
This minor release update brings mostly scalability updates for GUI
4+
and applications.
5+
6+
7+
Digest:
8+
9+
* Theme: Updated scalability and responsiveness
10+
* GUI: Updated gui-tabs for scalability
11+
* GUI: Removed overflow for gui-tabs header
12+
* GUI: Updated gui-icon-view scalability
13+
* GUI: Updated gui-select scalability
14+
* GUI: Bugfix for gui-tree-view expansion
15+
* GUI: Some fixes for small display devices
16+
* CoreWM: Updated some timeouts for better responsiveness
17+
* CoreWM: Updated scalability and responsiveness
18+
* FileManager: Updated scalability and responsiveness
19+
* Calculator: Updated scalability and responsiveness
20+
* MusicPlayer: Updated scalability and responsiveness
21+
* Settings: Updated scalability and responsiveness
22+
* Draw: Updated scalability and responsiveness
23+
* About: Updated scalability and responsiveness
24+
* misc: Updated 'API.createDialog()' usage in some places
25+
* misc: Updated some event destruction
26+
* build: Updated watcher
27+
* build: Updated core task
28+
* build: Added 'only' option to 'core' task
29+
* build: Added 'only' option to 'themes' task
30+
131
# 2.0.0-87
232

333
This is just a minor release with some minor fixes and additions.

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-87",
3+
"version": "2.0.0-88",
44
"description": "JavaScript Cloud/Web Desktop Platform",
55
"url": "https://www.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
@@ -4,7 +4,7 @@
44
"storage": "demo",
55

66
"client" : {
7-
"Version" : "2.0.0-87",
7+
"Version" : "2.0.0-88",
88
"SettingsManager": {},
99
"PackageManager": {},
1010
"Preloads": {},

0 commit comments

Comments
 (0)