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