Skip to content

Commit

Permalink
chore: release v2.2.1
Browse files Browse the repository at this point in the history
Fixed typo causing "Cannot read property 'off' of undefined" (IOBROKER-LOXONE-2R, #72)
Improved Sentry reporting for structure file
  • Loading branch information
UncleSamSwiss committed May 18, 2021
1 parent ba89805 commit 96c9371
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ Native value from ioBroker > Objects
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 2.2.1 (2021-05-18)

- (UncleSamSwiss) Fixed typo causing "Cannot read property 'off' of undefined" (IOBROKER-LOXONE-2R, #72)
- (UncleSamSwiss) Improved Sentry reporting for structure file
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": "loxone",
"version": "2.2.0",
"version": "2.2.1",
"news": {
"2.2.1": {
"en": "Fixed typo causing \"Cannot read property 'off' of undefined\" (IOBROKER-LOXONE-2R, #72)\nImproved Sentry reporting for structure file",
"de": "Tippfehler behoben, der dazu führte, dass \"Eigenschaft 'aus' von undefiniert nicht gelesen werden konnte\" (IOBROKER-LOXONE-2R, # 72)\nVerbesserte Sentry-Berichterstellung für Strukturdateien",
"ru": "Исправлена опечатка, из-за которой \"Невозможно прочитать свойство\" off \"из неопределенного\" (IOBROKER-LOXONE-2R, # 72)\nУлучшенный отчет Sentry для файла структуры",
"pt": "Corrigido erro de digitação que causava \"Não é possível ler a propriedade 'desativada' de indefinido\" (IOBROKER-LOXONE-2R, # 72)\nRelatório de sentinela aprimorado para arquivo de estrutura",
"nl": "Typefout verholpen waardoor 'Kan eigenschap' uit 'van ongedefinieerd niet lezen' (IOBROKER-LOXONE-2R, # 72)\nVerbeterde Sentry-rapportage voor structuurbestand",
"fr": "Correction d'une faute de frappe causant \"Impossible de lire la propriété 'off' d'undefined\" (IOBROKER-LOXONE-2R, # 72)\nRapports Sentry améliorés pour le fichier de structure",
"it": "Risolto errore di battitura che causava \"Impossibile leggere la proprietà\" disattivata \"di undefined\" (IOBROKER-LOXONE-2R, # 72)\nSegnalazione Sentry migliorata per il file di struttura",
"es": "Se corrigió el error tipográfico que causaba \"No se puede leer la propiedad 'desactivada' de indefinida\" (IOBROKER-LOXONE-2R, # 72)\nInformes sentry mejorados para el archivo de estructura",
"pl": "Naprawiono literówkę powodującą „Nie można odczytać właściwości„ wyłączone ”wartości niezdefiniowanej” (IOBROKER-LOXONE-2R, # 72)\nUlepszone raportowanie Sentry dla pliku struktury",
"zh-cn": "修复了导致“无法读取未定义的属性'off'的拼写错误”的问题(IOBROKER-LOXONE-2R,#72)\n改进的Sentry报告结构文件"
},
"2.2.0": {
"en": "Unknown/unsupported controls are now shown with their states as read-only strings\nFixes for auto-position based on percentage (#76)\nAdded support for IRoomControllerV2 (#22)\nAdded experimental support for EIBDimmer (#15)\nAdded support for ValueSelector (#36)\nAdded support for TextState (#73)\nAdded support for UpDownAnalog (#57)\nFixed some \"State has wrong type\" warnings (#99, #128)\nAdded support for Lumitech color picker (#44)\nWeather server data can now be filtered (#131)\nAdded support for PresenceDetector (IOBROKER-LOXONE-1R)\nAdded support for AAL Smart Alarm (IOBROKER-LOXONE-1X)\nAdded support for AAL Emergency Button (IOBROKER-LOXONE-1W)\nAdded support for Paketsafe (IOBROKER-LOXONE-1P)",
"de": "Unbekannte / nicht unterstützte Steuerelemente werden jetzt mit ihren Status als schreibgeschützte Zeichenfolgen angezeigt\nKorrekturen für die automatische Positionierung basierend auf dem Prozentsatz (# 76)\nUnterstützung für IRoomControllerV2 hinzugefügt (# 22)\nExperimentelle Unterstützung für EIBDimmer hinzugefügt (# 15)\nUnterstützung für ValueSelector hinzugefügt (# 36)\nUnterstützung für TextState hinzugefügt (# 73)\nUnterstützung für UpDownAnalog hinzugefügt (# 57)\nEinige \"Status hat falschen Typ\" -Warnungen behoben (# 99, # 128)\nUnterstützung für Lumitech-Farbwähler hinzugefügt (# 44)\nWetterserverdaten können jetzt gefiltert werden (# 131)\nUnterstützung für PresenceDetector (IOBROKER-LOXONE-1R) hinzugefügt\nUnterstützung für AAL Smart Alarm (IOBROKER-LOXONE-1X) hinzugefügt\nUnterstützung für AAL-Notfalltaste (IOBROKER-LOXONE-1W) hinzugefügt\nUnterstützung für Paketsafe (IOBROKER-LOXONE-1P) hinzugefügt",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.loxone",
"version": "2.2.0",
"version": "2.2.1",
"description": "Communicates with a Loxone Miniserver.",
"author": {
"name": "UncleSamSwiss",
Expand Down

0 comments on commit 96c9371

Please sign in to comment.