Tasker
Home
Direct Purchase
Download
TaskerNet
Home Automation
Usage Examples
Pre-made Projects
FAQs
Guides
Reviews
Wiki
Plugin List
Forum
Forum/Support
Legacy Forum
Userguide (5.0+)
Index: en es fr zh
1 Page: en
More
Join
AutoApps
Developers
History
Privacy Policy
Release Notes
Next Version
Feature Requests
Report Issues
Patreon

Release Notes

Release Video

v6.5.9 - 2025/05/27

Main Additions

  • Introducing the Tasker AI Generator, allowing you to automatically create projects, profiles, and tasks using natural language.
  • New Calendar capabilities with 7 new actions and a Calendar Changed event.
    • Calendar Actions Demo
    • Calendar Changed Event Demo
    • New actions in the Calendar category:
      • Get Calendar Events
      • Edit Calendar Event
      • Get Calendar Reminders
      • Edit Calendar Reminder
      • Get Calendar Attendees
      • Edit Calendar Attendee
      • Edit Calendar Via App (Open system calendar app on an event to edit it)
    • Features of the Get Calendar Events action:
      • Filter by Event ID, Number of Events, Title, and Description.
      • If start and end times are not specified, it automatically uses the current time as start and a year from now as end, allowing easy retrieval of the next event by setting Number of Events to 1.
      • Includes %ce_start_time_utc and %ce_end_time_utc variables for easier formatting.
  • Added Received Share event, allowing you to send shares into Tasker and handle them in any way you like.
    • Demo
    • Share Trigger system allows you to very easily direct your shares to the tasks you want
    • Share targets only appear for relevant shares. For example, if a share target expects a file and you're not sharing a file, that sharing target will not appear on the list, keeping the list to the bear minimum, for minimum confusion.
    • Handle shares by Package Name, Subject, Text, Files, Mime Type, Intent Action and Intent Categories
    • Automatically convert any received file paths to real file paths if possible.
  • Added Set Keyboard and Get Keyboard Info actions. Demo
  • Significant enhancements to Widget v2:
  • Added Optional Variable Prefix input field to all actions that have output variables, enabling easy creation of different sets of variables if the same action is called multiple times in a task. Demo
  • Added accessibility actions (cut, copy, clone, paste, paste below) in the Task Edit screen. Demo.

Other Additions

  • Added mimetype to the output of Get Files/Folders Properties action.
  • Added Location type in Pick Input Dialog and Project/Profile/Task variables.
  • Added Keyboard App type in Pick Input Dialog action.
  • Added %rae_remote_device_name() and %rae_remote_device_token() output variables in Remote Action Execution action.
  • Added %dt_millis_start_of_day and %dt_millis_end_of_day variables to Parse/Format DateTime action.
  • Added function to convert an URI to a real file path in the Tasker Function action.
  • Added Projects option in Test Tasker action.
  • Added long-click action to move profile or task to a project.

Changes

  • Updated German, Spanish, French, Japanese, Portuguese and Russian translations.
  • When importing, ignore args that have wrong types instead of skipping the action altogether.
  • Changed Write Binary action so it's more efficient in some situations.
  • Changed Copy File so that if you specify a Directory as the output, it'll try to automatically get the real file name of the file even if it's a content URI.
  • Changed main screen so you can't import profiles or tasks if Tasker is locked without inputting the password first.
  • Made RunLog ID column bigger so it correctly shows all action numbers.
  • Made total possible RunLog size bigger.
  • Updated Wifi Tether error message in some cases.
  • Moved the existing Calendar Insert action to the new Calendar category.
  • If there's a lock and you edit a task from the Running Tasks screen, don't ask for lock code again.
  • Updated layout of the screen where you configure a Widget v2's name.
  • Added the name of the task trying to run in the alert that shows when trying to run a task while Tasker is disabled.

Bugfixes

  • Fixed crash when using the Palette icon in the Multiple Variables Set action and the variables there are not colors.
  • Fixed JSON escaping when needed in the Arrays Merge action.
  • Fixed issue where Set Device Effects action would leave Tasker's mode active even if no effects were selected.
  • Fixed issue with getting multiple/single voice results in Get Voice action.
  • Fixed issue where browse icon would appear as color pallet icon sometimes in an action.
  • Fixed issue that would popup in errors when saving setup.
  • Fixed reading JSON arrays in some situations.
  • Fixed Arrays Merge action to correctly replace normal variables (not only the input arrays) in the Format field.
  • Fixed Input Dialog action not setting scoped variables.
  • Fixed HTTP Request action for some situations when the server takes a long time to respond.
  • Tried to fix some CannotDeliverBroadcastExceptions in some situations.
  • Fixed the language of the formatted dates in Parse/Format DateTime action in some situations.
  • Fixed HTTP Auth action when Tasker is the device's default browser.
  • Fixed Edit Task action so that automatically opening an action by label is not case-sensitive.
  • Fixed running some plugin actions in some situations.
  • Fixed some voices in Say Wavenet not working properly.
  • Fixed Take Screenshot and Screen Capture actions.
  • Fixed some potential issues when launching some plugins.
  • Fixed several issues with tasks sometimes not running in some situations.
  • Fixed error where images weren't loading in Widget v2 sometimes.
  • Fixed action Connect to Wifi in some circumstances.
  • Fixed restoring the keyboard after getting the clipboard or using the Keyboard action in some situations.
  • Fixed getting the app icon for apps don't have a launchable activity in some situations.
  • Fixed crashes in Remote Action Execution.
  • Fixed crashes (general).

Removed