Skip to content

Commit b81836a

Browse files
committed
Bump Version / Build
1 parent d523279 commit b81836a

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

updater/post-update-message.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Post Update Message for v1.10.0 -->
22
<H1>
33
<img src="{{ url_for('static', filename='img/launcher-icon-1x.png') }}" width="50" height="50" class="d-inline-block align-top" alt="">
4-
PiFire 1.10.4 Release - December 2025
4+
PiFire 1.10.5 Release - January 2026
55
</H1>
66

77
<div class="row justify-content-center">
@@ -140,6 +140,9 @@ <H1>
140140
<li>
141141
Fixed a bug where control script may crash if the user updates the controller while in Hold mode. Now the controller configuration can be updated while in Hold mode without crashing the control script.
142142
</li>
143+
<li>
144+
Fixed a bug with the MAX31865 configuration where the CS/CEx pin options were incorrect. Now only CE0 and CE1 are available for selection.
145+
</li>
143146
</ul>
144147

145148
</div> <!-- End of Card Body -->

updater/updater_manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"metadata" : {
33
"versions" : {
4-
"server" : "1.10.4",
4+
"server" : "1.10.5",
55
"cookfile" : "1.5.0",
66
"recipe" : "1.0.0",
7-
"build" : 64
7+
"build" : 65
88
},
99
"update_notes" : "",
1010
"update_warnings" : ""

0 commit comments

Comments
 (0)