Skip to content

Commit

Permalink
chore: release v3.0.27
Browse files Browse the repository at this point in the history
* fixed a bug that already deleted programs were only partially deleted in ioBroker
__Please note: This will only work for deleted programs up from now. You have to clean up orphan programs manually__
  • Loading branch information
foxriver76 committed Jun 28, 2021
1 parent 9883ac9 commit d295168
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 46 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ with the ioBroker CLI. You can change the port via `iob set hm-rega.<instance> -
### __WORK IN PROGRESS__
-->

### 3.0.27 (2021-06-28)
* (foxriver76) fixed a bug that already deleted programs were only partially deleted in ioBroker
__Please note: This will only work for deleted programs up from now. You have to clean up orphan programs manually__

### 3.0.26 (2021-06-14)
* (bluefox) Use name from device if channel has a default name

Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "hm-rega",
"version": "3.0.26",
"version": "3.0.27",
"news": {
"3.0.27": {
"en": "* fixed a bug that already deleted programs were only partially deleted in ioBroker\n__Please note: This will only work for deleted programs up from now. You have to clean up orphan programs manually__",
"de": "* Fehler behoben, bei dem bereits gelöschte Programme in ioBroker nur teilweise gelöscht wurden\n__Bitte beachten Sie: Dies funktioniert ab jetzt nur noch für gelöschte Programme. Sie müssen verwaiste Programme manuell bereinigen__",
"ru": "* исправлена ошибка, из-за которой уже удаленные программы удалялись лишь частично в ioBroker\n__Обратите внимание: с этого момента это будет работать только для удаленных программ. Вам нужно вручную очистить бесхозные программы __",
"pt": "* corrigido um bug que os programas já excluídos eram apenas parcialmente excluídos no ioBroker\n__Por favor, observe: Isso só funcionará para programas excluídos a partir de agora. Você tem que limpar programas órfãos manualmente__",
"nl": "* een bug opgelost waarbij reeds verwijderde programma's slechts gedeeltelijk werden verwijderd in ioBroker\n__Let op: dit werkt vanaf nu alleen voor verwijderde programma's. U moet weesprogramma's handmatig opschonen__",
"fr": "* correction d'un bug qui faisait que les programmes déjà supprimés n'étaient que partiellement supprimés dans ioBroker\n__Veuillez noter : cela ne fonctionnera que pour les programmes supprimés à partir de maintenant. Vous devez nettoyer les programmes orphelins manuellement__",
"it": "* risolto un bug per il quale i programmi già eliminati venivano eliminati solo parzialmente in ioBroker\n__Nota: d'ora in poi funzionerà solo per i programmi eliminati. Devi pulire i programmi orfani manualmente__",
"es": "* Se corrigió un error por el cual los programas ya eliminados solo se eliminaron parcialmente en ioBroker\n__Tenga en cuenta: esto solo funcionará para los programas eliminados a partir de ahora. Tienes que limpiar los programas huérfanos manualmente__",
"pl": "* naprawiono błąd, który powodował, że już usunięte programy były tylko częściowo usuwane w ioBroker\n__Uwaga: od teraz będzie to działać tylko w przypadku usuniętych programów. Musisz ręcznie wyczyścić osierocone programy__",
"zh-cn": "* 修复了 ioBroker 中已删除的程序仅部分删除的问题\n__请注意:这仅适用于从现在开始删除的程序。您必须手动清理孤立程序__"
},
"3.0.26": {
"en": "Use name from device if channel has a default name",
"de": "Name vom Gerät verwenden, wenn der Kanal einen Standardnamen hat",
Expand Down
133 changes: 92 additions & 41 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.hm-rega",
"version": "3.0.26",
"version": "3.0.27",
"engines": {
"node": ">=10.0.0"
},
Expand Down Expand Up @@ -31,12 +31,12 @@
"xml2js": "^0.4.23"
},
"devDependencies": {
"@alcalzone/release-script": "^1.10.0",
"@alcalzone/release-script": "^2.0.0",
"@iobroker/testing": "^2.4.4",
"chai": "^4.3.4",
"eslint": "^7.28.0",
"eslint": "^7.29.0",
"gulp": "^4.0.2",
"mocha": "^9.0.0"
"mocha": "^9.0.1"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.hm-rega/issues"
Expand Down

0 comments on commit d295168

Please sign in to comment.