Skip to content

Commit

Permalink
chore: release v1.0.13
Browse files Browse the repository at this point in the history
-   (gsenkowski) Used actual IP and TCP header length for the PCAP file
  • Loading branch information
GermanBluefox committed Oct 17, 2024
1 parent 369b424 commit fd80749
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 @@ -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)
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": "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",
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.12",
"version": "1.0.13",
"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.0.12",
"version": "1.0.13",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down Expand Up @@ -43,4 +43,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit fd80749

Please sign in to comment.