mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
Update readme and changelog.
This commit is contained in:
parent
6eae9a7114
commit
cb33b695dd
2 changed files with 6 additions and 3 deletions
|
@ -5,6 +5,8 @@
|
||||||
## develop branch
|
## develop branch
|
||||||
|
|
||||||
* replaces PHP backtick operator with `exec`
|
* replaces PHP backtick operator with `exec`
|
||||||
|
* adds initial theme support
|
||||||
|
* adds icons from [Evolvere Icon Theme](http://franksouza183.deviantart.com/art/Evolvere-Icon-theme-440718295)
|
||||||
* adds PHP variant to calc folder sizes
|
* adds PHP variant to calc folder sizes
|
||||||
* updates H5BP to 4.3.0
|
* updates H5BP to 4.3.0
|
||||||
* updates jQuery to 2.1.1
|
* updates jQuery to 2.1.1
|
||||||
|
@ -18,7 +20,7 @@
|
||||||
|
|
||||||
## v0.24.1 - *2014-04-09*
|
## v0.24.1 - *2014-04-09*
|
||||||
|
|
||||||
* security fixes! (issues [#268], [#269])
|
* security fixes! (issues #268, #269)
|
||||||
* language updates (`fi`, `fr`, `hi`, `it`, `zh-tw`)
|
* language updates (`fi`, `fr`, `hi`, `it`, `zh-tw`)
|
||||||
* fixes WinOS command detection
|
* fixes WinOS command detection
|
||||||
|
|
||||||
|
|
|
@ -33,15 +33,16 @@ You'll find a new directory `build` including a fresh zipball.
|
||||||
**h5ai** is provided under the terms of the [MIT License](https://github.com/lrsjng/h5ai/blob/develop/LICENSE.md).
|
**h5ai** is provided under the terms of the [MIT License](https://github.com/lrsjng/h5ai/blob/develop/LICENSE.md).
|
||||||
|
|
||||||
It profits from these great projects:
|
It profits from these great projects:
|
||||||
[Faenza icon set](http://tiheum.deviantart.com/art/Faenza-Icons-173323228) (GPL),
|
[Evolvere Icon Theme](http://franksouza183.deviantart.com/art/Evolvere-Icon-theme-440718295) (CC BY-NC-ND 3.0),
|
||||||
|
[Faenza Icons](http://tiheum.deviantart.com/art/Faenza-Icons-173323228) (GPL),
|
||||||
[Gnome Symbolic Icon Theme](https://git.gnome.org/browse/gnome-icon-theme-symbolic/) (CC BY-SA 3.0),
|
[Gnome Symbolic Icon Theme](https://git.gnome.org/browse/gnome-icon-theme-symbolic/) (CC BY-SA 3.0),
|
||||||
[HTML5 ★ Boilerplate](http://html5boilerplate.com) (MIT),
|
[HTML5 ★ Boilerplate](http://html5boilerplate.com) (MIT),
|
||||||
[jQuery](http://jquery.com) (MIT),
|
|
||||||
[jQuery.filedrop](http://www.github.com/weixiyen/jquery-filedrop) (MIT),
|
[jQuery.filedrop](http://www.github.com/weixiyen/jquery-filedrop) (MIT),
|
||||||
[jQuery.fracs](http://larsjung.de/fracs/) (MIT),
|
[jQuery.fracs](http://larsjung.de/fracs/) (MIT),
|
||||||
[jQuery.mousewheel](https://github.com/brandonaaron/jquery-mousewheel) (MIT),
|
[jQuery.mousewheel](https://github.com/brandonaaron/jquery-mousewheel) (MIT),
|
||||||
[jQuery.qrcode](http://larsjung.de/qrcode/) (MIT),
|
[jQuery.qrcode](http://larsjung.de/qrcode/) (MIT),
|
||||||
[jQuery.scrollpanel](http://larsjung.de/scrollpanel/) (MIT),
|
[jQuery.scrollpanel](http://larsjung.de/scrollpanel/) (MIT),
|
||||||
|
[jQuery](http://jquery.com) (MIT),
|
||||||
[markdown-js](https://github.com/evilstreak/markdown-js) (MIT),
|
[markdown-js](https://github.com/evilstreak/markdown-js) (MIT),
|
||||||
[Modernizr](http://www.modernizr.com) (MIT/BSD),
|
[Modernizr](http://www.modernizr.com) (MIT/BSD),
|
||||||
[modulejs](http://larsjung.de/modulejs/) (MIT),
|
[modulejs](http://larsjung.de/modulejs/) (MIT),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue