From fd80749f1335243b0a3500d29587324c2f6b7081 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Thu, 17 Oct 2024 08:26:58 +0300 Subject: [PATCH] chore: release v1.0.13 - (gsenkowski) Used actual IP and TCP header length for the PCAP file --- README.md | 2 +- io-package.json | 15 ++++++++++++++- package.json | 2 +- src-admin/package.json | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 484eda3..afb0e54 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Detect IP addresses from: --> ## Changelog -### **WORK IN PROGRESS** +### 1.0.13 (2024-10-17) - (gsenkowski) Used actual IP and TCP header length for the PCAP file ### 1.0.11 (2024-09-26) diff --git a/io-package.json b/io-package.json index 43b64f7..b213936 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "kisshome-research", - "version": "1.0.12", + "version": "1.0.13", "news": { + "1.0.13": { + "en": "Used actual IP and TCP header length for the PCAP file", + "de": "Gebrauchte tatsächliche IP- und TCP-Headerlänge für die PCAP-Datei", + "ru": "Используется фактическая длина заголовка IP и TCP для файла PCAP", + "pt": "Usado o comprimento real do cabeçalho IP e TCP para o arquivo PCAP", + "nl": "Gebruikte werkelijke IP en TCP header lengte voor het PCAP bestand", + "fr": "Longueur réelle de l'en-tête IP et TCP utilisée pour le fichier PACP", + "it": "Usata lunghezza effettiva dell'intestazione IP e TCP per il file PCAP", + "es": "Longitud de cabecera IP y TCP para el archivo PCAP", + "pl": "Użyta rzeczywista długość nagłówka IP i TCP dla pliku PCAP", + "uk": "Використовується фактична довжина заголовка IP і TCP для файла PCAP", + "zh-cn": "PCAP 文件使用的实际IP和TCP头长" + }, "1.0.11": { "en": "Trying to fix CI\nDo not allow the traffic recording of FritzBox \nDo not allow recording the traffic if no any MAC provided\nCorrected links to web page", "de": "Versuchen, CI zu reparieren\nDie Verkehrsaufzeichnung von FritzBox nicht zulassen\nNicht zulassen, dass der Verkehr aufgezeichnet wird, wenn kein MAC zur Verfügung gestellt wird\nKorrigierte Links zur Webseite", diff --git a/package.json b/package.json index 5f97174..3648474 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.kisshome-research", - "version": "1.0.12", + "version": "1.0.13", "description": "Collection of information for KISSHome research", "author": { "name": "Denis Haev", diff --git a/src-admin/package.json b/src-admin/package.json index faa1dd0..2f8c373 100644 --- a/src-admin/package.json +++ b/src-admin/package.json @@ -1,7 +1,7 @@ { "name": "iobroker-admin-component-telegram", "private": true, - "version": "1.0.12", + "version": "1.0.13", "scripts": { "start": "set PORT=4173 && craco start", "build": "craco build" @@ -43,4 +43,4 @@ "last 1 safari version" ] } -} +} \ No newline at end of file