release Woof! 8.1.0

This commit is contained in:
Fabian Greffrath 2021-11-26 08:18:06 +01:00
parent a23722bf4b
commit 9b1bb6ab29
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
# 3.12 is needed for modern FindPython.
cmake_minimum_required(VERSION 3.12)
project("Woof"
VERSION 8.0.0
VERSION 8.1.0
DESCRIPTION "Woof! is a continuation of Lee Killough's Doom source port MBF targeted at modern systems."
HOMEPAGE_URL "https://github.com/fabiangreffrath/woof"
LANGUAGES C)

View File

@ -247,6 +247,8 @@ Much like a native Windows build, you do not need to download any dependencies.
Major release, introducing OPL emulation, native MIDI support on Windows replacing midiproc and DSDHacked aka. unlimited everything.
* 8.0.0 (Nov 18, 2021)
Major release, introducing multiple key and button bindings for all actions and modern gamepad support, a time/status widget above the status bar, support for the Chex Quest IWAD, exclusive fullscreen and ENDOOM support.
* 8.1.0 (Nov 26, 2021)
Minor release, adding support for any map between 00 and 99 and fixing the lost soul bounce fix for demo compatibility.
# Contact