Skip to content

Commit

Permalink
chore: release v3.8.2
Browse files Browse the repository at this point in the history
* (bluefox) Username can consist of more than one user. The separator is comma, semicolon or space.
  • Loading branch information
GermanBluefox committed Jul 16, 2024
1 parent 9318484 commit 27f2ba3
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Use telegram service to communicate with ioBroker
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 3.8.2 (2024-07-16)
* (bluefox) Username can consist of more than one user. The separator is comma, semicolon or space.

### 3.8.0 (2024-07-14)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "telegram",
"version": "3.8.1",
"version": "3.8.2",
"news": {
"3.8.2": {
"en": "Username can consist of more than one user. The separator is comma, semicolon or space.",
"de": "Benutzername kann aus mehr als einem Benutzer bestehen. Der Separator ist Komma, Semikolon oder Raum.",
"ru": "Имя пользователя может состоять из нескольких пользователей. Сепаратор - комма, полуколон или пространство.",
"pt": "O nome de usuário pode consistir em mais de um usuário. O separador é vírgula, vírgula ou espaço.",
"nl": "Gebruikersnaam kan bestaan uit meer dan één gebruiker. De scheiding is komma, puntkomma of ruimte.",
"fr": "Nom d'utilisateur peut se composer de plus d'un utilisateur. Le séparateur est virgule, semi-colon ou espace.",
"it": "Il nome utente può essere composto da più di un utente. Il separatore è virgola, virgola o spazio.",
"es": "El nombre de usuario puede consistir en más de un usuario. El separador es coma, ymicolon o espacio.",
"pl": "Nazwa użytkownika może zawierać więcej niż jednego użytkownika. Separator to przecinek, średnik lub przestrzeń.",
"uk": "Ім'я користувача може містити більше одного користувача. Сепаратор - кома, напівколон або простір.",
"zh-cn": "用户名可以由多个用户组成. 分隔符是逗号,分号或空格."
},
"3.8.0": {
"en": "Migrated GUI for Admin 7",
"de": "Migrated GUI für Admin 7",
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,7 +1,7 @@
{
"name": "iobroker.telegram",
"description": "The adapter allows to send and receive telegram messages from ioBroker and to be a broker.",
"version": "3.8.1",
"version": "3.8.2",
"author": {
"name": "bluefox",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion src-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker-admin-component-telegram",
"private": true,
"version": "3.8.1",
"version": "3.8.2",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.telegram.rules",
"private": true,
"version": "3.8.1",
"version": "3.8.2",
"scripts": {
"start": "set PORT=4173 && craco start",
"old-start": "set PORT=4173 && react-scripts start",
Expand Down

0 comments on commit 27f2ba3

Please sign in to comment.