@@ -307,7 +307,7 @@ <h2 id="cratesio"><a class="header" href="#cratesio">Crates.io</a></h2>
307307< p > This will download and compile < code > garden</ code > for you. The only thing left to do is
308308to add the Cargo < code > $HOME/.cargo/bin</ code > directory to your < code > $PATH</ code > .</ p >
309309< p > The Garden graphical user interface is provided in a separate crate called < code > garden-gui</ code > .
310- You can install Garden GUI using < code > cargo</ code > using Rust 1.81.0 or newer.</ p >
310+ You can install Garden GUI using < code > cargo</ code > from Rust version 1.81.0 or newer.</ p >
311311< pre > < code > cargo install garden-gui
312312</ code > </ pre >
313313< h2 id ="latest-using-cargo "> < a class ="header " href ="#latest-using-cargo "> Latest using Cargo</ a > </ h2 >
@@ -2410,10 +2410,39 @@ <h2 id="can-garden-print-out-each-command-in-a-multi-line-command-as-it-is-run">
24102410world
24112411</ code > </ pre >
24122412< div style ="break-before: page; page-break-before: always; "> </ div > < h1 id ="changelog "> < a class ="header " href ="#changelog "> Changelog</ a > </ h1 >
2413- < h2 id ="upcoming "> < a class ="header " href ="#upcoming "> Upcoming</ a > </ h2 >
2413+ < h2 id ="v220 "> < a class ="header " href ="#v220 "> v2.2.0</ a > </ h2 >
2414+ < p > < em > Released 2025-05-11</ em > </ p >
24142415< p > < strong > Features</ strong > :</ p >
24152416< ul >
24162417< li >
2418+ < p > < code > garden ls</ code > now has a < code > -R | --no-remotes</ code > option to disable the display of remotes.</ p >
2419+ </ li >
2420+ < li >
2421+ < p > < code > garden gui</ code > now avoids displaying duplicate trees.</ p >
2422+ </ li >
2423+ < li >
2424+ < p > < code > garden --help</ code > now uses ANSI colors.</ p >
2425+ </ li >
2426+ </ ul >
2427+ < p > < strong > Development</ strong > :</ p >
2428+ < ul >
2429+ < li >
2430+ < p > The < code > xdg</ code > dependency was upgraded to v3.0.</ p >
2431+ </ li >
2432+ < li >
2433+ < p > The < code > idna_adapter</ code > and < code > mime_guess2</ code > crates were pinned to maintain the
2434+ current MSRV of 1.81.0 for < code > garden-gui</ code > .</ p >
2435+ </ li >
2436+ </ ul >
2437+ < h2 id ="v210 "> < a class ="header " href ="#v210 "> v2.1.0</ a > </ h2 >
2438+ < p > < em > Released 2025-02-23</ em > </ p >
2439+ < p > < strong > Features</ strong > :</ p >
2440+ < ul >
2441+ < li >
2442+ < p > Commands defined in Garden and Tree scopes are now runnable from the < code > garden gui</ code >
2443+ command palette.</ p >
2444+ </ li >
2445+ < li >
24172446< p > < code > garden grow</ code > is now runnable from the < code > garden gui</ code > commands and query results.</ p >
24182447</ li >
24192448< li >
@@ -2450,6 +2479,9 @@ <h2 id="upcoming"><a class="header" href="#upcoming">Upcoming</a></h2>
24502479< li >
24512480< p > The < code > yaml-rust2</ code > dependency was upgraded to v0.10.</ p >
24522481</ li >
2482+ < li >
2483+ < p > The < code > egui</ code > dependency was upgraded to v0.31.</ p >
2484+ </ li >
24532485</ ul >
24542486< p > < strong > Documentation</ strong > :</ p >
24552487< ul >
0 commit comments