Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
This is just a minor release with some minor fixes and additions.

Digest:

* Locales: Updated en_EN
* Settings: Fixed some CoreWM changes not getting updated
* CoreWM: Some improvements to panel init and CSS
* CoreWM: Firefox Compability issue updates (backgrounds)
* Theme: Added scalable window top buttons
* client: Prevent errors in event handlers after shutdown
* build: packages.js only for standalone build
* build: Updated watcher
* build: Separated some 'core' task stuff into 'dist'
* build: Updated font CSS
* build: Disabled rebase in clean-css
* build: Fixed an issue on Windows with task 'build:core'
* misc: Updated jsdoc for Process::_api()
* misc: Added a try/catch in API._()
* misc: Updated grunt tests
  • Loading branch information
andersevenrud committed Mar 20, 2017
1 parent 1e5bb96 commit c65d710
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 2.0.0-87

This is just a minor release with some minor fixes and additions.

Digest:

* Locales: Updated en_EN
* Settings: Fixed some CoreWM changes not getting updated
* CoreWM: Some improvements to panel init and CSS
* CoreWM: Firefox Compability issue updates (backgrounds)
* Theme: Added scalable window top buttons
* client: Prevent errors in event handlers after shutdown
* build: packages.js only for standalone build
* build: Updated watcher
* build: Separated some 'core' task stuff into 'dist'
* build: Updated font CSS
* build: Disabled rebase in clean-css
* build: Fixed an issue on Windows with task 'build:core'
* misc: Updated jsdoc for Process::_api()
* misc: Added a try/catch in API._()
* misc: Updated grunt tests

# 2.0.0-86

An early release again. This time "dist-dev" has been removed entirely.
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-86",
"version": "2.0.0-87",
"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-86",
"Version" : "2.0.0-87",
"SettingsManager": {},
"PackageManager": {},
"Preloads": {},
Expand Down

0 comments on commit c65d710

Please sign in to comment.