Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefau committed Dec 27, 2021
1 parent 8bcc041 commit 0e10958
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ Please also see [release page](https://github.com/Zefau/ioBroker.jarvis/releases

### v3.0.0

#### :exclamation: BREAKING CHANGES
- Replace Module `StateListHorizontal` with `HomeKitTile`

#### :star2: newly added features
**Layout**
- Add navigation drawer ([#81](https://github.com/Zefau/ioBroker.jarvis/issues/81))
Expand Down Expand Up @@ -95,6 +92,7 @@ Please also see [release page](https://github.com/Zefau/ioBroker.jarvis/releases
The CC BY-NC-ND 4.0 License
https://creativecommons.org/licenses/by-nc-nd/4.0/

Copyright (c) 2020 - 2021 Zefau <[email protected]>

By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License ("Public License").

Expand Down
9 changes: 7 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "jarvis",
"version": "3.0.0-rc.1",
"version": "3.0.0",
"title": "jarvis - just another remarkable vis",
"titleLang": {
"en": "jarvis - just another remarkable vis",
Expand All @@ -27,7 +27,12 @@
"pl": "jarvis - just another remarkable vis",
"zh-cn": "jarvis - just another remarkable vis"
},
"news": {},
"news": {
"3.0.0": {
"en": "#### :star2: newly added features\n**Layout**\n- Add navigation drawer ([#81](https://github.com/Zefau/ioBroker.jarvis/issues/81))\n- Flexible Layout: Allow Widgets to span accross columns ([#129](https://github.com/Zefau/ioBroker.jarvis/issues/129))\n- add Jumper / Link functionality to quickly change view to a certain tab / widget ([#143](https://github.com/Zefau/ioBroker.jarvis/issues/143))\n- Allow TopBar / TabBar to be placed on either top or bottom ([#234](https://github.com/Zefau/ioBroker.jarvis/issues/234))\n- Dropdown Menü für Button in der TAB-Leiste ([#638](https://github.com/Zefau/ioBroker.jarvis/issues/638))\n- Introduce tiles ([#235](https://github.com/Zefau/ioBroker.jarvis/issues/235))\n- Add option to use icon as State indication ([#264](https://github.com/Zefau/ioBroker.jarvis/issues/264))\n- Introduce different widget sizes ([#277](https://github.com/Zefau/ioBroker.jarvis/issues/277))\n- Swipe to switch between tabs ([#19](https://github.com/Zefau/ioBroker.jarvis/issues/19))\n- Automatischer Seitenwechsel nach x Minuten ([#293](https://github.com/Zefau/ioBroker.jarvis/issues/293))\n\n**Geräte / States**\n- Allow usage of Json-Format for Device Label ([#536](https://github.com/Zefau/ioBroker.jarvis/issues/536))\n- Allow styling of Device body and label ([#612](https://github.com/Zefau/ioBroker.jarvis/issues/612))\n\n**Modul Chart**\n- *Anmerkung:* Das Modul `Chart` (aus v2) wurde in v3 in `HistoryGraph` umbenannt. Das neu eingeführte Modul `Chart` in v3 erlaubt den Vergleich von verschiedenen Datenpunkt-Wertern (keine historischen Werte mehr; hierfür ist nun `HistoryGraph` zu nutzen).\n- Migrate from Chart.js to Apache ECharts ([#282](https://github.com/Zefau/ioBroker.jarvis/issues/282))\n- Rework / dense Chart layout ([#446](https://github.com/Zefau/ioBroker.jarvis/issues/446))\n- Bar graph ([#427](https://github.com/Zefau/ioBroker.jarvis/issues/427))\n- add secondary y-axis ([#326](https://github.com/Zefau/ioBroker.jarvis/issues/326))\n\n**Modul JsonTable / HtmlTable**\n- add new module HtmlTable ([#676](https://github.com/Zefau/ioBroker.jarvis/issues/676)) \n *Anmerkung:* Liest HTML Tabellen aus ioBroker (analog zu JSON-Strukturen beim Modul `JsonTable`) und stellt diese als Tabelle in jarvis dar\n- Improve module JsonTable ([#679](https://github.com/Zefau/ioBroker.jarvis/issues/679)) \n *Anmerkung:* Spalten umbenennen, Werte durch eigene Funktionen ändern, HTML nutzen, etc.\n\n**Modul AdapterStatus**\n- Allow to start / stop adapter instance\n- Add Info Type from the Adapter Updates ([#346](https://github.com/Zefau/ioBroker.jarvis/issues/346))\n\n**Modul Calendar**\n- Custom colors for calendars ([#660](https://github.com/Zefau/ioBroker.jarvis/issues/660))\n\n**Modul iFrame**\n- Aktualisierung von iFrame oder Image nur wenn zugehöriger TAB aktiv ist ([#458](https://github.com/Zefau/ioBroker.jarvis/issues/458))\n- Allow usage of settings parameter within URL of iFrame module ([#335](https://github.com/Zefau/ioBroker.jarvis/issues/335))\n\n**Status / Trigger**\n- ButtonAction als Taster ([#450](https://github.com/Zefau/ioBroker.jarvis/issues/450))\n- ToogleMode for ButtonAction / IconButtonAction ([#408](https://github.com/Zefau/ioBroker.jarvis/issues/408))\n- Allow icon as state status ([#680](https://github.com/Zefau/ioBroker.jarvis/issues/680))\n- allow specific values for trigger action ([#757](https://github.com/Zefau/ioBroker.jarvis/issues/757))\n- LevelBody: Einheit im Slider-Label berücksichtigen ([#1188](https://github.com/Zefau/ioBroker.jarvis/issues/1188))\n\n**Einstellungen / Settings**\n- Keep jarvis open in different tab/window while editing config ([#355](https://github.com/Zefau/ioBroker.jarvis/issues/355))\n- Save / apply configuration without reloading page ([#311](https://github.com/Zefau/ioBroker.jarvis/issues/311))\n- add Autocompletion of state on typing in device configuration ([#420](https://github.com/Zefau/ioBroker.jarvis/issues/420))\n- Settings Button im Menü ausblenden ([#437](https://github.com/Zefau/ioBroker.jarvis/issues/437))\n- Security prompt when deleting an entry ([#76](https://github.com/Zefau/ioBroker.jarvis/issues/76))\n- Funktiontasten (PC) zur Bearbeitung für Jarvis ([#973](https://github.com/Zefau/ioBroker.jarvis/issues/973))\n\n**Sonstiges**\n- Importer erkennt nun mehr HomeMatic / HomeMatic IP Geräte ([#719](https://github.com/Zefau/ioBroker.jarvis/issues/719), [#1186](https://github.com/Zefau/ioBroker.jarvis/issues/1186), [#1196](https://github.com/Zefau/ioBroker.jarvis/issues/1196))\n- neues Logo ([#144](https://github.com/Zefau/ioBroker.jarvis/issues/144))\n\n\n#### :bug: fixed bugs\n- Many many many bugs fixed, [see list of fixed bugs](https://github.com/Zefau/ioBroker.jarvis/issues?q=is%3Aissue+project%3AZefau%2FioBroker.jarvis%2F4+label%3A%22%3Abug%3A+bug%22+)\n\n",
"de": "#### :star2: newly added features\n**Layout**\n- Add navigation drawer ([#81](https://github.com/Zefau/ioBroker.jarvis/issues/81))\n- Flexible Layout: Allow Widgets to span accross columns ([#129](https://github.com/Zefau/ioBroker.jarvis/issues/129))\n- add Jumper / Link functionality to quickly change view to a certain tab / widget ([#143](https://github.com/Zefau/ioBroker.jarvis/issues/143))\n- Allow TopBar / TabBar to be placed on either top or bottom ([#234](https://github.com/Zefau/ioBroker.jarvis/issues/234))\n- Dropdown Menü für Button in der TAB-Leiste ([#638](https://github.com/Zefau/ioBroker.jarvis/issues/638))\n- Introduce tiles ([#235](https://github.com/Zefau/ioBroker.jarvis/issues/235))\n- Add option to use icon as State indication ([#264](https://github.com/Zefau/ioBroker.jarvis/issues/264))\n- Introduce different widget sizes ([#277](https://github.com/Zefau/ioBroker.jarvis/issues/277))\n- Swipe to switch between tabs ([#19](https://github.com/Zefau/ioBroker.jarvis/issues/19))\n- Automatischer Seitenwechsel nach x Minuten ([#293](https://github.com/Zefau/ioBroker.jarvis/issues/293))\n\n**Geräte / States**\n- Allow usage of Json-Format for Device Label ([#536](https://github.com/Zefau/ioBroker.jarvis/issues/536))\n- Allow styling of Device body and label ([#612](https://github.com/Zefau/ioBroker.jarvis/issues/612))\n\n**Modul Chart**\n- *Anmerkung:* Das Modul `Chart` (aus v2) wurde in v3 in `HistoryGraph` umbenannt. Das neu eingeführte Modul `Chart` in v3 erlaubt den Vergleich von verschiedenen Datenpunkt-Wertern (keine historischen Werte mehr; hierfür ist nun `HistoryGraph` zu nutzen).\n- Migrate from Chart.js to Apache ECharts ([#282](https://github.com/Zefau/ioBroker.jarvis/issues/282))\n- Rework / dense Chart layout ([#446](https://github.com/Zefau/ioBroker.jarvis/issues/446))\n- Bar graph ([#427](https://github.com/Zefau/ioBroker.jarvis/issues/427))\n- add secondary y-axis ([#326](https://github.com/Zefau/ioBroker.jarvis/issues/326))\n\n**Modul JsonTable / HtmlTable**\n- add new module HtmlTable ([#676](https://github.com/Zefau/ioBroker.jarvis/issues/676)) \n *Anmerkung:* Liest HTML Tabellen aus ioBroker (analog zu JSON-Strukturen beim Modul `JsonTable`) und stellt diese als Tabelle in jarvis dar\n- Improve module JsonTable ([#679](https://github.com/Zefau/ioBroker.jarvis/issues/679)) \n *Anmerkung:* Spalten umbenennen, Werte durch eigene Funktionen ändern, HTML nutzen, etc.\n\n**Modul AdapterStatus**\n- Allow to start / stop adapter instance\n- Add Info Type from the Adapter Updates ([#346](https://github.com/Zefau/ioBroker.jarvis/issues/346))\n\n**Modul Calendar**\n- Custom colors for calendars ([#660](https://github.com/Zefau/ioBroker.jarvis/issues/660))\n\n**Modul iFrame**\n- Aktualisierung von iFrame oder Image nur wenn zugehöriger TAB aktiv ist ([#458](https://github.com/Zefau/ioBroker.jarvis/issues/458))\n- Allow usage of settings parameter within URL of iFrame module ([#335](https://github.com/Zefau/ioBroker.jarvis/issues/335))\n\n**Status / Trigger**\n- ButtonAction als Taster ([#450](https://github.com/Zefau/ioBroker.jarvis/issues/450))\n- ToogleMode for ButtonAction / IconButtonAction ([#408](https://github.com/Zefau/ioBroker.jarvis/issues/408))\n- Allow icon as state status ([#680](https://github.com/Zefau/ioBroker.jarvis/issues/680))\n- allow specific values for trigger action ([#757](https://github.com/Zefau/ioBroker.jarvis/issues/757))\n- LevelBody: Einheit im Slider-Label berücksichtigen ([#1188](https://github.com/Zefau/ioBroker.jarvis/issues/1188))\n\n**Einstellungen / Settings**\n- Keep jarvis open in different tab/window while editing config ([#355](https://github.com/Zefau/ioBroker.jarvis/issues/355))\n- Save / apply configuration without reloading page ([#311](https://github.com/Zefau/ioBroker.jarvis/issues/311))\n- add Autocompletion of state on typing in device configuration ([#420](https://github.com/Zefau/ioBroker.jarvis/issues/420))\n- Settings Button im Menü ausblenden ([#437](https://github.com/Zefau/ioBroker.jarvis/issues/437))\n- Security prompt when deleting an entry ([#76](https://github.com/Zefau/ioBroker.jarvis/issues/76))\n- Funktiontasten (PC) zur Bearbeitung für Jarvis ([#973](https://github.com/Zefau/ioBroker.jarvis/issues/973))\n\n**Sonstiges**\n- Importer erkennt nun mehr HomeMatic / HomeMatic IP Geräte ([#719](https://github.com/Zefau/ioBroker.jarvis/issues/719), [#1186](https://github.com/Zefau/ioBroker.jarvis/issues/1186), [#1196](https://github.com/Zefau/ioBroker.jarvis/issues/1196))\n- neues Logo ([#144](https://github.com/Zefau/ioBroker.jarvis/issues/144))\n\n\n#### :bug: fixed bugs\n- Many many many bugs fixed, [see list of fixed bugs](https://github.com/Zefau/ioBroker.jarvis/issues?q=is%3Aissue+project%3AZefau%2FioBroker.jarvis%2F4+label%3A%22%3Abug%3A+bug%22+)\n\n"
}
},
"license": "MIT",
"platform": "Javascript/Node.js",
"logTransporter": true,
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><title>jarvis</title><meta charset=utf-8><meta name=description content="jarvis - just another remarkable vis"><meta name=format-detection content="telephone=no"><meta name=msapplication-tap-highlight content=no><meta name=viewport content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width"><meta http-equiv=cache-control content="no-cache, no-store, must-revalidate"><meta http-equiv=pragma content=no-cache><meta http-equiv=expires content=0><meta name=apple-mobile-web-app-capable content=yes><meta name=mobile-web-app-capable content=yes><meta id=theme-color name=theme-color content=""><link rel=stylesheet href=https://unpkg.com/[email protected]/dist/leaflet.css integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" crossorigin=""><link rel=icon type=image/ico href=favicon.ico id=favicon><link rel=apple-touch-icon href=icon-192x192.png><link href=css/vendor.2d4cce86.css rel=stylesheet><link href=css/app.c2b22998.css rel=stylesheet></head><body><div id=q-app></div><script src=https://www.paypalobjects.com/js/external/api.js></script><script src=js/vendor.0347f748.js></script><script src=js/app.6515d772.js></script></body></html>
<!DOCTYPE html><html><head><title>jarvis</title><meta charset=utf-8><meta name=description content="jarvis - just another remarkable vis"><meta name=format-detection content="telephone=no"><meta name=msapplication-tap-highlight content=no><meta name=viewport content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width"><meta http-equiv=cache-control content="no-cache, no-store, must-revalidate"><meta http-equiv=pragma content=no-cache><meta http-equiv=expires content=0><meta name=apple-mobile-web-app-capable content=yes><meta name=mobile-web-app-capable content=yes><meta id=theme-color name=theme-color content=""><link rel=stylesheet href=https://unpkg.com/[email protected]/dist/leaflet.css integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" crossorigin=""><link rel=icon type=image/ico href=favicon.ico id=favicon><link rel=apple-touch-icon href=icon-192x192.png><link href=css/vendor.2d4cce86.css rel=stylesheet><link href=css/app.c2b22998.css rel=stylesheet></head><body><div id=q-app></div><script src=https://www.paypalobjects.com/js/external/api.js></script><script src=js/vendor.0347f748.js></script><script src=js/app.64f6d53e.js></script></body></html>
1 change: 1 addition & 0 deletions www/js/app.64f6d53e.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion www/js/app.6515d772.js

This file was deleted.

Loading

0 comments on commit 0e10958

Please sign in to comment.