release: 0.51.1 — shell-safe names, re-download title refresh, GC orphan sweep

This commit is contained in:
2026-07-22 03:18:36 +02:00
parent fa35925cc6
commit 56111ceadf
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
0.51.0
0.51.1
+10
View File
@@ -14,6 +14,16 @@ export interface ReleaseEntry {
}
export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.51.1",
date: "2026-07-22",
summary: "Follow-ups to the downloads update: cleaner titles and file names on re-download.",
fixes: [
"Re-downloading an item now also refreshes its title and saved file name — the “1.6M views · … |” social clutter that stuck to older downloads is cleared on re-download (both on the card and in the saved file name).",
"Downloaded file and folder names now contain only safe characters — no “!”, brackets, or other shell-unpleasant punctuation.",
"The app now cleans up after itself: stale leftover folders and images from a previous naming scheme (e.g. an old accented folder left behind by a re-download) are removed automatically.",
],
},
{
version: "0.51.0",
date: "2026-07-22",