Skip to content

Commit

Permalink
Updated version to v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
simonowen committed Nov 6, 2021
1 parent caff9e4 commit 44c12a3
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 7)
set(PATCH_VERSION 8)

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.8 (2021-11-06)
- improved HALT implementation to better match real Z80
- improved behaviour of multiple breakpoints at same location (#70)
- added clipboard support for built-in GUI text inputs (#71)
- added basic session command history to debugger

## Version 1.2.7 (2021-10-20)
- fixed ATA IDENTIFY command returning too much data (#65)
- fixed command-line disk images not auto-booting (#69)
Expand Down

0 comments on commit 44c12a3

Please sign in to comment.