From: Toni Wilen Date: Sun, 8 Oct 2023 16:03:37 +0000 (+0300) Subject: 5100b4 X-Git-Tag: 5.1.0~83 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=f4f75bcdb70efa51ce5719cf9013ab08f724b3b6;p=francis%2Fwinuae.git 5100b4 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index d243cf76..04cb08e9 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -20,12 +20,12 @@ #define LANG_DLL_FULL_VERSION_MATCH 1 #if WINUAEPUBLICBETA -#define WINUAEBETA _T("Beta 3") +#define WINUAEBETA _T("Beta 4") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2023, 10, 7) +#define WINUAEDATE MAKEBD(2023, 10, 8) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index c98a4561..8db3c1c7 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,13 @@ +Beta 4: + +- Exiting any GUI subwindow (hardfiles etc) was always cancelled, ignoring changes. (b3) +- Fixed DMS and other single disk image compressed disk image drag and drop. (b1) +- Add Harddrive still listed GPT drives if run without administrator privileges. (b1) +- D3D11 mode and different RTG/native/native interlaced D3D filter: filter was not always changed when mode was switched. (b1) +- GUI control tree view: don't jump to root node when there is no more child nodes (dpad right) + +Beta 3: - Blitter channel change when active emulation update. Fixes Jim Power cractro by Two Lives Crew. (Another TLC cracktro with similar blitter bug..) - AUDxPER=1 audio interrupt was unreliable. (AIBB sound effect hang)