From 4a3016039856ec6fe0ecf22058513df2f21cf32c Mon Sep 17 00:00:00 2001 From: Rosalie Wanders Date: Wed, 1 May 2024 12:23:57 +0200 Subject: [PATCH] Package: v0.5.9 --- Package/ArchLinux/PKGBUILD | 2 +- Package/Fedora/RMG.spec | 2 +- Package/com.github.Rosalie241.RMG.appdata.xml | 16 ++++++++++++++++ VERSION | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/Package/ArchLinux/PKGBUILD b/Package/ArchLinux/PKGBUILD index 8518a3f1..e2f20e78 100644 --- a/Package/ArchLinux/PKGBUILD +++ b/Package/ArchLinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Rosalie Wanders pkgname=rmg -pkgver=0.5.8 +pkgver=0.5.9 pkgrel=1 pkgdesc="Rosalie's Mupen GUI" arch=('x86_64' 'aarch64') diff --git a/Package/Fedora/RMG.spec b/Package/Fedora/RMG.spec index a9663a14..5383f98c 100644 --- a/Package/Fedora/RMG.spec +++ b/Package/Fedora/RMG.spec @@ -1,5 +1,5 @@ Name: RMG -Version: 0.5.8 +Version: 0.5.9 Release: %autorelease Summary: Rosalie's Mupen GUI diff --git a/Package/com.github.Rosalie241.RMG.appdata.xml b/Package/com.github.Rosalie241.RMG.appdata.xml index 4bd4db7a..33d4907a 100644 --- a/Package/com.github.Rosalie241.RMG.appdata.xml +++ b/Package/com.github.Rosalie241.RMG.appdata.xml @@ -33,6 +33,22 @@ + + +

Changes:

+
    +
  • Fix parallel-rsp regression introduced in v0.5.8
  • +
  • Fix corruption when using GLideN64 and resizing the window
  • +
  • Fix changing save state slot always selecting slot 0 on some system configurations
  • +
  • Fix changing speed factor always using 0% on some system configurations
  • +
  • Add color settings for the OSD in the settings dialog
  • +
  • Add 'Test Rumble' button to the options dialog in RMG-Input
  • +
  • Add 'Play Game with State' to the context menu of the ROM browser
  • +
  • Add '--load-state-slot' commandline option
  • +
  • Update cheats and GLideN64
  • +
+
+

Changes:

diff --git a/VERSION b/VERSION index 3f0cb986..34ca2845 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.5.8 \ No newline at end of file +v0.5.9 \ No newline at end of file