Skip to content

Commit

Permalink
Release v0.7.0 (#306)
Browse files Browse the repository at this point in the history
* wip

* wip

* upload release-v0.7.0 patch notes

* fix link

* update latest release config

* fix image url

* fix: link
  • Loading branch information
leigh-johnson committed May 8, 2023
1 parent a22476a commit ca5bc19
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 5 deletions.
60 changes: 60 additions & 0 deletions site/docs/release-history/0.7.x-garnet-mickledore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
sidebar_position: 194
---

# v0.7.x (Garnet Mickledore)

:::info

[Raspberry Pi 4 kits are now available in the United States.](https://printnanny.ai/shop/raspberry-pi-4-kit)

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.0)

* 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/).

## ✨ What's New?

### Raspberry Pi Camera v3

We're stoked to add support for the RPI Camera Module v3, which packs 12-megapixel IMX708 camera sensor with auto-focus.

![Raspberry Pi Camera Module v3](./img/v0.7.0/raspberrypi-cam-v3.jpg).


### Mainsail Camera Support

You can now view PrintNanny's camera feed directly in Mainsail's UI.

Follow the steps below to add your camera:

1. Use the PrintNanny OS dashboard to open Mainsail

![Raspberry Pi Camera Module v3](./img/v0.7.0/printnanny-dash-open-mainsail.png).

2. In the Mainsail dashboard, click the gear icon ⚙️ to open Mainsail's settings menu.

3. In the left-hand side of the menu, open the **Webcams** menu section.

4. Save the following webcam settings:

```
Name: <camera name, PrintNannyCam in the example below>
URL Stream: /printnanny-hls/playlist.m3u8
URL Snapshot: /printnanny-snapshot/jpeg
```

![Add PrintNanny camera to Mainsail](./img/v0.7.0/printnanny-cam-mainsail.gif).

### Python 3.11 - So Fast!

Klipper, Moonraker, and OctoPrint are now running on Python 3.11 (previously 3.10).

On average, we expect to see a 1.25x speedup in everyday OctoPrint and Klipper/Moonraker operations. That's a significant performance boost, especially for a Raspberry Pi!

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)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const config = {
// isCloseable: false,
id: 'rpi4-kit',
content:
'<a href="printnanny">Raspberry Pi 4 kits now available!</a>',
'<a href="printnanny">New: Raspberry Pi 4 kit 🎉</a>',
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: false,
Expand Down
2 changes: 1 addition & 1 deletion site/docusaurus.config.k8s.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const config = {
// isCloseable: false,
id: 'rpi4-kit',
content:
'<a href="printnanny">Raspberry Pi 4 kits now available!</a>',
'<a href="printnanny">New: Raspberry Pi 4 kit 🎉</a>',
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: false,
Expand Down
6 changes: 3 additions & 3 deletions site/printnanny-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const printnannyConfig = {
version: '0.6.8',
versionPretty: 'v0.6.x (Feldspar Langdale)',
slug: 'release-history/0.6.x-feldspar-langdale'
version: '0.7.0',
versionPretty: 'v0.7.x (Garnet Mickledore)',
slug: 'release-history/0.7.x-garnet-mickledore'
};

module.exports = printnannyConfig;

0 comments on commit ca5bc19

Please sign in to comment.