Skip to content

Commit

Permalink
chore: release v1.0.5
Browse files Browse the repository at this point in the history
-   (ChrisDietrich) Corrected the link in readme.md
-   (bluefox) Corrected the Big-Endian PCAP format
  • Loading branch information
GermanBluefox committed Sep 20, 2024
1 parent 435557d commit 6f2e382
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 53 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.5 (2024-09-20)
- (ChrisDietrich) Corrected the link in readme.md
- (bluefox) Corrected the Big-Endian PCAP format

Expand Down
90 changes: 55 additions & 35 deletions build/lib/recording.js

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

2 changes: 1 addition & 1 deletion build/main.js

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

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.4",
"version": "1.0.5",
"news": {
"1.0.5": {
"en": "Corrected the link in readme.md\nCorrected the Big-Endian PCAP format",
"de": "Korrigierte den Link im Readme. md\nKorrektur des Big-Endian PCAP Format",
"ru": "Исправлена ссылка в считывании. md\nИсправлены Большой индейец Формат PCAP",
"pt": "Corrigido o link no readme. Md\nCorrigido o Big-Endian Formato PCAP",
"nl": "De link in readme gecorrigeerd. md\nGecorrigeerd de Big-Endian PCAP-formaat",
"fr": "Corrigé le lien dans readme. md\nCorrigé le Big-Endian Format PAC",
"it": "Corretto il link in readme. M\nCorretto il Big-Endian Formato PCAP",
"es": "Corregido el enlace en readme. md\nCorregido el Gran Endian Formato PCAP",
"pl": "Naprawiłem link. md\nPoprawiono Wielkiego Endianina Format PCAP",
"uk": "Виправлено посилання в чителю. мд\nВиправлено великий Формат ПКАП",
"zh-cn": "更正了readme中的链接. 微额\n纠正了大印地安人 PCAP 格式"
},
"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",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Dodano wykrywanie niektórych IP",
"uk": "Додано виявлення деяких IP-адрес",
"zh-cn": "添加检测一些IP"
},
"0.2.1": {
"en": "used valid URL address",
"de": "verwendete gültige URL-Adresse",
"ru": "использованный адрес",
"pt": "endereço URL válido usado",
"nl": "gebruikt geldig URL-adres",
"fr": "adresse URL valide utilisée",
"it": "indirizzo URL valido",
"es": "dirección URL válida",
"pl": "używany poprawny adres URL",
"uk": "використовується вірна адреса URL",
"zh-cn": "使用有效的 URL 地址"
}
},
"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.4",
"version": "1.0.5",
"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.4",
"version": "1.0.5",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down

0 comments on commit 6f2e382

Please sign in to comment.