1 You may want to run `ikiwiki-transition deduplinks /path/to/srcdir`
2 after upgrading to this version of ikiwiki. This command will
3 optimise your wiki's saved state, removing duplicate information
4 that can slow ikiwiki down.
6 ikiwiki 3.12 released with [[!toggle text="these changes"]]
8 * Re-enable python-support and add python:Depends to control file.
9 * ikiwiki-makerepo: Avoid using abs_path, as it apparently
10 fails on nonexistant directories with some broken perl
12 * inline: Minor optimisation.
13 * add_link: New function, which plugins should use rather than
14 modifying %links directly, to avoid it accumulating duplicates.
15 * ikiwiki-transition: Add a deduplinks action, that can be used
16 to remove duplicate links and optimise a wiki w/o rebuilding it.
17 * external: Fix pagespec_match and pagespec_match_list.