Skip to content

Commit

Permalink
chore: release v1.0.1
Browse files Browse the repository at this point in the history
-   (bluefox) Implemented the support for the big endian format of a PCAP file
  • Loading branch information
GermanBluefox committed Sep 14, 2024
1 parent 9d54c65 commit 235480d
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Detect IP addresses from:
-->

## Changelog
### **WORK IN PROGRESS**
### 1.0.1 (2024-09-14)

- (bluefox) Implemented the support for the big endian format of a PCAP file

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.

Large diffs are not rendered by default.

This file was deleted.

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": "kisshome-research",
"version": "1.0.0",
"version": "1.0.1",
"news": {
"1.0.1": {
"en": "Implemented the support for the big endian format of a PCAP file",
"de": "Implementierung der Unterstützung für das große endische Format einer PCAP-Datei",
"ru": "Выполнена поддержка большого конечного формата файла PCAP",
"pt": "Implementou o suporte para o grande formato endiano de um arquivo PCAP",
"nl": "De ondersteuning voor het grote endian formaat van een PCAP-bestand geïmplementeerd",
"fr": "Implémenté le support pour le format grand endian d'un fichier PACP",
"it": "Implementato il supporto per il grande formato endiano di un file PCAP",
"es": "Implementó el soporte para el gran formato endiano de un archivo PCAP",
"pl": "Wdrożenie wsparcia dla dużego formatu endiańskiego pliku PCAP",
"uk": "Реалізовано підтримку великого ендоріанного формату PCAP файл",
"zh-cn": "执行对 PCAP 文件大端格式的支持"
},
"1.0.0": {
"en": "Corrected configuration page",
"de": "Korrigierte Konfigurationsseite",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Wysłano plik",
"uk": "Завантажено файл",
"zh-cn": "文件上传已执行"
},
"0.0.3": {
"en": "Added the recording enabled option",
"de": "Option für die Aufnahme aktiviert",
"ru": "Добавлена возможность записи",
"pt": "Adicionado a opção ativada de gravação",
"nl": "De optie opname toegevoegd",
"fr": "Ajout de l'option d'enregistrement activée",
"it": "Aggiunto l'opzione di registrazione abilitata",
"es": "Añadido la opción habilitada para la grabación",
"pl": "Dodano opcję nagrywania",
"uk": "Додана можливість запису",
"zh-cn": "添加已启用的记录选项"
}
},
"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.kisshome-research",
"version": "1.0.0",
"version": "1.0.1",
"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.0",
"version": "1.0.1",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down

0 comments on commit 235480d

Please sign in to comment.