Skip to content

Commit

Permalink
chore: release v2.0.4
Browse files Browse the repository at this point in the history
- (@GermanBluefox) Correcting locale for x-axis
- (@GermanBluefox) Correcting widget
  • Loading branch information
GermanBluefox committed Jan 13, 2025
1 parent b8790e6 commit 73ec0df
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ You can debug view charts locally with:
-->

## Changelog
### **WORK IN PROGRESS**
### 2.0.4 (2025-01-13)

- (@GermanBluefox) Correcting locale for x-axis
- (@GermanBluefox) Correcting widget
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
document.head.appendChild(script);
</script>
<title>Echarts [ioBroker]</title>
<script type="module" crossorigin src="./assets/index-B6UtVddM.js"></script>
<script type="module" crossorigin src="./assets/index-7UgD_MMe.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-D5BB0j0i.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion build-backend/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build-backend/main.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": "echarts",
"version": "2.0.3",
"version": "2.0.4",
"news": {
"2.0.4": {
"en": "Correcting locale for x-axis\nCorrecting widget",
"de": "Ortskorrektur für x-Achse\nKorrektur Widget",
"ru": "Корректировка лока для x-оси\nИсправление виджета",
"pt": "Correção local para eixo x\nWidget de correção",
"nl": "Lokale corrigeren voor x-as\nWidget wordt gecorrigeerd",
"fr": "Corriger le local pour l'axe des x\nCorrection du widget",
"it": "Correggere locale per x-assi\nCorreggere widget",
"es": "Corrección local para eje x\nWidget corrector",
"pl": "Korekcja lokalizacji osi x\nKorekcja widżetu",
"uk": "Виправлення локалізації для осі x\nВиправлення віджету",
"zh-cn": "纠正 x 轴的定位\n校正部件"
},
"2.0.3": {
"en": "Corrected the convert functionality",
"de": "Korrektur der Konvertierungsfunktionalität",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "zmodernizowane zależności",
"uk": "покращені залежності",
"zh-cn": "升级的依赖关系"
},
"1.7.2": {
"en": "Added option to hide the value in the future",
"de": "Option hinzugefügt, um den Wert in der Zukunft zu verbergen",
"ru": "Добавлена возможность скрыть значение в будущем",
"pt": "Opção adicionada para esconder o valor no futuro",
"nl": "Optie om de waarde in de toekomst te verbergen",
"fr": "Option supplémentaire pour cacher la valeur dans le futur",
"it": "Aggiunta opzione per nascondere il valore in futuro",
"es": "Opción agregada para ocultar el valor en el futuro",
"pl": "Wstępna możliwość ukrywania wartości w przyszłości",
"uk": "Додана можливість приховати значення в майбутньому",
"zh-cn": "增加今后隐藏价值的选择"
}
},
"titleLang": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.echarts",
"version": "2.0.3",
"version": "2.0.4",
"description": "Build useful charts in ioBroker",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit 73ec0df

Please sign in to comment.