Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
* (xXBJXx) removed the Bonjour search, because it did not work properly
* (xXBJXx) Adding a delete function for devices
* (xXBJXx) Dependency updates
* (xXBJXx) feature request [#2](#2) added
  • Loading branch information
xXBJXx committed Feb 6, 2023
1 parent 2b11ac0 commit fad24b3
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 12 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,19 @@ The data points are divided into:
<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
-->
### 0.1.0 (2023-02-06)
* (xXBJXx) removed the Bonjour search, because it did not work properly
* (xXBJXx) Adding a delete function for devices
* (xXBJXx) Dependency updates
* (xXBJXx) feature request [#2](https://github.com/xXBJXx/ioBroker.elgato-key-light/issues/2) added

* (xXBJXx) feature request [#2](https://github.com/xXBJXx/ioBroker.elgato-key-light/issues/2) added

### 0.0.3 (2023-01-22)
* (xXBJXx) changed all images to png

* (xXBJXx) changed all images to png

### 0.0.2 (2023-01-22)
* (xXBJXx) first release

* (xXBJXx) first release

## License
MIT License

Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "elgato-key-light",
"version": "0.0.3",
"version": "0.1.0",
"news": {
"0.1.0": {
"en": "removed the Bonjour search, because it did not work properly\nAdding a delete function for devices\nDependency updates\nfeature request #2 added",
"de": "die Bonjour-Suche entfernt, da sie nicht richtig funktionierte\nHinzufügen einer Löschfunktion für Geräte\nAktualisierungen der Abhängigkeiten\nFeature Request #2 hinzugefügt",
"ru": "удален поиск Bonjour, поскольку он не работал должным образом\nДобавление функции удаления для устройств\nОбновления зависимостей\nдобавлен запрос функции #2",
"pt": "removeu a pesquisa Bonjour, porque não funcionava correctamente\nAcrescentar uma função de apagar para dispositivos\nActualizações de dependências\npedido de característica #2 adicionado",
"nl": "de Bonjour-zoekopdracht verwijderd, omdat deze niet goed werkte\nEen verwijderfunctie voor apparaten toegevoegd\nUpdates van afhankelijkheden\nfeature request #2 toegevoegd",
"fr": "supprimé la recherche Bonjour, car elle ne fonctionnait pas correctement\nAjout d'une fonction de suppression pour les appareils\nMises à jour des dépendances\ndemande de fonctionnalité #2 ajoutée",
"it": "rimosso la ricerca Bonjour, perché non funzionava correttamente\nAggiunta una funzione di eliminazione per i dispositivi\nAggiornamenti delle dipendenze\nrichiesta di funzionalità #2 aggiunta",
"es": "eliminado la búsqueda Bonjour, porque no funcionaba correctamente\nAgregando una función de eliminación para dispositivos\nActualizaciones de dependencias\nsolicitud de función #2 agregada",
"pl": "usunięto wyszukiwanie Bonjour, ponieważ nie działało poprawnie\nDodawanie funkcji usuwania dla urządzeń\nAktualizacje zależności\nżądanie funkcji #2 dodane",
"uk": "видалено пошук Bonjour, оскільки він не працював правильно\nДодавання функції видалення для пристроїв\nОновлення залежностей\nзапит функції #2 додано",
"zh-cn": "删除了Bonjour搜索,因为它无法正常工作\n添加用于设备的删除功能\n依赖项更新\n功能请求#2已添加"
},
"0.0.3": {
"en": "changed all images to png",
"de": "alle Bilder in png geändert",
Expand Down
4 changes: 2 additions & 2 deletions 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.elgato-key-light",
"version": "0.0.3",
"version": "0.1.0",
"description": "With the Elgato Key Light Adapter you can query and control Elgato lamps like Elgato Key Light / Elgato Key Light Air.",
"author": {
"name": "xXBJXx",
Expand Down

0 comments on commit fad24b3

Please sign in to comment.