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
## v0.27.0 - *2015-04-06*
* new layout
* adds editorconfig
* drops support for IE9 (gets fallback)

View file

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

View file

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