Skip to content

Commit

Permalink
chore: release v1.2.2
Browse files Browse the repository at this point in the history
* (afuerhoff) bug fixed json tables [#215](#215)
* (afuerhoff) link feature optimized. See #206
  • Loading branch information
afuerhoff committed Jul 28, 2023
1 parent dfe8df0 commit 5f65ae1
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
@@ -1,4 +1,8 @@
# Older changes
## 1.1.24 (2022-12-22)
* (afuerhoff) axios updated
* (afuerhoff) CancelToken as option implemented. For node versions less than 16

## 1.1.23 (2022-12-20)
* (afuerhoff) fb devices with empty hostname are ignored

Expand Down
6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -207,7 +207,7 @@ Here you will find information when the family member arrives or leaving home.
Here you will find information about the history of the current day.

## Changelog
### **WORK IN PROGRESS**
### 1.2.2 (2023-07-28)
* (afuerhoff) bug fixed json tables [#215](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/215)
* (afuerhoff) link feature optimized. See #206

Expand All @@ -226,10 +226,6 @@ Here you will find information about the history of the current day.
### 1.1.25 (2023-01-21)
* (afuerhoff) Warning message empty hostname optimized. Issue [#180](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/180)

### 1.1.24 (2022-12-22)
* (afuerhoff) axios updated
* (afuerhoff) CancelToken as option implemented. For node versions less than 16

## License
MIT License

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
@@ -1,8 +1,21 @@
{
"common": {
"name": "fb-checkpresence",
"version": "1.2.1",
"version": "1.2.2",
"news": {
"1.2.2": {
"en": "bug fixed json tables [#215](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/215)\nlink feature optimized. See #206",
"de": "fehler behobene json Tabellen #[215](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/215)\nlink-Feature optimiert. Vgl",
"ru": "баг фиксированные json таблицы #[215](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/215)\nфункция ссылки оптимизирована. См #206",
"pt": "bug corrigido tabelas json #[215](https://github.com/afuerhoff/ioBroker.fb-checkpresença/edições/215)\nrecurso de link otimizado. Ver #206",
"nl": "quality over Quantity (QoQ) Releases Vertaling:\nverbinding optimaal. #206",
"fr": "bug fixed json tables #[215](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/215)\nfonction de lien optimisé. Voir #206",
"it": "#[215](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/215)\nfunzione di collegamento ottimizzato. Vedere",
"es": "bug fixed json tables #[215](https://github.com/afuerhoff/ioBroker.fb-checkpresence/issues/215)\nfunción de enlace optimizada. See #206",
"pl": "tablice jsonowe #215 (https:/github.com/afuerhoff/ioBroker.fb-checkpresence/issues/215)\nfunkcja łącza optymalizowana. Zobacz #206",
"uk": "[215](https://github.com/afuerhoff/ioBroker.fb-checkpresence/products/215)\nфункція посилання оптимізована. Бачити #206",
"zh-cn": "bugixson表格(http://github.com/afuerhoff/ioBroker.fb-rappresence/issues/215)\n联系是优化的。 见第206号行动。"
},
"1.2.1": {
"en": "bug fixed property link",
"de": "fehler behobene eigenschaft link",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "urządzenia z pustą nazwą hosta są ignorowane",
"uk": "fb пристрої з порожнім хостом ігноруються",
"zh-cn": "被忽视有空落的装置"
},
"1.1.22": {
"en": "axios updated\nerror handling optimized",
"de": "axios aktualisiert\nfehlerbehandlung optimiert",
"ru": "axios обновлено\nобработка ошибок оптимизирована",
"pt": "axios atualizados\nmanipulação de erros otimizado",
"nl": "quality over quantity (qoq) releases vertaling:\nerror omgaan met optimistisch",
"fr": "axios mis à jour\nmaniement d'erreur optimisé",
"it": "axios aggiornato\ngestione degli errori ottimizzata",
"es": "axios actualizados\nmanejo de errores optimizado",
"pl": "axios updated\nobsługa błędów optymalizowała",
"uk": "axios оновлений\nоптимізація обробки помилок",
"zh-cn": "a 更新的基准\n处理错误的优化"
}
},
"titleLang": {
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
@@ -1,6 +1,6 @@
{
"name": "iobroker.fb-checkpresence",
"version": "1.2.1",
"version": "1.2.2",
"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.",
"author": {
"name": "Achim Fürhoff",
Expand Down

0 comments on commit 5f65ae1

Please sign in to comment.