-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
New: | ||
- Add telephone skill: search and call contacts | ||
- Add timer skill: set, query and cancel timers (still not polished) | ||
- View the permissions a skill requires in skill settings | ||
- Add a notice in skill settings when dicio-numbers is unavailable | ||
|
||
Improved: | ||
- [Vosk] Update French and Spanish models | ||
- Improve small UI details in skill settings | ||
|
||
Fixed: | ||
- Fix skills that continue the conversation: input was being requested while speaking | ||
- Fix crash when initializing Android TTS on some devices |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Novità: | ||
- Abilità telefono: cerca e chiama i contatti | ||
- Abilità timer: imposta, interroga e annulla i timer (ancora da migliorare) | ||
- Vedi i permessi che un'abilità richiede nelle impostazioni | ||
|
||
Miglioramenti: | ||
- [Vosk] Aggiornati i modelli francese e spagnolo | ||
- Migliorati vari dettagli di UI nelle impostazioni delle abilità | ||
|
||
Correzioni: | ||
- Sistemate le abilità che conversano: veniva richiesto di rispondere prima di finire la domanda | ||
- Sistemato un crash dell'Android TTS su alcuni dispositivi |