|
65 | 65 | <div class="dropdown-menu dropdown-menu-md-right" aria-labelledby="navbarDropdown"> |
66 | 66 | <a class="dropdown-item active" href="../HEAD/changelog.html">HEAD <span class="badge prelim-badge">Prelim</span> |
67 | 67 | </a> |
68 | | -<a class="dropdown-item" href="../v7.4.0/changelog.html">v7.4.0</a> |
| 68 | +<a class="dropdown-item" href="../v7.5.0/changelog.html">v7.5.0</a> |
| 69 | +<a class="dropdown-item" href="../v7.4.0/changelog.html">v7.4.0 <span class="badge old-badge">Old</span> |
| 70 | +</a> |
69 | 71 | <a class="dropdown-item" href="../v7.3.0/changelog.html">v7.3.0 <span class="badge old-badge">Old</span> |
70 | 72 | </a> |
71 | 73 | <a class="dropdown-item" href="../v7.2.0/changelog.html">v7.2.0 <span class="badge old-badge">Old</span> |
|
118 | 120 | <nav class="nav sticky-top d-print-none d-none d-lg-flex flex-column" id="toc"> |
119 | 121 | <div style="display: grid; grid-template-columns: 1fr;"> |
120 | 122 | <div style="grid-row-start: 1; grid-column-start: 1;" class="invisible nav-shadow"> |
121 | | -<a class="nav-link toc-1">Unreleased</a> |
| 123 | +<a class="nav-link toc-1">dimcli 7.5.0 (2025-11-20)</a> |
122 | 124 | <a class="nav-link toc-1">dimcli 7.4.0 (2025-06-16)</a> |
123 | 125 | <a class="nav-link toc-1">dimcli 7.3.0 (2024-06-19)</a> |
124 | 126 | <a class="nav-link toc-1">dimcli 7.2.0 (2024-02-22)</a> |
|
140 | 142 | <a class="nav-link toc-1">dimcli 1.0.3 (2016-12-03)</a> |
141 | 143 | </div> |
142 | 144 | <div style="grid-row-start: 1; grid-column-start: 1;"> |
143 | | -<a class="nav-link toc-1" href="#unreleased">Unreleased</a> |
| 145 | +<a class="nav-link toc-1" href="#dimcli-7-5-0-2025-11-20-">dimcli 7.5.0 (2025-11-20)</a> |
144 | 146 | <a class="nav-link toc-1" href="#dimcli-7-4-0-2025-06-16-">dimcli 7.4.0 (2025-06-16)</a> |
145 | 147 | <a class="nav-link toc-1" href="#dimcli-7-3-0-2024-06-19-">dimcli 7.3.0 (2024-06-19)</a> |
146 | 148 | <a class="nav-link toc-1" href="#dimcli-7-2-0-2024-02-22-">dimcli 7.2.0 (2024-02-22)</a> |
@@ -169,10 +171,10 @@ <h1 id="change-log">Change Log</h1> |
169 | 171 | <p>All notable changes to this project will be documented in this file.</p> |
170 | 172 | <p>The format is based on <a href="http://keepachangelog.com">Keep a Changelog</a> |
171 | 173 | and this project adheres to <a href="http://semver.org">Semantic Versioning</a>.</p> |
172 | | -<h2 id="unreleased">Unreleased</h2> |
| 174 | +<h2 id="dimcli-7-5-0-2025-11-20-">dimcli 7.5.0 (2025-11-20)</h2> |
173 | 175 | <ul> |
174 | 176 | <li>Added - cli.success() and cli.fail() overloads with just the exit code</li> |
175 | | -<li>Added - cli.parse() const overloads for vector and argv</li> |
| 177 | +<li>Added - cli.parse() overloads for const vector and const argv</li> |
176 | 178 | <li>Added - Priority parameter when adding actions</li> |
177 | 179 | <li>Added - cli.rawArgs() to inspect the initial unprocessed args</li> |
178 | 180 | </ul> |
|
0 commit comments