Skip to content

Commit

Permalink
v0.7.1 module (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh-johnson authored May 21, 2023
1 parent 9ae9037 commit 920c8cf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions site/docs/release-history/0.7.x-garnet-mickledore.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,17 @@ On average, we expect to see a 1.25x speedup in everyday OctoPrint and Klipper/M
Benchmarks from: [Python is About to Become 64% Faster — Python 3.10 vs. Python 3.11 Benchmark](https://towardsdatascience.com/python-is-about-to-become-64-faster-python-3-10-vs-python-3-11-benchmark-3a6abcc25b90)

![Python 3.10 vs. Python 3.11 benchmarks](./img/v0.7.0/python3.10-vs-python3.11.png)

## Patch Releases

### v0.7.1

_Released May 21st, 2023_

Minor improvements for the Raspberry Pi Camera V3 Module and a critical bug fix for HQ Camera module.

[v0.7.1 Github Milestone](https://github.com/bitsy-ai/printnanny-os/milestone/13?closed=1)

* New: libcamera upgraded to 0.5.0 with improved support for Raspberry Pi Camera v3 Module (imx708)
* New: Raspberry Pi [libcamera-apps](https://www.raspberrypi.com/documentation/computers/camera_software.html#libcamera-and-libcamera-apps) package is now installed, which provides `libcamera-hello` `libcamera-jpeg` `libcamera-still` `libcamera-vid` `libcamera-raw` command-line tools.
* Fixed: Crash in Raspberry Pi HQ Camera (imx477) camera driver.
2 changes: 1 addition & 1 deletion site/printnanny-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const printnannyConfig = {
version: '0.7.0',
version: '0.7.1',
versionPretty: 'v0.7.x (Garnet Mickledore)',
slug: 'release-history/0.7.x-garnet-mickledore'
};
Expand Down

0 comments on commit 920c8cf

Please sign in to comment.