File tree Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
31
# 2.0.0-87
2
32
3
33
This is just a minor release with some minor fixes and additions.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " OS.js" ,
3
- "version" : " 2.0.0-87 " ,
3
+ "version" : " 2.0.0-88 " ,
4
4
"description" : " JavaScript Cloud/Web Desktop Platform" ,
5
5
"url" : " https://www.os-js.org" ,
6
6
Original file line number Diff line number Diff line change 4
4
"storage" : " demo" ,
5
5
6
6
"client" : {
7
- "Version" : " 2.0.0-87 " ,
7
+ "Version" : " 2.0.0-88 " ,
8
8
"SettingsManager" : {},
9
9
"PackageManager" : {},
10
10
"Preloads" : {},
You can’t perform that action at this time.
0 commit comments