- Add site.time variable, the generated time.
- Improve encoding
- Add --update-them when generate to improve generation speed
- Fix #36, add attach directory to put attachments.
- Fix #33, only show color logging message on Linux/MacOS
- Fix #31 encode/decode problems
- Fix image overflow in simple themes
- Fix #28 add '--ignore-root' option in generate mode
- Fix CustomCatalogGenerator arguments number error
- Fix #26 Universal newline in open file
- Fix #27 Fix extension is not md
- Fix #25 unicode problem when path contains Chinese
- Support Python2.6
- Fix: init site with specific path
- Template support multiple level catalog in Index
- Sort index structure in lower-case, alphabetical order
- Fix error on nav in wiki page
- Fix unicode in emptytree
- Fix #16 set literals not support in Python < 2.7
- Fix #14 Chinese filename problem
- Fix #13 system path separator problem on Windows
- Fix serious problem using rsync
- Support Chinese directory and file name
- Simplify the default configuration file
- Add introduction page when init site
- Fix some bugs
- fabric: rsync output to remote server
- fabric: remote update simiki
- get fabfile when init site
- fix: do not overwrite _config.yml while init site again
- change font-family and code highlight class to hlcode
- fix bug: not use the right code highlight css file in base.html
- default theme change pygments style from autumn to tango
- remove repetitive index setting in config template
- Add custom index feature
- Fixed "socket.error: [Errno 48] Address already in use" problem in preview
- Move all static files to static/ dir in theme
- Fixed #4 Reinstall theme every generate action
- Fixed #1 add generate option to empty output directory first
- Fixed #5 css path error when there is no wiki
- Fixed #6 ignore hidden dirs and files when use os.walk or os.listdir
- support table of contents(toc) both generator and default theme
- Change catalog order from date to title letter
- Simplify _config.yml and add debug mode
- Put themes under wiki directory
- Add root url function
- Add statistic in default theme
- Change default theme style
- Use log instead of print
- Initial release.