release Woof! 10.0.3

This commit is contained in:
Fabian Greffrath 2022-06-24 07:53:31 +02:00
parent a075557421
commit cc85b9aa63
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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.