From f3c01babb134f9009af4f8cfe5957600cff16aa9 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Wed, 30 Oct 2024 20:07:13 +0100 Subject: [PATCH] chore: release v1.1.1 - (bluefox) Removed unused code - (bluefox) Creation of META file if not exists - (bluefox) Description for address must be longer than three characters - (bluefox) Added adapter version to the meta file name --- README.md | 2 +- build/main.js | 2 +- io-package.json | 15 ++++++++++++++- package.json | 2 +- src-admin/package.json | 2 +- 5 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a626c1b..b6d3347 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Detect IP addresses from: --> ## Changelog -### **WORK IN PROGRESS** +### 1.1.1 (2024-10-30) - (bluefox) Removed unused code - (bluefox) Creation of META file if not exists - (bluefox) Description for address must be longer than three characters diff --git a/build/main.js b/build/main.js index 2a7e992..d796330 100644 --- a/build/main.js +++ b/build/main.js @@ -61,7 +61,7 @@ class KISSHomeResearchAdapter extends adapter_core_1.Adapter { this.recordingEnabled = false; this.IPs = []; const pack = JSON.parse((0, node_fs_1.readFileSync)((0, node_path_1.join)(__dirname, '..', 'package.json'), 'utf8')); - this.versionPack = pack.version.replace(/\./g, '_'); + this.versionPack = pack.version.replace(/\./g, '-'); this.on('ready', () => this.onReady()); this.on('unload', callback => this.onUnload(callback)); this.on('message', this.onMessage.bind(this)); diff --git a/io-package.json b/io-package.json index ca852d8..afe93a0 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "kisshome-research", - "version": "1.1.0", + "version": "1.1.1", "news": { + "1.1.1": { + "en": "Removed unused code\nCreation of META file if not exists\nDescription for address must be longer than three characters\nAdded adapter version to the meta file name", + "de": "Unbenutzter Code entfernt\nErstellung der META-Datei, wenn nicht vorhanden\nBeschreibung der Adresse muss länger als drei Zeichen sein\nAdapterversion zum Meta-Dateinamen hinzugefügt", + "ru": "Удаленный неиспользуемый код\nСоздание файла META, если не существует\nОписание адреса должно быть более трех символов\nДобавлена версия адаптера к мета-имя файла", + "pt": "Removido código não utilizado\nCriação de arquivo META se não existir\nDescrição do endereço deve ser maior que três caracteres\nAdicionado versão do adaptador para o nome do arquivo meta", + "nl": "Ongebruikte code verwijderd\nAanmaken van META-bestand indien niet bestaat\nBeschrijving van het adres moet langer zijn dan drie tekens\nAdapterversie toegevoegd aan de meta-bestandsnaam", + "fr": "Code inutilisé supprimé\nCréation du fichier META s'il n'existe pas\nLa description de l'adresse doit être supérieure à trois caractères\nAjout de la version adaptateur au nom du fichier méta", + "it": "Codice inutilizzato rimosso\nCreazione del file META se non esiste\nDescrizione per indirizzo deve essere più lungo di tre caratteri\nVersione adattatore aggiunto al nome del file meta", + "es": "Eliminado código no utilizado\nCreación de archivo META si no existe\nDescripción para la dirección debe ser más largo que tres caracteres\nVersión de adaptador a la meta nombre del archivo", + "pl": "Usunięto niewykorzystany kod\nTworzenie pliku META, jeśli nie istnieje\nOpis adresu musi być dłuższy niż trzy znaki\nDodano wersję adaptera do nazwy pliku meta", + "uk": "Видалити невикористаний код\nСтворення файлу META, якщо не існує\nОпис на адресу необхідно довше трьох символів\nДодано версію адаптера до назв файлів мета", + "zh-cn": "删除未使用的代码\n如果不存在, 则创建 META 文件\n地址描述必须超过三个字符\n添加适配器版本到元文件名" + }, "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", diff --git a/package.json b/package.json index f35ff87..5cffebd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.kisshome-research", - "version": "1.1.0", + "version": "1.1.1", "description": "Collection of information for KISSHome research", "author": { "name": "Denis Haev", diff --git a/src-admin/package.json b/src-admin/package.json index 930bf68..c3a2804 100644 --- a/src-admin/package.json +++ b/src-admin/package.json @@ -1,7 +1,7 @@ { "name": "iobroker-admin-component-telegram", "private": true, - "version": "1.1.0", + "version": "1.1.1", "scripts": { "start": "set PORT=4173 && craco start", "build": "craco build"