Skip to content

Commit 51bad8f

Browse files
committed
Tag 1.9.0
1 parent f95ce59 commit 51bad8f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.10)
22

33
# meta
4-
project(qnetwalk VERSION 1.8.0 LANGUAGES CXX)
4+
project(qnetwalk VERSION 1.9.0 LANGUAGES CXX)
55
include(GNUInstallDirs)
66

77
# options

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2023-02-22 - QNetWalk 1.9.0 released
2+
* Switched sound effects from SDL2_mixer to Qt multimedia.
3+
* Optionized sound and NLS support.
4+
* Fixed problems with playback of short sound effects.
5+
16
## 2023-02-22 - QNetWalk 1.8.0 released
27
* Added Bengali translation (@SoGreatAndPowerful).
38
* Added Qt6 support, enabled by default.

0 commit comments

Comments
 (0)