Skip to content

Commit c65d710

Browse files
committed
Version bump
This is just a minor release with some minor fixes and additions. Digest: * Locales: Updated en_EN * Settings: Fixed some CoreWM changes not getting updated * CoreWM: Some improvements to panel init and CSS * CoreWM: Firefox Compability issue updates (backgrounds) * Theme: Added scalable window top buttons * client: Prevent errors in event handlers after shutdown * build: packages.js only for standalone build * build: Updated watcher * build: Separated some 'core' task stuff into 'dist' * build: Updated font CSS * build: Disabled rebase in clean-css * build: Fixed an issue on Windows with task 'build:core' * misc: Updated jsdoc for Process::_api() * misc: Added a try/catch in API._() * misc: Updated grunt tests
1 parent 1e5bb96 commit c65d710

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 2.0.0-87
2+
3+
This is just a minor release with some minor fixes and additions.
4+
5+
Digest:
6+
7+
* Locales: Updated en_EN
8+
* Settings: Fixed some CoreWM changes not getting updated
9+
* CoreWM: Some improvements to panel init and CSS
10+
* CoreWM: Firefox Compability issue updates (backgrounds)
11+
* Theme: Added scalable window top buttons
12+
* client: Prevent errors in event handlers after shutdown
13+
* build: packages.js only for standalone build
14+
* build: Updated watcher
15+
* build: Separated some 'core' task stuff into 'dist'
16+
* build: Updated font CSS
17+
* build: Disabled rebase in clean-css
18+
* build: Fixed an issue on Windows with task 'build:core'
19+
* misc: Updated jsdoc for Process::_api()
20+
* misc: Added a try/catch in API._()
21+
* misc: Updated grunt tests
22+
123
# 2.0.0-86
224

325
An early release again. This time "dist-dev" has been removed entirely.

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-86",
3+
"version": "2.0.0-87",
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-86",
7+
"Version" : "2.0.0-87",
88
"SettingsManager": {},
99
"PackageManager": {},
1010
"Preloads": {},

0 commit comments

Comments
 (0)