Skip to content

Commit

Permalink
Release 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Jan 5, 2020
1 parent 59dd67f commit 7cb8c9f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions CHANGED
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FHEM haus-automatisierung.com custom theme last changes:
2019-08-09
- 2.12
- Dashboard fixes
- Dashboard resizer
2020-01-05
- Update _content.scss
- Merge pull request #121 from aHVzY2g/version-2
- Merge pull request #120 from mackshot/patch-2
- Merge pull request #122 from mackshot/patch-3
- Merge pull request #119 from mackshot/patch-1
- Korrektur <pre> Element
- Update _content.scss
- Merge pull request #123 from mackshot/patch-1
- Merge branch 'version-2' of github.com:klein0r/fhem-style-haus-automatisierung into version-2
- 2.13
- remotecontrol
- AttrGroups
- AttrGroups v2
- Floorplans
- Floorplans
- 2.15
6 changes: 3 additions & 3 deletions controls_ha_theme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ UPD 2017-08-17_20:17:57 2727 www/images/hausautomatisierung_com/plug.svg
UPD 2017-08-17_20:17:57 3199 www/images/hausautomatisierung_com/on.svg
UPD 2017-08-17_20:17:57 6250 www/images/hausautomatisierung_com/router.svg
UPD 2017-08-17_20:17:57 2398 www/images/hausautomatisierung_com/doorhandle.svg
UPD 2019-08-09_14:58:50 35535 www/pgm2/hausautomatisierung_comstyle.css
UPD 2020-01-05_21:17:11 36315 www/pgm2/hausautomatisierung_comstyle.css
UPD 2019-08-09_14:58:50 6074 www/pgm2/hausautomatisierung_comfloorplanstyle.css
UPD 2019-05-15_08:23:27 2996 www/pgm2/hausautomatisierung_comsvg_defs.svg
UPD 2019-08-09_14:58:50 10183 www/pgm2/hausautomatisierung_com.js
UPD 2018-01-30_20:22:38 5011 www/pgm2/hausautomatisierung_comsvg_style.css
UPD 2020-01-05_21:17:11 10944 www/pgm2/hausautomatisierung_com.js
UPD 2020-01-05_21:17:11 5129 www/pgm2/hausautomatisierung_comsvg_style.css
UPD 2017-07-04_22:17:20 20144 www/hausautomatisierung-com/images/haus_automatisierung.png
UPD 2017-07-04_22:17:20 81828 www/hausautomatisierung-com/images/bg_wrapper.jpg
2 changes: 1 addition & 1 deletion prepare_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rm controls_ha_theme.txt

echo "MOV ./www/hausautomatisierung-com/custom.js unused" >> controls_ha_theme.txt

find ./www ./FHEM -type f \( ! -iname ".*" \) -print0 | while IFS= read -r -d '' f;
find ./www -type f \( ! -iname ".*" \) -print0 | while IFS= read -r -d '' f;
do
out="UPD "$(stat -f "%Sm" -t "%Y-%m-%d_%T" $f)" "$(stat -f%z $f)" ${f}"
echo ${out//.\//} >> controls_ha_theme.txt
Expand Down

0 comments on commit 7cb8c9f

Please sign in to comment.