Skip to content

Commit

Permalink
Add info about d3d11 to changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalh committed Sep 1, 2024
1 parent ca480ed commit a85a651
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common/include/common/version/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
// Variables to be modified during the release process
#define PRODUCT_NAME "Dash Faction"
#define VERSION_MAJOR 1
#define VERSION_MINOR 8
#define VERSION_PATCH 1
#define VERSION_MINOR 9
#define VERSION_PATCH 0
#define VERSION_TYPE VERSION_TYPE_DEV
#define VERSION_TYPE_REVISION 1

Expand Down
4 changes: 3 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Dash Faction Changelog
======================

Version 1.8.1 (not released yet)
Version 1.9.0 (not released yet)
--------------------------------
- Added experimental D3D11 renderer
- Added option to switch between D3D8, D3D9 and D3D11 renderer
- Fix possible crash when alt-tabbing in fullscreen mode before game is fully initialized
- Simplify installation detection in setup and launcher
- Fix writing corrupted save files when autosaving some levels
Expand Down

0 comments on commit a85a651

Please sign in to comment.