Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
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
  • Loading branch information
andersevenrud committed Apr 28, 2017
1 parent 1fddd17 commit 087e104
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 2.0.0-96

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

# 2.0.0-95

Forgot to merge a branch in the last release, so see previous release notes for information.
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-95",
"version": "2.0.0-96",
"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-95",
"Version" : "2.0.0-96",
"SettingsManager": {},
"PackageManager": {},
"Preloads": {},
Expand Down

0 comments on commit 087e104

Please sign in to comment.