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