Skip to content

Commit

Permalink
chore: release v4.0.1
Browse files Browse the repository at this point in the history
* (bluefox) Packages updated
* (neopholus) Using the pre-calculated duration of the mp3 to wait long enough even for longer announcements
  • Loading branch information
Apollon77 committed May 25, 2024
1 parent e3c0ebe commit b61c2f0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ The following values for engines are possible:
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 4.0.1 (2024-05-25)
* (bluefox) Packages updated
* (neopholus) Using the pre-calculated duration of the mp3 to wait long enough even for longer announcements

Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "sayit",
"version": "4.0.0",
"version": "4.0.1",
"news": {
"4.0.1": {
"en": "Packages updated\nUsing the pre-calculated duration of the mp3 to wait long enough even for longer announcements",
"de": "Pakete aktualisiert\nMit der vorkalkulierten Dauer des mp3 lange genug warten, auch für längere Ankündigungen",
"ru": "Обновленные пакеты\nИспользование предварительно исчисленной продолжительности mp3, чтобы ждать достаточно долго даже для более длинных объявлений",
"pt": "Pacotes atualizados\nUsando a duração pré-calculada do mp3 para esperar o tempo suficiente mesmo para anúncios mais longos",
"nl": "Pakketten bijgewerkt\nMet behulp van de vooraf berekende duur van de mp3 te wachten lang genoeg zelfs voor langere aankondigingen",
"fr": "Mise à jour des paquets\nUtiliser la durée précalculée du mp3 pour attendre assez longtemps, même pour les annonces plus longues",
"it": "Pacchetti aggiornati\nUtilizzando la durata pre-calcolata del mp3 per aspettare abbastanza a lungo anche per annunci più lunghi",
"es": "Paquetes actualizados\nUsando la duración precalculada del mp3 para esperar lo suficiente incluso para anuncios más largos",
"pl": "Aktualizacja pakietów\nKorzystanie z wcześniej obliczonego czasu mp3 czekać wystarczająco długo nawet na dłuższe ogłoszenia",
"uk": "Пакети оновлені\nВикористання попередньо встановленої тривалості mp3, щоб довго чекати навіть для більш тривалого оголошення",
"zh-cn": "更新软件包\n使用 mp3 的预计算持续时间来等待足够长的时间, 甚至可以等待更长的通知"
},
"4.0.0": {
"en": "Breaking changes: A minimal node.js version is 16\nBrowser outputs now to vis(1) and vis-2",
"de": "Änderungsvorschläge: Eine minimale node.js Version ist 16\nBrowser-Ausgänge jetzt auf vis(1) und vis-2",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.sayit",
"version": "4.0.0",
"version": "4.0.1",
"description": "Text to speech interface for ioBroker.",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit b61c2f0

Please sign in to comment.