diff options
author | Peter Hofmann <scm@uninformativ.de> | 2017-01-27 18:15:30 +0100 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2017-01-27 18:15:36 +0100 |
commit | 82d5f9e1d3c296512aa5a1dacd9036f2a3857fd8 (patch) | |
tree | 56b4afb9a6584ab10115f898977dcaaf9997c39d /CHANGES | |
parent | f9a96c0acd533e1d546784ca1db14e555bd44dd3 (diff) | |
download | lariza-82d5f9e1d3c296512aa5a1dacd9036f2a3857fd8.tar.gz |
Change search prefix to ":/"
I want to change ensure_uri_scheme() so it automatically adds "file://"
if we're dealing with a valid local file path. However, this clashes
with "/" as a search prefix.
CC #27.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ Release history for lariza next + [Changed] + - The "search prefix" has been changed from "/" to ":/". This means, + in order to search for text in a web page, you now have to enter + something like ":/your search term" into the input box. + [Added] - An external user-supplied program can be called for the current URI or for hyperlinks/images/videos/audio files. |