From 2d12f0ed89cb24df4bd6d2a264dea9e038dc37a0 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Thu, 12 Jul 2018 22:20:29 +0300 Subject: [PATCH] 4010b5 --- od-win32/win32.h | 4 ++-- od-win32/winuaechangelog.txt | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/od-win32/win32.h b/od-win32/win32.h index e3d0ab6f..251b9497 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("4") +#define WINUAEBETA _T("5") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2018, 7, 10) +#define WINUAEDATE MAKEBD(2018, 7, 12) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 2c57e14a..6d8f037a 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,14 @@ +Beta 5: + +- input.keyboard_type was always read as Amiga keyboard. If PC layout was set as default, keyboard layout was read incorrectly from config file. +- Amiga reset during RTG rendering in RTG multithread mode could have caused a crash. +- Modified Filesys path in hardfile dialog was not saved if dialog was exited with return key. +- Don't attempt to resolve symbolic links or shortcuts when saving config file paths. (b4) +- Only attempt to resolve symbolic links when directory filesystem accesses it (to simulate Amiga side link), not when opening disk images, hardfiles etc.. +- Fixed clipboard sharing (b1 update broke it) +- Delay clipboard data transfer when screen mode changes to prevent situation where mode changed because of program taking over the system. (Emulator can't easily detect between all kinds of Amiga-side triggered native<>RTG mode changes or if it is user switching modes/alt-tabbing which triggers clipboard data transfer check) +- Added Harddrives and Disk Swapper drag'n'drop workaround that fixes corrupted graphics during drag operation. (ListView_CreateDragImage seems to been broken since Vista or so..) Beta 4: -- 2.47.3