Skip to content

Commit

Permalink
v0.6.3 release notes (#239)
Browse files Browse the repository at this point in the history
* add release notes

* bump v0.6.3
  • Loading branch information
leigh-johnson authored Feb 3, 2023
1 parent c46270d commit 1230b1a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion site/docs/release-history/0.6.x-feldspar-langdale.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PrintNanny OS is currently in closed Beta.
[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.2)
## ⬇️ [Click to Download PrintNanny OS](https://github.com/bitsy-ai/printnanny-os/releases/tag/0.6.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 @@ -105,3 +105,12 @@ PrintNanny OS is currently in closed Beta.
* Fixed: Settings editor was missing `printer.cfg` and showed duplicate `moonraker.conf` files [#228](https://github.com/bitsy-ai/printnanny-os/issues/228)
* Fixed: PrintNanny camera settings incorrectly shows IMX219 camera in drop-down menu when only USB camera is connected [#219](https://github.com/bitsy-ai/printnanny-os/issues/219)
* Fixed: Video stream did not free resources on shutdown, leading to errors on next start [#232](https://github.com/bitsy-ai/printnanny-os/issues/232)

### v0.6.3

[v0.6.3 Github Milestone](https://github.com/bitsy-ai/printnanny-os/milestone/15?closed=1)


* Fixed: NATS 503 error on Raspberry Pis with capital letter in hostname, e.g. `raspberryPi` [#238](https://github.com/bitsy-ai/printnanny-os/issues/238)
* Fixed: `printnanny-cloud-nats.service` fails to start with error: Record not found [#236](https://github.com/bitsy-ai/printnanny-os/issues/236)
* Chore: filter spammy `h264parse` element logs in Gstreamer daemon service [#237](https://github.com/bitsy-ai/printnanny-os/issues/237)
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_6_2',
id: 'v0_6_3',
content:
'<a href="https://printnanny.ai/docs/release-history/0.6.x-feldspar-langdale/">PrintNanny OS v0.6.2 is now available!</a>',
'<a href="https://printnanny.ai/docs/release-history/0.6.x-feldspar-langdale/">PrintNanny OS v0.6.3 is now available!</a>',
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: false,
Expand Down
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_6_1',
id: 'v0_6_3',
content:
'<a href="https://printnanny.ai/docs/release-history/0.6.x-feldspar-langdale/">PrintNanny OS v0.6.1 is now available!</a>',
'<a href="https://printnanny.ai/docs/release-history/0.6.x-feldspar-langdale/">PrintNanny OS v0.6.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.6.2',
version: '0.6.3',
versionPretty: 'v0.6.x (Feldspar Langdale)',
slug: 'release-history/0.6.x-feldspar-langdale'
};
Expand Down

0 comments on commit 1230b1a

Please sign in to comment.