diff --git a/site/docs/release-history/0.7.x-garnet-mickledore.md b/site/docs/release-history/0.7.x-garnet-mickledore.md index 22c3251..374c9fd 100644 --- a/site/docs/release-history/0.7.x-garnet-mickledore.md +++ b/site/docs/release-history/0.7.x-garnet-mickledore.md @@ -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/). @@ -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. + diff --git a/site/printnanny-config.js b/site/printnanny-config.js index 7d2b9d5..c74ef60 100644 --- a/site/printnanny-config.js +++ b/site/printnanny-config.js @@ -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' };