Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Added support for 'generic' node modules that loads on server start.
Also updated mouse/pointer handling in some cases for better compability.

Relevant:

* http://community.os.js.org/t/update-version-bump-alpha94/129

Digest:

* UI: Added PointerEvent compability
* UI: Added MSPointerEvent compability
* UI: Prevent Windows 8.x+ gesture events from blocking interactions
* Themes: Some corrections to paddings in CoreWM
* CoreWM: Removed some innerHTML usage
* package-manager: Replaced a static path definition
* server-node: Added support for 'generic' modules
* server-node: Updated compability check
* locales: Updated fr_FR
* locales: Updated no_NO
* misc: Updated some locales
* misc: Removed some temporary files from codebase
  • Loading branch information
andersevenrud committed Apr 15, 2017
1 parent aba015d commit e9a7832
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# 2.0.0-94

Added support for 'generic' node modules that loads on server start.
Also updated mouse/pointer handling in some cases for better compability.

Relevant:

* http://community.os.js.org/t/update-version-bump-alpha94/129

Digest:

* UI: Added PointerEvent compability
* UI: Added MSPointerEvent compability
* UI: Prevent Windows 8.x+ gesture events from blocking interactions
* Themes: Some corrections to paddings in CoreWM
* CoreWM: Removed some innerHTML usage
* package-manager: Replaced a static path definition
* server-node: Added support for 'generic' modules
* server-node: Updated compability check
* locales: Updated fr_FR
* locales: Updated no_NO
* misc: Updated some locales
* misc: Removed some temporary files from codebase

# 2.0.0-93

Mostly bugfixes, but also added the '--optimization' build flag and changed
Expand All @@ -6,6 +30,12 @@ package layout so server files are in a dedicated 'server' directory.
If you want to use the new directory feature, use the 'main' setting in
your package metadata file (see included).

Relevant:

* http://community.os.js.org/t/update-version-bump-alpha93/128

Digest:

* Preview: Added error message when opening location without mime
* Settings: Added some exception handling to certain async events
* CoreWM: Prevent an error in weather panel item when destroyed
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-93",
"version": "2.0.0-94",
"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-93",
"Version" : "2.0.0-94",
"SettingsManager": {},
"PackageManager": {},
"Preloads": {},
Expand Down

0 comments on commit e9a7832

Please sign in to comment.