]> git.armaanb.net Git - chorizo.git/blob - CHANGES
Automatically add "file://" prefix for local files
[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
15 v16.12  2016-12-24
16   [Fixed]
17   - Lariza no longer reports download progress below 0% or above 100%.
18     (Workaround for what appears to be a WebKit2GTK+ bug.)
19
20   [Changed]
21   - We no longer explicitly set the X11 window's class and name. Let
22     GTK+ do this job. The actual class and name should be unchanged,
23     though (WM_CLASS(STRING) = "lariza", "Lariza").
24
25     This does not affect tabbed which is still run with "-n lariza".
26
27     This change fixes a GTK+ deprecation warning.
28
29 v16.09  2016-09-03
30   [Changed]
31   - Web extensions are now looked for in ~/.config/lariza/web_extensions.
32
33 v16.06  2016-06-26
34   [Fixed]
35   - Gtk warnings.
36
37   [Changed]
38   - Except for the default window size, there are no hardcoded pixel
39     values anymore. Should make it a little easier to run lariza on
40     HiDPI screens. (Sorry, not tested, I don't have one.)
41
42   [Added]
43   - New key bindings F2 and F3: Go backward and forward, just like the
44     existing mouse key binds do.
45
46 v16.01  2016-01-05
47   [Fixed]
48   - Issue #14: "Keypad enter" now registers as "commit", i.e. "start
49     loading the URL" or "begin searching for search term".
50   - Issue #15: lariza no longer tries to create local file names with
51     directory separators in them when downloading files.
52   - lariza no longer sets the window title to an empty string.
53
54   [Changed]
55   - For the sake of consistency, $LARIZA_WEB_EXTENSIONS_DIR has been
56     removed.
57
58   [Added]
59   - Manpages are now available.
60
61 v15.09 and earlier releases
62   - Sorry, the CHANGES file did not exist back then. Please refer to the
63     Git log.