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