summaryrefslogtreecommitdiff
path: root/CHANGES
blob: a2d0a4d6d2822a1daeafbb2d1a0be1bf9e9fe5ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
Release history for lariza

v18.03  2018-03-17
  [Fixed]
  - Accidentally opening a context menu and then issuing a middle click
    to open a new tab no longer changes the location of the original tab
    (fixes #56). (This only happened under certain circumstances.)

v18.01  2018-01-27
  [Fixed]
  - Compilation warnings regarding deprecated API calls (GtkAction) have
    been addressed. Thanks to @jun7 on GitHub!

v17.11  2017-11-16
  [Added]
  - You can now set the following environment variable to have console
    output printed to STDOUT: LARIZA_ENABLE_CONSOLE_TO_STDOUT.

v17.10  2017-10-18
  [LICENSING]
  - The project has been relicensed under the MIT license (more
    precisely called "Expat License", but everyone calls it "MIT
    license" these days).

v17.07  2017-07-02
  [Fixed]
  - User input is now properly escaped when used for keyword based
    searching (fixes #47).

v17.05  2017-05-21
  [Fixed]
  - Automatically adding the "file://" prefix didn't work (reliably) if
    a message was sent to an already running instance.

  [Changed]
  - Autoreloading of crashed web processes has been removed. It doesn't
    make sense anymore since the switch to webkit's multi-process model.
    Instead, we now simply announce the crash in the location bar.
  - Refuse to quit if there are active downloads. The user has to cancel
    them explicitly. (To improve workflow a little bit, the download
    manager now also knows a "Mod1 + q" hotkey.)

  [Added]
  - WebGL can now be enabled by setting an environment variable. This is
    an experimental feature, though.

v17.02  2017-02-16
  [Fixed]
  - As requested by WebKit's API documentation, we now wait for the
    "ready-to-show" signal after a "create" signal. This fixes crashes
    after you chose "Open link in new window" from a context menu.

  [Changed]
  - The "search prefix" has been changed from "/" to ":/". This means,
    in order to search for text in a web page, you now have to enter
    something like ":/your search term" into the input box.
  - Lariza now uses WebKit's multi-process model. This means that (most)
    tabs run as independent processes. If one tab crashes, it should not
    affect the others.
  - The GtkLevelBar to show page loading progress has been removed.
    Instead, we now use the progress bar which is already included in
    GtkEntry (the input box). This is mostly a cosmetic change, but it
    also eliminates some GTK warnings.

  [Added]
  - An external user-supplied program can be called for the current URI
    or for hyperlinks/images/videos/audio files.
  - Lariza will now automatically add a "file://" prefix for local
    files.
  - Hotkeys have been unified. It is now largely irrelevant whether the
    location bar or the web view has focus.
  - Lariza can be instructed to write each visited URI to a file.

v16.12  2016-12-24
  [Fixed]
  - Lariza no longer reports download progress below 0% or above 100%.
    (Workaround for what appears to be a WebKit2GTK+ bug.)

  [Changed]
  - We no longer explicitly set the X11 window's class and name. Let
    GTK+ do this job. The actual class and name should be unchanged,
    though (WM_CLASS(STRING) = "lariza", "Lariza").

    This does not affect tabbed which is still run with "-n lariza".

    This change fixes a GTK+ deprecation warning.

v16.09  2016-09-03
  [Changed]
  - Web extensions are now looked for in ~/.config/lariza/web_extensions.

v16.06  2016-06-26
  [Fixed]
  - Gtk warnings.

  [Changed]
  - Except for the default window size, there are no hardcoded pixel
    values anymore. Should make it a little easier to run lariza on
    HiDPI screens. (Sorry, not tested, I don't have one.)

  [Added]
  - New key bindings F2 and F3: Go backward and forward, just like the
    existing mouse key binds do.

v16.01  2016-01-05
  [Fixed]
  - Issue #14: "Keypad enter" now registers as "commit", i.e. "start
    loading the URL" or "begin searching for search term".
  - Issue #15: lariza no longer tries to create local file names with
    directory separators in them when downloading files.
  - lariza no longer sets the window title to an empty string.

  [Changed]
  - For the sake of consistency, $LARIZA_WEB_EXTENSIONS_DIR has been
    removed.

  [Added]
  - Manpages are now available.

v15.09 and earlier releases
  - Sorry, the CHANGES file did not exist back then. Please refer to the
    Git log.