Skip to content

Commit 72c5587

Browse files
committed
Bump Version / Build
1 parent 01189ba commit 72c5587

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.8.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.9.4 Release - June 2025
4+
PiFire 1.9.5 Release - July 2025
55
</H1>
66
<div class="row justify-content-center">
77
<div class="card" style="width:80%">
@@ -135,6 +135,9 @@ <H1>
135135
<li>
136136
When in Celsius mode with standard ADC, prevent showing temperatures below 0C. This will prevent probes that are unconnected from showing a negative temperature on the dashboard.
137137
</li>
138+
<li>
139+
Fixed issue where the ST7789 was attempting to install the latest version of numpy, which will cause a hang when building on the Raspberry Pi. Install valid earlier version of numpy before attempting install of ST7789 module.
140+
</li>
138141
</ul>
139142

140143
</div>

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.9.4",
4+
"server" : "1.9.5",
55
"cookfile" : "1.5.0",
66
"recipe" : "1.0.0",
7-
"build" : 47
7+
"build" : 48
88
},
99
"update_notes" : "",
1010
"update_warnings" : ""

0 commit comments

Comments
 (0)