Skip to content

Commit

Permalink
chore: release v2.1.7
Browse files Browse the repository at this point in the history
- (bluefox) Added message by installation or update if vis is not installed
  • Loading branch information
GermanBluefox committed Mar 7, 2024
1 parent 40d44d7 commit 425285f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ More about pointer options could be found here: https://github.com/toorshia/just
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.1.7 (2024-03-07)
- (bluefox) Added message by installation or update if vis is not installed

### 2.1.6 (2024-03-04)
Expand Down
30 changes: 15 additions & 15 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "vis-justgage",
"version": "2.1.6",
"version": "2.1.7",
"news": {
"2.1.7": {
"en": "Added message by installation or update if vis is not installed",
"de": "Nachricht durch Installation oder Update hinzugefügt, wenn vis nicht installiert ist",
"ru": "Добавить сообщение путем установки или обновления, если vis не установлен",
"pt": "Adicionado mensagem por instalação ou atualização se vis não está instalado",
"nl": "Bericht toegevoegd door installatie of update als vis niet is geïnstalleerd",
"fr": "Ajout de message par installation ou mise à jour si vis n'est pas installé",
"it": "Messaggio aggiunto per installazione o aggiornamento se vis non è installato",
"es": "Mensaje añadido por instalación o actualización si vis no se instala",
"pl": "Dodano wiadomość przez instalację lub aktualizację, jeśli vis nie jest zainstalowany",
"uk": "Додано повідомлення шляхом установки або оновлення, якщо вісь не встановлено",
"zh-cn": "未安装时通过安装或更新添加的消息"
},
"2.1.6": {
"en": "Added the possibility to invert the value by gauge\ndo not load scripts if the widget is not used",
"de": "Hinzufügen der Möglichkeit, den Wert per Messgerät invertieren\nnicht laden skripte, wenn das widget nicht verwendet wird",
Expand Down Expand Up @@ -80,18 +93,6 @@
"pl": "Adapter został przeniesiony do organizacji iobroker-kommunity-profit\nZależności zostały zaktualizowane",
"uk": "Переміщено перехід на організацію iobroker-community-adapters\nОновлено залежність",
"zh-cn": "已经向加勒比采掘公司-社区组织道歉。\n已更新了属地"
},
"1.0.1": {
"en": "Min/Max values were fixed",
"de": "Min / Max-Werte wurden festgelegt",
"ru": "Мин / Макс значения были исправлены",
"pt": "Os valores mínimo / máximo foram corrigidos",
"nl": "Min / Max-waarden zijn vastgesteld",
"fr": "Les valeurs Min / Max ont été fixées",
"it": "I valori Min / Max sono stati corretti",
"es": "Min / Max valores fueron fijos",
"pl": "Wartości min / maks zostały ustalone",
"zh-cn": "最小/最大值是固定的"
}
},
"titleLang": {
Expand Down Expand Up @@ -199,7 +200,6 @@
}
]
},
"native": {
},
"native": {},
"instanceObjects": []
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.vis-justgage",
"version": "2.1.6",
"version": "2.1.7",
"description": "justGage Widgets",
"author": {
"name": "Pmant",
Expand Down
2 changes: 1 addition & 1 deletion widgets/justgage.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
ioBroker.vis justgage Widget-Set
version: "2.1.6"
version: "2.1.7"
Copyright (c) 2023-2024 iobroker-community-adapters
Copyright (c) 10.2015-2019 Pmant<patrickmo@gmx.de>
Expand Down
4 changes: 2 additions & 2 deletions widgets/justgage/js/justgage.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
ioBroker.vis justgage Widget-Set
version: "2.1.6"
version: "2.1.7"
Copyright (c) 2023-2024 iobroker-community-adapters
Copyright (c) 10.2015-2019 Pmant<patrickmo@gmx.de>
Expand Down Expand Up @@ -106,7 +106,7 @@ if (vis.editMode) {

// this code can be placed directly in justgage.html
vis.binds.justgage = {
version: '2.1.6',
version: '2.1.7',
showVersion: function () {
if (vis.binds.justgage.version) {
console.log('Version justgage: ' + vis.binds.justgage.version);
Expand Down

0 comments on commit 425285f

Please sign in to comment.