Skip to content

Commit da0cf39

Browse files
committed
chore: release v7.1.5
* (bluefox) Added play-ground for ChatGPT (API key required)
1 parent 23606c9 commit da0cf39

11 files changed

+33
-33
lines changed

CHANGELOG_OLD.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
The newest change log is in README.md
2+
## 7.0.5 (2023-06-06)
3+
* (klein0r) reset timeouts in blockly
4+
* (klein0r) added additional blockly blocks
5+
26
## 7.0.4 (2023-06-06)
37
* (bluefox) packages updated
48
* (bluefox) Files are used for export of scripts

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Since v5.5.0 of the JavaScript adapter the following locations (relative to the
4646
<!--
4747
### **WORK IN PROGRESS**
4848
-->
49-
### **WORK IN PROGRESS**
49+
### 7.1.5 (2023-10-09)
5050
* (bluefox) Added play-ground for ChatGPT (API key required)
5151

5252
### 7.1.4 (2023-08-09)
@@ -68,10 +68,6 @@ Since v5.5.0 of the JavaScript adapter the following locations (relative to the
6868
* (bluefox) tried to correct vscode font
6969
* (bluefox) reverted blockly to the previous version
7070

71-
### 7.0.5 (2023-06-06)
72-
* (klein0r) reset timeouts in blockly
73-
* (klein0r) added additional blockly blocks
74-
7571
## License
7672
The MIT License (MIT)
7773

admin/asset-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"files": {
3-
"main.js": "/static/js/main.8d4f44d0.js",
3+
"main.js": "/static/js/main.f7655072.js",
44
"static/css/487.c44034b2.chunk.css": "/static/css/487.c44034b2.chunk.css",
5-
"static/js/487.3c7a15d5.chunk.js": "/static/js/487.3c7a15d5.chunk.js",
5+
"static/js/487.9809ca40.chunk.js": "/static/js/487.9809ca40.chunk.js",
66
"static/js/90.30165444.chunk.js": "/static/js/90.30165444.chunk.js",
77
"static/js/273.ec1de880.chunk.js": "/static/js/273.ec1de880.chunk.js",
88
"static/js/281.6af18b40.chunk.js": "/static/js/281.6af18b40.chunk.js",
@@ -144,9 +144,9 @@
144144
"static/media/Garage Doors.svg": "/static/media/Garage Doors.0c2a1cfca7ad1ea59625.svg",
145145
"static/media/Outdoor Blinds.svg": "/static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
146146
"static/media/Upstairs.svg": "/static/media/Upstairs.441813e54e0daca0882d.svg",
147-
"main.8d4f44d0.js.map": "/static/js/main.8d4f44d0.js.map",
147+
"main.f7655072.js.map": "/static/js/main.f7655072.js.map",
148148
"487.c44034b2.chunk.css.map": "/static/css/487.c44034b2.chunk.css.map",
149-
"487.3c7a15d5.chunk.js.map": "/static/js/487.3c7a15d5.chunk.js.map",
149+
"487.9809ca40.chunk.js.map": "/static/js/487.9809ca40.chunk.js.map",
150150
"90.30165444.chunk.js.map": "/static/js/90.30165444.chunk.js.map",
151151
"273.ec1de880.chunk.js.map": "/static/js/273.ec1de880.chunk.js.map",
152152
"281.6af18b40.chunk.js.map": "/static/js/281.6af18b40.chunk.js.map",
@@ -167,6 +167,6 @@
167167
"636.843c940a.chunk.js.map": "/static/js/636.843c940a.chunk.js.map"
168168
},
169169
"entrypoints": [
170-
"static/js/main.8d4f44d0.js"
170+
"static/js/main.f7655072.js"
171171
]
172172
}

admin/static/js/487.3c7a15d5.chunk.js renamed to admin/static/js/487.9809ca40.chunk.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/static/js/487.3c7a15d5.chunk.js.map renamed to admin/static/js/487.9809ca40.chunk.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/static/js/main.8d4f44d0.js renamed to admin/static/js/main.f7655072.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/static/js/main.8d4f44d0.js.map renamed to admin/static/js/main.f7655072.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/tab.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,21 @@
2020
"Apollon77 <iobroker@fischer-ka.de>",
2121
"AlCalzone"
2222
],
23-
"version": "7.1.4",
23+
"version": "7.1.5",
2424
"news": {
25+
"7.1.5": {
26+
"en": "Added play-ground for ChatGPT (API key required)",
27+
"de": "Hinzugefügt Spielplatz für ChatGPT (API-Taste erforderlich)",
28+
"ru": "Добавлена игровая площадка для ChatGPT (требуется ключ API)",
29+
"pt": "Adicionado play-ground para ChatGPT (chave API necessária)",
30+
"nl": "Toegevoegd speelplaats voor ChatGPT (API sleutel vereist)",
31+
"fr": "Ajout d'une aire de jeux pour ChatGPT (clé API requise)",
32+
"it": "Aggiunto parco giochi per ChatGPT (API chiave necessaria)",
33+
"es": "Añadido el lugar de juego para ChatGPT (API clave requerida)",
34+
"pl": "Added playground for ChatGPT (ang.)",
35+
"uk": "Додано ігровий майданчик для чатGPT (API ключ потрібно)",
36+
"zh-cn": "增加查特格预防队的场地(需要的关键)"
37+
},
2538
"7.1.4": {
2639
"en": "Added version to the side menu\nAdded blockly blocks for `getHistory` and calculated times",
2740
"de": "Version zum Seitenmenü hinzugefügt\nBlockaden für getHistory und berechnete Zeiten hinzugefügt",
@@ -99,19 +112,6 @@
99112
"pl": "klasyfikowano i skrypt zdegradowano do poprzednich wersji\npróbował poprawić fonty vcode",
100113
"uk": "попередню версію були деградовані за замовчуванням\nспробував виправити шрифт проти коду",
101114
"zh-cn": "前几版的文字和写法已降到原版本。\n试图纠正 vscode font"
102-
},
103-
"7.0.5": {
104-
"en": "reset timeouts in blockly\nadded additional blockly blocks",
105-
"de": "timeouts blockweise zurücksetzen\nzusätzliche blockblöcke hinzugefügt",
106-
"ru": "сбросить тайм-аут в блоклы\nдобавлены дополнительные блокноты",
107-
"pt": "redefinir timeouts em blockly\nadicionado blocos adicionais",
108-
"nl": "reset time-outs in blok\nvertaling:",
109-
"fr": "reset timeouts in blockly\nblocs supplémentaires",
110-
"it": "resettare i timeout in blocco\naggiunto blocchi aggiuntivi",
111-
"es": "tiempos de reajuste en bloque\nañadido bloques bloqueados adicionales",
112-
"pl": "reset timeout\ndodanie dodatkowych bloków",
113-
"uk": "час скидання в блоклі\nдодано додаткові блокноти",
114-
"zh-cn": "停滞时间\n新增的又一个阻碍因素"
115115
}
116116
},
117117
"desc": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.javascript",
3-
"version": "7.1.4",
3+
"version": "7.1.5",
44
"description": "Rules Engine for ioBroker",
55
"author": "bluefox <dogafox@gmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)