Skip to content

Commit 84679b3

Browse files
committed
Version bump
Added theme overlay support. Updated zip handling in user-installable packages. Digest: * server-node: Updated user-installable package handling * build: Updated help * build: Support for theme overlays * build: Separated sound theme build from main * misc: Updated bin/add-user.js * misc: Updated Grunt tests * misc: Changed from 'unzip' to 'unzip-stream' library * misc: Updated package.json dependencies
1 parent f980564 commit 84679b3

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 2.0.0-91
2+
3+
Added theme overlay support. Updated zip handling in user-installable
4+
packages.
5+
6+
Digest:
7+
8+
* server-node: Updated user-installable package handling
9+
* build: Updated help
10+
* build: Support for theme overlays
11+
* build: Separated sound theme build from main
12+
* misc: Updated bin/add-user.js
13+
* misc: Updated Grunt tests
14+
* misc: Changed from 'unzip' to 'unzip-stream' library
15+
* misc: Updated package.json dependencies
16+
117
# 2.0.0-90
218

319
This is a minor release that cleans up icon and sound themes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "OS.js",
3-
"version": "2.0.0-90",
3+
"version": "2.0.0-91",
44
"description": "JavaScript Cloud/Web Desktop Platform",
55
"url": "https://www.os-js.org",
66
"email": "[email protected]",

src/conf/000-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"storage": "demo",
55

66
"client" : {
7-
"Version" : "2.0.0-90",
7+
"Version" : "2.0.0-91",
88
"SettingsManager": {},
99
"PackageManager": {},
1010
"Preloads": {},

0 commit comments

Comments
 (0)