releasing version 1.16
[ikiwiki] / doc / news / version_1.13.mdwn
1 ikiwiki 1.13 is released.
2
3 _Upgrade notes:_
4
5 The GlobList format which was used for specifiying sets of pages, has been
6 replaced with a new, more expressive PageSpec format. While GlobLists will
7 continue to work, that format is deprecated, and you are encouraged to use
8 PageSpecs from now on, and also to change any GlobLists in your wiki to
9 PageSpecs. See the new [[PageSpec]] page for details.
10
11 You will need to rebuild your wiki when upgrading to this version. If you
12 listed your wiki in /etc/ikiwiki/wikilist this will be done automatically
13 when the Debian package is upgraded. Or use ikiiki-mass-rebuild to force a
14 rebuild.
15
16 _Changes:_
17
18    * ikiwiki can now download and aggregate feeds with its new aggregate
19      plugin, so it's possible to implement a Planet using ikiwiki!
20    * Add a run\_hooks function for the common task of running all hooks of a
21      given type.
22    * Add a savestate hook.
23    * Don't put blog post forms on pages if there's no cgiurl set.
24    * --setup --refresh no longer rebuilds wrappers. Use --setup --refresh
25      --wrappers to do that.
26    * Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate
27      to update pages that haven't changed on disk.
28    * Change meta tags to use html entity-escaped text for values, so that
29      quotes and such can be represented in title tags.
30    * Depend and build-depend on HTML::Parser for HTML::Entities which is used
31      for the above.
32    * Make --rebuild also cause --aggregate to re-download and write aggregated
33      pages.
34    * Avoid outputting duplicate meta info.
35    * Include title metadata on aggregated posts for capitalised and un-munged
36      titles.
37    * Title metadata of inlined pages now shows up in blogs and rss feeds.
38    * Fix issue with unicode filenames and updating the hyper estradier search
39      index. (Aka Please Please Please, let that be the last one.)
40    * Patch from Roland Mas to support an rss=no parameter to inline directives.
41      Closes: #[380743](http://bugs.debian.org/380743)
42    * Renamed GlobLists to PageSpecs.
43    * PageSpecs can now include nested parens, "and", and "or". This remains
44      backwards compatible to the old GlobList format. It's implemented by
45      treating the GlobList as a very limited microlanguage that is transformed
46      to perl code that does the matching.
47    * The old GlobList format is deprecated, and I encourage users to switch to
48      using the new PageSpec format. Compatability with the old format will be
49      removed at some point, possibly by 2.0.
50    * Wiki rebuild needed on upgrade to this version due to PageSpec change.
51    * Add support for creation\_month and creation\_year to PageSpec.
52      Closes: #[380680](http://bugs.debian.org/380680)
53    * Changes to index file encoding.