Skip to content

Commit

Permalink
chore: release v3.4.4
Browse files Browse the repository at this point in the history
-   (@GermanBluefox) Corrected the name editing of the devices for Alexa 3
  • Loading branch information
GermanBluefox committed Dec 8, 2024
1 parent d4050fe commit 8e44edb
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 101 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ setState('iot.0.app.message', JSON.stringify({
-->

## Changelog
### **WORK IN PROGRESS**
### 3.4.4 (2024-12-08)

- (@GermanBluefox) Corrected the name editing of the devices for Alexa 3

Expand Down
164 changes: 82 additions & 82 deletions admin/assets/index-DYglA2vh.js → admin/assets/index-CyttUCw3.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/>
<script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="./lib/js/socket.io.js"></script>
<title>IoT Settings</title>
<script type="module" crossorigin src="./assets/index-DYglA2vh.js"></script>
<script type="module" crossorigin src="./assets/index-CyttUCw3.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Bd3GtHgn.css">
</head>
<body>
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "iot",
"version": "3.4.3",
"version": "3.4.4",
"news": {
"3.4.4": {
"en": "Corrected the name editing of the devices for Alexa 3",
"de": "Korrektur der Namensbearbeitung der Geräte für Alexa 3",
"ru": "Исправлено редактирование названия устройств для Alexa 3",
"pt": "Corrigido o nome de edição dos dispositivos para Alexa 3",
"nl": "De naambewerking van de apparaten voor Alexa 3 gecorrigeerd",
"fr": "Correction de l'édition du nom des appareils pour Alexa 3",
"it": "Corretto il nome di modifica dei dispositivi per Alexa 3",
"es": "Corregido el nombre de edición de los dispositivos para Alexa 3",
"pl": "Poprawił edycję nazwy urządzeń dla Alexa 3",
"uk": "Виправлено редагування назв пристроїв для Alexa 3",
"zh-cn": "校正了Alexa 3设备的名称编辑"
},
"3.4.3": {
"en": "corrected the addition of the devices for Alexa\nchanged compilation of GUI to remove deprecated packages",
"de": "korrigierte die Ergänzung der Geräte für Alexa\ngeänderte Zusammenstellung von GUI, um deprecierte Pakete zu entfernen",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "stałe wydanie, że tylko poprawny JSON może być wysłany do aplikacji przez stan wiadomości",
"uk": "виправлено проблему, що тільки дійсний JSON може бути відправлений на додаток через стан повідомлень",
"zh-cn": "只能通过消息状态发送到应用程序的 JSON 的固定问题"
},
"3.2.0": {
"en": "implemented geofence with ioBroker Visu app",
"de": "geofence with ioBroker Visu app",
"ru": "реализована геозона с приложением ioBroker Visu",
"pt": "geofence implementado com aplicativo ioBroker Visu",
"nl": "geïmplementeerd geofence met ioBroker Visu app",
"fr": "géofence mise en œuvre avec l'application ioBroker Visu",
"it": "geofence implementato con ioBroker Visu app",
"es": "geofence implementado con aplicación ioBroker Visu",
"pl": "zaimplementowany geofence z aplikacją ioBroker Visu",
"uk": "впроваджено геоfence з додатком ioBroker Visu",
"zh-cn": "使用 ioBroker Visu app 执行的地理栅栏"
}
},
"titleLang": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.iot",
"version": "3.4.3",
"version": "3.4.4",
"description": "This adapter allows to communicate Amazon Alexa and Google Home with ioBroker.",
"author": {
"name": "bluefox",
Expand Down
2 changes: 1 addition & 1 deletion src-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.telegram.rules",
"private": true,
"version": "3.4.3",
"version": "3.4.4",
"scripts": {
"start": "set PORT=4173 && craco start",
"old-start": "set PORT=4173 && react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iot-admin",
"version": "3.4.3",
"version": "3.4.4",
"private": true,
"dependencies": {
"@emotion/styled": "^11.13.5",
Expand Down

0 comments on commit 8e44edb

Please sign in to comment.