Skip to content

Commit

Permalink
new version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sickbart committed Oct 18, 2024
1 parent 04c3270 commit c872085
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 18 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ from [Sure Petcare®](https://www.surepetcare.com/en-us/press).

## Changelog

### 2.3.1 (2024-10-18)

* (Sickboy78) improved responsive design for admin page
* (Sickboy78) added nodejs 22 to test matrix
* (Sickboy78) dependency updates

### 2.3.0 (2024-09-14)

* (Sickboy78) improved handling of missing, invalid or incomplete data from API
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "sureflap",
"version": "2.3.0",
"version": "2.3.1",
"news": {
"2.3.1": {
"en": "improved responsive design of admin page",
"de": "verbessertes responsives Design der Admin-Seite",
"ru": "Слава Украины",
"pt": "design responsivo melhorado da página de administração",
"nl": "verbeterd responsief ontwerp van adminpagina",
"fr": "amélioration de la conception réactive de la page d'administration",
"it": "migliorato il design reattivo della pagina di amministrazione",
"es": "mejora del diseño adaptativo de la página de administración",
"pl": "Ulepszony responsywny wygląd strony administratora",
"uk": "покращено адаптивний дизайн сторінки адміністратора",
"zh-cn": "改进了管理页面的响应式设计"
},
"2.3.0": {
"en": "handling of API data more error-tolerant",
"de": "fehlertolerantere Verarbeitung von API-Daten",
Expand Down Expand Up @@ -67,19 +80,6 @@
"pl": "poprawka błędu",
"uk": "виправлення помилки",
"zh-cn": "错误修正"
},
"2.1.0": {
"en": "added option to enable history, default off",
"de": "Option zum Aktivieren der Chronik hinzugefügt, standardmäßig ausgeschaltet",
"ru": "Слава Украины",
"pt": "opção adicionada para ativar os dados do histórico, por defeito desligada",
"nl": "optie toegevoegd om geschiedenisgegevens in te schakelen, standaard uitgeschakeld",
"fr": "ajout d'une option permettant d'activer les données historiques, désactivée par défaut",
"it": "aggiunta l'opzione per abilitare i dati della cronologia, per default disattivata",
"es": "se ha añadido la opción de activar los datos del historial, por defecto desactivada",
"pl": "Dodano opcję włączenia danych historii, domyślnie wyłączona",
"uk": "додано опцію увімкнення даних історії, за замовчуванням вимкнено",
"zh-cn": "添加了启用历史数据的选项,默认为关闭"
}
},
"titleLang": {
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const utils = require('@iobroker/adapter-core');
const https = require('https');
const util = require('util');

const ADAPTER_VERSION = '2.3.0';
const ADAPTER_VERSION = '2.3.1';

const REQUEST_TIMEOUT = 120000;
// Constants - data update frequency
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.sureflap",
"version": "2.3.0",
"version": "2.3.1",
"description": "Adpater for smart pet devices from Sure Petcare",
"author": {
"name": "Sickboy78",
Expand Down

0 comments on commit c872085

Please sign in to comment.