]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
5100b4
authorToni Wilen <twilen@winuae.net>
Sun, 8 Oct 2023 16:03:37 +0000 (19:03 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 8 Oct 2023 16:03:37 +0000 (19:03 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index d243cf7608203749b4aa3f70000c59c46215f0b6..04cb08e982a90f6da5aa21a21c70f9a7c256b93a 100644 (file)
 #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")
index c98a45613b2399a20414365d4ac99cc09b82645b..8db3c1c72243a53e2577ab141f7c5fbb17380f16 100644 (file)
@@ -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)