diff --git a/rootfs/usr/share/planefence/planefence.conf b/rootfs/usr/share/planefence/planefence.conf index e85944c..2ef788e 100644 --- a/rootfs/usr/share/planefence/planefence.conf +++ b/rootfs/usr/share/planefence/planefence.conf @@ -398,4 +398,4 @@ set +a # official version number is. If you fork this software, we'd appreciate if you add on to the version number rather than # replace the entire number. That way, it's easy to understand from which version you forked. For example, VERSION=3.11-myfork-1.0 - VERSION=5.26-release + VERSION=5.27-release diff --git a/rootfs/usr/share/planefence/planefence.sh b/rootfs/usr/share/planefence/planefence.sh index cd54977..8ebbd5d 100755 --- a/rootfs/usr/share/planefence/planefence.sh +++ b/rootfs/usr/share/planefence/planefence.sh @@ -995,7 +995,7 @@ EOF [[ "$PLANETWEET" != "" ]] && printf "
  • Get notified instantaneously of aircraft in range by following @%s on Twitter!\n" "$PLANETWEET" "$PLANETWEET" (( $(find "$TMPDIR"/noisecapt-spectro*.png -daystart -maxdepth 1 -mmin -1440 -print 2>/dev/null | wc -l ) > 0 )) && printf "
  • Click on the word "Spectrogram" to see the audio spectrogram of the noisiest period while the aircraft was in range\n" [[ "$PLANEALERT" == "ON" ]] && printf "
  • See a list of aircraft matching the station's Alert List here\n" - + printf "
  • A RSS feed of the aircraft detected with Planefence is available at planefence.rss\n" printf "
  • Press the header of any of the columns to sort by that column\n" printf "\n" } >> "$OUTFILEHTMTMP"