Skip to content

Commit

Permalink
chore: release v3.8.1
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 15, 2024
1 parent a8a3bf8 commit eb953e9
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Older changes
## 3.5.3 (2024-06-18)
* (foxriver76) escape all unallowed characters when sending with notification manager

## 3.5.2 (2024-06-16)
* (foxriver76) escape more unallowed characters when sending with notification manager

Expand Down
5 changes: 1 addition & 4 deletions 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.1 (2024-07-15)
* (bluefox) Username can consist of more than one user. The separator is comma, semicolon or space.

### 3.8.0 (2024-07-14)
Expand All @@ -56,9 +56,6 @@ Use telegram service to communicate with ioBroker
* (klein0r) Added option to send status updates to specific users
* (klein0r) Added states for thread id (of supergroups)

### 3.5.3 (2024-06-18)
* (foxriver76) escape all unallowed characters when sending with notification manager

## License

The MIT License (MIT)
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": "telegram",
"version": "3.8.0",
"version": "3.8.1",
"news": {
"3.8.1": {
"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 Expand Up @@ -80,19 +93,6 @@
"pl": "(foxriver76) uniknąć więcej niedozwolonych znaków podczas wysyłania z menedżerem powiadomień",
"uk": "(foxriver76) втекти більше незрівняних символів при надсиланні повідомлення менеджера",
"zh-cn": "(foxriver76) 与通知管理器发送时, 逃脱更多未分配字符"
},
"3.5.1": {
"en": "(klein0r) Fixed file handling for voice files\n(klein0r) Updated dependencies",
"de": "(klein0r) Fixed-Dateihandling für Sprachdateien\n(klein0r) Aktualisierte Abhängigkeiten",
"ru": "(клеин0р) Исправленная обработка файлов для голосовых файлов\n(клеин0р) Обновленные зависимости",
"pt": "(klein0r) Manipulação de arquivos fixos para arquivos de voz\n(klein0r) Dependências atualizadas",
"nl": "(klein0r) Vaste bestandsbehandeling voor spraakbestanden\n(klein0r) Bijgewerkte afhankelijkheden",
"fr": "(klein0r) Gestion des fichiers fixes pour les fichiers vocaux\n(klein0r) Dépendances actualisées",
"it": "(Klein0r) Gestione file fisso per file vocali\n(Klein0r) Dipendenze aggiornate",
"es": "(klein0r) Manejo de archivos fijo para archivos de voz\n(klein0r) Dependencias actualizadas",
"pl": "(klein0r) Naprawiono obsługę plików głosowych\n(klein0r) Aktualizacja zależności",
"uk": "(klein0r) Виправлена обробка файлів для голосових файлів\n(klein0r) Оновлені залежності",
"zh-cn": "(鸣笛0r) 语音文件的固定文件处理\n(鸣笛0r) 更新的依赖关系"
}
},
"messages": [
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.0",
"version": "3.8.1",
"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.0",
"version": "3.8.1",
"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.0",
"version": "3.8.1",
"scripts": {
"start": "set PORT=4173 && craco start",
"old-start": "set PORT=4173 && react-scripts start",
Expand Down

0 comments on commit eb953e9

Please sign in to comment.