From 4209625411b1bacc04e9603cb30632e03c1c7111 Mon Sep 17 00:00:00 2001 From: Anders Evenrud Date: Tue, 22 Aug 2017 23:37:44 +0200 Subject: [PATCH] Version bump Mainly bugfixes related to previous release, but also brings back Dropbox support. Relevant: * https://community.os-js.org/t/update-version-bump-2-1-1/156 Digest: * Settings: Corrections of some paddings in main window * Settings: Updated compability * CoreWM: Fixed an invalid self-reference in DigitalClock * CoreWM: Updated compability * VFS: Dropbox now supports find() (#28) * VFS: Added Dropbox v2 support (#28) * VFS: Now possible to override 'osjs:' mountpoint * VFS: Replaced a static mountpoint definition (onedrive) * VFS: Replaced a static mountpoint definition (google-drive) * GUI: Correctly check for in GUIIframe * GUI: Prevent error on non-event fn args * CSS: Move pointer-events block prevention decleration down to body * server-node: Updated some documentation * server-node: Correction in User documentation * client: Revert to a default promise on Extension init * client: Updated some documentation * core: Renamed internal hooks * utils: Added 'urlparams' method * dom: check for native remove() support in $remove() * process: Fixed some issues in reload() * window-manager: Use DOM.$remove for Opera compability * process: Removed BC kept when refactoring * window-behaviour: Add 'data-window-hint' to body when manipulating windows * misc: Updated locales * misc: Updated some dotfiles * misc: Updated INSTALL.md * misc: Update LICENSE (Closes #604) * misc: Updated 'Extension' package init and template * misc: Removed bin/build-opkg.sh * misc: Now using node:boron-alpine for Docker * misc: Removed a beacon from README * misc: Updated dependencies * misc: Updated github ISSUE_TEMPLATE * bin: Removed some defunct scripts * bin: Updated docker image --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- src/conf/000-base.json | 2 +- 3 files changed, 48 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71dd82eba4..97ab3c19c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,49 @@ +# 2.1.1 + +Mainly bugfixes related to previous release, but also brings back Dropbox support. + +Relevant: + +* https://community.os-js.org/t/update-version-bump-2-1-1/156 + +Digest: + +* Settings: Corrections of some paddings in main window +* Settings: Updated compability +* CoreWM: Fixed an invalid self-reference in DigitalClock +* CoreWM: Updated compability +* VFS: Dropbox now supports find() (#28) +* VFS: Added Dropbox v2 support (#28) +* VFS: Now possible to override 'osjs:' mountpoint +* VFS: Replaced a static mountpoint definition (onedrive) +* VFS: Replaced a static mountpoint definition (google-drive) +* GUI: Correctly check for in GUIIframe +* GUI: Prevent error on non-event fn args +* CSS: Move pointer-events block prevention decleration down to body +* server-node: Updated some documentation +* server-node: Correction in User documentation +* client: Revert to a default promise on Extension init +* client: Updated some documentation +* core: Renamed internal hooks +* utils: Added 'urlparams' method +* dom: check for native remove() support in $remove() +* process: Fixed some issues in reload() +* window-manager: Use DOM.$remove for Opera compability +* process: Removed BC kept when refactoring +* window-behaviour: Add 'data-window-hint' to body when manipulating windows +* misc: Updated locales +* misc: Updated some dotfiles +* misc: Updated INSTALL.md +* misc: Update LICENSE (Closes #604) +* misc: Updated 'Extension' package init and template +* misc: Removed bin/build-opkg.sh +* misc: Now using node:boron-alpine for Docker +* misc: Removed a beacon from README +* misc: Updated dependencies +* misc: Updated github ISSUE_TEMPLATE +* bin: Removed some defunct scripts +* bin: Updated docker image + # 2.1.0 Rewritten to ES6 (Babel), Webpack and Express. diff --git a/package.json b/package.json index fb58ebccab..93d62f74c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "OS.js", - "version": "2.1.0", + "version": "2.1.1", "description": "JavaScript Cloud/Web Desktop Platform", "url": "https://www.os-js.org", "email": "andersevenrud@gmail.com", diff --git a/src/conf/000-base.json b/src/conf/000-base.json index 264139b79e..6733e33201 100644 --- a/src/conf/000-base.json +++ b/src/conf/000-base.json @@ -4,7 +4,7 @@ "storage": "demo", "client" : { - "Version" : "2.1.0", + "Version" : "2.1.1", "SettingsManager": {}, "PackageManager": {}, "Preloads": {},