readme: update for r54

This commit is contained in:
mappu 2015-04-04 19:44:53 +13:00
parent df731a8171
commit 1c432afdbf
1 changed files with 11 additions and 4 deletions

View File

@ -2,7 +2,7 @@ A static site generator for a portfolio website.
The scripts used to generate the code.ivysaur.me website.
Written in PHP and Bash
Written in PHP, Bash
=FEATURES=
@ -14,7 +14,14 @@ Written in PHP and Bash
=CHANGELOG=
r39
2015-04-04: rXX
- Feature: Support multiple code sites
- Fix an issue with parallel builds on some versions of windows
- Fix an issue corrupting URL links with multiple parameters
- Fix a cosmetic issue with page overflow
- Fix a cosmetic issue with whitespace on code elements
2014-07-02: r39
- Feature: Tags
- Feature: Generate pages in parallel
- Enhancement: Support raw HTML sections in page content
@ -23,8 +30,8 @@ r39
- Fix a cosmetic issue with download sort order
- Fix a cosmetic issue with page layout
r13
2013-09-28: r13
- Initial public source code release
r3
2013-09-21: r3
- Initial deployment