En febrero de este año, Taskerrecibió una importante actualizaciónen el canal beta (v5.12.3) que agregó la automatización del seguimiento del sueño a la aplicación. La función utilizóla API de sueñode Google para centralizar el procesamiento de detección del sueño de una manera que ahorre batería y ayudó a los usuarios a realizar un seguimiento fácil de su estado de sueño mediante la aplicación. La función ahora se está implementando en el canal estable y puedes probarla de inmediato.
La función Estado de sueñoya está disponibleen Tasker 5.12.18, que ha comenzado a implementarse para los usuarios a través de Google Play Store. Como se vio en la versión beta, la función puede ayudarte a monitorear fácilmente tu sueño usando las entradas de los sensores de luz y movimiento de tu teléfono. Mira el video adjunto a continuación para ver cómo puedes rastrear tus datos de sueño con la nueva función.
Junto con la nueva función de seguimiento del sueño, la última actualización de Tasker agrega un nuevo menú de Acciones favoritas que te permite agregar fácilmente tus acciones favoritas con un solo clic. La actualización también brinda compatibilidad con almacenamiento externo en dispositivos con Android 11 y versiones posteriores, funciones de matriz y mucho más. Consulta el registro de cambios completo de la última actualización de Tasker en la sección a continuación.
Registro de cambios de Tasker 5.12.18
- Principales adiciones:
- Se agregó estado de sueño: rastrea tu sueño con Tasker.
- Se agregó el evento "Dormir" para que puedas usar todos los eventos de sueño enviados por los Servicios de Google Play para que puedas registrarlos de alguna manera si lo deseas, o para otros usos en los que puedas necesitar todas las actualizaciones.
- Se agregó lectura nativa de JSON, HTML/XML y CSV con notación de puntos o corchetes.
- Al configurar una variable global que sea compatible con un tipo estructurado, Tasker le preguntará si desea habilitar la lectura fácil de la estructura para esa variable.
- Added "Parse/Format DateTime" action allowing to parse and format dates and times in all kinds of formats.
- Added Simple Matching/Regex action allowing you to easily match and extract data from any piece of text.
- Added "Arrays Merge" action: merge 2 or more arrays together into 1.
- Added a new "Tick" event which will automatically trigger a profile in a set interval. Intervals can be between 100 milliseconds and 2 minutes.
- When adding an action, if you search for a task name and select the "Perform Task" action, the task name will be automatically filled in.
- When adding an action, if you search for an Input Dialog type and select the "Pick Input Dialog" action, the dialog type will be automatically filled in.
- When adding an action, if you search for a specific Tasker Function name the "Tasker Function" action, the function will be automatically selected and set up.
- New setting in Project/Profile/Task variables that allows you to customize what value gets exported independently from the value the variable is set.
- Added "Favorite Actions" option when long-clicking the "Add" button when editing a Task
- You can also set favorite actions to show on short click if you want and the regular dialog to show long click if you want.
- If you add a favorite action resulting from a search for the "Perform Task" action directly with a pre-filled in Task name or a "Pick Input Dialog" action with a certain dialog type or a "Tasker Function" action with a certain function, the favorite action will also directly prefill the same options.
- Changed long-click variable in variable list behaviour: now a helper menu will show up with common ways you can access variables so you don't have to remember them.
- Allow joining arrays directly by writing %array(+JOINER) where JOINER are any characters you like.
- Allow specifying a joiner in all array functions that return multiple values by writing something like %array(+SEPARATOR+1,3,4) for example.
- Allow getting all array items that match an expression by using %array($?expression)
- Added ability to query a Tasker array for multiple locations in one go. For example %array(1,3,5) will get the array's first, third and fifth items.
- Fixed querying arrays for items in several formats where a variable wwas used instead of the formats directly, eg: %query = 1:2 ; %array(%query) wouldn't work but now it does.
- Added Support for external USB and SD cards on Android 11+
- Added function to list all storage volumes in "Tasker Function" action
- Added ability to select from multiple external storage options if multiple are available in the File Select window (for example SD Card and USB)
- Fixed copying files to SD Card in some situations
- Fixed a lot of other external storage related issues
- Other Additions
- Added "Calendar" and "Calendar Entry" options in the "Pick Input Dialog" action
- Added "Is Locked" and "Is Securely Locked" to "Test Display" action
- Added "Music Active" action to "Tasker Function" action
- Added "Rewind" and "Fast Forward" functions to the "Media Control" action
- Added "Structure Output" option in relevant states/events/actions
- Added "Structured Variable" option to Project/Profile/Task variables
- Added "Variable Set Structure Type" action to explicitely set the type of a variable's structure
- Added option to "Get Location v2" to force high accuracy, meaning it'll ONLY use GPS satellites to get your location and nothing else
- Added %gl_satellites variable to "Get Location v2" which will have the number of satellites that were used to get your high accuracy location
- Added ability for plugins to open a URI when their plugin action is done running so that they can launch activities without the permission to draw over other apps
- Added ADB Wifi helper for easy setup of permission granting/revoking commands
- Added helper in HTTP Request action's Headers field to easily set commonly used headers
- Added option to "Variable Split" to use the splitter as a regex
- Added option to configure the Tasker notification when there are no active profiles separately
- Added option to make project/profile/task variables immutable. These variables can't be changed from tasks
- Added support for structured Global Variables. You can now read JSON from %Json.info for example
- Added support for the parseFormatDateTime() variable function in JavaScript
- Added Ukranian translation
- Allow "Input Dialog" to have a default text of "%"
- Allow multi-line input in the "Array Push" action in the "Value" field
- Allow space characters in "Array Set" > "Values" input
- Allow using new lines and spaces as the splitter in the "Variable Split" Action
- Allow using spaces and new lines as the splitter in the "Array Set" action
- Made the text in various action fields (like Run Shell, ADB Wifi, Variable Set, etc) not wrap and have configurable text size (new "Command Text Size" option)
- Made the Monospace-not-wrapped text in certain input fields optional (Preferences > UI)
- Changes
- Made the sound quality of recordings done with the "Record Audio" action much better when the MP4 format is selected
- Removed the "Codec" option from the "Record Audio" action. It is now automatically selected based on the "Format"
- Automatically trim input variable names in "Multiple Variables Set" action
- Changed: If multiple project/profile/task variables with the same name exist in scope simultaneously, only the most "inner" scope available will be affected
- Don't alert user of missing Tasker Settings in the "Vibrate On Ringer" action in some situations
- Made "Ping" action always time out after 10 seconds if no response is gotten
- Made "Turn Off" action with the "Lock" option enabled lock the screen even if the screen is off
- Made "Variable Join"'s "Joiner" and "Write To File"'s "Text" field able to receive new lines and other blank characters
- Made Tasker monitor notification for when there are no active profiles use a different notification category from when there are active profiles so that users can disable one and not the other
- Made the "Off" text that appears when Tasker is disabled more evident
- Removed the "Enabled" option from the "Device Idle" state since it wasn't doing anything
- Request for path access directly in the Tasker file picker when needed
- Updated conditions to use 6 decimals when comparing numbers instead of 3
- Made app factory not use legacy file access and use the new required SAF file system
- Bug fixes
- Fixed editing actions beeing very slow if your Tasker setup is big, specially if you use a lot of Java functions in your setup
- Fix long-standing bug of not being able to unzip files on external storage
- Fixed using Tasker with the "Don't keep Activities" developer option enabled and other situations where activities could restart like switching between light/dark theme while using Tasker
- Fixed long-standing bug where disabled "For" action would run forever
- Fixed Tasker not toggling Wifi the first time it's used after boot if Tasker Settings is needed to toggle it
- Fixed a bug that sometimes some Xiaomi devices have that crash Tasker when a certain kind of notification is created
- Don't clear condition local variables when applying the current Tasker setup
- Don't mistakenly warn about missing plugin if timeout for plugin action is too high
- Don't show alerts for errors in the "Record Audio" action if "Continue Task After Error" is selected
- Fix actions inside disabled For loops not running when the actions themselves are enabled
- Fix local media icons when importing old projects/tasks and icons still exist on same path
- Fixed "Received Text" event when the SIM is selected and both the SIMs on the phone have the same name
- Fixed "Test Scene" not affecting project/profile/task variables
- Fixed "Multiple Variable Set" action in some situations
- Fixed "Vibrate On Ring" action in some situations
- Fixed some root related actions running in some situations
- Fixed 3rd party apps setting variables externally
- Fixed backup dialog not pre-filling in the folder and file name of the backup in some situations
- Fixed BeyondPod actions on newer Android versions
- Fixed bug that global variables couldn't be cleared via javascript's "setGlobal()"
- Fixed bug where sometimes Multiple Variables Set would fail
- Se solucionó un fallo en algunas escenas donde se utiliza un elemento de vídeo.
- Se solucionó un fallo al seleccionar una imagen de la carpeta Descargas en algunas situaciones
- Comandos de servicio fáciles y corregidos para la acción "Comando de Shell"
- Se solucionó el problema del ícono vacío para la notificación de Tasker que no se aplicaba en algunas situaciones
- Se solucionó el problema al usar entradas de matriz en algunas acciones en algunas situaciones cuando el turco era el idioma seleccionado.
- Se solucionó el problema en algunos casos al exportar algo a Taskernet donde Tasker se reiniciaba
- Se solucionó el problema por el cual Tasker se quejaba de que la densidad no se inicializaba en algunas situaciones.
- Se solucionó el problema con la configuración de múltiples variables con Hacer matemáticas habilitado, pero algunas de ellas no tenían expresiones matemáticas.
- Variables fijas de proyecto/perfil/tarea en algunos casos al usar elementos web de escena
- Se solucionó el problema que impedía verificar si %var no estaba configurado al marcar %var ~ \%var
- Se corrigió la referencia a las aplicaciones por nombre en algunas situaciones en acciones donde se pueden seleccionar aplicaciones ("Iniciar aplicación", "Control de medios", etc.)
- Configuración fija de las variables de proyecto/perfil/tarea de la acción "Función Java"
- Se solucionó el uso de variables de Perfil/Proyecto en algunas situaciones
- Se corrigieron algunas situaciones en las que editar una acción y luego reiniciar la actividad provocaba que las entradas para la acción se restablecieran.
- Se solucionó el problema al descargar archivos de Google Drive al almacenamiento externo en algunas situaciones
- Se solucionó el uso de la función setLocal() en Scene WebView para variables de proyecto/perfil/tarea
- Sugerencias de nombres de variables fijas para ciertas variables de proyecto/perfil/tarea
- Intente reparar la detección de cambios del portapapeles en Android 11 en algunos dispositivos específicos
- Se corrigieron algunos fallos.
Puedes consultar la publicación oficial del registro de cambios de Taskeraquípara ver demostraciones que muestran algunas de las nuevas funciones.