diff --git a/Package/ArchLinux/PKGBUILD b/Package/ArchLinux/PKGBUILD index fe0a8020..bfd7575e 100644 --- a/Package/ArchLinux/PKGBUILD +++ b/Package/ArchLinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Rosalie Wanders pkgname=rmg -pkgver=0.7.0 +pkgver=0.7.1 pkgrel=1 pkgdesc="Rosalie's Mupen GUI" arch=('x86_64' 'aarch64') diff --git a/Package/Fedora/RMG.spec b/Package/Fedora/RMG.spec index 5425d3b7..0c0ebe2d 100644 --- a/Package/Fedora/RMG.spec +++ b/Package/Fedora/RMG.spec @@ -1,5 +1,5 @@ Name: RMG -Version: 0.7.0 +Version: 0.7.1 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 53f0cbd2..303efa61 100644 --- a/Package/com.github.Rosalie241.RMG.metainfo.xml +++ b/Package/com.github.Rosalie241.RMG.metainfo.xml @@ -29,6 +29,21 @@ + + +

Changes:

+
    +
  • Fix RDRAM initialization allowing for libdragon IPL3 to boot
  • +
  • Fix AppImage not working on some Linux distributions (thank you Samueru-sama)
  • +
  • Fix 64DD disks being shown in the Create Netplay Session dialog
  • +
  • Add support for ROMs that are bigger than 64MiB
  • +
  • Add support for launching a cartridge + disk combo where the disk is in an archive
  • +
  • Add stricter filename validation in the update dialog
  • +
  • Improve Netplay Session dialog by keeping it open while in-game
  • +
  • Improve 'Play Game with Disk' by turning it into a context menu
  • +
+
+

Changes:

diff --git a/VERSION b/VERSION index e7f5d1aa..6425bba0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.7.0 \ No newline at end of file +v0.7.1 \ No newline at end of file