diff options
| author | Lena <lena@omega> | 2026-08-23 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-08-23 00:00:00 +0000 |
| commit | 4bc9e8522099deaa3de25d4cb6fb721dc9f42878 (patch) | |
| tree | 95c3f5f2bc5428085f10f3561e321f38081ecc60 | |
| parent | 780d3167a427d6964806694ef5282be0c6f4cd33 (diff) | |
| download | rsend-0.2.1.tar.gz | |
Advance the version once from the released 0.2.0 base and publish the
matching changelog. No transfer, protocol or storage behaviour changed,
so the store description stands.
The dashboard screenshot prints BuildConfig.VERSION_NAME, so it is the
one store image a version bump invalidates. Recaptured on the same
1080x2400 profile with the same demo state.
| -rw-r--r-- | app/build.gradle | 4 | ||||
| -rw-r--r-- | fastlane/metadata/android/en-US/changelogs/6.txt | 5 | ||||
| -rw-r--r-- | fastlane/metadata/android/en-US/images/phoneScreenshots/1.png | bin | 156595 -> 142059 bytes | |||
| -rw-r--r-- | versions | 4 |
4 files changed, 9 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle index 17768b0..0945bc9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'invalid.lena.rsend' minSdk 30 targetSdk 35 - versionCode 5 - versionName '0.2.0' + versionCode 6 + versionName '0.2.1' // Ship only the ABIs the native build scripts produce (ABIS in versions). ndk { abiFilters 'arm64-v8a', 'x86_64' } } diff --git a/fastlane/metadata/android/en-US/changelogs/6.txt b/fastlane/metadata/android/en-US/changelogs/6.txt new file mode 100644 index 0000000..a2cc015 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/6.txt @@ -0,0 +1,5 @@ +Fixes: adding the first folder or removing the last one now updates the +schedule immediately, the dashboard no longer stalls while it reads its +state, the folder picker keeps its place when the screen rotates, and a +configuration over rsend's limits is reported instead of crashing the +editor. No change to how files are transferred. diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png Binary files differindex 293a40f..db1e5fb 100644 --- a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png +++ b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png @@ -5,8 +5,8 @@ # App release identity. Bump both together; the release's changelog file is # fastlane/metadata/android/en-US/changelogs/${APP_VERSION_CODE}.txt. -APP_VERSION=0.2.0 -APP_VERSION_CODE=5 +APP_VERSION=0.2.1 +APP_VERSION_CODE=6 # Native rsync, built from source via the Android NDK. The tarball sha256 lives # in rsync/rsync-${RSYNC_VERSION}.tar.gz.sha256, which the build verifies. |