Skip to content

Commit

Permalink
update v0.5.2 patch notes (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh-johnson authored Jan 11, 2023
1 parent 9c6b765 commit 3b2fc0c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
16 changes: 14 additions & 2 deletions site/docs/release-history/0.5.x-emerald-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.5.1)
## ⬇️ [Click to Download PrintNanny OS](https://github.com/bitsy-ai/printnanny-os/releases/tag/0.5.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/).
Expand Down Expand Up @@ -135,4 +135,16 @@ PrintNanny OS is currently in closed Beta.
* Added a crash dump utility which collects browser logs, system logs/status. See what's collected in [#185](https://github.com/bitsy-ai/printnanny-os/issues/185)
* Fixed: OctoPrint settings sync error [#187](https://github.com/bitsy-ai/printnanny-os/issues/187)
* Fixed: disk space errors when updating PrintNanny OS [#186](https://github.com/bitsy-ai/printnanny-os/issues/186)
* Fixed: broken Github Issue link [#184](https://github.com/bitsy-ai/printnanny-os/issues/184)
* Fixed: broken Github Issue link [#184](https://github.com/bitsy-ai/printnanny-os/issues/184)

### v0.5.2

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

* New: Network/IP information displayed in Device Information panel [#197](https://github.com/bitsy-ai/printnanny-os/issues/197)
* Fixed: OctoPrint event publisher thread fails to start [#194](https://github.com/bitsy-ai/printnanny-os/issues/194)
* Fixed: OctoPrint is now discoverable by Cura and Prusa slicer [#191](https://github.com/bitsy-ai/printnanny-os/issues/191)
* Fixed: OctoPrint HLS camera stream is choppy. Video should now play smoothly with 10-12 second delay. [#189](https://github.com/bitsy-ai/printnanny-os/issues/189)
* Fixed: OctoPrint FilamentManager plugin can now be installed. Follow [these instructions](https://github.com/bitsy-ai/printnanny-os/issues/193#issuecomment-1374670075) to install a patched version of FilamentManager.
* Fixed: Mission Control dashboard status toggles don't always match back-end state [#192](https://github.com/bitsy-ai/printnanny-os/issues/192)

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_1',
id: 'v0_5_2',
content:
'<a href="https://printnanny.ai/docs/release-history/0.5.x-emerald-langdale/">PrintNanny OS v0.5.1 is now available!</a>',
'<a href="https://printnanny.ai/docs/release-history/0.5.x-emerald-langdale/">PrintNanny OS v0.5.2 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_5_1',
id: 'v0_5_2',
content:
'<a href="https://printnanny.ai/docs/release-history/0.5.x-emerald-langdale/">PrintNanny OS v0.5.1 is now available!</a>',
'<a href="https://printnanny.ai/docs/release-history/0.5.x-emerald-langdale/">PrintNanny OS v0.5.2 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.5.1',
version: '0.5.2',
versionPretty: 'v0.5.x (Emerald Langdale)',
slug: 'release-history/0.5.x-emerald-langdale'
};
Expand Down

0 comments on commit 3b2fc0c

Please sign in to comment.