Skip to content

Commit

Permalink
chore: release v1.2.3
Browse files Browse the repository at this point in the history
-   (bluefox) Do not start recording if no one MAC address was provided
-   (bluefox) The keys are stored in `0_userdata.0.kisshomeResearchPublicKey` to make it possible to uninstall and install the adapter again without any problems
-   (bluefox) Corrected problem with PCAP files without the META-description
  • Loading branch information
GermanBluefox committed Nov 15, 2024
1 parent 5a233f7 commit bc1720c
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This was required to make it possible to uninstall and install the adapter again
-->

## Changelog
### **WORK IN PROGRESS**
### 1.2.3 (2024-11-15)
- (bluefox) Do not start recording if no one MAC address was provided
- (bluefox) The keys are stored in `0_userdata.0.kisshomeResearchPublicKey` to make it possible to uninstall and install the adapter again without any problems
- (bluefox) Corrected problem with PCAP files without the META-description
Expand Down
2 changes: 1 addition & 1 deletion admin/custom/customComponents.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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": "kisshome-research",
"version": "1.2.2",
"version": "1.2.3",
"news": {
"1.2.3": {
"en": "Do not start recording if no one MAC address was provided\nThe keys are stored in `0_userdata.0.kisshomeResearchPublicKey` to make it possible to uninstall and install the adapter again without any problems\nCorrected problem with PCAP files without the META-description",
"de": "Starten Sie keine Aufnahme, wenn keine MAC-Adresse angegeben wurde\nDie Schlüssel werden in `0_userdata.0.kisshomeResearchPublicKey` gespeichert, um den Adapter ohne Probleme wieder zu deinstallieren und zu installieren\nProblem mit PCAP-Dateien ohne META-Description behoben",
"ru": "Не начинайте запись, если не был предоставлен один MAC-адрес\nКлючи хранятся в `0_userdata.0.kisshomeResearchPublicKey», чтобы можно было удалить и установить адаптер снова без каких-либо проблем\nИсправленная проблема с файлами PCAP без подписи META",
"pt": "Não comece a gravar se nenhum endereço MAC foi fornecido\nAs chaves são armazenadas em `0_userdata.0.kisshomeResearchPublicKey` para tornar possível desinstalar e instalar o adaptador novamente sem problemas\nProblema corrigido com arquivos PCAP sem a descrição META",
"nl": "Begin niet met opnemen als er geen MAC-adres is opgegeven\nDe sleutels worden opgeslagen in \nGecorrigeerd probleem met PCAP-bestanden zonder de META-beschrijving",
"fr": "Ne pas commencer à enregistrer si aucune adresse MAC n'a été fournie\nLes clés sont stockées dans `0_userdata.0.kisshomeRecherchePublicKey` pour permettre de désinstaller et installer l`adaptateur à nouveau sans aucun problème\nCorrection du problème avec les fichiers PCAP sans la description META",
"it": "Non avviare la registrazione se non è stato fornito un indirizzo MAC\nLe chiavi sono memorizzate in `0_userdata.0.kisshomeResearchPublicKey` per consentire di disinstallare e installare nuovamente l'adattatore senza problemi\nProblema corretto con i file PCAP senza la descrizione META",
"es": "No empiece a grabar si no se proporcionó una dirección MAC\nLas teclas se almacenan en `0_userdata.0.kisshomeResearchPublicKey` para hacer posible desinstalar e instalar el adaptador de nuevo sin problemas\nProblema corregido con los archivos PCAP sin la descripción META",
"pl": "Nie należy rozpoczynać rejestracji, jeżeli nie podano żadnego adresu MAC\nKlucze są przechowywane w '0 _ userdata.0.kisshomeResearchPublicKey', aby umożliwić ponowne odblokowanie i zainstalowanie adaptera bez żadnych problemów\nNaprawiony problem z plikami PCAP bez opisu META",
"uk": "Не запустіть запис, якщо жодна адреса MAC була надана\nКлючі зберігаються в `0_userdata.0.kisshomeResearchPublicKey`, щоб зробити його можливим для видалення та встановлення адаптера знову без проблем\nВиправлена проблема з файлами PCAP без META-description",
"zh-cn": "如果没有提供任何MAC地址, 请不要开始记录\n密钥存储在 `0_userdata.0. kisshomeResearch PublicKey' 中,以便可以毫无问题地再次卸载和安装适配器\n在没有 META 描述的情况下纠正 PCAP 文件的问题"
},
"1.1.2": {
"en": "Corrected the input of IP addresses in the configuration",
"de": "Die Eingabe von IP-Adressen in der Konfiguration korrigiert",
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.kisshome-research",
"version": "1.2.2",
"version": "1.2.3",
"description": "Collection of information for KISSHome research",
"author": {
"name": "Denis Haev",
Expand Down
4 changes: 2 additions & 2 deletions src-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker-admin-component-telegram",
"private": true,
"version": "1.2.2",
"version": "1.2.3",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down Expand Up @@ -40,4 +40,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit bc1720c

Please sign in to comment.