Skip to content

Commit

Permalink
Updated version to v1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
simonowen committed May 4, 2022
1 parent e7f8524 commit dfefee0
Show file tree
Hide file tree
Showing 2 changed files with 8 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 10)
set(PATCH_VERSION 11)

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

## Version 1.2.11 (2022-05-04)
- fixed main screen contention offset.
- improved OpenGL 3 compatibility on macOS.
- added LPEN b0 support in screen modes 1-3.
- added WARP driver fallback for running in Windows VMs.
- added basic motion blur support to SDL backend.

## Version 1.2.10 (2022-04-07)
- fixed clipboard paste not working on boot screen.
- fixed broken Windows shell path auto-complete.
Expand Down

0 comments on commit dfefee0

Please sign in to comment.