Skip to content

Commit 3cf311e

Browse files
committed
chore: release v1.2.8
* (afuerhoff) bugfix configuration * (afuerhoff) dependencies updated
1 parent cf010de commit 3cf311e

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

CHANGELOG_OLD.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Older changes
2+
## 1.2.3 (2024-01-18)
3+
* (afuerhoff) Readme updated
4+
* (afuerhoff) function jsontables optimized
5+
* (afuerhoff) non existent members set to false [#253](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/253)
6+
* (afuerhoff) optimization of log message [#240](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/240)
7+
28
## 1.2.2 (2023-07-28)
39
* (afuerhoff) bug fixed json tables [#215](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/215)
410
* (afuerhoff) link feature optimized. See #206

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Here you will find information when the family member arrives or leaving home.
218218
Here you will find information about the history of the current day.
219219

220220
## Changelog
221-
### **WORK IN PROGRESS**
221+
### 1.2.8 (2024-11-20)
222222
* (afuerhoff) bugfix configuration
223223
* (afuerhoff) dependencies updated
224224

@@ -241,12 +241,6 @@ Here you will find information about the history of the current day.
241241
* (afuerhoff) test code deleted [#257](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/257)
242242
* (afuerhoff) dependencies updated
243243

244-
### 1.2.3 (2024-01-18)
245-
* (afuerhoff) Readme updated
246-
* (afuerhoff) function jsontables optimized
247-
* (afuerhoff) non existent members set to false [#253](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/253)
248-
* (afuerhoff) optimization of log message [#240](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/240)
249-
250244
## License
251245
MIT License
252246

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "fb-checkpresence",
4-
"version": "1.2.7",
4+
"version": "1.2.8",
55
"news": {
6+
"1.2.8": {
7+
"en": "bugfix configuration\ndependencies updated",
8+
"de": "bugfix konfiguration\naktualisierte abhängigkeiten",
9+
"ru": "конфигурация исправления\nобновленная информация о зависимостях",
10+
"pt": "configuração do bugfix\ndependências atualizadas",
11+
"nl": "bugfix configuratie\nafhankelijkheden bijgewerkt",
12+
"fr": "configuration du correctif\ndépendances mises à jour",
13+
"it": "configurazione bugfix\ndipendenze aggiornate",
14+
"es": "configuración de bugfix\ndependencias actualizadas",
15+
"pl": "konfiguracja bugfix\nzaktualizowane zależności",
16+
"uk": "налаштування помилок\nоновлені залежності",
17+
"zh-cn": "错误修正配置\n更新依赖关系"
18+
},
619
"1.2.7": {
720
"en": "bugfix [#319](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/319)",
821
"de": "bugfix [#319](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/319)",
@@ -80,19 +93,6 @@
8093
"pl": "tablice jsonowe #215 (https:/github.com/afuerhoff/ioBroker.fb-checkpresence/issues/215)\nfunkcja łącza optymalizowana. Zobacz #206",
8194
"uk": "[215](https://github.com/afuerhoff/ioBroker.fb-checkpresence/products/215)\nфункція посилання оптимізована. Бачити #206",
8295
"zh-cn": "bugixson表格(http://github.com/afuerhoff/ioBroker.fb-rappresence/issues/215)\n联系是优化的。 见第206号行动。"
83-
},
84-
"1.2.1": {
85-
"en": "bug fixed property link",
86-
"de": "fehler behobene eigenschaft link",
87-
"ru": "ошибка фиксированная ссылка на недвижимость",
88-
"pt": "link de propriedade corrigida",
89-
"nl": "quality over quantity (qoq) releases vertaling:",
90-
"fr": "bug fixed property link",
91-
"it": "bug link di proprietà fisso",
92-
"es": "error de propiedad fijo",
93-
"pl": "link",
94-
"uk": "виправлено помилку",
95-
"zh-cn": "b 固定财产连接"
9696
}
9797
},
9898
"titleLang": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.fb-checkpresence",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "The adapter checks the presence of family members over the fritzbox. You must fill in the name of the family member and the mac-address of the used device. The comment is optional and you can enable or disable the family member. The datapoint based on the member name.",
55
"author": {
66
"name": "Achim Fürhoff",

0 commit comments

Comments
 (0)