Skip to content

Commit a4a2424

Browse files
committed
Version bump
This update brings you a new Search Engine implementation, HTTP/2 support, lots of bugfixes and general impreovements. Also a new HTML Viewer application. Relevant: - http://community.os.js.org/t/quick-tips-window-events/47/1 - http://community.os.js.org/t/feature-search-engine/43 - http://community.os.js.org/t/feature-http-v2/44/2 Digest: * Core: Implemented Search Engine * API: Prevent `Script Error Line 0` error * GUI: Fixed a bug in ListView where wrong element was removed * GUI: DataView now has `get('entry')` for getting all entries * HTMLViewer: New application * CoreWM: Added support for custom labels on desktop iconview entires * CoreWM: Better resizing of windows * CoreWM: Cleanups * CoreWM: Fixed a case where custom CSS was not generated properly * CoreWM: Prevent applySetting from triggering on watches * CoreWM: Added search panel item * CoreWM: Support dynamic CSS media queries * CoreWM: Better panel scaling * Settings: Prevent errors when selecting non-existing category * VFS: Regenerate user metadata when you remove a user-installed package * VFS: Added 'searhable' mountpoint attribute * VFS: Added 'find()' method * windows: Better hooks API * server-node: Now supports HTTP/2 * handlers: Reduce codesize with traits * misc: Cleanups and general code improvements * misc: Some fixes for IE * build: Support CSS map files * build: Remove some deprecated stuff * build: Configurable media queries * doc: Updated handler docs * doc: Updated API docs
1 parent 077303b commit a4a2424

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# 2.0.0-alpha76
2+
3+
Search Engine, HTTP/2 support, bugfixes, improvements
4+
5+
- http://community.os.js.org/t/quick-tips-window-events/47/1
6+
- http://community.os.js.org/t/feature-search-engine/43
7+
- http://community.os.js.org/t/feature-http-v2/44/2
8+
9+
This update brings you a new Search Engine implementation, HTTP/2 support, lots of bugfixes
10+
and general impreovements. Also a new HTML Viewer application.
11+
12+
* Core: Implemented Search Engine
13+
* API: Prevent `Script Error Line 0` error
14+
* GUI: Fixed a bug in ListView where wrong element was removed
15+
* GUI: DataView now has `get('entry')` for getting all entries
16+
* HTMLViewer: New application
17+
* CoreWM: Added support for custom labels on desktop iconview entires
18+
* CoreWM: Better resizing of windows
19+
* CoreWM: Cleanups
20+
* CoreWM: Fixed a case where custom CSS was not generated properly
21+
* CoreWM: Prevent applySetting from triggering on watches
22+
* CoreWM: Added search panel item
23+
* CoreWM: Support dynamic CSS media queries
24+
* CoreWM: Better panel scaling
25+
* Settings: Prevent errors when selecting non-existing category
26+
* VFS: Regenerate user metadata when you remove a user-installed package
27+
* VFS: Added 'searhable' mountpoint attribute
28+
* VFS: Added 'find()' method
29+
* windows: Better hooks API
30+
* server-node: Now supports HTTP/2
31+
* handlers: Reduce codesize with traits
32+
* misc: Cleanups and general code improvements
33+
* misc: Some fixes for IE
34+
* build: Support CSS map files
35+
* build: Remove some deprecated stuff
36+
* build: Configurable media queries
37+
* doc: Updated handler docs
38+
* doc: Updated API docs
39+
140
# 2.0.0-alpha75
241

342
Bugfixes, Locale updates, Security and general improvements.

src/conf/000-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"connection": "http",
44

55
"client" : {
6-
"Version" : "2.0-alpha75"
6+
"Version" : "2.0-alpha76"
77
},
88

99
"repositories": ["default"],

src/server/node/node_modules/osjs/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)