forked from jens/Automation
Bugfix release
This commit is contained in:
4
fastlane/metadata/android/de-DE/changelogs/125.txt
Normal file
4
fastlane/metadata/android/de-DE/changelogs/125.txt
Normal file
@ -0,0 +1,4 @@
|
||||
* Behoben: Negative Ganzzahlen werden als Intent-Parameter akzeptiert
|
||||
* Behoben: Mehrere parallele Zeiträume mit Wiederholung konnten dazu führen, daß alle zu häufig ausgeführt wurden
|
||||
* Behoben: Automatischer Start der Anwendung beim Gerätestart konnte in manchen Fällen scheitern
|
||||
* Übersetzungen aktualisiert
|
@ -1,3 +1,4 @@
|
||||
* Fixed: Now allowing negative integers as intent data
|
||||
* Fixed: Multiple time frames with reoccurence configured would trigger to early executions
|
||||
* Fixed: Automatic app start at boot might fail in some cases
|
||||
* Fixed: Automatic app start at boot might fail in some cases
|
||||
* Translations updated
|
4
fastlane/metadata/android/es-ES/changelogs/125.txt
Normal file
4
fastlane/metadata/android/es-ES/changelogs/125.txt
Normal file
@ -0,0 +1,4 @@
|
||||
* Corregido: Ahora permite enteros negativos como datos de intención
|
||||
* Corregido: Múltiples marcos de tiempo con la repetición configurada se desencadenarían en ejecuciones tempranas
|
||||
* Corregido: el inicio automático de la aplicación en el arranque puede fallar en algunos casos
|
||||
* Traducciones actualizadas
|
4
fastlane/metadata/android/fr-FR/changelogs/125.txt
Normal file
4
fastlane/metadata/android/fr-FR/changelogs/125.txt
Normal file
@ -0,0 +1,4 @@
|
||||
* Correction : Autorise désormais les entiers négatifs comme données d'intention
|
||||
* Correction : Plusieurs délais avec récurrence configurée déclenchaient des exécutions anticipées
|
||||
* Correction : le démarrage automatique de l'application au démarrage peut échouer dans certains cas
|
||||
* Traductions mises à jour
|
4
fastlane/metadata/android/it-IT/changelogs/125.txt
Normal file
4
fastlane/metadata/android/it-IT/changelogs/125.txt
Normal file
@ -0,0 +1,4 @@
|
||||
* Risolto: ora consente numeri interi negativi come dati di intento
|
||||
* Risolto: più intervalli di tempo con ripetizione configurata si attiverebbero per le esecuzioni anticipate
|
||||
* Risolto: l'avvio automatico dell'app all'avvio potrebbe non riuscire in alcuni casi
|
||||
* Traduzioni aggiornate
|
4
fastlane/metadata/android/nl-NL/changelogs/125.txt
Normal file
4
fastlane/metadata/android/nl-NL/changelogs/125.txt
Normal file
@ -0,0 +1,4 @@
|
||||
* Opgelost: nu negatieve gehele getallen toestaan als intentiegegevens
|
||||
* Opgelost: Meerdere tijdframes met reoccurence geconfigureerd zouden leiden tot vroege uitvoeringen
|
||||
* Opgelost: Automatische app-start bij het opstarten kan in sommige gevallen mislukken
|
||||
* Vertalingen bijgewerkt
|
4
fastlane/metadata/android/ru-RU/changelogs/125.txt
Normal file
4
fastlane/metadata/android/ru-RU/changelogs/125.txt
Normal file
@ -0,0 +1,4 @@
|
||||
* Исправлено: Добавлено разрешение отрицательных целых чисел в качестве данных о намерениях
|
||||
* Исправлено: Несколько таймфреймов с настроенным повторением запускали бы ранние выполнения
|
||||
* Исправлено: Автоматический запуск приложения при загрузке может завершиться сбоем в некоторых случаях
|
||||
* Переводы обновлены
|
Reference in New Issue
Block a user