diff --git a/Package/ArchLinux/PKGBUILD b/Package/ArchLinux/PKGBUILD index f4a655cc..3e2d8cf2 100644 --- a/Package/ArchLinux/PKGBUILD +++ b/Package/ArchLinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Rosalie Wanders pkgname=rmg -pkgver=0.8.7 +pkgver=0.8.8 pkgrel=1 pkgdesc="Rosalie's Mupen GUI" arch=('x86_64' 'aarch64') diff --git a/Package/Fedora/RMG.spec b/Package/Fedora/RMG.spec index 251bca1e..8753ce92 100644 --- a/Package/Fedora/RMG.spec +++ b/Package/Fedora/RMG.spec @@ -1,5 +1,5 @@ Name: RMG -Version: 0.8.7 +Version: 0.8.8 Release: %autorelease Summary: Rosalie's Mupen GUI diff --git a/Package/com.github.Rosalie241.RMG.metainfo.xml b/Package/com.github.Rosalie241.RMG.metainfo.xml index 2c0c6aee..72c71fe0 100644 --- a/Package/com.github.Rosalie241.RMG.metainfo.xml +++ b/Package/com.github.Rosalie241.RMG.metainfo.xml @@ -29,6 +29,22 @@ + + +

Changes:

+
    +
  • Fix exit confirmation dialog showing when launching RMG with '--nogui'
  • +
  • Fix emulation not shutting down properly on exit in some cases
  • +
  • Fix remaining issues with the 'Auto-Configure' button state in the configuration dialog of RMG-Input
  • +
  • Fix asserts being enabled when building the RelWithDebInfo configuration
  • +
  • Fix uninitialized variable being read in the configuration dialog of GLideN64
  • +
  • Add checkbox to drag and drop confirmation dialog to prevent future confirmations
  • +
  • Move 'Ask for confirmation on exit' setting to the emulation tab in the settings dialog
  • +
  • Improve 'Input Device' UI element in the configuration GUI of RMG-Input by allowing it to take more width
  • +
  • Improve refresh and join button state in the Netplay Session Browser dialog
  • +
+
+

Changes:

diff --git a/VERSION b/VERSION index d2781879..bbe495df 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.8.7 \ No newline at end of file +v0.8.8 \ No newline at end of file