From 6578dc47a7d1f7946528e9540d9cfa2e9a5d88d2 Mon Sep 17 00:00:00 2001 From: Lena Date: Sun, 16 Aug 2026 00:00:00 +0000 Subject: app: release 0.2.0 Document the multi-remote release, publish matching store metadata, and advance the version once from the released 0.1.3 base. --- fastlane/metadata/android/en-US/changelogs/5.txt | 6 ++++++ .../metadata/android/en-US/full_description.txt | 9 +++++---- .../android/en-US/images/phoneScreenshots/1.png | Bin 158231 -> 156595 bytes .../android/en-US/images/phoneScreenshots/2.png | Bin 70395 -> 167742 bytes .../android/en-US/images/phoneScreenshots/3.png | Bin 85264 -> 84590 bytes .../android/en-US/images/phoneScreenshots/4.png | Bin 110091 -> 122571 bytes .../android/en-US/images/phoneScreenshots/5.png | Bin 0 -> 84384 bytes .../metadata/android/en-US/short_description.txt | 2 +- 8 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/5.txt create mode 100644 fastlane/metadata/android/en-US/images/phoneScreenshots/5.png (limited to 'fastlane') diff --git a/fastlane/metadata/android/en-US/changelogs/5.txt b/fastlane/metadata/android/en-US/changelogs/5.txt new file mode 100644 index 0000000..3ad2f4b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/5.txt @@ -0,0 +1,6 @@ +Adds multiple named remotes. Each folder selects its server, and an +unreachable host no longer blocks the others. Transfers resume safely, +SSH host keys are pinned, and 0.1.x settings retain every safe entry. +Mirror deletions run only after transfer and are reported. Scheduling +survives reboots without duplicate jobs. Includes rsync 3.5.0 security +fixes and 16 KB page-size support. diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 95d8690..5197a78 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,6 +1,6 @@ Pushes configured phone folders (DCIM, WhatsApp media, call recordings, and -so on) to a home SSH host using rsync over SSH. One-way push only, on an -unmetered network by default, periodic or on demand. +so on) to one or more home SSH hosts using rsync over SSH. One-way push +only, on an unmetered network by default, periodic or on demand. rsync and the SSH transport are built from source and shipped inside the APK. The app needs all-files access to read arbitrary backup folders such as OEM @@ -8,7 +8,8 @@ call-recording directories. Features: -* Incremental transfers; large videos resume (rsync --partial). +* Multiple named remotes; each folder picks its destination host. +* Incremental transfers; large videos resume from a private partial directory. * Per-folder deletion policy: additive backup or mirror. * Runs on an unmetered network, periodically or on demand. -* ed25519 key auth with strict, pinned host-key verification. +* Ed25519 client-key auth with strict, pinned host-key verification. diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png index 8a42552..293a40f 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png index a882b86..d7085c0 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png index d9aafd8..0a8a954 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png index d77c244..8eda900 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png new file mode 100644 index 0000000..c984306 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png differ diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt index b18f43a..5fdced6 100644 --- a/fastlane/metadata/android/en-US/short_description.txt +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -1 +1 @@ -Push phone folders to a home SSH host with rsync over SSH +Push phone folders to home SSH hosts with rsync over SSH -- cgit v1.2.3