Skip to content

Commit

Permalink
v0.7.2 patch notes (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh-johnson committed May 29, 2023
1 parent c650fac commit 40035f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion site/docs/release-history/0.7.x-garnet-mickledore.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sidebar_position: 194
The kit includes everything you need to get started with PrintNanny.
:::

## ⬇️ [Click to Download PrintNanny OS](https://github.com/bitsy-ai/printnanny-os/releases/tag/0.7.1)
## ⬇️ [Click to Download PrintNanny OS](https://github.com/bitsy-ai/printnanny-os/releases/tag/0.7.2)

* Follow the [Quick Start guide](https://docs.printnanny.ai/docs/category/quick-start/) to create a fresh PrintNanny OS installation.
* [Update a Raspberry Pi already running PrintNanny OS](https://docs.printnanny.ai/docs/update-printnanny-os/).
Expand Down Expand Up @@ -72,3 +72,13 @@ Minor improvements for the Raspberry Pi Camera V3 Module and a critical bug fix
* 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.

### v0.7.2


_Released May 29th, 2023_

[v0.7.2 Github Milestone](https://github.com/bitsy-ai/printnanny-os/issues?q=is%3Aissue+milestone%3A0.7.2+is%3Aclosed)

* Fixed: Camera setting changes were not getting applied.

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.1',
version: '0.7.2',
versionPretty: 'v0.7.x (Garnet Mickledore)',
slug: 'release-history/0.7.x-garnet-mickledore'
};
Expand Down

0 comments on commit 40035f9

Please sign in to comment.