Skip to content

Commit 613c536

Browse files
committed
Bump Version / Build
1 parent 26e926b commit 613c536

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,5 @@ dt.sh
7171
lt.sh
7272

7373
pip_list.json
74+
75+
os_info.json

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.5 Release - July 2025
4+
PiFire 1.9.6 Release - July 2025
55
</H1>
66
<div class="row justify-content-center">
77
<div class="card" style="width:80%">
@@ -138,6 +138,9 @@ <H1>
138138
<li>
139139
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.
140140
</li>
141+
<li>
142+
Added rotation support for the Raspberry Pi DSI Touch display. This allows the display to be rotated 90/180/270 degrees and includes translation of the touch coordinates to match the display rotation.
143+
</li>
141144
</ul>
142145

143146
</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.5",
4+
"server" : "1.9.6",
55
"cookfile" : "1.5.0",
66
"recipe" : "1.0.0",
7-
"build" : 48
7+
"build" : 49
88
},
99
"update_notes" : "",
1010
"update_warnings" : ""

0 commit comments

Comments
 (0)