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