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