From 20140350bc712638ef29f330b897bfab01fdf87cc087860d80051256c8107bb5 Mon Sep 17 00:00:00 2001 From: Yunhe Guo Date: Sun, 6 Nov 2022 12:06:41 +0000 Subject: [PATCH] - Update to version 1.12.0 * CONFIG/CLI: Allow use of --appendconfig with override cfgs instead of getting ignored * CONFIG/LOGGING: No more console startup logging if logging to file * CONFIG: Saves config on exit only once instead of (worst case scenario) 3 times * DATABASE/EXPLORE/VIEW: Add View feature - Add saving of a filter set in the Explore menu into a so called "View" file which then gets listed alongside playlists. This also adds the ability to filter a category by range in the Explore menu and not just filter on exact matches. * FILEBROWSER: Fix regression - certain extensions keep disappearing * IOS: New modern iOS version (targeting iOS 13 and up), leverages Swift * IOS: Fixes to iOS toolbar * IOS16: Add iOS 16 lock screen widget * IOS13+: Added emulator keyboard * IOS13+: Add JIT support for non-jailbroken devices * IOS13+: Added support for touch mouse handler * IOS13+: Changed click-and-drag behavior to double tap hold and drag * INPUT/HAPTIC/OVERLAYS/ANDROID: Improve haptic feedback for input overlays * LINUX/MALI FBDEV: Add conditional support for OpenGL ES 3.x * LOCALIZATION: Updates * LOCALIZATION/ENGLISH: Add British English language option * LOGGING/QT: Increase log buffer to 2048 characters - Vulkan validation layer messages output correctly now. * MENU/XMB: Remember selection per main tabs. Addresses the following : collection playlists can contain hundreds or thousands of items. When scrolling through one, pressing left or right by accident can be common. This resets the playlist to the top * MIST/STEAM/STEAMDECK: Don't expose Black Frame Insertion (BFI) if we are running on a Steam Deck * NETWORKING/WINDOWS: Disable poll support for MSVC 2010 and earlier. WSAPoll is not supported on Windows XP and earlier. * NETWORKING/WIIU: Fix socket_connect_with_timeout for WIIU * NETWORKING/WIIU: Fixes RetroAchievements login * NETWORKING/WIIU: Fixes other online updater functionality * SAVESTATES/NOTIFICATIONS: Add delay to savestate notifications, so that GPU savestate screenshots stay untouched * SAVESTATES/SCREENSHOTS: Avoid 'video_gpu_screenshot' with savestates. Allow GPU screenshots with savestates only when there is no other way of getting a screenshot. * SCREENSHOTS/VULKAN: Unload screenshot widget texture early. Fixes Vulkan crash when closing content while a screenshot widget is still on-screen * SCREENSHOTS/VULKAN: Fix screenshot widget crash when ticker animating * WAYLAND: Set correct app ID OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=67 --- _service | 2 +- retroarch.changes | 36 ++++++++++++++++++++++++++++++++++++ retroarch.spec | 2 +- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/_service b/_service index 75dfaf9..8eaa0ad 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ retroarch @PARENT_TAG@ v(.*) - v1.10.3 + v1.12.0 media/icons ps2 uwp diff --git a/retroarch.changes b/retroarch.changes index 3673568..691b025 100644 --- a/retroarch.changes +++ b/retroarch.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Sun Nov 6 11:56:22 UTC 2022 - Yunhe Guo + +- Update to version 1.12.0 + * CONFIG/CLI: Allow use of --appendconfig with override cfgs instead of getting ignored + * CONFIG/LOGGING: No more console startup logging if logging to file + * CONFIG: Saves config on exit only once instead of (worst case scenario) 3 times + * DATABASE/EXPLORE/VIEW: Add View feature - Add saving of a filter set in the Explore menu into a so called "View" file which then gets listed alongside playlists. This also adds the ability to filter a category by range in the Explore menu and not just filter on exact matches. + * FILEBROWSER: Fix regression - certain extensions keep disappearing + * IOS: New modern iOS version (targeting iOS 13 and up), leverages Swift + * IOS: Fixes to iOS toolbar + * IOS16: Add iOS 16 lock screen widget + * IOS13+: Added emulator keyboard + * IOS13+: Add JIT support for non-jailbroken devices + * IOS13+: Added support for touch mouse handler + * IOS13+: Changed click-and-drag behavior to double tap hold and drag + * INPUT/HAPTIC/OVERLAYS/ANDROID: Improve haptic feedback for input overlays + * LINUX/MALI FBDEV: Add conditional support for OpenGL ES 3.x + * LOCALIZATION: Updates + * LOCALIZATION/ENGLISH: Add British English language option + * LOGGING/QT: Increase log buffer to 2048 characters - Vulkan validation layer + messages output correctly now. + * MENU/XMB: Remember selection per main tabs. Addresses the following : collection playlists can contain hundreds or thousands of items. When scrolling through one, pressing left or right by accident can be common. This resets the playlist to the top + * MIST/STEAM/STEAMDECK: Don't expose Black Frame Insertion (BFI) if we are running on a Steam Deck + * NETWORKING/WINDOWS: Disable poll support for MSVC 2010 and earlier. WSAPoll is not supported on Windows XP and earlier. + * NETWORKING/WIIU: Fix socket_connect_with_timeout for WIIU + * NETWORKING/WIIU: Fixes RetroAchievements login + * NETWORKING/WIIU: Fixes other online updater functionality + * SAVESTATES/NOTIFICATIONS: Add delay to savestate notifications, so that GPU savestate screenshots stay untouched + * SAVESTATES/SCREENSHOTS: Avoid 'video_gpu_screenshot' with savestates. Allow GPU screenshots with savestates only when there is no other way of getting a screenshot. + * SCREENSHOTS/VULKAN: Unload screenshot widget texture early. Fixes Vulkan crash when closing content while a screenshot widget is still on-screen + * SCREENSHOTS/VULKAN: Fix screenshot widget crash when ticker animating + * WAYLAND: Set correct app ID + * WIIU: Add some missing default directories + * WIIU: Get mkdir working on WiiU (directory creation) + ------------------------------------------------------------------- Thu Apr 21 15:00:07 UTC 2022 - Yunhe Guo diff --git a/retroarch.spec b/retroarch.spec index 7508917..4c57cda 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -17,7 +17,7 @@ Name: retroarch -Version: 1.10.3 +Version: 1.12.0 Release: 0 Summary: Emulator frontend License: GPL-3.0-only