Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Bugfixes and UX improvements.

Relevant:

* https://community.os-js.org/t/update-version-bump-2-1-6/195

Digest:

* CoreWM: Fixed panel item contextmenu overlapping (#639)
* Utils: Fix for pathJoin in Windows file://
* Misc: Updated dependencies
* Misc: Docker with database support (#642)
* Misc: Some fixes regarding database authenticator templates
* GUI: Add missing parameter in Notifications.destroyIcon (#646)
* GUI: Updated menu clamping
* GUI: Misc menu fixes
* CLI: Some improvements to bin/add-package scripts
* UX: Solved some touch-related issues (#637)
  • Loading branch information
andersevenrud committed Nov 28, 2017
1 parent 843ec1e commit 165f56e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 15 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 2.1.6

Bugfixes and UX improvements.

Relevant:

* https://community.os-js.org/t/update-version-bump-2-1-6/195

Digest:

* CoreWM: Fixed panel item contextmenu overlapping (#639)
* Utils: Fix for pathJoin in Windows file://
* Misc: Updated dependencies
* Misc: Docker with database support (#642)
* Misc: Some fixes regarding database authenticator templates
* GUI: Add missing parameter in Notifications.destroyIcon (#646)
* GUI: Updated menu clamping
* GUI: Misc menu fixes
* CLI: Some improvements to bin/add-package scripts
* UX: Solved some touch-related issues (#637)

# 2.1.5

This update just contains a few minor updates regarding building.
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OS.js",
"version": "2.1.5",
"version": "2.1.6",
"description": "JavaScript Cloud/Web Desktop Platform",
"url": "https://www.os-js.org",
"email": "[email protected]",
Expand Down Expand Up @@ -30,39 +30,39 @@
},
"dependencies": {
"app-module-path": "^2.2.0",
"bluebird": "^3.5.0",
"body-parser": "^1.18.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"chokidar": "^1.7.0",
"colors": "^1.1.2",
"compression": "^1.6.2",
"compression": "^1.7.1",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"diskspace": "^2.0.0",
"express": "^4.15.4",
"express": "^4.16.2",
"express-json-transform": "^1.0.0",
"express-session": "^1.15.4",
"express-session": "^1.15.6",
"findit": ">=2.0.0",
"formidable": ">=1.0.17",
"fs-extra": "^4.0.1",
"fs-extra": "^4.0.2",
"glob": "^7.1.2",
"glob-promise": "^3.1.0",
"glob-promise": "^3.3.0",
"http-proxy": "^1.16.2",
"minimist": "^1.2.0",
"morgan": "^1.8.2",
"morgan": "^1.9.0",
"osjs-scheme-loader": "^1.0.9",
"request": "^2.81.0",
"request": "^2.83.0",
"session-file-store": "^1.1.2",
"simplejsonconf": "^1.0.7",
"unzip-stream": "^0.1.2",
"ws": "^3.1.0"
"ws": "^3.3.2"
},
"devDependencies": {
"axios": "^0.16.2",
"babel-polyfill": "^6.26.0",
"chai": "^4.0.2",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^3.5.0",
"osjs-build": "^1.0.8",
"mocha": "^3.5.3",
"osjs-build": "^1.0.9",
"pepjs": "^0.4.3",
"promise-limit": "^2.4.0",
"then-jsonp": "^1.0.3"
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.1.5",
"Version" : "2.1.6",
"SettingsManager": {},
"PackageManager": {},
"Preloads": {},
Expand Down

0 comments on commit 165f56e

Please sign in to comment.