File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
themes/version1.x/FlancoTheme Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33This file is a running track of new features and fixes to each version of the panel released starting with ` v1.6.3 ` .
44
5+ <h2 >v1.6.5</h2 >
6+
7+ <h3 >Changed</h3 >
8+
9+ - Updated ` Flanco Theme ` for the new version of the panel (Thanks for (MonkeySaint)[ https://github.com/MonkeySaint/Flanco-Theme ] ).
10+
511<h2 >v1.6.4</h2 >
612
713<h3 >Changed</h3 >
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ while [ "$done" == false ]; do
141141 " Install Enola (Only $PENULTIMATE_VERSION and $LATEST_VERSION )"
142142 " Install Twilight (Only $PENULTIMATE_VERSION and $LATEST_VERSION )"
143143 " Install Zing Theme (Only 1.6.6 and 1.7.0)"
144- " Install Flanco Theme (Only 1.6.6 and 1.7.0 )"
144+ " Install Flanco Theme (Only 1.7.0 and 1.8.1 )"
145145 " Install Background Video (Only 1.7.0 and 1.8.1)"
146146 " Install Animated Graphics (Only 1.6.6 and 1.7.0)"
147147
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ compatibility() {
124124print " Checking if the addon is compatible with your panel..."
125125
126126sleep 2
127- if [ " $PANEL_VERSION " == " 1.6.6 " ] || [ " $PANEL_VERSION " == " 1.7.0 " ]; then
127+ if [ " $PANEL_VERSION " == " 1.7.0 " ] || [ " $PANEL_VERSION " == " 1.8.1 " ]; then
128128 print " Compatible Version!"
129129 else
130130 print_error " Incompatible Version!"
You can’t perform that action at this time.
0 commit comments