diff options
author | tpart <tpart120@proton.me> | 2024-11-22 20:39:41 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-11-22 20:39:41 +0100 |
commit | 5c1f479aa528f094df22a85ee43d544089e2d93a (patch) | |
tree | 0da837ff0fc2055c12bca8d0f4b8bc473afbd584 | |
parent | 470907c4f2498edd0f1f59f215623010077f6cc4 (diff) | |
download | hurrycurry-dist-extra-5c1f479aa528f094df22a85ee43d544089e2d93a.tar hurrycurry-dist-extra-5c1f479aa528f094df22a85ee43d544089e2d93a.tar.bz2 hurrycurry-dist-extra-5c1f479aa528f094df22a85ee43d544089e2d93a.tar.zst |
v2.2.0
-rw-r--r-- | template.org.metamuffin.hurrycurry.client.metainfo.xml | 35 |
1 files changed, 32 insertions, 3 deletions
diff --git a/template.org.metamuffin.hurrycurry.client.metainfo.xml b/template.org.metamuffin.hurrycurry.client.metainfo.xml index 210351f..2fa7a19 100644 --- a/template.org.metamuffin.hurrycurry.client.metainfo.xml +++ b/template.org.metamuffin.hurrycurry.client.metainfo.xml @@ -70,6 +70,35 @@ <releases> + <release version="2.2.0" date="2024-11-22" type="stable"> + <description> + <p> + <em>Banana Brûlée</em> + </p> + <p>New Content:</p> + <ul> + <li>Replace pre-rendered recipe book with native version in-game</li> + <li>Chat messages now match the user color</li> + <li>Chat messages now support wrapping</li> + <li>New translations</li> + </ul> + <p>Bug fixes:</p> + <ul> + <li>Fixed "Error from server: Already interacting" bug</li> + <li>Fixed clients trying to start tutorial in spectator mode</li> + <li>Fixed disappearing cursor</li> + <li>Fixed "c.play.allow_query_registry" not translated</li> + <li>Fixed rice color indistinguishable from plate color</li> + <li>Fixed missing setup menu anti-aliasing</li> + <li>Fixed dishwasher-bot crash in server</li> + <li>Fixed scroll behaviour when new chat message is received while chat is open</li> + <li>Fixed inconsistent background color in settings menu</li> + <li>Fixed popup menu focus</li> + <li>Fixed pinned order layout in RTL languages</li> + </ul> + </description> + <url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.2.0</url> + </release> <release version="2.1.1" date="2024-10-01" type="stable"> <description> <p> @@ -81,13 +110,13 @@ <li>Bot body color corrected</li> <li>Fix player movement desync</li> </ul> - <p>New Features</p> + <p>New Features:</p> <ul> <li>Customer demand scaling based on chairs</li> <li>Ask for consent to contact registry</li> </ul> </description> - <url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.1.0</url> + <url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.1.1</url> </release> <release version="2.1.0" date="2024-09-30" type="stable"> <description> @@ -109,7 +138,7 @@ <li>Optimized grass rendering</li> <li>Combined floor meshes</li> </ul> - <p>Bug fixes</p> + <p>Bug fixes:</p> <ul> <li>Fixed broken RTL layout</li> <li>Fix missing customers in Sushi Bar</li> |