Skip to content

Commit

Permalink
chore: release v1.3.3
Browse files Browse the repository at this point in the history
- Fix for login. If settings are not loading, delete the instance and create a new instance.
  • Loading branch information
TA2k committed Jan 3, 2025
1 parent 97c311d commit f14ffa6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 17 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Use id.remote.\* to control the mower
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 1.3.3 (2025-01-03)

- Fix for login. If settings are not loading, delete the instance and create a new instance.

### 1.3.2 (2024-11-28)

- (TA2k) Fix for Login
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": "boschindego",
"version": "1.3.2",
"version": "1.3.3",
"news": {
"1.3.3": {
"en": "Fix for login. If settings are not loading, delete the instance and create a new instance.",
"de": "Fix für die Anmeldung. Wenn Einstellungen nicht geladen werden, löschen Sie die Instanz und erstellen Sie eine neue Instanz.",
"ru": "Исправьте для входа. Если настройки не загружаются, удалите экземпляр и создайте новый экземпляр.",
"pt": "Fix para login. Se as configurações não estiverem carregando, exclua a instância e crie uma nova instância.",
"nl": "Repareren voor login. Als de instellingen niet geladen zijn, verwijder dan de instantie en maak een nieuwe instantie aan.",
"fr": "Correction pour la connexion. Si les paramètres ne sont pas chargés, supprimez l'instance et créez une nouvelle instance.",
"it": "Fissa per il login. Se le impostazioni non vengono caricate, cancella l'istanza e crea una nuova istanza.",
"es": "Arregla para entrar. Si la configuración no está cargando, elimine la instancia y cree una nueva instancia.",
"pl": "Napraw logowanie. Jeśli ustawienia nie są wczytywane, usunąć instancję i utworzyć nową instancję.",
"uk": "Виправлення логіки. Якщо налаштування не завантаження, видаліть екземпляр і створіть новий екземпляр.",
"zh-cn": "修复登录。 如果设置未加载, 请删除实例并创建新实例 ."
},
"1.3.2": {
"en": "Fix for Login\nIncorrect versioning (1.2.3 instead of 1.3.2) has been corrected",
"de": "Fest zum Login\nFalsche Versionierung (1.2.3 statt 1.3.2) wurde korrigiert",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Adapter wymaga node.js 18 i sterownika js- > = 5 teraz\nZaktualizowano zależności",
"uk": "Адаптер вимагає node.js 18 і js-controller >= 5 тепер\nЗалежність було оновлено",
"zh-cn": "适配器需要节点.js 18和js控制器 QQ 现在5号\n依赖关系已更新"
},
"1.1.2": {
"en": "Fix Map location",
"de": "Fix für Kartenposition",
"ru": "Расположение карты",
"pt": "Corrigir localização do mapa",
"nl": "Plaats van de kaart herstellen",
"fr": "Correction de l'emplacement de la carte",
"it": "Fissare la posizione della mappa",
"es": "Ubicación del mapa",
"pl": "Napraw lokalizację mapy",
"uk": "Карта сайту",
"zh-cn": "修复地图位置"
}
},
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.boschindego",
"version": "1.3.2",
"version": "1.3.3",
"description": "Adapter for Bosch Indego Mower",
"author": {
"name": "TA2k",
Expand Down

0 comments on commit f14ffa6

Please sign in to comment.