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 528da4d commit 3cbfb85Copy full SHA for 3cbfb85
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.34.6] - 2025-08-07
4
+
5
+### Fixed
6
7
+- Fixed error where many data connections appear twice in the data connection dialog.
8
9
10
## [2.34.5] - 2025-08-05
11
12
### Changed
CMakeLists.txt
@@ -14,7 +14,7 @@ option(QTDEPLOY "Generate and run Qt deployment scripts" OFF)
14
# Project data
15
#
16
17
-project(enroute VERSION 2.34.5)
+project(enroute VERSION 2.34.6)
18
set(APP_ID de.akaflieg_freiburg.enroute)
19
set(DISPLAY_NAME "Enroute")
20
math(EXPR PROJECT_VERSION_CODE 10000*${PROJECT_VERSION_MAJOR}+100*${PROJECT_VERSION_MINOR}+${PROJECT_VERSION_PATCH})
0 commit comments