We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95ce59 commit 51bad8fCopy full SHA for 51bad8f
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.10)
2
3
# meta
4
-project(qnetwalk VERSION 1.8.0 LANGUAGES CXX)
+project(qnetwalk VERSION 1.9.0 LANGUAGES CXX)
5
include(GNUInstallDirs)
6
7
# options
ChangeLog.md
@@ -1,3 +1,8 @@
+## 2023-02-22 - QNetWalk 1.9.0 released
+ * Switched sound effects from SDL2_mixer to Qt multimedia.
+ * Optionized sound and NLS support.
+ * Fixed problems with playback of short sound effects.
+
## 2023-02-22 - QNetWalk 1.8.0 released
* Added Bengali translation (@SoGreatAndPowerful).
8
* Added Qt6 support, enabled by default.
0 commit comments