Skip to content

Commit 8b2b64b

Browse files
authored
Merge pull request #83 from Grizzelbee/development
fixed adapter icon
2 parents 1cb0ee9 + fb16584 commit 8b2b64b

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,10 @@ Basically there are three ways to execute the command:
106106
## Changelog
107107
### **WORK IN PROGRESS**
108108

109-
### 1.5.6 (2023-08-09)
109+
### 1.5.7 (2023-08-10)
110110
* (grizzelbee) Fix: Added missing icon file
111111
* (grizzelbee) Fix: Some fixes to make iobroker.adapterchecker happy
112+
* (grizzelbee) Fix: Another icon fix
112113

113114
### 1.5.2 (2023-08-09)
114115
* (grizzelbee) Fix: Adapter does not crash anymore when host isn't reachable

io-package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"common": {
33
"name": "wireguard",
4-
"version": "1.5.6",
4+
"version": "1.5.7",
55
"news": {
6-
"1.5.6": {
7-
"en": "Added missing icon file",
8-
"de": "Fehlende Symboldatei hinzugefügt",
9-
"ru": "Добавлен отсутствующий файл значка",
10-
"pt": "Adicionado arquivo de ícone ausente",
11-
"nl": "Ontbrekend pictogrambestand toegevoegd",
12-
"fr": "Ajout du fichier d'icône manquant",
13-
"it": "Aggiunto file icona mancante",
14-
"es": "Archivo de icono faltante agregado",
15-
"pl": "Dodano brakujący plik ikony",
16-
"uk": "Додано відсутній файл значка",
17-
"zh-cn": "添加了缺少的图标文件"
6+
"1.5.7": {
7+
"en": "Added missing icon file\nSome fixes to make iobroker.adapterchecker happy\nAnother icon fix",
8+
"de": "Fehlende Symboldatei hinzugefügt\nEinige Korrekturen, um iobroker.adapterchecker glücklich zu machen\nEine weitere Symbolkorrektur",
9+
"ru": "Добавлен отсутствующий файл значка \n Некоторые исправления, чтобы сделать iobroker.adapterchecker счастливым \n Еще одно исправление значка",
10+
"pt": "Adicionado arquivo de ícone ausente \nAlgumas correções para deixar iobroker.adapterchecker feliz \nOutra correção de ícone",
11+
"nl": "Ontbrekend pictogrambestand toegevoegd \n Enkele oplossingen om iobroker.adapterchecker blij te maken \n Nog een pictogramfix",
12+
"fr": "Ajout du fichier d'icône manquant \n Quelques correctifs pour rendre iobroker.adapterchecker heureux \n Un autre correctif d'icône",
13+
"it": "Aggiunto file icona mancante \n Alcune correzioni per rendere felice iobroker.adapterchecker \n Un'altra correzione dell'icona",
14+
"es": "Se agregó el archivo de icono faltante \n Algunas correcciones para hacer feliz a iobroker.adapterchecker \n Otra corrección de icono",
15+
"pl": "Dodano brakujący plik ikony \n Kilka poprawek, aby uszczęśliwić iobroker.adapterchecker \n Kolejna poprawka ikony",
16+
"uk": "Додано відсутній файл значка\nДеякі виправлення, щоб зробити iobroker.adapterchecker щасливим\nЩе одне виправлення значка",
17+
"zh-cn": "添加了丢失的图标文件\n一些修复以使 iobroker.adapterchecker 满意\n另一个图标修复"
1818
},
1919
"1.5.2": {
2020
"en": "Adapter does not crash anymore when host isn't reachable\nAdded .releaseconfig file\nAdded icon to interface-device\nSome fixes to make iobroker.adapterchecker happy",
@@ -247,9 +247,9 @@
247247
"license": "MIT",
248248
"platform": "Javascript/Node.js",
249249
"main": "main.js",
250-
"icon": "wireguard.svg",
250+
"icon": "admin/wireguard.svg",
251251
"enabled": true,
252-
"extIcon": "https://raw.githubusercontent.com/Grizzelbee/ioBroker.wireguard/main/wireguard.svg",
252+
"extIcon": "https://raw.githubusercontent.com/Grizzelbee/ioBroker.wireguard/main/admin/wireguard.svg",
253253
"readme": "https://github.com/grizzelbee/ioBroker.wireguard/blob/main/README.md",
254254
"loglevel": "info",
255255
"mode": "daemon",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.wireguard",
3-
"version": "1.5.6",
3+
"version": "1.5.7",
44
"description": "Connect to WireGuard hosts and grab connection information on peers",
55
"author": {
66
"name": "grizzelbee",

0 commit comments

Comments
 (0)