Skip to content

Commit

Permalink
chore: release v1.0.4
Browse files Browse the repository at this point in the history
-   (bluefox) Corrected GUI
-   (bluefox) Filter out not used interfaces
-   (bluefox) Added notification to admin if public key not accepted
-   (bluefox) Try to detect zero bytes interfaces
  • Loading branch information
GermanBluefox committed Sep 19, 2024
1 parent 7aec48e commit 9f20ee5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 18 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 @@ Detect IP addresses from:
-->

## Changelog
### **WORK IN PROGRESS**
### 1.0.4 (2024-09-19)

- (bluefox) Corrected GUI
- (bluefox) Filter out not used interfaces
Expand Down
14 changes: 0 additions & 14 deletions build/main.js

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

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.0.3",
"version": "1.0.4",
"news": {
"1.0.4": {
"en": "Corrected GUI\nFilter out not used interfaces\nAdded notification to admin if public key not accepted\nTry to detect zero bytes interfaces",
"de": "Korrigierte GUI\nFiltern nicht genutzte Schnittstellen\nHinzugefügt Benachrichtigung zu Admin, wenn der öffentliche Schlüssel nicht akzeptiert\nVersuchen Sie, Null Bytes-Schnittstellen zu erkennen",
"ru": "Исправленный GUI\nОтфильтровать не используемые интерфейсы\nДобавить уведомление администратору, если публичный ключ не принят\nПопробуйте обнаружить интерфейсы с нулевыми байтами",
"pt": "GUI corrigida\nFiltrar interfaces não utilizadas\nNotificação adicionada a admin se a chave pública não aceita\nTente detectar zero bytes interfaces",
"nl": "Gecorrigeerde GUI\nNiet gebruikte interfaces filteren\nToegevoegd kennisgeving aan admin als publieke sleutel niet geaccepteerd\nProbeer nul bytes interfaces te detecteren",
"fr": "IGU corrigé\nFiltrer les interfaces non utilisées\nAjout d'une notification à l'administrateur si la clé publique n'est pas acceptée\nEssayez de détecter les interfaces zéro octets",
"it": "GUI corretta\nFiltra le interfacce non utilizzate\nAggiunto la notifica ad admin se chiave pubblica non accettata\nProva a rilevare le interfacce di byte zero",
"es": "Corregido GUI\nFiltrar interfaces no utilizadas\nSe agregó notificación a admin si no se acepta la clave pública\nIntenta detectar interfaces de bytes cero",
"pl": "Poprawiony GUI\nWyfiltrować nie używane interfejsy\nDodano powiadomienie administratora, jeśli klucz publiczny nie został zaakceptowany\nSpróbuj wykryć interfejsy zero bajtów",
"uk": "Правильний інтерфейс\nФільтрувати не використовувані інтерфейси\nДодано повідомлення для адміністратора, якщо публічний ключ не приймається\nСпробуйте визначити інтерфейси нульових байтів",
"zh-cn": "更正的图形界面\n过滤未使用的接口\n如果公钥未被接受, 通知会添加到管理员\n尝试检测零字节接口"
},
"1.0.2": {
"en": "Added error logging",
"de": "Fehlersuche hinzugefügt",
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.0.3",
"version": "1.0.4",
"description": "Collection of information for KISSHome research",
"author": {
"name": "Denis Haev",
Expand Down
2 changes: 1 addition & 1 deletion 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.0.3",
"version": "1.0.4",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down

0 comments on commit 9f20ee5

Please sign in to comment.