# 2019-01-04 18:40:00.133769 UTC (+0000) stagit-gopher 0.9 is released. Greetings comrades, stagit-gopher 0.9 is released upon the world. I want to thank all contributors for patches and other feedback. You can find the releases on codemadness (primary) and bitreich (mirror). gopher://codemadness.org/9/releases/stagit-gopher/stagit-gopher-0.9.tar.gz https://codemadness.org/releases/stagit-gopher/stagit-gopher-0.9.tar.gz SHA256 checksum: 6824b7fd6f4a4fd4f5032e4bd2fe5b4c6ffd68fdd84fd25988007bf1ced33de5 gopher://bitreich.org/9/releases/stagit-gopher/stagit-gopher-0.9.tgz SHA256 checksum: 76af807f4094f00bc05b960b67d2468d716d75d2efe63ab7a73c82fda5a844df SHA512 checksum: acffea323e67b847b1d5522342306c869b4407225e3bd9aa29dc55e6d512da244d9e164be0abd6725449ce13b5028a711b46c6647762b2755a5b30c5cca6ab8e Features: * In the diffstat view prefix the type of change (A, C, D, M, R, T). * Detect more names for README and LICENSE: - For the license: LICENSE, LICENSE.md, COPYING. - For the readme: README, README.md. * Better detection of filetype changes, for example a normal file to symlink. * Better display for file renames. This doesn't use a (configurable) heuristic for renames like git does, the content must match exactly. * Optimize some more pages for 79 columns display. * Log: indicate when using the -l option and there are more commits. Fixes: * Fix writeheader() not being called when flags are used before repos. Misc: * Documentation: clarify usage regarding -c and -l mutual exclusion. * Assume OpenBSD 5.9+, always try pledge(2) on OpenBSD, remove USE_PLEDGE. * General code cleanups and improvements. Kind regards, Git_Commander_Bob