Skip to content

Commit 69c6ada

Browse files
committed
Bump version to 0.6.3
1 parent dc04f8e commit 69c6ada

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
cppman 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+
520
cppman 0.6.2 (Jul 27th, 2026):
621

722
Bug fixed:

cppman/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.2'
1+
__version__ = '0.6.3'

0 commit comments

Comments
 (0)