Skip to content

Commit

Permalink
Release v0.4.3 patch notes (#138)
Browse files Browse the repository at this point in the history
* update cloud connect doc

* update patch notes

* fix img
  • Loading branch information
leigh-johnson authored Nov 8, 2022
1 parent 42a2433 commit 03e8fa5
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 24 deletions.
29 changes: 10 additions & 19 deletions site/docs/quick-start/connect-printnanny-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,22 @@ This section will show you how to open *PrintNanny OS's dashboard*, then link yo

The url will be `http://<hostname>.local`

So if you named your Raspberry Pi `printnanny`, you would go to: [http://printnanny.local](http://printnanny.local)
So if you named your Raspberry Pi `printnanny`, you would go to: [http://printnanny.local/](http://printnanny.local/)

### 2. Click the **Connect Account** link in the alert message
### 2. Enter your email address

You should see a message: "PrintNanny Cloud - Account Not Linked"
You'll be prompted to enter your email address, so you can receive a temporary login code.

Click the **Connect Account** link the alert message.
![PrintNanny OS email login prompt](./img/printnanny-os-login-email.png).

![Connect Account Alert](./img/connect-cloud-account-pn-os-dashboard.png).
### 3. Enter the temporary login code

### 3. Enter your email address
Enter the temporary login code that was sent to your email address.

Enter the same email address you used to register for PrintNanny Cloud.
![PrintNanny OS email 2fa prompt](./img/printnanny-os-login-2fa.png).

![Enter Email Address](./img/connect-cloud-account-pn-os-dashboard.png).


### 4. Enter verification code

Enter the verification code sent to your email address.

![Enter Verification Code](./img/enter-verification-code-pn-os-dashboard.png).

After you enter the correct code, PrintNanny OS will be linked to your PrintNanny Cloud account.

![PrintNanny Cloud Connected](./img/printnanny-cloud-connected.png).
### 4. 👋 Welcome to PrintNanny OS

After you connect your account, you'll be redirected to PrintNanny OS's mission control dashboard.

![PrintNanny OS Mission control](./img/printnanny-os-mission-control.png).
Binary file not shown.
Binary file not shown.
Binary file removed site/docs/quick-start/img/create-new-connection.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
11 changes: 9 additions & 2 deletions site/docs/release-history/0.4.x-dunite-langdale.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 197
---

# v0.4.2 (Dunite Langdale)
# v0.4.3 (Dunite Langdale)

:::info

Expand All @@ -15,7 +15,7 @@ PrintNanny OS is currently in closed Beta.
Founding Members get access to a private Discord channel and unlimited use of PrintNanny services.
:::

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

* 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 @@ -118,3 +118,10 @@ Follow the [Mainsail configuration guide](https://docs.mainsail.xyz/configuratio
* Fix a race condition when connecting PrintNanny Cloud account, resulting in `license.zip` not being written. [#125](https://github.com/bitsy-ai/printnanny-os/issues/125)
* Provision a default `moonraker.conf` file. Store moonraker and klipper application state in `/var/lib/moonraker` `/var/lib/klipper` [#104](https://github.com/bitsy-ai/printnanny-os/issues/104)


### v0.4.3

* Login to PrintNanny OS dashboard now persists after you close your browser. Previously, login was cleared when browser closed. [#134](https://github.com/bitsy-ai/printnanny-os/issues/134)
* Fixed PrintNanny OS dashboard `TypeError: cannot read properties of undefined (reading target)` [#135](https://github.com/bitsy-ai/printnanny-os/issues/135)
* PrintNanny OS dashboard is now built with source maps [#136](https://github.com/bitsy-ai/printnanny-os/issues/136)
* Fixed `Error resolving mDNS address` in Janus WebRTC Gateway [#137](https://github.com/bitsy-ai/printnanny-os/issues/137)
4 changes: 2 additions & 2 deletions site/docusaurus.config.k8s.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
id: 'v0_4_2',
id: 'v0_4_3',
content:
'<a href="https://printnanny.ai/docs/release-history/0.4.x-dunite-langdale/">PrintNanny OS v0.4.2 is now available!</a>',
'<a href="https://printnanny.ai/docs/release-history/0.4.x-dunite-langdale/">PrintNanny OS v0.4.3 is now available!</a>',
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: false,
Expand Down
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.4.2',
version: '0.4.3',
versionPretty: 'v0.4.x (Dunite Kirkstone)',
slug: 'release-history/0.4.x-dunite-langdale'
};
Expand Down

0 comments on commit 03e8fa5

Please sign in to comment.