Release h5ai v0.27.0.

This commit is contained in:
Lars Jung 2015-04-06 20:56:59 +02:00
parent fc12ebd477
commit 2f9f76b361
3 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,8 @@
# Changelog # Changelog
## v0.27.0 - *2015-04-06*
* new layout * new layout
* adds editorconfig * adds editorconfig
* drops support for IE9 (gets fallback) * drops support for IE9 (gets fallback)

View file

@ -1,7 +1,7 @@
{ {
"name": "h5ai", "name": "h5ai",
"version": "0.26.1", "version": "0.27.0",
"develop": true, "develop": false,
"description": "a modern HTTP web server index", "description": "a modern HTTP web server index",
"homepage": "http://larsjung.de/h5ai/", "homepage": "http://larsjung.de/h5ai/",
"bugs": "https://github.com/lrsjng/h5ai/issues", "bugs": "https://github.com/lrsjng/h5ai/issues",

View file

@ -63,7 +63,7 @@ Options
Enable a context menu (right-click) on some elements. Enable a context menu (right-click) on some elements.
*/ */
"contextmenu": { "contextmenu": {
"enabled": true "enabled": false
}, },
/* /*