mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
Release h5ai v0.27.0.
This commit is contained in:
parent
fc12ebd477
commit
2f9f76b361
3 changed files with 5 additions and 3 deletions
|
@ -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)
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue