diff --git a/CHANGELOG.md b/CHANGELOG.md index bb9afc695d..b38e0bfd49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index d167f28f47..9c80e726d2 100644 --- a/package.json +++ b/package.json @@ -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": "andersevenrud@gmail.com", @@ -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" diff --git a/src/conf/000-base.json b/src/conf/000-base.json index 8ae365db7c..348229d615 100644 --- a/src/conf/000-base.json +++ b/src/conf/000-base.json @@ -4,7 +4,7 @@ "storage": "demo", "client" : { - "Version" : "2.1.5", + "Version" : "2.1.6", "SettingsManager": {}, "PackageManager": {}, "Preloads": {},