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