There was an error while loading. Please reload this page.
1 parent bad7bef commit 86a55feCopy full SHA for 86a55fe
2 files changed
ChangeLog
@@ -2,6 +2,16 @@
2
cppman Changelog
3
------------------------------------------------------------------------------
4
5
+cppman 0.6.1 (Jun 7th, 2026):
6
+
7
+ Bug fixed:
8
+ * pager: use less -R to render ANSI escape sequences
9
+ * pager: replace col with sed/expand for musl compatibility
10
+ * util: create ~/.manpath when missing so `cppman -m true` works
11
+ on a fresh system
12
+ * cppman: add 'mansystem' pager option ($MANPAGER)
13
+ * cppman: clarify --rebuild-index help text (rebuilds both sources)
14
15
cppman 0.6.0 (Dec 19th, 2025):
16
17
Features added:
cppman/__version__.py
@@ -1 +1 @@
1
-__version__ = '0.6.0'
+__version__ = '0.6.1'
0 commit comments