Skip to content

Commit

Permalink
v3.7.7 beta (#828)
Browse files Browse the repository at this point in the history
* Update npm modules
  • Loading branch information
lokonli authored Apr 8, 2021
1 parent 8d350e5 commit 1ccb212
Show file tree
Hide file tree
Showing 22 changed files with 9,692 additions and 1,863 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
Makefile.ini
/custom/*
/custom_2/*
.env
Binary file modified dist/assets/fonts/fa-brands-400.eot
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/assets/fonts/fa-brands-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/assets/fonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified dist/assets/fonts/fa-brands-400.woff
Binary file not shown.
Binary file modified dist/assets/fonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified dist/assets/fonts/fa-regular-400.eot
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/assets/fonts/fa-regular-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/assets/fonts/fa-regular-400.ttf
Binary file not shown.
Binary file modified dist/assets/fonts/fa-regular-400.woff
Binary file not shown.
Binary file modified dist/assets/fonts/fa-regular-400.woff2
Binary file not shown.
Binary file modified dist/assets/fonts/fa-solid-900.eot
Binary file not shown.
20 changes: 13 additions & 7 deletions dist/assets/fonts/fa-solid-900.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/assets/fonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified dist/assets/fonts/fa-solid-900.woff
Binary file not shown.
Binary file modified dist/assets/fonts/fa-solid-900.woff2
Binary file not shown.
42 changes: 21 additions & 21 deletions dist/bundle.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/releasenotes/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ For Dashticz's **master** version Release Notes go to: https://dashticz.readthed
Recent changes
---------------

v3.7.7 Beta (8-4-2021)
------------------------

Fixes
~~~~~~

Expand All @@ -18,6 +21,11 @@ Enhancements

* P1 Smart Meter: Computed fields 'NettUsage', 'NettCounterToday' and 'NettCounter' which can be used as value in dials.
* Garbage: Set block parameter 'ignoressl' to true to disable https SSL checks.

Code
~~~~

* Update of the external npm modules

v3.7.6 Beta (12-3-2021)
------------------------
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<meta name="msapplication-square310x310logo"
content="img/favicon/largetile.png" />
<title>Dashticz</title>
<script> var _DASHTICZ_VERSION=14;</script>
<script src="dist/bundle.js?t=14"></script>
<script> var _DASHTICZ_VERSION=15;</script>
<script src="dist/bundle.js?t=15"></script>

</head>

Expand Down
4 changes: 2 additions & 2 deletions index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<meta name="msapplication-square310x310logo"
content="img/favicon/largetile.png" />
<title>Dashticz</title>
<script> var _DASHTICZ_VERSION=14;</script>
<script src="dist/bundle.js?t=14"></script>
<script> var _DASHTICZ_VERSION=15;</script>
<script src="dist/bundle.js?t=15"></script>

</head>

Expand Down
Loading

0 comments on commit 1ccb212

Please sign in to comment.