Skip to content

Commit

Permalink
chore: release v7.1.4
Browse files Browse the repository at this point in the history
* (bluefox) Added version to the side menu
* (klein0r) Added blockly blocks for `getHistory` and calculated times
  • Loading branch information
GermanBluefox committed Aug 9, 2023
1 parent 8c2a4ae commit 51c5d45
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -46,7 +46,7 @@ Since v5.5.0 of the JavaScript adapter the following locations (relative to the
<!--
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 7.1.4 (2023-08-09)
* (bluefox) Added version to the side menu
* (klein0r) Added blockly blocks for `getHistory` and calculated times

Expand Down
10 changes: 5 additions & 5 deletions admin/asset-manifest.json
@@ -1,8 +1,8 @@
{
"files": {
"main.js": "/static/js/main.f7339b56.js",
"main.js": "/static/js/main.b6992c4d.js",
"static/css/487.c44034b2.chunk.css": "/static/css/487.c44034b2.chunk.css",
"static/js/487.1df26eb1.chunk.js": "/static/js/487.1df26eb1.chunk.js",
"static/js/487.ab27ee79.chunk.js": "/static/js/487.ab27ee79.chunk.js",
"static/js/90.30165444.chunk.js": "/static/js/90.30165444.chunk.js",
"static/js/664.92d7f11f.chunk.js": "/static/js/664.92d7f11f.chunk.js",
"static/js/281.6af18b40.chunk.js": "/static/js/281.6af18b40.chunk.js",
Expand Down Expand Up @@ -144,9 +144,9 @@
"static/media/Garage Doors.svg": "/static/media/Garage Doors.0c2a1cfca7ad1ea59625.svg",
"static/media/Outdoor Blinds.svg": "/static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
"static/media/Upstairs.svg": "/static/media/Upstairs.441813e54e0daca0882d.svg",
"main.f7339b56.js.map": "/static/js/main.f7339b56.js.map",
"main.b6992c4d.js.map": "/static/js/main.b6992c4d.js.map",
"487.c44034b2.chunk.css.map": "/static/css/487.c44034b2.chunk.css.map",
"487.1df26eb1.chunk.js.map": "/static/js/487.1df26eb1.chunk.js.map",
"487.ab27ee79.chunk.js.map": "/static/js/487.ab27ee79.chunk.js.map",
"90.30165444.chunk.js.map": "/static/js/90.30165444.chunk.js.map",
"664.92d7f11f.chunk.js.map": "/static/js/664.92d7f11f.chunk.js.map",
"281.6af18b40.chunk.js.map": "/static/js/281.6af18b40.chunk.js.map",
Expand All @@ -167,6 +167,6 @@
"395.567d099b.chunk.js.map": "/static/js/395.567d099b.chunk.js.map"
},
"entrypoints": [
"static/js/main.f7339b56.js"
"static/js/main.b6992c4d.js"
]
}
1 change: 0 additions & 1 deletion admin/static/js/487.1df26eb1.chunk.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions admin/static/js/487.ab27ee79.chunk.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/tab.html

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion io-package.json
Expand Up @@ -20,8 +20,21 @@
"Apollon77 <iobroker@fischer-ka.de>",
"AlCalzone"
],
"version": "7.1.3",
"version": "7.1.4",
"news": {
"7.1.4": {
"en": "Added version to the side menu\nAdded blockly blocks for `getHistory` and calculated times",
"de": "Version zum Seitenmenü hinzugefügt\nBlockaden für getHistory und berechnete Zeiten hinzugefügt",
"ru": "Добавлена версия к боковому меню\nДобавлены блокноты для getHistory и рассчитанные времена",
"pt": "Versão adicionada ao menu lateral\nAdicionado bloqueio blocos para getHistory e tempos calculados",
"nl": "Vertaling:\nVertaling:",
"fr": "Ajout de la version au menu\nAjout de blocs bloqués pour getHistory et les temps calculés",
"it": "Versione aggiunta al menu laterale\nAggiunto blocchi per ottenereHistory e tempi calcolati",
"es": "Versión agregada al menú lateral\nBloques bloqueados para conseguirHistoria y tiempos calculados",
"pl": "Dodana wersja do bocznego menu\nZamknięte bloki do gotHistory i obliczane czasy",
"uk": "Додано версію в бічне меню\nДодано блокнотні блоки для getHistory і обчислених разів",
"zh-cn": "增加一侧的男子版本\n增加准时和计算时间的障碍"
},
"7.1.1": {
"en": "corrected the script export",
"de": "korrigierte das skript export",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "iobroker.javascript",
"version": "7.1.3",
"version": "7.1.4",
"description": "Rules Engine for ioBroker",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,6 +1,6 @@
{
"name": "js",
"version": "7.1.3",
"version": "7.1.4",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down

0 comments on commit 51c5d45

Please sign in to comment.