File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Wei-Ning Huang <aitjcize@gmail.com>
55Contributors
66------------
77Alexander 'z33ky' Hirsch <1zeeky@gmail.com>
8+ belkka <ulianich_mihail@ukr.net>
89Brian Foley <bpfoley@google.com>
910ChangZhuo Chen (陳昌倬) <czchen@czchen.org>
1011Chris Smith <cbsmith@gmail.com>
@@ -20,6 +21,4 @@ Matan Rosenberg <matan129@gmail.com>
2021Reverend Homer <mk.43.ecko@gmail.com>
2122Rui Chen <chenrui333@gmail.com>
2223Simon Gene Gottlieb <simon@gottliebtfreitag.de>
23- belkka <ulianich_mihail@ukr.net>
24- glenvt18 <glenvt18@gmail.com>
25- taiyu <taiyu.len@gmail.com>
24+ taiyu <taiyu.len@gmail.com>
Original file line number Diff line number Diff line change 22cppman Changelog
33------------------------------------------------------------------------------
44
5+ cppman 0.6.0 (Dec 19th, 2025):
6+
7+ Features added:
8+ * Implement hybrid search strategy with smart std:: prefix matching
9+ * Show first match directly by default (no selection menu)
10+ * Move interactive selection menu to -f flag
11+ * Add pagination support to selection menu (20 items per page)
12+ * Navigation commands: 'n'/'next' and 'p'/'prev' for page navigation
13+ * Refactor version management to use single source of truth (__version__.py)
14+ * Add GitHub Actions workflow for automated releases to PyPI
15+ * Update documentation (help text and man page)
16+
517cppman 0.5.9 (Apr 10th, 2025):
618
719 Features added:
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- AUTHOR=' AZ Huang <aitjcize@gmail.com>'
3+ AUTHOR=' Wei-Ning Huang <aitjcize@gmail.com>'
44
55cat << EOF > AUTHORS
66Developers
You can’t perform that action at this time.
0 commit comments