]> git.armaanb.net Git - chorizo.git/blobdiff - CHANGES
Scroll tabs using mouse wheel
[chorizo.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 1109225ab3c38aeaee2c071c131660f11c34e4c5..d0d4464f7c7eb40a7ac7ee7c2a34eeb8f063cbe8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,12 +2,29 @@ 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/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]