Skip to content

Commit

Permalink
Updated version to v1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
simonowen committed Mar 12, 2022
1 parent 0d56ea9 commit 41c7ce1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(PROJECT_TITLE SimCoupe)

set(MAJOR_VERSION 1)
set(MINOR_VERSION 2)
set(PATCH_VERSION 8)
set(PATCH_VERSION 9)

if (CMAKE_TOOLCHAIN_FILE)
message(STATUS "Using toolchain file: ${CMAKE_TOOLCHAIN_FILE}")
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# SimCoupe ChangeLog

## Version 1.2.9 (2022-03-12)
- fixed read port MSB in block IN instructions (#75)
- fixed utf-8 path issues under Windows (#74)
- added additional Win-F11 shortcut for SAM F1 (#73)
- Win32 help now opens Manual.md instead of ReadMe.md

## Version 1.2.8 (2021-11-06)
- improved HALT implementation to better match real Z80
- improved behaviour of multiple breakpoints at same location (#70)
Expand Down

0 comments on commit 41c7ce1

Please sign in to comment.