Skip to content

Commit

Permalink
chore: release v3.7.1
Browse files Browse the repository at this point in the history
* (klein0r) Restored translations for messages
  • Loading branch information
klein0r committed Jul 3, 2024
1 parent 8391f6f commit a777394
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 3.5.1 (2024-06-12)
* (klein0r) Fixed file handling for voice files
* (klein0r) Updated dependencies

## 3.5.0 (2024-06-12)
* (klein0r) Added option to save media files into ioBroker file system (files tab)

Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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.7.1 (2024-07-03)
* (klein0r) Restored translations for messages

### 3.7.0 (2024-07-03)
Expand All @@ -58,10 +58,6 @@ Use telegram service to communicate with ioBroker
### 3.5.2 (2024-06-16)
* (foxriver76) escape more unallowed characters when sending with notification manager

### 3.5.1 (2024-06-12)
* (klein0r) Fixed file handling for voice files
* (klein0r) Updated dependencies

## License

The MIT License (MIT)
Expand Down
2 changes: 1 addition & 1 deletion admin/custom/customComponents.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/custom/customComponents.js.map

Large diffs are not rendered by default.

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.7.0",
"version": "3.7.1",
"news": {
"3.7.1": {
"en": "Restored translations for messages",
"de": "Restaurierte Übersetzungen für Nachrichten",
"ru": "Восстановленные переводы сообщений",
"pt": "Traduções restauradas para mensagens",
"nl": "Herstelde vertalingen voor berichten",
"fr": "Traductions restaurées pour les messages",
"it": "Traduzioni restaurate per messaggi",
"es": "Traducciones restauradas para mensajes",
"pl": "Przywrócone tłumaczenia wiadomości",
"uk": "Відновлення перекладу для повідомлень",
"zh-cn": "恢复信件翻译"
},
"3.7.0": {
"en": "Removed default / shadow fiel from Blockly block ask\nAdded state to answer last request (same chat)",
"de": "Entfernen von Standard / Schatten fiel aus Blockly Block fragen\nHinzugefügt Zustand, um die letzte Anfrage zu beantworten (gleiche Chat)",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Dodano opcję zapisu plików multimedialnych do systemu plików jOBroker (zakładka plików)",
"uk": "Додано параметр для збереження медіа файлів в файлову систему ioBroker (посилання на файли)",
"zh-cn": "添加了将媒体文件保存到 ioBroker 文件系统的选项( 文件标签)"
},
"3.4.1": {
"en": "Blockly 9 compatibility for new ask block",
"de": "Blockly 9 Kompatibilität für neuen Frageblock",
"ru": "Совместимость Blockly 9 для нового блока запроса",
"pt": "Compatibilidade bloco 9 para novo bloco de perguntas",
"nl": "Blok 9 compatibiliteit voor nieuw vraagblok",
"fr": "Compatibilité Blockly 9 pour le nouveau bloc de demande",
"it": "Compatibilità Blockly 9 per nuovo blocco chiedere",
"es": "Bloqueo 9 compatibilidad para nuevo bloque de preguntas",
"pl": "Blockly 9 kompatybilność dla nowego bloku ask",
"uk": "Blockly 9 сумісність для нового блоку",
"zh-cn": "新询问块的块 9 兼容性"
}
},
"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.7.0",
"version": "3.7.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.7.0",
"version": "3.7.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.7.0",
"version": "3.7.1",
"scripts": {
"start": "set PORT=4173 && craco start",
"old-start": "set PORT=4173 && react-scripts start",
Expand Down

0 comments on commit a777394

Please sign in to comment.