#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")
\r
+Beta 5:\r
+\r
+- input.keyboard_type was always read as Amiga keyboard. If PC layout was set as default, keyboard layout was read incorrectly from config file.\r
+- Amiga reset during RTG rendering in RTG multithread mode could have caused a crash.\r
+- Modified Filesys path in hardfile dialog was not saved if dialog was exited with return key.\r
+- Don't attempt to resolve symbolic links or shortcuts when saving config file paths. (b4)\r
+- Only attempt to resolve symbolic links when directory filesystem accesses it (to simulate Amiga side link), not when opening disk images, hardfiles etc..\r
+- Fixed clipboard sharing (b1 update broke it)\r
+- 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)\r
+- 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..)\r
\r
Beta 4:\r
\r