From 626e5629bcab234edd5ee194adac363e0eda12d4 Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Tue, 23 May 2023 10:25:21 +0200 Subject: [PATCH] release Woof! 11.1.2 --- CHANGELOG.md | 13 +++++++++---- CMakeLists.txt | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f6384a8..b7ccbc7e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! diff --git a/CMakeLists.txt b/CMakeLists.txt index b82b6f0d6..e7337a2ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)