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