]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/version_1.30.mdwn
web commit by KyleMacLea
[ikiwiki.git] / doc / news / version_1.30.mdwn
1 ikiwiki 1.30 released with these changes:
2
3    * Add no\_override parameter to hook().
4    * Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts
5      plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that
6      can be configured using a page in wiki.
7    * Fix support for --pingurl at the command line.
8    * Fix a subtle bug in will\_render that broke some builds, by only clearing
9      items from renderedfiles the first time per build.
10    * Wrap entire technortati ping operation in an eval to catch all possible
11      failure modes, after I observed a simple ->value crashing ikiwiki when
12      a ping failed.