summaryrefslogtreecommitdiff
path: root/src/lib/release_notes.cc
AgeCommit message (Collapse)Author
2025-07-10Replace String::compose with fmt.Carl Hetherington
sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc
2025-03-26Don't show release notes if we don't know where we last showed them.Carl Hetherington
2024-06-24Fix y offset direction of bitmap subs (#2807).Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2022-10-18Fix dark mode for release notes.Carl Hetherington
2022-08-29Fix and test release notes.v2.16.22Carl Hetherington
2022-08-29Make find_release_notes() more testable.Carl Hetherington
2022-07-20Basic release notes support (#2282).Carl Hetherington