Skip to content

Commit 7682b46

Browse files
authored
[OFFICIAL RELEASE] 9.0.2
* (@klein0r) Added possibility to escape chars in formatTimeDiff * (@GermanBluefox) Back-end was migrated to TypeScript * (@GermanBluefox) Breaking change: removed "request" module * (@GermanBluefox) Added prettier for scripts
1 parent 99dbebb commit 7682b46

File tree

7 files changed

+20
-7
lines changed

7 files changed

+20
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Executes Javascript, Typescript Scripts.
2626
<!--
2727
### **WORK IN PROGRESS**
2828
-->
29-
### **WORK IN PROGRESS**
29+
### 9.0.2 (2025-06-04)
3030

3131
* (@klein0r) Added possibility to escape chars in formatTimeDiff
3232
* (@GermanBluefox) Back-end was migrated to TypeScript

admin/assets/index-B0RKH_iG.js renamed to admin/assets/index-BzKS5vx-.js

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
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
type="text/javascript"
116116
src="google-blockly/own/blocks_object.js"
117117
></script>
118-
<script type="module" crossorigin src="./assets/index-B0RKH_iG.js"></script>
118+
<script type="module" crossorigin src="./assets/index-BzKS5vx-.js"></script>
119119
<link rel="modulepreload" crossorigin href="./assets/iobroker_javascript__mf_v__runtimeInit__mf_v__-CBQgOKij.js">
120120
<link rel="modulepreload" crossorigin href="./assets/_commonjsHelpers-Cpj98o6Y.js">
121121
<link rel="modulepreload" crossorigin href="./assets/iobroker_javascript__loadShare__react__loadShare__-BiJPUKBK.js">

io-package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"common": {
33
"name": "javascript",
4-
"version": "9.0.1",
4+
"version": "9.0.2",
55
"blockedVersions": [
66
"8.0.0",
77
"8.0.1"
@@ -40,6 +40,19 @@
4040
"Matthias Kleine <info@haus-automatisierung.com>"
4141
],
4242
"news": {
43+
"9.0.2": {
44+
"en": "Added possibility to escape chars in formatTimeDiff\nBack-end was migrated to TypeScript\nBreaking change: removed \"request\" module\nAdded prettier for scripts",
45+
"de": "Zusätzliche Möglichkeit, Zeichen im Format zu entkommen TimeDiff\nBackend wurde zu TypeScript migriert\nBreaking change: entferntes Modul \"Request\"\nHinzugefügt schöner für Scripts",
46+
"ru": "Добавлена возможность побега чаров в формате тайм-дифф\nBack-end был перенесен на TypeScript\nПереломное изменение: удален модуль «запрос»\nДобавлено красивее для сценариев",
47+
"pt": "Adicionado possibilidade de escapar de chars em formato Ponto de vista\nO back-end foi migrado para TypeScript\nAlteração de ruptura: módulo de \"requisição\" removido\nAdicionado mais bonito para scripts",
48+
"nl": "Toegevoegd mogelijkheid om te ontsnappen tekens in formaat TimeDiff\nBack-end is gemigreerd naar TypeScript\nBreaking change: verwijderd \"verzoek\" module\nMooier toegevoegd voor scripts",
49+
"fr": "Ajout de la possibilité d'échapper aux caractères dans le format TimeDiff\nBack-end a été migré vers TypeScript\nChangement de rupture: supprimé module \"demande\"\nAjout de joli pour les scripts",
50+
"it": "Aggiunta possibilità di sfuggire a chars in formato Orario\nBack-end è stato migrato a TypeScript\nCambiamento di rottura: rimosso modulo \"richiesta\"\nAggiunto più bello per gli script",
51+
"es": "Añadido posibilidad de escapar de los charcos en formato TimeDiff\nBack-end fue migrado a TipoScript\nCambio de ruptura: módulo de \"requisición\" eliminado\nAñadido más alto para scripts",
52+
"pl": "Dodano możliwość ucieczki znaków w formacie TimeDiff\nBack- end został przeniesiony do TypeScript\nZmiana: usunięty moduł \"request\"\nDodano ładniejsze dla skryptów",
53+
"uk": "Додано можливість втекти chars у форматі Час\nBack-end був мігрований до TypeScript\nЗміна несправностей: видалений модуль \"запит\"\nДодано претtier для скриптів",
54+
"zh-cn": "添加格式跳过字符的可能性 时间\n后端已迁移到类型脚本\n中断更改: 删除“ 请求” 模块\n为脚本添加更美的"
55+
},
4356
"8.9.2": {
4457
"en": "Updated packages for GUI\nUsed TypeScript for an admin component",
4558
"de": "Aktualisierte Pakete für GUI\nGebrauchte TypeScript für eine Admin-Komponente",

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": "9.0.1",
3+
"version": "9.0.2",
44
"description": "Rules Engine for ioBroker",
55
"author": "bluefox <dogafox@gmail.com>",
66
"contributors": [

src-admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iobroker-admin-component-backitup",
33
"private": true,
4-
"version": "9.0.0",
4+
"version": "9.0.1",
55
"type": "module",
66
"scripts": {
77
"start": "vite --port 4173",

src-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"private": true,
55
"type": "module",
66
"dependencies": {

0 commit comments

Comments
 (0)