From 86369deb93ae28e39ef59d462fb6693747cb332f Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 15 Jan 2014 23:32:45 +0100 Subject: Move user plugins dir to data_dir Plugins don't belong in config_dir so we move them to data_dir. User will need to move the plugin dir to the new location, see NEWS. --- NEWS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b592c540..1a2cec25 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +pluma 1.7.1 +=========== + + * Move user plugin dir from config_dir to data_dir. Plugins should have + never been installed in the config dir as they are not part of the + configuration. This means user will need to move the plugins directory + from: $HOME/.config/pluma/ to $HOME/.local/share/pluma/. + pluma 1.5.0 =========== @@ -5,4 +13,4 @@ pluma 1.5.0 (All code is migrated, except pythonconsole plugin. The plugin works, except you cant configure it; the configurable things were command and error colors; this will be fixed migrating the plugin to Gir - instead of python-gtk) \ No newline at end of file + instead of python-gtk) -- cgit v1.2.1