Skip to content

Releases: ribbons/TaskerRsync

Rsync for Tasker 0.15

23 Feb 20:15
Compare
Choose a tag to compare
  • Stopped requiring a private key for the rsync action when src and dest are both local paths.
  • Updated bundled rsync binary to 3.4.1.
  • Updated dependencies.

Rsync for Tasker 0.14

26 Nov 20:55
Compare
Choose a tag to compare
  • Updated bundled Dropbear binaries to 2024.86.
  • Increased minSdk from 19 to 21 as the latest Jetpack libraries and NDK r26 require this. Unfortunately this means that the app now only runs on Android 5.0 and above.
  • Updated dependencies.

Rsync for Tasker 0.13

18 May 16:14
Compare
Choose a tag to compare
  • Return a clear error message when a file access permission needs to be granted to the app to allow rsync to read or write a given path.
  • Re-title and add some details after the update check toggle in both the Dropbear and rsync actions for clarity.
  • Default the update check toggle to off if the app was installed from a store (as the store is likely to manage updates itself).
  • Explain the reasons for all requested app permissions in both the readme and project homepage.
  • Updated bundled Dropbear binaries to 2024.85.
  • Updated bundled rsync binary to 3.3.0.
  • Updated dependencies.

Rsync for Tasker 0.12

03 Mar 20:20
Compare
Choose a tag to compare
  • Return errors from actions instead of throwing exceptions for 'expected' problems.
  • Removed timeout option from dbclient action and automatically set timeout 1 second before the action timeout in Tasker.
  • Added automatic timeout functionality to the rsync action too.
  • Added a message to the returned error when the dbclient or rsync actions reach their timeout.
  • Updated targetSdk to 34 (Android 14).
  • Updated dependencies.

Rsync for Tasker 0.11

14 Jun 18:58
Compare
Choose a tag to compare
  • Add a timeout option to the dbclient action (to allow easier debugging for some types of issue).
  • Correct the update screen title shown once the app is updated.
  • Updated dependencies.

Rsync for Tasker 0.10

31 Dec 14:26
Compare
Choose a tag to compare
  • Improved the update screen to display correct content once the app has updated.
  • Made background check for updates optional.
  • Updated targetSdk to 33 (Android 13).
  • Added notification permission request on Android 13 devices (when leaving config screens) if update check is enabled.
  • Corrected the notification icon (and colour) used when plugin actions are running.
  • Updated bundled Dropbear binaries to 2022.83.
  • Updated bundled rsync binary to 3.2.7.
  • Updated dependencies.

Rsync for Tasker 0.9

05 Oct 18:46
Compare
Choose a tag to compare
  • Switched dbclient & rsync config inputs to use fixed width fonts.
  • Updated bundled rsync binary to 3.2.6.
  • Updated dependencies.

Rsync for Tasker 0.8

12 Sep 15:25
Compare
Choose a tag to compare
  • Enabled specifying known SSH host keys for remote connections.
  • Updated bundled rsync binary to 3.2.5.
  • Updated targetSdk to 32 (Android 12L).
  • Updated dependencies.

Rsync for Tasker 0.7

25 Jun 20:08
Compare
Choose a tag to compare
  • Added an automatic update check which shows a notification to download and install the update.
  • Updated dependencies.

Rsync for Tasker 0.6

29 Apr 20:26
Compare
Choose a tag to compare
  • Fix 'There was a problem while parsing the package' when attempting to install on Android 11 and above.
  • Updated bundled rsync binary to 3.2.4.
  • Updated dependencies.