v1.3.57 versioning and release notes.

This commit is contained in:
Robin Davies
2024-10-13 22:08:52 -04:00
parent a0df6b774e
commit 7b0917104d
2 changed files with 28 additions and 1 deletions
+27
View File
@@ -1,5 +1,32 @@
# Release Notes
## PiPedal 1.3.57 Release
Features:
- dB readings displayed as text under the main VUs.
- Snapshot button text now gets larger up on large screens.
- Selection indicators on Snapshot buttons are more visible.
Bug fixes:
- Setting Dark Mode to follow system settings now tracks properly on the Android PiPedal Remote app.
- No longer crashes when using an audio adapter with mono input.
- Reload after a being suspended in the Android Client in order to ensure that controls and VUs continue to update. Not ideal, but when Android suspends a web app, web socket messages get silently discarded, so there's not much choice about it.
- GxTuner display now updates.
- Correct Esc and Enter key handling in search control of the Load Plugin dialog.
- Android remote: can connect when both Data connection and Hotspot connection are active.
- Stack dumps get written to systemd log on segment violations, to assist in field diagnostics.
Known issues:
- To get the Android client to correctly follow system Dark Mode settings, you must update the Android app. You can work around the problem by explicitly selecting Light or Dark mode instead.
- To get the Android client to connect when both the hot-spot and data connections are active, you must update the Android app. In the meantime, you can work around the problem by going to Android Network Settings, and clicking to disconnect and then reconnect the hot-spot connection (which will disable the data connection).
The updated Android app has been submitted, and should show up on Google Play sometime tomorrow morning.
## PiPedal 1.3.56 Release
More snapshot problems.