Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Bugfixes, updated dependencies, build system updates and moved some methods from Storage to Authenticator module

Relevant:

* http://community.os.js.org/t/update-version-bump-alpha97/136

Digest:

* WM: Change window spawn behavior
* FileManager: Add upload dialog on native file drops
* MusicPlayer: Added workaround for seeker not having correct start/end
* Dialogs: Fixed 'undefined' in message for upload dialog
* Dialogs: Fixed file upload dialog not closing progress
* Core: Removed deprecated 'handler' BC (#572)
* API: Updated loading indication methods
* server-node: Support for setting 'hostname' http option
* server-node: Moved some methods from 'Storage' to 'Authenticator'
* server-php: Moved some methods from 'Storage' to 'Authenticator'
* build: Updated dist template
* build: Added support to specify repos on 'build:packages'
* misc: Add '.woff' extension to MIME config
* misc: Updated dependencies
* misc: Some general bugfixes
* misc: Updated INSTALL
* misc: Updated eslint
  • Loading branch information
andersevenrud committed Jun 16, 2017
1 parent 6b62a05 commit 34325f7
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# 2.0.0-97

Bugfixes, updated dependencies, build system updates and moved some methods from Storage to Authenticator module

Relevant:

* http://community.os.js.org/t/update-version-bump-alpha97/136

Digest:

* WM: Change window spawn behavior
* FileManager: Add upload dialog on native file drops
* MusicPlayer: Added workaround for seeker not having correct start/end
* Dialogs: Fixed 'undefined' in message for upload dialog
* Dialogs: Fixed file upload dialog not closing progress
* Core: Removed deprecated 'handler' BC (#572)
* API: Updated loading indication methods
* server-node: Support for setting 'hostname' http option
* server-node: Moved some methods from 'Storage' to 'Authenticator'
* server-php: Moved some methods from 'Storage' to 'Authenticator'
* build: Updated dist template
* build: Added support to specify repos on 'build:packages'
* misc: Add '.woff' extension to MIME config
* misc: Updated dependencies
* misc: Some general bugfixes
* misc: Updated INSTALL
* misc: Updated eslint

# 2.0.0-96

Mostly bugfixes and sortable shortcut buttons in panel.
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-96",
"version": "2.0.0-97",
"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-96",
"Version" : "2.0.0-97",
"SettingsManager": {},
"PackageManager": {},
"Preloads": {},
Expand Down

0 comments on commit 34325f7

Please sign in to comment.