Skip to content

Commit

Permalink
Release v0.6.0 patch notes (#216)
Browse files Browse the repository at this point in the history
* wip

* wip

* wip

* fix links

* add Stop Recording instructions

* update latest release config
  • Loading branch information
leigh-johnson committed Jan 23, 2023
1 parent d1b25be commit e397bae
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 5 deletions.
80 changes: 80 additions & 0 deletions site/docs/release-history/0.6.x-feldspar-langdale.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
---
sidebar_position: 195
---

# v0.6.x (Feldspar Langdale)

:::info

PrintNanny OS is currently in closed Beta.

[Join the waitlist](https://printnanny.ai/) to receive stress-test invitations and launch/development updates.

[Reserve your spot in the Founding Member program](https://printnanny.ai/shop/founding-membership), which grants you **early access to PrintNanny for $149 USD.** A limited number of spots open after each release, available on a first-come, first-serve basis.
:::

## ⬇️ [Click to Download PrintNanny OS](https://github.com/bitsy-ai/printnanny-os/releases/tag/0.6.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?

As usual, you can see detailed development updates in [Github's milestone tracker.](https://github.com/bitsy-ai/printnanny-os/milestone/6?closed=1)

Exciting new updates in Emerald include:

### Timelapse Videos

You can now use PrintNanny to record videos in .mp4 format. Videos are automatically backed up to PrintNanny Cloud.

**To start a recording:**

1. Open PrintNanny OS Mission Control dashboard > Camera tab
2. Click/tap the **Start Recording** button.

![Start a timelapse recording](./img/v0.6.0/start-recording.png).

3. Click/tap the **Stop Recording** button to end the recording.

![Start a timelapse recording](./img/v0.6.0/stop-recording.png).

**To manage automatic backups to PrintNanny Cloud:**

1. Open PrintNanny OS Mission Control dashboard > Settings menu (gear icon)
2. Click/tap the **Camera** settings tab.
3. Enable/disable **Save recordings to PrintNanny Cloud**
4. Click/tap the **Save** button to apply your settings.

![Sync timelapse recordings to PrintNanny cloud](./img/v0.6.0/video-recording-settings.png).

:::tip

PrintNanny workflows are coming in v0.7.0 (Febuary 2023), which will support workflows like:

* When a print job starts, automatically start a recording
* When a critical failure is detected, pause the 3D printer job and then send an email link to the recording.
:::

## 🐛 Bug Fixes

* Fixed: network settings not getting applied [#207]https://github.com/bitsy-ai/printnanny-os/issues/207
* Fixed: Crash Report zip - netstat_routes.txt is empty [#206](https://github.com/bitsy-ai/printnanny-os/issues/206)
* Fixed: colorblind accessibility in detection grapn [#201](https://github.com/bitsy-ai/printnanny-os/issues/201)
* Fixed: HDMI audio codec crashes when no monitor is plugged in [#212](https://github.com/bitsy-ai/printnanny-os/issues/212)


## 🛣️ Roadmap

v0.7.0 is scheduled for February 2023, with an exciting preview of no-code workflows for your 3D printer farm.

You'll be able to create custom workflows, starting with PrintNanny's alert system. Stay tuned for exciting updates, like integration with [Zapier](https://github.com/bitsy-ai/printnanny-os/issues/100).

:::info

PrintNanny OS is currently in closed Beta.

[Join the waitlist](https://printnanny.ai/) to receive stress-test invitations and launch/development updates.

[Reserve your spot in the Founding Member program](https://printnanny.ai/shop/founding-membership), which grants you **early access to PrintNanny for $149 USD.** A limited number of spots open after each release, available on a first-come, first-serve basis.
:::
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.
4 changes: 2 additions & 2 deletions site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
id: 'v0_5_2',
id: 'v0_6_0',
content:
'<a href="https://printnanny.ai/docs/release-history/0.5.x-emerald-langdale/">PrintNanny OS v0.5.2 is now available!</a>',
'<a href="https://printnanny.ai/docs/release-history/0.6.x-feldspar-langdale/">PrintNanny OS v0.5.2 is now available!</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.5.2',
versionPretty: 'v0.5.x (Emerald Langdale)',
slug: 'release-history/0.5.x-emerald-langdale'
version: '0.6.0',
versionPretty: 'v0.6.x (Feldspar Langdale)',
slug: 'release-history/0.6.x-feldspar-langdale'
};

module.exports = printnannyConfig;

0 comments on commit e397bae

Please sign in to comment.