Skip to content

Commit b24e82e

Browse files
committed
chore: release v3.2.1
- Increment failed login attempts only if username or password is wrong
1 parent 39465a4 commit b24e82e

4 files changed

Lines changed: 18 additions & 19 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ The received data can also be saved as JSON (sofar_realtime.json).
2626

2727

2828
## Changelog
29-
30-
### **WORK IN PROGRESS**
29+
### 3.2.1 (2025-09-16)
3130

3231
- Increment failed login attempts only if username or password is wrong
3332

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": "sofarcloud",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"news": {
6+
"3.2.1": {
7+
"en": "Increment failed login attempts only if username or password is wrong",
8+
"de": "Erhöhe die Anzahl der fehlgeschlagenen Anmeldeversuche nur dann, wenn Benutzername oder Passwort falsch sind.",
9+
"ru": "Увеличивать количество неудачных попыток входа только в случае неправильного имени пользователя или пароля",
10+
"pt": "Aumentar tentativas de login falhadas apenas se o nome de usuário ou a senha estiverem incorretos",
11+
"nl": "Verhoog het aantal mislukte aanmeldpogingen alleen als de gebruikersnaam of het wachtwoord fout is",
12+
"fr": "Incrémenter les tentatives de connexion échouées uniquement si le nom d'utilisateur ou le mot de passe est incorrect.",
13+
"it": "Incrementa i tentativi di accesso falliti solo se il nome utente o la password sono sbagliati.",
14+
"es": "Incrementar los intentos fallidos de inicio de sesión solo si el nombre de usuario o la contraseña son incorrectos.",
15+
"pl": "Zwiększ liczbę nieudanych prób logowania tylko w przypadku błędnego nazwy użytkownika lub hasła.",
16+
"uk": "Збільшувати кількість невдаліх спроб входу лише у випадку, якщо неправильний введений логін або пароль.",
17+
"zh-cn": "仅当用户名或密码错误时,才增加登录失败尝试次数。"
18+
},
619
"3.2.0": {
720
"en": "More login info. No increment login attemps if server error",
821
"de": "Mehr Anmeldeinformationen. Keine Inkrementierung von Anmeldeversuchen bei Serverfehler",
@@ -80,19 +93,6 @@
8093
"pl": "Dodano opóźnienie 0- 57s",
8194
"uk": "Додано Delay 0-57s",
8295
"zh-cn": "延迟 0-57s 添加"
83-
},
84-
"1.0.1": {
85-
"en": "Div dependencies",
86-
"de": "Diverse Abhängigkeiten",
87-
"ru": "Div зависимости",
88-
"pt": "Dependências de Div",
89-
"nl": "Afhankelijkheden",
90-
"fr": "Dépendances",
91-
"it": "Div dipendenze",
92-
"es": "Dependencias de Div",
93-
"pl": "Zależności div",
94-
"uk": "Дивні залежності",
95-
"zh-cn": "Div 依赖关系"
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.sofarcloud",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Reads data from the SofarCloud server",
55
"author": {
66
"name": "Daniel Luginbühl",

0 commit comments

Comments
 (0)