Skip to content

Commit 7cf2845

Browse files
committed
chore: release v3.4.1
* (klein0r) Blockly 9 compatibility for new ask block
1 parent 1ec0ee9 commit 7cf2845

7 files changed

+23
-23
lines changed

CHANGELOG_OLD.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Older changes
2+
## 3.2.1 (2024-04-03)
3+
* (PeterVoronov) An error at providing error information has been fixed.
4+
25
## 3.2.0 (2024-04-02)
36
* (mcm1957) Adapter requires node.js 18 and js-controller >= 5 now
47
* (PeterVoronov) The current error is added as a separate property error to the response object (messageId) now.

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Use telegram service to communicate with ioBroker
3939
Placeholder for the next version (at the beginning of the line):
4040
### **WORK IN PROGRESS**
4141
-->
42-
### **WORK IN PROGRESS**
42+
### 3.4.1 (2024-06-09)
4343
* (klein0r) Blockly 9 compatibility for new ask block
4444

4545
### 3.4.0 (2024-06-08)
@@ -59,9 +59,6 @@ Use telegram service to communicate with ioBroker
5959
* (foxriver76) Adapter supports js-controller 6 now
6060
* (mcm1957) Dependencies have been updated
6161

62-
### 3.2.1 (2024-04-03)
63-
* (PeterVoronov) An error at providing error information has been fixed.
64-
6562
## License
6663

6764
The MIT License (MIT)

io-package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "telegram",
4-
"version": "3.4.0",
4+
"version": "3.4.1",
55
"news": {
6+
"3.4.1": {
7+
"en": "Blockly 9 compatibility for new ask block",
8+
"de": "Blockly 9 Kompatibilität für neuen Frageblock",
9+
"ru": "Совместимость Blockly 9 для нового блока запроса",
10+
"pt": "Compatibilidade bloco 9 para novo bloco de perguntas",
11+
"nl": "Blok 9 compatibiliteit voor nieuw vraagblok",
12+
"fr": "Compatibilité Blockly 9 pour le nouveau bloc de demande",
13+
"it": "Compatibilità Blockly 9 per nuovo blocco chiedere",
14+
"es": "Bloqueo 9 compatibilidad para nuevo bloque de preguntas",
15+
"pl": "Blockly 9 kompatybilność dla nowego bloku ask",
16+
"uk": "Blockly 9 сумісність для нового блоку",
17+
"zh-cn": "新询问块的块 9 兼容性"
18+
},
619
"3.4.0": {
720
"en": "Updated Blockly definitions\nAdded Blockly block to ask questions\nRemove keyboard on answer (or timeout)",
821
"de": "Aktualisierte Blockly Definitionen\nBlockly Block hinzugefügt, um Fragen zu stellen\nEntfernen Sie die Tastatur auf der Antwort (oder Timeout)",
@@ -80,19 +93,6 @@
8093
"pl": "Adapter wymaga node.js 18 i sterownika js- > = 5 teraz\nBieżący błąd jest dodawany jako osobny błąd właściwości do obiektu odpowiedzi (messageId).\nDodano jednostki do odpowiedzi\nUaktualniono zależności0",
8194
"uk": "Адаптер вимагає node.js 18 і js-controller >= 5 тепер\nПоточна помилка додана як окрема помилка власності на об'єкт відповіді (messageId) тепер.\nДодано блоки для відповіді\nЗалежність було оновлено0",
8295
"zh-cn": "适配器需要节点.js 18和js控制器 QQ 现在5号\n当前错误作为单独属性错误添加到现在的响应对象(messageId)中.\n答复中增加的单位\n依赖关系已更新0"
83-
},
84-
"3.1.1": {
85-
"en": "Added units to responses\n",
86-
"de": "Einheiten zu Antworten hinzugefügt\n",
87-
"ru": "Добавленные единицы к ответам\n",
88-
"pt": "Unidades adicionadas a respostas\n",
89-
"nl": "Toegevoegde eenheden aan antwoorden\n",
90-
"fr": "Ajout d'unités aux réponses\n",
91-
"it": "Unità aggiunte alle risposte\n",
92-
"es": "Unidades adicionales a respuestas\n",
93-
"pl": "Dodano jednostki do odpowiedzi\n",
94-
"uk": "Додано блоки для відповіді\n",
95-
"zh-cn": "答复中增加的单位\n"
9696
}
9797
},
9898
"messages": [

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iobroker.telegram",
33
"description": "The adapter allows to send and receive telegram messages from ioBroker and to be a broker.",
4-
"version": "3.4.0",
4+
"version": "3.4.1",
55
"author": {
66
"name": "bluefox",
77
"email": "dogafox@gmail.com"

src-admin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iobroker-admin-component-telegram",
33
"private": true,
4-
"version": "3.4.0",
4+
"version": "3.4.1",
55
"scripts": {
66
"start": "set PORT=4173 && craco start",
77
"build": "craco build"

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iobroker.telegram.rules",
33
"private": true,
4-
"version": "3.4.0",
4+
"version": "3.4.1",
55
"scripts": {
66
"start": "set PORT=4173 && craco start",
77
"old-start": "set PORT=4173 && react-scripts start",

0 commit comments

Comments
 (0)