commit 3f6a7302ab14ec8e13c371fa8c1e421ab26a1b2b from: Stefan Sperling via: Thomas Adam date: Sat Dec 09 13:03:00 2023 UTC CHANGES for 0.95 commit - 5f42e012bf1e465b1053e2ee9ba0cbb097643169 commit + 3f6a7302ab14ec8e13c371fa8c1e421ab26a1b2b blob - 29c96f6db728e48605ee1c98dfa7fdbdad54233d blob + 8d8811576a0dcd07b2a320b0dde6a1e609eac713 --- CHANGES +++ CHANGES @@ -1,3 +1,20 @@ +* got 0.95; 2023-12-08 + see git repository history for per-change authorship information +- plug memory leaks in checkout, update, and status commands +- gotwebd: repair the "chroot" option in /etc/gotwebd.conf; regression from 0.94 +- gotwebd: add breadcumbs to navigate paths in tree/blob/commits/blame views +- gotwebd: add a dark mode, enabled based on web-browser preferences +- gotwebd: add History/Blob/Raw-File links to blob and blame views +- gotwebd: adjust blob line numbers for text-mode browsers +- gotwebd: make the blame view work in text-mode browsers +- gotwebd: add a Patch action to serve diffs in plain text +- gotwebd: add Patch and Tree links to the diff view +- gotwebd: display README files in tree views +- gotwebd: display a tree-listing and README files in the summary view +- gotwebd: render less tags in the summary page to make space for other content +- gotwebd: swap order of tags and branch listings on the summary page +- gotwebd: display 'More' link instead of 'prev/next' links in the tag listing + * got 0.94; 2023-11-29 see git repository history for per-change authorship information - in diff error message, say what was being diffed