Skip to content

Commit

Permalink
Release v0.4.4 patch notes (#147)
Browse files Browse the repository at this point in the history
* v0.4.4 patch notes draft

* bump current version

* update tag links
  • Loading branch information
leigh-johnson authored Nov 15, 2022
1 parent 03e8fa5 commit 400c3e4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 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.3 (Dunite Langdale)
# v0.4.4 (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.3)
## ⬇️ [Click to Download PrintNanny OS](https://github.com/bitsy-ai/printnanny-os/releases/tag/0.4.4)

* 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 @@ -125,3 +125,9 @@ Follow the [Mainsail configuration guide](https://docs.mainsail.xyz/configuratio
* 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)

### v0.4.4

* Fixed a 400 bad request loading Mainsail themes [#146](https://github.com/bitsy-ai/printnanny-os/issues/146)
* Fixed error enabling Mainsail: invalid cross-device link [#141](https://github.com/bitsy-ai/printnanny-os/issues/141)
* Added PolicyKit rules for Moonraker privilege escalations. [#144](https://github.com/bitsy-ai/printnanny-os/issues/144). Moonraker should no longer display warnings/promps for sudo password. [#143](https://github.com/bitsy-ai/printnanny-os/issues/143)
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_3',
id: 'v0_4_4',
content:
'<a href="https://printnanny.ai/docs/release-history/0.4.x-dunite-langdale/">PrintNanny OS v0.4.3 is now available!</a>',
'<a href="https://printnanny.ai/docs/release-history/0.4.x-dunite-langdale/">PrintNanny OS v0.4.4 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.3',
version: '0.4.4',
versionPretty: 'v0.4.x (Dunite Kirkstone)',
slug: 'release-history/0.4.x-dunite-langdale'
};
Expand Down

0 comments on commit 400c3e4

Please sign in to comment.