Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
This is a minor release update that brings support for overlays
for server modules, as well as packages. Some improvements.

Relevant:

* https://github.com/andersevenrud/osjs-example-overlay

Digest:

* GUI: IE10 compability updates
* VFS: Make sure 'download()' can take string as argument
* Bootstrap: Added better error handling
* zip-archiver: Bugfixes
* server-node: Now supports overlays (module and packages)
* server-php: Now supports overlays (modules and packages)
* build: Now supports external overlays
* build: Reduced verbosity in some places
* misc: Removed DOCUMENTATION.md file
* misc: Removed AUTHORS file
* misc: Placed some licenses in themes 3p folders
  • Loading branch information
andersevenrud committed Mar 23, 2017
1 parent 58801ec commit ce1c5c8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,31 @@
# 2.0.0-89

This is a minor release update that brings support for overlays
for server modules, as well as packages. Some improvements.

Relevant:

* https://github.com/andersevenrud/osjs-example-overlay

Digest:

* GUI: IE10 compability updates
* VFS: Make sure 'download()' can take string as argument
* Bootstrap: Added better error handling
* zip-archiver: Bugfixes
* server-node: Now supports overlays (module and packages)
* server-php: Now supports overlays (modules and packages)
* build: Now supports external overlays
* build: Reduced verbosity in some places
* misc: Removed DOCUMENTATION.md file
* misc: Removed AUTHORS file
* misc: Placed some licenses in themes 3p folders

# 2.0.0-88

This minor release update brings mostly scalability updates for GUI
and applications.


Digest:

* Theme: Updated scalability and responsiveness
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-88",
"version": "2.0.0-89",
"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-88",
"Version" : "2.0.0-89",
"SettingsManager": {},
"PackageManager": {},
"Preloads": {},
Expand Down

0 comments on commit ce1c5c8

Please sign in to comment.