]> git.armaanb.net Git - chorizo.git/blob - CHANGES
CHANGES: Add item about unified hotkeys
[chorizo.git] / CHANGES
1 Release history for lariza
2
3 next
4   [Changed]
5   - The "search prefix" has been changed from "/" to ":/". This means,
6     in order to search for text in a web page, you now have to enter
7     something like ":/your search term" into the input box.
8
9   [Added]
10   - An external user-supplied program can be called for the current URI
11     or for hyperlinks/images/videos/audio files.
12   - Lariza will now automatically add a "file://" prefix for local
13     files.
14   - Hotkeys have been unified. It is now largely irrelevant whether the
15     location bar or the web view has focus.
16
17 v16.12  2016-12-24
18   [Fixed]
19   - Lariza no longer reports download progress below 0% or above 100%.
20     (Workaround for what appears to be a WebKit2GTK+ bug.)
21
22   [Changed]
23   - We no longer explicitly set the X11 window's class and name. Let
24     GTK+ do this job. The actual class and name should be unchanged,
25     though (WM_CLASS(STRING) = "lariza", "Lariza").
26
27     This does not affect tabbed which is still run with "-n lariza".
28
29     This change fixes a GTK+ deprecation warning.
30
31 v16.09  2016-09-03
32   [Changed]
33   - Web extensions are now looked for in ~/.config/lariza/web_extensions.
34
35 v16.06  2016-06-26
36   [Fixed]
37   - Gtk warnings.
38
39   [Changed]
40   - Except for the default window size, there are no hardcoded pixel
41     values anymore. Should make it a little easier to run lariza on
42     HiDPI screens. (Sorry, not tested, I don't have one.)
43
44   [Added]
45   - New key bindings F2 and F3: Go backward and forward, just like the
46     existing mouse key binds do.
47
48 v16.01  2016-01-05
49   [Fixed]
50   - Issue #14: "Keypad enter" now registers as "commit", i.e. "start
51     loading the URL" or "begin searching for search term".
52   - Issue #15: lariza no longer tries to create local file names with
53     directory separators in them when downloading files.
54   - lariza no longer sets the window title to an empty string.
55
56   [Changed]
57   - For the sake of consistency, $LARIZA_WEB_EXTENSIONS_DIR has been
58     removed.
59
60   [Added]
61   - Manpages are now available.
62
63 v15.09 and earlier releases
64   - Sorry, the CHANGES file did not exist back then. Please refer to the
65     Git log.