summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2017-01-27 18:15:30 +0100
committerPeter Hofmann <scm@uninformativ.de>2017-01-27 18:15:36 +0100
commit82d5f9e1d3c296512aa5a1dacd9036f2a3857fd8 (patch)
tree56b4afb9a6584ab10115f898977dcaaf9997c39d /CHANGES
parentf9a96c0acd533e1d546784ca1db14e555bd44dd3 (diff)
downloadlariza-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--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8a670ee..4ae5130 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.