File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22cppman Changelog
33------------------------------------------------------------------------------
44
5+ cppman 0.5.9 (Apr 10th, 2025):
6+
7+ Features added:
8+ * Present users with a menu of keyword results in multiple hits
9+ * update index.db
10+
511cppman 0.5.7 (Jun 27th, 2024):
612
713 Bug fixed:
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ from cppman.environ import config
4242from cppman .util import update_mandb_path , update_man3_link
4343
4444program_name = sys .argv [0 ]
45- program_version = '0.5.7 '
45+ program_version = '0.5.9 '
4646
4747
4848def version ():
Original file line number Diff line number Diff line change 2121
2222setup (
2323 name = 'cppman' ,
24- version = '0.5.7 ' ,
24+ version = '0.5.9 ' ,
2525 description = 'C++ 98/11/14/17/20 manual pages for Linux/MacOS' ,
2626 author = 'Wei-Ning Huang (AZ)' ,
2727 author_email = '[email protected] ' ,
You can’t perform that action at this time.
0 commit comments