update as command syntax has changed
[ikiwiki] / doc / news / version_3.12.mdwn
1 You may want to run `ikiwiki-transition deduplinks my.setup`
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.
5
6 ikiwiki 3.12 released with [[!toggle text="these changes"]]
7 [[!toggleable text="""
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
11     versions.
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.
18     Closes: #527281
19 """]]