Skip to content

Commit

Permalink
chore: release v1.2.4
Browse files Browse the repository at this point in the history
-   Empty MAC addresses will be ignored
  • Loading branch information
GermanBluefox committed Nov 19, 2024
1 parent 3fa2e53 commit fa1968e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ This was required to make it possible to uninstall and install the adapter again
-->

## Changelog

### **WORK IN PROGRESS**
### 1.2.4 (2024-11-19)

- Empty MAC addresses will be ignored

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.2.3",
"version": "1.2.4",
"news": {
"1.2.4": {
"en": "Empty MAC addresses will be ignored",
"de": "Leere MAC-Adressen werden ignoriert",
"ru": "Пустые адреса MAC будут проигнорированы",
"pt": "Endereços MAC vazios serão ignorados",
"nl": "Lege MAC-adressen worden genegeerd",
"fr": "Les adresses MAC vides seront ignorées",
"it": "Gli indirizzi MAC vuoti saranno ignorati",
"es": "Se ignorarán las direcciones de MAC vacías",
"pl": "Puste adresy MAC zostaną zignorowane",
"uk": "Empty MAC адреси будуть ігноруватися",
"zh-cn": "空 MAC 地址将被忽略"
},
"1.2.3": {
"en": "Do not start recording if no one MAC address was provided\nThe keys are stored in `0_userdata.0.kisshomeResearchPublicKey` to make it possible to uninstall and install the adapter again without any problems\nCorrected problem with PCAP files without the META-description",
"de": "Starten Sie keine Aufnahme, wenn keine MAC-Adresse angegeben wurde\nDie Schlüssel werden in `0_userdata.0.kisshomeResearchPublicKey` gespeichert, um den Adapter ohne Probleme wieder zu deinstallieren und zu installieren\nProblem mit PCAP-Dateien ohne META-Description behoben",
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.2.3",
"version": "1.2.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.2.3",
"version": "1.2.4",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down

0 comments on commit fa1968e

Please sign in to comment.