Skip to content

Commit

Permalink
release Woof! 11.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed May 23, 2023
1 parent f6e3c01 commit 626e562
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
**New Features and Improvements**
* winmidi: Sync with Chocolate Doom (@ceski-1).
* woofhud: implement centered widgets, avoid collisions with left/right aligned widgets.

**Bug Fixes**
* Fix setting EOF in memio, this bug broke most DEH lumps.
* Do not disable Widescreen menu item without Aspect Ratio Correction anymore (thanks @MrAlaux).
* Set display resolution when toggling Exclusive Fullscreen.
* memio: init reset_eof field.
* fix automap overlay reset.
* fix DSDHacked crash.
* winmidi: prevent hanging notes when pausing game (@ceski-1).
* woofhud: avoid collisions between very long left/right aligned widgets.
* make cheat restrictions consistent for menu and player input.

Thanks @MrAlaux for reporting most of these bugs!
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(X_VCPKG_APPLOCAL_DEPS_INSTALL ON)
cmake_minimum_required(VERSION 3.9)

project("Woof"
VERSION 11.1.1
VERSION 11.1.2
LANGUAGES C)

set(CMAKE_C_STANDARD 99)
Expand Down

0 comments on commit 626e562

Please sign in to comment.