From 907d2c41e543c810c2523bd3cd1f4e9947667b36 Mon Sep 17 00:00:00 2001 From: mendhak Date: Mon, 1 Apr 2024 20:33:14 +0100 Subject: [PATCH] Changelog for file upload broadcasts --- fastlane/metadata/android/en-US/changelogs/131.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fastlane/metadata/android/en-US/changelogs/131.txt b/fastlane/metadata/android/en-US/changelogs/131.txt index b0f3f9355..e597c865f 100644 --- a/fastlane/metadata/android/en-US/changelogs/131.txt +++ b/fastlane/metadata/android/en-US/changelogs/131.txt @@ -1,3 +1,4 @@ * OpenStreetMap option to enable or disable being prompted before logging starts -* Internal change, switching to Android WorkManager for sending and logging tasks. -* Clarified autosend description, that a dynamic file name change also results in the file being sent. \ No newline at end of file +* Internal change, switching to Android WorkManager for sending and logging tasks. Should be more reliable. +* Experimental - broadcast is sent when file upload completed, useful for automation to clean up files. +* Clarified autosend description, that a dynamic file name change also results in the file being sent.