Skip to content

Commit

Permalink
Version 7.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotl committed Nov 4, 2023
1 parent 77a6000 commit e8cbca9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions Common/Distribution/LK8000/_System/CREDITS.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ Menu - Info 2/2 - INFO button
There are several pages that you can scroll using Next and Prev buttons.
Please ADVANCE TO THE NEXT PAGE to start reading about changes and enhancements.

[version 7.4.8]
* fix :
- Fix topology polygon drawing (#1628)
- Don't reset TimeGates setting on task clear
- Allow to disable audio vario without restarting
- Fix task covered calculation
- Fanet Driver : fix device name charset
- Remove obsolete Conical turnpoint type
- Android 14 compatibility
- Wifi On/Off support on newer kobo models
* new :
- Android USB : add SoftRF Ham and Midi
- Generic Autopilot output driver
- Air Control Display ACD-57 driver

[version 7.4.6]
* fix :
- segfault at shutdown on kobo.
Expand Down
2 changes: 1 addition & 1 deletion Common/Header/Defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

#define LKFORK "LK8000"
#define LKVERSION "7"
#define LKRELEASE "4.7"
#define LKRELEASE "4.8"

#define LKDATADIR "LK8000"
#define LKPROFILE "DEFAULT_PROFILE.prf"
Expand Down
4 changes: 2 additions & 2 deletions android-studio/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "org.lk8000"
minSdkVersion 21 // Lollipop
targetSdkVersion 34
versionCode 107
versionName "7.4.7"
versionCode 108
versionName "7.4.8"
setProperty("archivesBaseName", "LK8000-$versionName")
// Required when setting minSdkVersion to 20 or lower
multiDexEnabled true
Expand Down

0 comments on commit e8cbca9

Please sign in to comment.