Commit Diff


commit - f5af6dbdad26b33fb5531b4a06f3b48f77a7db31
commit + 8d6bf26a27b36e9800d89ff4b266b453c0c5a72f
blob - caeb2b057c19028246b29ea2d9f0729cf77dab38
blob + 87a4db185c94cdf51bd4ca8ab35cad9efe1ab76d
--- CHANGES
+++ CHANGES
@@ -1,3 +1,13 @@
+* got 0.88; 2023-04-29
+  see git repository history for per-change authorship information
+- tog: always use alternate charset for vertical/horizontal line
+- several tog regression test suite improvements
+- run the tog tests as part of the default regress set
+- tog: resize log view if toggling fullscreen from child view
+- when finding changed paths iterate tree entries in on-disk order for speed
+- cache fulltext data in delta cache to improve speed with long delta chains
+- gotwebd: fix logic error in gotweb_render_index
+
 * got 0.87; 2023-04-19
   see git repository history for per-change authorship information
 - add gitwrapper(1)