commit f2e74d68d215e74d41c8c67614f084e8156c62d7 from: Stefan Sperling date: Sat Apr 29 12:16:15 2023 UTC changes for 0.88 commit - ba55351b42dce102aca4b961ae2efee873b16f56 commit + f2e74d68d215e74d41c8c67614f084e8156c62d7 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)