Skip to content

Latest commit

 

History

History
242 lines (160 loc) · 5.68 KB

CHANGELOG.rst

File metadata and controls

242 lines (160 loc) · 5.68 KB

v1.6.2.3 (2019-05-11)

  • Fix Issue #124

v1.6.2.2 (2019-04-21)

  • Fix PyYAML CVE-2017-18342
  • Fix Jinja2 CVE-2019-10906

v1.6.2.1 (2017-06-04)

  • Fix preview not work in py3

v1.6.2 (2017-06-02)

  • Fix issue #88, map url path to local file system path and fix root url with non-ascii
  • Fix long subcommand not work bug
  • Fix preview with temporary files generated by editor
  • Fix fabfile with py3
  • Update theme simple2
  • Add Dockerfile
  • Support Python3.6, remove Python2.6
  • Support custom markdown extensions configuration, doc
  • Enable nl2br(newline to line break) markdown extension by default

v1.6.0.1 (2016-06-30)

  • Fix issue #64 with python3.x

v1.6.0 (2016-06-09)

  • Fix issue #60, preview with 127.0.0.1
  • Add page variable, doc
  • Add category settings in _config.yml
  • Add collection and tag, a three-tier structure, doc
  • Add new theme simple2, with collection/tag support

v1.5.1 (2016-04-09)

  • Fix fab deploy find ghp-import command error, pr #51
  • Fix write error when draft: true in watcher
  • Improve fab commit, issue #52
  • Improve generate speed
    • template cache
    • regex match page meta
  • Add favicon.ico support, issue #53
  • Add deprecated warning for post layout
  • Add --draft option to force the generation include draft pages
  • Support Python3.5

v1.5.0-1 (2016-01-23)

  • Improve generate speed by multiple processes
  • Fix CNAME be deleted when do generate problem
  • Update fabfile(for Fabric)
    • Remove update_simiki, g, p, gp subcommands
    • Add git and ftp deployment support
    • Move deploy configuration to _config.yml
    • Add commit subcommand to quick commit task
  • Add -w option. Watch content directory and auto do generate if modified
  • Add update subcommand to update builtin scripts and themes
  • add Atom.xml support (not stable), add rfc3339 custom filter
  • Add new site/page variable version, meta variable render
  • Add Python3.3 and Python3.4 support

v1.4.1 (2015-08-28)

  1. Make if single page generate failed, continue going with others, not exit
  2. Fix --init unicode problem
  3. Improve logging message
  4. Fix #41, empty output dir exclude .git and CNAME

v1.4 (2015-08-12)

  1. Support draft in meta
  2. Fix server prompt and relative url error
  3. Remove unused '--ignore-root' option
  4. Redirect all pages instead only index page
  5. Support '--host/--port' option in preview

v1.3 (2015-03-04)

  1. Add site.time variable, the generated time.
  2. Improve encoding
  3. Add --update-them when generate to improve generation speed
  4. Fix #36, add attach directory to put attachments.
  5. Fix #33, only show color logging message on Linux/MacOS

v1.2.4 (2014-12-23)

  • Fix #31 encode/decode problems
  • Fix image overflow in simple themes

v1.2.3 (2014-09-15)

  • Fix #28 add '--ignore-root' option in generate mode
  • Fix CustomCatalogGenerator arguments number error

v1.2.2 (2014-08-22)

  • Fix #26 Universal newline in open file
  • Fix #27 Fix extension is not md

v1.2.1 (2014-07-13)

  • Fix #25 unicode problem when path contains Chinese

v1.2 (2014-07-06)

  • Support Python2.6
  • Fix: init site with specific path

v1.1 (2014-07-04)

  • 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

v1.0.3 (2014-06-10)

  • Fix #14 Chinese filename problem

v1.0.2 (2014-06-10)

  • Fix #13 system path separator problem on Windows

v1.0.1 (2014-06-10)

  • Fix serious problem using rsync

v1.0.0 (2014-05-28)

  • Support Chinese directory and file name
  • Simplify the default configuration file
  • Add introduction page when init site
  • Fix some bugs

v0.5.0 (2014-04-30)

  • 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

v0.4.1 (2014-04-28)

  • 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

v0.4.0 (2014-04-20)

  • Add custom index feature

v0.3.1 (2014-04-13)

  • Fixed "socket.error: [Errno 48] Address already in use" problem in preview

v0.3.0 (2014-04-06)

  • 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

v0.2.2 (2014-03-29)

  • 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

v0.2.1 (2014-03-23)

  • Change catalog order from date to title letter

v0.2.0 (2014-03-19)

  • 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

v0.1.0 (2013-12-8)

  • Initial release.