Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
* (MyHomeMyData) Use web extension instead of creating own web server. Use http://localhost:8082/flexcharts/echarts.html instead of http://localhost:3100/echarts.html
  • Loading branch information
MyHomeMyData committed Oct 1, 2024
1 parent e5d9810 commit 333a963
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ More to come. Stay tuned.
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 0.1.0 (2024-10-01)
* (MyHomeMyData) Use web extension instead of creating own web server. Use http://localhost:8082/flexcharts/echarts.html instead of http://localhost:3100/echarts.html

### 0.0.4 (2024-09-13)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "flexcharts",
"version": "0.0.4",
"version": "0.1.0",
"news": {
"0.1.0": {
"en": "Use web extension instead of creating own web server. Use http://localhost:8082/flexcharts/echarts.html instead of http://localhost:3100/echarts.html",
"de": "Adapter arbeitet als Web-Extension anstatt einen eigenen Webserver bereitzustellen. Verwenden Sie http://localhost:8082/flexcharts/echarts.html anstelle von http://localhost:3100/echarts.html",
"ru": "Используйте веб-расширение вместо создания собственного веб-сервера. http://localhost:8082/flexcharts/echarts.html вместо http://localhost:3100/echarts.html",
"pt": "Use a extensão web em vez de criar um servidor web próprio. Use http://localhost:8082/flexcharts/echarts.html em vez de http://localhost:3100/echarts.html",
"nl": "Gebruik webextensie in plaats van het maken van een eigen webserver. Gebruik http://localhost:8082/flexcharts/echarts.html in plaats van http://localhost:3100/echarts.html",
"fr": "Utilisez l'extension web au lieu de créer son propre serveur web. Utiliser http://localhost:8082/flexcharts/echarts.html au lieu de http://localhost:3100/echarts.html",
"it": "Utilizzare l'estensione web invece di creare il proprio server web. Utilizzare http://localhost:8082/flexcharts/echarts.html anziché http://localhost:3100/echarts.html",
"es": "Use extensión web en lugar de crear un servidor web propio. Use http://localhost:8082/flexcharts/echarts.html en lugar de http://localhost:3100/echarts.html",
"pl": "Użyj rozszerzenia sieci zamiast tworzenia własnego serwera. Użyj http: / / localhost: 8082 / flexcharts / echarts.html zamiast http: / / localhost: 3100 / echarts.html",
"uk": "Використовуйте розширення веб-сервера замість створення власного веб-сервера. Використовуйте http://localhost:8082/flexcharts/echarts.html замість http://localhost:3100/echarts.html",
"zh-cn": "使用网络扩展而不是创建自己的网络服务器. 使用http://localhost:8082/flexcharts/echarts.html 代替 http://localhost:3100/echarts.html 互联网档案馆的存檔,存档日期2013-09-02"
},
"0.0.4": {
"en": "Changed default port to 3100 to avoid conflict with camera adapter\nCheck for conflicting port usage during start of instance\nAdded option to select dark mode\nFixed missing 404-page",
"de": "Standardport auf 3100 geändert, um Konflikte mit Kameraadapter zu vermeiden\nPrüfung auf Port-Konflikt ergänzt beim Start der Instanz\nOption hinzugefügt, um den Dark Mode auszuwählen\nFehler behoben bei 404-Seite",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.flexcharts",
"version": "0.0.4",
"version": "0.1.0",
"description": "Use all available features of eCharts within ioBroker",
"author": {
"name": "MyHomeMyData",
Expand Down

0 comments on commit 333a963

Please sign in to comment.