You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,12 @@
2
2
3
3
## [Unreleased]
4
4
5
+
- Fixed detection deletion removing only one copy of a recording's media when duplicates existed under different naming eras (source-ID transition, legacy colon pattern); the surviving copy was orphaned on disk forever. Deletion now removes every variant it finds
5
6
- Fixed detection deletion responses reporting the generated filename instead of the legacy media file actually removed
6
7
- Fixed automatic storage cleanup skipping audio and spectrogram files created during the source-ID filename transition, allowing upgraded stations to reclaim those legacy recordings
7
8
- Improved native updates on Raspberry Pis by stabilizing Docker base layers between releases and removing the backend compiler toolchain from the runtime image, reducing both routine downloads and slow SD-card extraction
9
+
- Improved update download size again: bundled model files (V2.4 model, species table, eBird codes) now live in their own cached image layers instead of re-downloading with every release, shrinking a routine update's backend download from ~55MB to a few megabytes
10
+
- Changed the offline timezone lookup (used when saving a station location) to a much smaller library, trimming ~55MB from the backend image and removing the last need for a compiler during image builds
8
11
- Fixed failed update checks exposing the exact installed commit to anonymous visitors through detailed GitHub error URLs; diagnostics remain available to signed-in owners and in logs
9
12
- Fixed authentication and settings temporary files being readable by other local users while sensitive content was still being written; private files now start owner-only
10
13
- Fixed a password-change race that could leave previously issued audio links valid until the API service restarted
0 commit comments