summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2016-07-30 08:24:52 +0200
committerPeter Hofmann <scm@uninformativ.de>2016-07-30 08:24:52 +0200
commit82f095cdca849faca962fdb6ed65844ab0410166 (patch)
tree32ebe5b47bf1c820175cadbf317c478dc3e58ed8 /CHANGES
parent4c84c2c04e5d7d77155ed8c32c481c1e0053e96a (diff)
downloadlariza-82f095cdca849faca962fdb6ed65844ab0410166.tar.gz
Look for web extensions in ~/.config/lariza/web_extensions
~/.local/share isn't really an appropriate place because it's meant to contain "data", possibly written by the application. Usually, lariza's web extensions (.so files) are not placed in your home directory anyway. Instead, they are installed somewhere in /usr. The home directory only contains symlinks. So, in a way, those symlinks can be considered "configuration items". Hence, ~/.config is where they should live.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4c6f50f..21e8479 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
Release history for lariza
+next
+ [Changed]
+ - Web extensions are now looked for in ~/.config/lariza/web_extensions.
+
v16.06 2016-06-26
[Fixed]
- Gtk warnings.