diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-18 21:54:29 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-18 21:56:53 +0200 |
commit | 9227c5312f8e4b7f7a072b1eb50bfe7df85a99a1 (patch) | |
tree | a1136a1d22163db66c14e038eb0168f257f917e6 | |
parent | 7243cd52714d12e9b9e7d3e03fdaab8381c77bf4 (diff) | |
download | hurrycurry-dist-extra-9227c5312f8e4b7f7a072b1eb50bfe7df85a99a1.tar hurrycurry-dist-extra-9227c5312f8e4b7f7a072b1eb50bfe7df85a99a1.tar.bz2 hurrycurry-dist-extra-9227c5312f8e4b7f7a072b1eb50bfe7df85a99a1.tar.zst |
add release notes to appstream metadata
-rw-r--r-- | template.org.metamuffin.hurrycurry.client.metainfo.xml | 40 |
1 files changed, 39 insertions, 1 deletions
diff --git a/template.org.metamuffin.hurrycurry.client.metainfo.xml b/template.org.metamuffin.hurrycurry.client.metainfo.xml index 077e50a..6ea45bc 100644 --- a/template.org.metamuffin.hurrycurry.client.metainfo.xml +++ b/template.org.metamuffin.hurrycurry.client.metainfo.xml @@ -67,8 +67,46 @@ <content_attribute id="social-chat">intense</content_attribute> </content_rating> - <releases> + <release version="2.3.2" date="2025-06-18" type="stable"> + <description> + <p> + <em>Banana Chips</em> + </p> + <p>New Features:</p> + <ul> + <li>Added optional headwear: cat ears, propellor hat, devil horns</li> + <li>Added map: Streetfood</li> + <li>Changed interact target behaviour to snap to interactable tiles</li> + <li>Added loading text when connecting to a server</li> + <li>Spectator camera now also zooms automatically to fit players on screen</li> + <li>Added new entity that spawns pedestrians for use in maps (used streetfood)</li> + </ul> + <p>Bug fixes and smaller improvements:</p> + <ul> + <li>Fixed crash when quitting the game that delayed window closing</li> + <li>Seperated cloth color options hairstyle selection</li> + <li>FPS display now renders on top of pinned orders</li> + <li>Chandeliers and lamps dont connect with counters anymore</li> + <li>Text in setup menu is now more readable when using cjk locale</li> + <li>LineEdit context menu does not popup when pressing escape key anymore</li> + <li>Setup menu can be launched directly from settings without game restart</li> + <li>Disable bot increase/decrease buttons in lobby menu if limits are reached</li> + <li>Fixed server list not loading because unknown mbedtls problems by falling back to unencrypted http</li> + <li>Fixed scene transition freezing before completely faded out</li> + <li>Improve localized error logging in the server</li> + <li>Fixed progress bars in item bubbles that were sticking out</li> + <li>Pausing now stops client-side timers</li> + <li>Fixed some lamps not having a collider</li> + <li>Marker now renders as always-on-top</li> + <li>Fixed scoreboard rank counter starting with zero</li> + <li>Replays can now be paused</li> + <li>Added tram and house models for future use</li> + <li>Added/Updated translations</li> + </ul> + </description> + <url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.3.2</url> + </release> <release version="2.3.1" date="2025-04-06" type="stable"> <description> <p> |