From a9e25d895393736a8a2a35beb866b76e53e0a543 Mon Sep 17 00:00:00 2001 From: Simon Owen Date: Thu, 7 Apr 2022 18:01:20 +0100 Subject: [PATCH] Updated version to v1.2.10 --- CMakeLists.txt | 2 +- ChangeLog.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 52b02c82..32dfb3d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(PROJECT_TITLE SimCoupe) set(MAJOR_VERSION 1) set(MINOR_VERSION 2) -set(PATCH_VERSION 9) +set(PATCH_VERSION 10) if (CMAKE_TOOLCHAIN_FILE) message(STATUS "Using toolchain file: ${CMAKE_TOOLCHAIN_FILE}") diff --git a/ChangeLog.md b/ChangeLog.md index 8356dc37..0ba6359d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,17 @@ # SimCoupe ChangeLog +## Version 1.2.10 (2022-04-07) +- fixed clipboard paste not working on boot screen. +- fixed broken Windows shell path auto-complete. +- fixed various issues affecting initial SDL window size +- improved portability of window position/size saving. +- improved validation of ZX82 ROM containers. +- moved samdos2 dosboot image to external resource file. +- added support for older SAM ROM images (#77) +- added manual play/pause to Win32 tape browser (#77) +- added missing tape auto-load triggers. +- added fast boot frame limit for broken or custom ROMs. + ## Version 1.2.9 (2022-03-12) - fixed read port MSB in block IN instructions (#75) - fixed utf-8 path issues under Windows (#74)