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