Skip to content

Commit

Permalink
chore: release v1.0.1
Browse files Browse the repository at this point in the history
* (mcm1957) Writing states now requires ack flag to be false.
* (mcm1957) Small adaptions to solve review issues have been applied.
  • Loading branch information
mcm1957 committed Jan 18, 2024
1 parent 9baa043 commit 88346eb
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 22 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Older changes
## 0.0.2 (2023-01-22)
* (xXBJXx) first release
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,32 +83,29 @@ The data points are divided into:
<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
-->
### 1.0.1 (2024-01-18)
* (mcm1957) Writing states now requires ack flag to be false.
* (mcm1957) Small adaptions to solve review issues have been applied.

* (mcm1957) Small adaptions to solve review issues have been applied.

### 1.0.0 (2024-01-18)
* (mcm1957) Adapter requires node.js 18 or newer now
* (mcm1957) Adapter has been moved into iobroker-community-adapters area
* (mcm1957) Dependencies have been updated

* (mcm1957) Dependencies have been updated

### 0.2.0 (2023-02-26)
* (xXBJXx) updated dependencies
* (xXBJXx) Updating the UI to the new functions of the iobroker-react library

* (xXBJXx) Updating the UI to the new functions of the iobroker-react library

### 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

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

* (xXBJXx) changed all images to png

## License
MIT License

Expand Down
2 changes: 1 addition & 1 deletion build/main.js

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

4 changes: 2 additions & 2 deletions build/main.js.map

Large diffs are not rendered by default.

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": "1.0.0",
"version": "1.0.1",
"news": {
"1.0.1": {
"en": "Writing states now requires ack flag to be false.\nSmall adaptions to solve review issues have been applied.",
"de": "Das Schreiben von Zuständen erfordert jetzt, dass das ack-Flag falsch ist.\nEs wurden kleine Anpassungen gemäß Review-Feedback vorgenommen.",
"ru": "Написание состояний теперь требует, чтобы флаг был ложным.\nПрименяются небольшие приспособления для решения вопросов обзора.",
"pt": "Escrever estados agora exige que a bandeira da ack seja falsa.\nForam aplicadas pequenas adaptações para resolver problemas de revisão.",
"nl": "Schrijven van staten vereist nu ack vlag om vals te zijn.\nEr zijn kleine aanpassingen toegepast om herzieningskwesties op te lossen.",
"fr": "L'écriture des états exige maintenant que le drapeau ack soit faux.\nDe petites adaptations pour résoudre les problèmes d'examen ont été appliquées.",
"it": "La scrittura degli stati richiede ora che la bandiera del cazzo sia falsa.\nSono state applicate piccole adattazioni per risolvere problemi di revisione.",
"es": "Escribir estados ahora requiere que la bandera de la cubierta sea falsa.\nSe han aplicado pequeñas adaptaciones para resolver los problemas de examen.",
"pl": "Pisanie stanów wymaga teraz fałszywej flagi.\nZastosowano niewielkie dostosowania w celu rozwiązania problemów związanych z przeglądem.",
"uk": "Письмові стани тепер вимагають невірного прапора.\nНаведено незначні адаптації до вирішення питань.",
"zh-cn": "写作状态现在要求阿克旗是假的.\n为解决审查问题进行了小规模的调整."
},
"1.0.0": {
"en": "Adapter requires node.js 18 or newer now\nAdapter has been moved into iobroker-community-adapters area\nDependencies have been updated",
"de": "Adapter benötigt node.js 18 oder neuer nun\nAdapter wurde in Iobroker-Community-Adapter Bereich verschoben\nAbhängigkeiten wurden aktualisiert",
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": "1.0.0",
"version": "1.0.1",
"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 88346eb

Please sign in to comment.