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