Skip to content

Commit 551f9bd

Browse files
committed
garden v2.1.0-rc.3
1 parent f3f5b88 commit 551f9bd

File tree

4 files changed

+32
-6
lines changed

4 files changed

+32
-6
lines changed

changelog.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ <h2 id="upcoming"><a class="header" href="#upcoming">Upcoming</a></h2>
174174
<p>Missing trees are now displayed in red in the <code>garden gui</code> query results.</p>
175175
</li>
176176
<li>
177+
<p>Tree names and paths can now be copied to the system clipboard from the
178+
<code>garden gui</code> query results.</p>
179+
</li>
180+
<li>
177181
<p>Autocompletion was added to the <code>garden gui</code> query field.</p>
178182
</li>
179183
<li>
@@ -182,12 +186,21 @@ <h2 id="upcoming"><a class="header" href="#upcoming">Upcoming</a></h2>
182186
<li>
183187
<p>The Ctrl-Q hotkey will now close the main <code>garden gui</code> window.</p>
184188
</li>
189+
<li>
190+
<p><code>garden ls</code> now has <code>-G | --no-groups</code> and <code>-N | --no-gardens</code> options
191+
for omitting groups and gardens from its output.</p>
192+
</li>
185193
</ul>
186194
<p><strong>Development</strong>:</p>
187195
<ul>
188-
<li>The <code>v2.0.0</code> release removed <code>Cargo.lock</code> and added an entry for it to <code>.gitignore</code>.
196+
<li>
197+
<p>The <code>v2.0.0</code> release removed <code>Cargo.lock</code> and added an entry for it to <code>.gitignore</code>.
189198
The <code>.gitignore</code> entry has now been removed to make it easier for packagers to track
190-
their changes.</li>
199+
their changes.</p>
200+
</li>
201+
<li>
202+
<p>The <code>yaml-rust2</code> dependency was upgraded to v0.10.</p>
203+
</li>
191204
</ul>
192205
<p><strong>Documentation</strong>:</p>
193206
<ul>

print.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2423,6 +2423,10 @@ <h2 id="upcoming"><a class="header" href="#upcoming">Upcoming</a></h2>
24232423
<p>Missing trees are now displayed in red in the <code>garden gui</code> query results.</p>
24242424
</li>
24252425
<li>
2426+
<p>Tree names and paths can now be copied to the system clipboard from the
2427+
<code>garden gui</code> query results.</p>
2428+
</li>
2429+
<li>
24262430
<p>Autocompletion was added to the <code>garden gui</code> query field.</p>
24272431
</li>
24282432
<li>
@@ -2431,12 +2435,21 @@ <h2 id="upcoming"><a class="header" href="#upcoming">Upcoming</a></h2>
24312435
<li>
24322436
<p>The Ctrl-Q hotkey will now close the main <code>garden gui</code> window.</p>
24332437
</li>
2438+
<li>
2439+
<p><code>garden ls</code> now has <code>-G | --no-groups</code> and <code>-N | --no-gardens</code> options
2440+
for omitting groups and gardens from its output.</p>
2441+
</li>
24342442
</ul>
24352443
<p><strong>Development</strong>:</p>
24362444
<ul>
2437-
<li>The <code>v2.0.0</code> release removed <code>Cargo.lock</code> and added an entry for it to <code>.gitignore</code>.
2445+
<li>
2446+
<p>The <code>v2.0.0</code> release removed <code>Cargo.lock</code> and added an entry for it to <code>.gitignore</code>.
24382447
The <code>.gitignore</code> entry has now been removed to make it easier for packagers to track
2439-
their changes.</li>
2448+
their changes.</p>
2449+
</li>
2450+
<li>
2451+
<p>The <code>yaml-rust2</code> dependency was upgraded to v0.10.</p>
2452+
</li>
24402453
</ul>
24412454
<p><strong>Documentation</strong>:</p>
24422455
<ul>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)