Skip to content

Commit 0c5d369

Browse files
committed
v4.2.0 - CAT control, HamLib commands, performance tweaks
1 parent a94f958 commit 0c5d369

4 files changed

Lines changed: 19 additions & 8 deletions

File tree

core/presentation/src/main/res/values/strings.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@
4848
\n\nPlease update the database at least weekly to get accurate predictions.</string>
4949
<string name="pass_whatsnew_title" translatable="false">What\'s new in Look4Sat</string>
5050
<string name="pass_whatsnew_message" translatable="false">
51-
* Londre7 fixed the track path creation issue for split screen
52-
as well as enabled the compass data usage for landscape orientation
51+
* Switched to short-form commands in NetworkReporter, by theojalba
52+
\n* Added CAT radio control for full-duplex SAT operation, by jcmerg
53+
\n* Added normalized time for passes AOS/LOS, fixed refresh state bug
54+
\n* Added multiple performance tweaks, improved passes calculation
55+
\n* Fixed UTC pass time problem mentioned in issue #201
5356
</string>
5457

5558
<!-- Radar screen -->
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
* Fixed track path creation issue for split screens (#199) by londre7
2-
* Enabled using compass data for landscape orientation (#202) by londre7
1+
* Switched to short-form commands in NetworkReporter (#206) by theojalba
2+
* Added CAT radio control for full-duplex SAT operation (#207) by jcmerg
3+
* Added normalized time for passes AOS/LOS, fixed refresh state bug
4+
* Added multiple performance tweaks, improved passes calculation
5+
* Simplified data output code, aligned with HamLib defaults
6+
* Fixed UTC pass time problem mentioned in issue #201
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
* Fixed track path creation issue for split screens (#199) by londre7
2-
* Enabled using compass data for landscape orientation (#202) by londre7
1+
* Switched to short-form commands in NetworkReporter (#206) by theojalba
2+
* Added CAT radio control for full-duplex SAT operation (#207) by jcmerg
3+
* Added normalized time for passes AOS/LOS, fixed refresh state bug
4+
* Added multiple performance tweaks, improved passes calculation
5+
* Simplified data output code, aligned with HamLib defaults
6+
* Fixed UTC pass time problem mentioned in issue #201

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22
#noinspection UnusedVersionCatalogEntry
3-
appVersionCode = "411"
3+
appVersionCode = "420"
44
#noinspection UnusedVersionCatalogEntry
5-
appVersionName = "4.1.1"
5+
appVersionName = "4.2.0"
66
#noinspection UnusedVersionCatalogEntry
77
compileSdk = "36"
88
#noinspection UnusedVersionCatalogEntry

0 commit comments

Comments
 (0)