diff --git a/.github/ISSUE_TEMPLATE/Enhancement.md b/.github/ISSUE_TEMPLATE/Enhancement.md new file mode 100644 index 0000000..4f78f2b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Enhancement.md @@ -0,0 +1,20 @@ +--- +name: Enhancement Request +about: Request new functionality +title: '' +labels: enhancement +assignees: HGlab01 + +--- + +**!!! Before you start !!!!** +Verify if there is not already an issue requesting the same Enhancement + +**Describe wanted Enhancement !** +A clear description of the wanted functionality + +**Why should we put effort in it ?** +Please add some additional information why this Enhancement should be integrated + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8956139..fd49d61 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,8 +2,9 @@ name: Bug report about: Something is not working as it should title: '' -labels: '' -assignees: '' +labels: bug +assignees: HGlab01 + --- **Describe the bug** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..9229bea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: Question/support +about: I have a question or I need support +title: '' +labels: support +assignees: HGlab01 + +--- + +**Let me know how I can help you ** +A clear description of the wanted functionality diff --git a/README.md b/README.md index 4741d67..48b3e5b 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ onStop(function (callback) { Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### 0.0.7-alpha.0 (2023-10-05) +### 0.0.7 (2023-10-05) * (HGlab01) add logs for "address already in use"-issue ### 0.0.6 (2023-09-18) diff --git a/io-package.json b/io-package.json index ae7f61c..b708d31 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "tinymqttbroker", - "version": "0.0.7-alpha.0", + "version": "0.0.7", "news": { + "0.0.7": { + "en": "add logs for \"address already in use\"-issue", + "de": "protokolle für \"adresse bereits im gebrauch\"-ausgabe hinzufügen", + "ru": "добавить журналы для \"адрес уже в использовании\"-выдача", + "pt": "adicionar logs para \"endereço já em uso\"-edição", + "nl": "voeg logboeken toe voor \"adress al in gebruik\"", + "fr": "ajouter des journaux pour \"address already in use\"-issue", + "it": "aggiungere i log per \"indirizzo già in uso\"-problema", + "es": "añadir registros para \"address already in use\"-issue", + "pl": "dodać do litery „adres” już w użyciu", + "uk": "додати журнали для \"роздягання вже у використанні\"-виготовки", + "zh-cn": "增加“已经使用过的处理”的逻辑" + }, "0.0.7-alpha.0": { "en": "add logs for \"address already in use\"-issue", "de": "protokolle für \"adresse bereits im gebrauch\"-ausgabe hinzufügen", @@ -80,19 +93,6 @@ "pl": "pierwsze wydanie", "uk": "перший реліз", "zh-cn": "首次释放" - }, - "0.0.5-alpha.0": { - "en": "first release", - "de": "erste veröffentlichung", - "ru": "первый релиз", - "pt": "primeiro lançamento", - "nl": "eerste vrijlating", - "fr": "première version", - "it": "primo rilascio", - "es": "primera liberación", - "pl": "pierwsze wydanie", - "uk": "перший реліз", - "zh-cn": "首次释放" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 41c6f14..dc12092 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.tinymqttbroker", - "version": "0.0.7-alpha.0", + "version": "0.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.tinymqttbroker", - "version": "0.0.7-alpha.0", + "version": "0.0.7", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.3", diff --git a/package.json b/package.json index f9d834f..5b63a92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.tinymqttbroker", - "version": "0.0.7-alpha.0", + "version": "0.0.7", "description": "tinymqttbroker", "author": { "name": "HGlab01",