Skip to content

Commit

Permalink
release Woof! 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Nov 26, 2021
1 parent a23722b commit 9b1bb6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9b1bb6a

Please sign in to comment.