diff options
-rw-r--r-- | locale/en.ini | 1 | ||||
-rw-r--r-- | template.org.metamuffin.hurrycurry.client.metainfo.xml | 22 |
2 files changed, 21 insertions, 2 deletions
diff --git a/locale/en.ini b/locale/en.ini index f458ec5..4002fe0 100644 --- a/locale/en.ini +++ b/locale/en.ini @@ -6,7 +6,6 @@ i.contribute=Contribute i.credits.contributers=Other contributers include Sofviic, BigBrotherNii and RustyStriker. Detailed credits can be found in-game. i.credits.primary=The game is primarily being developed by {_developers}. i.credits=Credits -i.flatpak.controller.par=Controller support is currently disabled by default due to Flathub limitations. To enable it, run <code>flatpak override --device=input org.metamuffin.hurrycurry.client</code>. i.gameplay_overview.par=Customers enter your restaurant and order various meals. Your task is to assemble these meals by cutting, cooking, baking, searing and combining resources in the kitchen. Multitasking is crucial, but can lead to food burning or customers leaving if you take too long. There are many different restaurant/kitchen layouts to choose from. i.gameplay_overview=Gameplay Overview i.have_fun=Have fun! diff --git a/template.org.metamuffin.hurrycurry.client.metainfo.xml b/template.org.metamuffin.hurrycurry.client.metainfo.xml index 8978867..077e50a 100644 --- a/template.org.metamuffin.hurrycurry.client.metainfo.xml +++ b/template.org.metamuffin.hurrycurry.client.metainfo.xml @@ -33,7 +33,6 @@ <p xml:lang="LANG">i.gameplay_overview.par</p> <p xml:lang="LANG">i.how_to_play.keyboard_controls</p> <p xml:lang="LANG">i.how_to_play.controller_controls</p> - <p xml:lang="LANG">i.flatpak.controller.par</p> <p xml:lang="LANG">i.credits.primary</p> </description> @@ -70,6 +69,27 @@ <releases> + <release version="2.3.1" date="2025-04-06" type="stable"> + <description> + <p> + <em>Banana Chips</em> + </p> + <p>Bug fixes / Maintenance:</p> + <ul> + <li>Replace credits menu with a more elaborate "About" menu</li> + <li>Pausable game in singleplayer</li> + <li>Fix newlines in translations not being displayed correctly</li> + <li>Show message for empty scoreboards</li> + <li>Update protocol to support changes in Godot's JSON parser</li> + <li>Add button to show scoreboard in rating menu</li> + <li>Remove quit button from in-game menu to avoid confusion</li> + <li>Fix too long player names blocking game starting menu</li> + <li>Add missing pan to Bar map</li> + <li>New translations</li> + </ul> + </description> + <url>https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v2.3.1</url> + </release> <release version="2.3.0" date="2025-01-20" type="stable"> <description> <p> |