1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
diffuse (0.6.0-1) unstable; urgency=medium
The location of the personal preferences, state, and initialisation files
have changed in the 0.4.1 release. Old settings may be migrated using the
following commands:
$ mkdir -p ~/.config/diffuse
$ mv ~/.diffuse/config ~/.config/diffuse/state
$ mv ~/.diffuse/* ~/.config/diffuse
$ rmdir ~/.diffuse
The rules for parsing files in `~/.diffuse` changed in the 0.3.0 release.
Non-fatal errors may be reported when parsing old files. These errors can be
fixed by removing the offending lines (or the entire file) from
`~/.config/diffuse/diffuserc`.
-- Philipp Huebner <debalance@debian.org> Sun, 03 Jan 2021 13:14:38 +0100
|