From 2cd2098460c3a8b4426a2fde87934c465affb3bc Mon Sep 17 00:00:00 2001 From: Rosalie Wanders Date: Fri, 4 Aug 2023 13:25:12 +0200 Subject: [PATCH] Package: v0.4.6 --- Package/ArchLinux/PKGBUILD | 2 +- Package/com.github.Rosalie241.RMG.appdata.xml | 17 +++++++++++++++++ VERSION | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Package/ArchLinux/PKGBUILD b/Package/ArchLinux/PKGBUILD index cbe9dd94..58187469 100644 --- a/Package/ArchLinux/PKGBUILD +++ b/Package/ArchLinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Rosalie Wanders pkgname=rmg -pkgver=0.4.5 +pkgver=0.4.6 pkgrel=1 pkgdesc="Rosalie's Mupen GUI" arch=('x86_64' 'aarch64') diff --git a/Package/com.github.Rosalie241.RMG.appdata.xml b/Package/com.github.Rosalie241.RMG.appdata.xml index 3219123f..1974b5db 100644 --- a/Package/com.github.Rosalie241.RMG.appdata.xml +++ b/Package/com.github.Rosalie241.RMG.appdata.xml @@ -33,6 +33,23 @@ + + +

Changes:

+
    +
  • Fix copying a string out-of-bounds in RMG-Core
  • +
  • Fix memory leak in GLideN64
  • +
  • Add experimental support for wayland on linux (you can enable it by setting RMG_WAYLAND to 1)
  • +
  • Add RMG, mupen64plus and n64 keywords to the desktop file (thank you loganmc10)
  • +
  • Add joystick hat support to RMG-Input
  • +
  • Add native vulkan support (video plugins can now use vulkan natively without having to use OpenGL for presentation)
  • +
  • Add current render mode to the status bar (OpenGL or Vulkan)
  • +
  • Add information regarding the On-Screen display to the OSD tab of the settings dialog (the OSD will only work with OpenGL video plugins)
  • +
  • Improve build process by building with LTO and stripping release binaries
  • +
  • Update mupen64plus-video-parallel
  • +
+
+

Changes:

diff --git a/VERSION b/VERSION index a423f7f0..9a48aad9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.4.5 +v0.4.6