File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1+ github : fewieden
12custom : ['https://paypal.me/fewieden']
Original file line number Diff line number Diff line change 11# MMM-soccer Changelog
22
3- ## [ Unreleased ]
3+ ## [ 2.2.1 ]
44
55### Fixed
66
7- ### Added
8-
9- ### Changed
10-
11- ### Removed
7+ * [ Nunjuck template was rendering one team less than specified in config] ( https://github.com/fewieden/MMM-soccer/issues/39 )
128
139## [ 2.2.0]
1410
Original file line number Diff line number Diff line change 11{
22 "name" : " mmm-soccer" ,
3- "version" : " 2.2.0 " ,
3+ "version" : " 2.2.1 " ,
44 "description" : " European Soccer Standings Module for MagicMirror2" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 1818 </tr >
1919 </thead >
2020 <tbody >
21- {% for index in range (boundaries .firstTeam , boundaries .lastTeam ) %}
21+ {% for index in range (boundaries .firstTeam , boundaries .lastTeam + 1 ) %}
2222 <tr class =" centered-row {% if index === boundaries.focusTeamIndex %}bright{% endif %}" style =" {{ index | fade (boundaries .focusTeamIndex ) }} " >
2323 <td >{{ standing [index ].position }} </td >
2424 {% if config .logos %}
You can’t perform that action at this time.
0 commit comments