File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22cppman Changelog
33------------------------------------------------------------------------------
44
5+ cppman 0.6.3 (Jul 27th, 2026):
6+
7+ Bug fixed:
8+ * crawler: cppreference.com moved its pages from /w/cpp/... to /cpp/...,
9+ which made `cppman -r` silently index nothing for cppreference; follow
10+ the new URL structure and warn when a source yields zero pages. The
11+ bundled index database has been regenerated accordingly.
12+ * Fix "[Errno 36] File name too long" when caching pages that document a
13+ large group of overloads (#141)
14+ * pager: render non-ASCII characters correctly instead of leaking raw
15+ byte escapes for hyphens and table borders (#190)
16+ * pager: render to a temporary file for the vim/nvim pager to avoid
17+ "/dev/fd/3 Permission Denied" on some systems (#163)
18+ * completions: correct the -r/--rebuild-index description (#154)
19+
520cppman 0.6.2 (Jul 27th, 2026):
621
722 Bug fixed:
Original file line number Diff line number Diff line change 1- __version__ = '0.6.2 '
1+ __version__ = '0.6.3 '
You can’t perform that action at this time.
0 commit comments