Skip to content

Commit

Permalink
release Woof! 10.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Jun 24, 2022
1 parent a075557 commit cc85b9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
cmake_minimum_required(VERSION 3.6)

project("Woof"
VERSION 10.0.0
VERSION 10.0.3
LANGUAGES C)

# Set a default build type if none was specified
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,19 +121,19 @@ Much like a native Windows build, you do not need to download any dependencies.

A complete changelog can be found in the [Wiki](https://github.com/fabiangreffrath/woof/wiki/Changelog) or on the [Releases](https://github.com/fabiangreffrath/woof/releases) page.

## Woof! 10.0.1 is currently under development.
## Woof! 10.0.3 is released on Jun 24, 2022.

**New Features and Improvements**

* Two-colored HUD widgets (as in Crispy Doom).

**Bug Fixes**

* Fix complevel vanilla scrollers.
* Fix reload level during intermission.
* Check if the lump can be a Doom patch in `R_GenerateLookup()`.
* Fix `gcc-12 -O3` compiler warnings.
* Only create autoload subdirectory relative to `D_DoomPrefDir()`.
* Workaround for optimization bug in clang (taken from Eternity Engine, fixes
desync in competn/doom/fp2-3655.lmp and dmn01m909.lmp).

## Woof! 10.0.0 is released on Jun 17, 2022.

Expand Down

0 comments on commit cc85b9a

Please sign in to comment.