commit 54848c8d7f97445501252de4c4ef0ac1c63ea7d7 from: Stefan Sperling date: Fri Sep 23 14:43:18 2022 UTC CHANGES for 0.76 commit - 579042a9a5c9cf4da8cf94766aac75a08539e6f4 commit + 54848c8d7f97445501252de4c4ef0ac1c63ea7d7 blob - 4a544bdff42da64db45e765edcd4c15f292734a3 blob + 4db559daed75f668a917f541a750ba045ecb1b80 --- CHANGES +++ CHANGES @@ -1,3 +1,17 @@ +* got 0.76; 2022-09-08 +- gotwebd documentation fixes +- tog: extend log view author highlight colour to full field width (jamsek) +- tog: make headline highlight extend the full view width (jamsek) +- make got_commit_graph_iter_next use caller-provided storage for the id (op) +- tog: add new log view limit feature to filter commits (patch by Mikhail + op) +- tog: respect current cursor position during log search (patch by Mikhail) +- tog: implement runtime help accessible via H,F1 keymaps (jamsek) +- add gotadmin init -b to specify repo head ref (jamsek) +- ensure got patch respects x-bit perms for new files (jamsek) +- gotwebd: drop needless NULL check (op) +- show file mode for new added files in work tree diffs (jamsek) +- fix wrong function prototypes shown in diff hunk headers (thj@freebsd, jamsek) + * got 0.75; 2022-09-07 too many changes to list all here; see git repository history for more - unlink temporary files created during ssh signature verification