File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 2.0.0-96
2
+
3
+ Mostly bugfixes and sortable shortcut buttons in panel.
4
+
5
+ Relevant:
6
+
7
+ * http://community.os.js.org/t/update-version-bump-alpha96/130
8
+
9
+ Digest:
10
+
11
+ * Settings: Bugfixes
12
+ * Textpad: Bugfixes
13
+ * PackageManager: Bugfixes, better error messages
14
+ * CoreWM: Sortable buttons in panel (dnd)
15
+ * dialogs: Fixed 'title' argument for File dialog
16
+ * utils: Added $path() and $fromPath() xpath helpers
17
+ * build: Updated watcher ignore files
18
+ * build: Updated base index.html template
19
+ * server-php: Fixed find() VFS method after refactor
20
+ * misc: Updated eslint rules
21
+ * misc: Updated package.json dependencies
22
+ * misc: Updated locales
23
+
1
24
# 2.0.0-95
2
25
3
26
Forgot to merge a branch in the last release, so see previous release notes for information.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " OS.js" ,
3
- "version" : " 2.0.0-95 " ,
3
+ "version" : " 2.0.0-96 " ,
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-95 " ,
7
+ "Version" : " 2.0.0-96 " ,
8
8
"SettingsManager" : {},
9
9
"PackageManager" : {},
10
10
"Preloads" : {},
You can’t perform that action at this time.
0 commit comments