X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=CHANGES;h=d0d4464f7c7eb40a7ac7ee7c2a34eeb8f063cbe8;hb=649a067929656183ca6d194536b5927bf84daf82;hp=5f17c724f47b6c729fa9b816cd2aa9cf445ce6cb;hpb=64fa4dae2ba8a3f935d645ca01c3da55d0caf9c2;p=chorizo.git diff --git a/CHANGES b/CHANGES index 5f17c72..d0d4464 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,51 @@ Release history for lariza next + [Changed] + - lariza now uses native GTK tabs instead of relying on suckless + tabbed. More background: + https://www.uninformativ.de/blog/postings/2020-04-26/0/POSTING-en.html + - Keyword searches have been removed, as these code paths were + unmaintained. + +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 + environment variable $LARIZA_ENABLE_EXPERIMENTAL_WEBGL is gone. + + [Added] + - User-supplied JavaScript files can be put into + ~/.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] + - We no longer use WebKit's deprecated JavaScript API. + +v18.07 2018-07-29 + [Added] + - The input bar now shows an indicator for web feeds. + + The icon used for this purpose is the stock icon called + "application-rss+xml-symbolic". It is somewhat "non-standard", i.e. + not defined by [0], but appears to be present in many icon themes. + Let me know if it doesn't work for you. + + [0]: https://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html + +v18.06 2018-06-24 + - This is a maintenance release, due to the project moving away from + GitHub. No code changes. + +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