Skip to content

Commit 4cf620c

Browse files
committed
chore: release v1.2.4
* (afuerhoff) test code deleted [#257](#257) * (afuerhoff) dependencies updated
1 parent f3e56a7 commit 4cf620c

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

CHANGELOG_OLD.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Older changes
2+
## 1.1.26 (2023-04-06)
3+
* (afuerhoff) Wrong default settings in io-package.json [#188](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/188)
4+
* (afuerhoff) Wrong Axios parameter in getMeshList [#197](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/197)
5+
* (afuerhoff) dependencies updated
6+
27
## 1.1.25 (2023-01-21)
38
* (afuerhoff) Warning message empty hostname optimized. Issue [#180](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/180)
49

README.md

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

217217
## Changelog
218-
### **WORK IN PROGRESS**
218+
### 1.2.4 (2024-02-09)
219219
* (afuerhoff) test code deleted [#257](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/257)
220220
* (afuerhoff) dependencies updated
221221

@@ -236,11 +236,6 @@ Here you will find information about the history of the current day.
236236
* (afuerhoff) dependencies updated
237237
* (afuerhoff) mesh link added to family members [#206](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/206)
238238

239-
### 1.1.26 (2023-04-06)
240-
* (afuerhoff) Wrong default settings in io-package.json [#188](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/188)
241-
* (afuerhoff) Wrong Axios parameter in getMeshList [#197](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/197)
242-
* (afuerhoff) dependencies updated
243-
244239
## License
245240
MIT License
246241

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.3",
4+
"version": "1.2.4",
55
"news": {
6+
"1.2.4": {
7+
"en": "test code deleted [#257](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/257)\ndependencies updated",
8+
"de": "testcode gelöscht [#257](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/257)\naktualisierte abhängigkeiten",
9+
"ru": "испытательный код удален [#257] (https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/257)\nобновленная информация о зависимостях",
10+
"pt": "código de teste excluído [#257](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/257)\ndependências atualizadas",
11+
"nl": "testcode verwijderd [#257](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/257)\nafhankelijkheden bijgewerkt",
12+
"fr": "code d'essai supprimé [#257](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/257)\ndépendances mises à jour",
13+
"it": "codice di prova cancellato [#257](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/257)\ndipendenze aggiornate",
14+
"es": "(https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/257)\ndependencias actualizadas",
15+
"pl": "kod testowy skreślony [# 257] (https: / / github.com / afuerhoff / ioBroker.fb- checksitness / issues / 257)\nzaktualizowane zależności",
16+
"uk": "test code remove [#257](https://github.com/afuerhoff/ioBroker.fb-checkpresence/products/257)\nоновлені залежності",
17+
"zh-cn": "测试代码删除 [# 257] (https://github.com/afuerhoff/ioBroker.fb-check presence/issues/257)\n更新依赖关系"
18+
},
619
"1.2.3": {
720
"en": "Readme updated\nfunction jsontables optimized\nnon existent members set to false [#253](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/253)\noptimization of log message [#240](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/240)",
821
"de": "Reader aktualisiert\nfunktion jsontables optimiert\nnicht existentielle Mitglieder auf false [#253](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/253)\noptimierung der Log-Nachricht [#240](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/240)",
@@ -80,19 +93,6 @@
8093
"pl": "Wiadomość o pustym hostname. Numer (#180(https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/180)",
8194
"uk": "Попередження повідомлення порожній hostname оптимізовано. Випуск [#180](https://github.com/afuerhoff/ioBroker.fb-checkpresence/products/180)",
8295
"zh-cn": "警告讯息是光明的。 问题[第180](http://github.com/afuerhoff/ioBroker.fb- 检查/issues/180)"
83-
},
84-
"1.1.24": {
85-
"en": "axios updated\nCancelToken as option implemented. For node versions less than 16",
86-
"de": "axios aktualisiert\nCancelToken als Option implementiert. Für Knotenversionen kleiner als 16",
87-
"ru": "axios обновлено\nОтменитьТокен как вариант реализован. Для нодовых версий менее 16",
88-
"pt": "axios atualizados\nCancelToken como opção implementada. Para versões node menos de 16",
89-
"nl": "quality over quantity (qoq) releases vertaling:\nAnnuleer Token als optie. Voor nodeversie minder dan 16",
90-
"fr": "axios mis à jour\nAnnulerToken comme option mise en œuvre. Pour les versions node inférieures à 16",
91-
"it": "axios aggiornato\nCancelToken come opzione implementata. Per versioni nodi inferiori a 16",
92-
"es": "axios actualizados\nCancelToken como opción implementada. Para versiones de nodos menos de 16",
93-
"pl": "axios updated\nCancelToken jako opcja wdrożona. Dla węzłów mniej niż 16",
94-
"uk": "axios оновлений\nСкасувати Для версій вузлів менше 16",
95-
"zh-cn": "a 更新的基准\n堪培松作为执行的选择。 无纸"
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.3",
3+
"version": "1.2.4",
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)