Skip to content

Commit

Permalink
Updated version to v1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
simonowen committed Apr 7, 2022
1 parent 5cc7ab6 commit a9e25d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
12 changes: 12 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit a9e25d8

Please sign in to comment.