Skip to content

Commit 087e104

Browse files
committed
Version bump
Mostly bugfixes and sortable shortcut buttons in panel. Relevant: * http://community.os.js.org/t/update-version-bump-alpha96/130 Digest: * Settings: Bugfixes * Textpad: Bugfixes * PackageManager: Bugfixes, better error messages * CoreWM: Sortable buttons in panel (dnd) * dialogs: Fixed 'title' argument for File dialog * utils: Added $path() and $fromPath() xpath helpers * build: Updated watcher ignore files * build: Updated base index.html template * server-php: Fixed find() VFS method after refactor * misc: Updated eslint rules * misc: Updated package.json dependencies * misc: Updated locales
1 parent 1fddd17 commit 087e104

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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+
124
# 2.0.0-95
225

326
Forgot to merge a branch in the last release, so see previous release notes for information.

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-95",
3+
"version": "2.0.0-96",
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-95",
7+
"Version" : "2.0.0-96",
88
"SettingsManager": {},
99
"PackageManager": {},
1010
"Preloads": {},

0 commit comments

Comments
 (0)