Skip to content

Commit dc31d54

Browse files
committed
Bump Version & Build
1 parent dcad711 commit dc31d54

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.1 Release - October 2025
4+
PiFire 1.10.2 Release - November 2025
55
</H1>
66

77
<div class="row justify-content-center">
@@ -131,6 +131,9 @@ <H1>
131131
<li>
132132
<strong>1.10.1 Bug Fix:</strong> Fixed an issue where the SPI device number was not being properly configured for SPI displays. This caused issues when using SPI device 1 instead of the default SPI device 0. SPI Device needs to be selected in the display configuration during the configuration wizard process.
133133
</li>
134+
<li>
135+
Upgrader and installer improvements to improve robustness of the installation process. Various fixes to ensure that the installation process completes successfully on all supported Raspberry Pi OS versions.
136+
</li>
134137
</ul>
135138

136139
</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.1",
4+
"server" : "1.10.2",
55
"cookfile" : "1.5.0",
66
"recipe" : "1.0.0",
7-
"build" : 61
7+
"build" : 62
88
},
99
"update_notes" : "",
1010
"update_warnings" : ""

0 commit comments

Comments
 (0)