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 ed619ab commit 7df337aCopy full SHA for 7df337a
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.33.2)
+project(enroute VERSION 2.33.3)
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})
fastlane/metadata/android/en-US/233030.txt
@@ -0,0 +1,5 @@
1
+### Fixed
2
+- Fix problem with waypoint selection when no aviation data in installed. (#523)
3
+
4
+- Fix problem with CUP file import, where official files provided by
5
+ Austrocontrol could not be imported due to a problem with the parser (#522)
0 commit comments