From: Toni Wilen Date: Fri, 13 Oct 2023 17:34:56 +0000 (+0300) Subject: 5100b5 X-Git-Tag: 5.1.0~78 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=1b00bba9c649b2a5f134a4423f79e770473339d8;p=francis%2Fwinuae.git 5100b5 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index 04cb08e9..10929447 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 4") +#define WINUAEBETA _T("Beta 5") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2023, 10, 8) +#define WINUAEDATE MAKEBD(2023, 10, 13) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 8db3c1c7..6ab71fb1 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,10 @@ +Beta 5: + +- Screen mode switch (for example native<>RTG) could have caused blank screen, especially in D3D9 mode, if old and new mode had identical size. (b1) +- Restoring statefile without FPU when configuration with FPU was active: FPU was not disabled. +- Fixed random flickering last line in non-interlaced fields/fields+ modes. + Beta 4: - Exiting any GUI subwindow (hardfiles etc) was always cancelled, ignoring changes. (b3)