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