X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=CHANGES;h=b1b6226e84cad07fee614819e6afb10e735d6cb1;hb=7739f77980be760b31395546053577e9fe64ef10;hp=f1b2e9724e861e5ee3a9edc00f2aaa68b3b30599;hpb=8346d7654b32ee872536b03e06ec1d1b4ade0afc;p=chorizo.git diff --git a/CHANGES b/CHANGES index f1b2e97..b1b6226 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,36 @@ Release history for lariza next + [Fixed] + - Build no longer depends on GNU sed. + +v20.05 2020-05-15 + [Changed] + - lariza now uses native GTK tabs instead of relying on suckless + tabbed. See also: + https://www.uninformativ.de/blog/postings/2020-04-26/0/POSTING-en.html + - Keyword searches have been removed, as these code paths were + unmaintained. See also: + https://www.uninformativ.de/blog/postings/2020-05-01/0/POSTING-en.html + - The "external URI handler" has been removed, as these code paths + were unmaintained. See also: + https://www.uninformativ.de/blog/postings/2020-05-01/0/POSTING-en.html + - WebKit sandboxing is now enabled. While considered stable, it is a + rather new feature. Please report breakages. This also requires you + to run at least WebKitGTK 2.26 (released 2019-09-09). See also: + https://blogs.gnome.org/mcatanzaro/2020/03/31/sandboxing-webkitgtk-apps/ + https://www.uninformativ.de/blog/postings/2020-05-04/0/POSTING-en.html + + [Added] + - Allow webkit:// in URLs. + +v20.04 2020-04-22 + [Fixed] + - Minor fixes to manpages. + +v20.03 2020-03-28 [Changed] + - Makefile: Web extensions and user scripts will be installed. - "enable-developer-extras" is now always set to "TRUE". This enables the Web Inspector. - WebGL is enabled in WebKit by default these days. lariza's @@ -9,7 +38,9 @@ next [Added] - User-supplied JavaScript files can be put into - ~/.config/lariza/scripts. + ~/.config/lariza/user-scripts. "hints.js" is one such script, it's + bundled with the main application, but must be activated manually by + copying or linking it to said directory. v19.05 2019-05-05 [Fixed]