Skip to content

Commit

Permalink
Release v0.6.7 (#300)
Browse files Browse the repository at this point in the history
* add patch note about ntp

* release v0.6.7 patch notes

* fix keyword
  • Loading branch information
leigh-johnson authored Apr 25, 2023
1 parent 626e410 commit b608494
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
13 changes: 11 additions & 2 deletions site/docs/release-history/0.6.x-feldspar-langdale.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Monthly plans are now available, [starting at $9.99 / $19.99 / month](https://pr

:::

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

* 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 @@ -146,9 +146,18 @@ _Released March 31st, 2023_
* New: OctoPrint upgraded to version 1.8.7 [#289](https://github.com/bitsy-ai/printnanny-os/issues/289)
* New: Added 10 new PrintNanny Cloud label colors, removed white color [#274](https://github.com/bitsy-ai/printnanny-os/issues/274)
* New: Camera snapshots are now attached to email alerts. [#290](https://github.com/bitsy-ai/printnanny-os/issues/290)
* Fixed: NTP clock not synchronizing if more than 30 seconds of latency beween Raspberry Pi and NTP server.
* Fixed: Saving camera settings results in NatsError: TIMEOUT [#266](https://github.com/bitsy-ai/printnanny-os/issues/266)
* Fixed: Disable ascii colors in Janus Gateway logs [#280](https://github.com/bitsy-ai/printnanny-os/issues/280)
* Fixed: Crash report tool fails if Mainsail/Moonraker/Klipper services are disabled [#286](https://github.com/bitsy-ai/printnanny-os/issues/286)
* Fixed: OctoPrint + Moonraker services are no longer restarted when wifi disconnects/reconnects [#282](https://github.com/bitsy-ai/printnanny-os/issues/282)
* Fixed: Video recording sometimes uploads 0 bytes, then exits [#287](https://github.com/bitsy-ai/printnanny-os/issues/287)
* Fixed: Print progress, status, and job health emails not sent for OctoPrint jobs [#290](https://github.com/bitsy-ai/printnanny-os/issues/290)
* Fixed: Print progress, status, and job health emails not sent for OctoPrint jobs [#290](https://github.com/bitsy-ai/printnanny-os/issues/290)

### v0.6.7

_Released \April 25th 2023_

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

* Fixed: Pin `setuptools==67.7.2` to fix an error seen in new OctoPrint installations, `module 'pkg_resources' has no attribute 'declare_namespace'`[#299](https://github.com/bitsy-ai/printnanny-os/issues/299)
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_6',
id: 'v0_6_7',
content:
'<a href="https://printnanny.ai/docs/release-history/0.6.x-feldspar-langdale/">PrintNanny OS v0.6.6 is now available!</a>',
'<a href="https://printnanny.ai/docs/release-history/0.6.x-feldspar-langdale/">PrintNanny OS v0.6.7 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 @@ -80,9 +80,9 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
id: 'v0_6_6',
id: 'v0_6_7',
content:
'<a href="https://printnanny.ai/docs/release-history/0.6.x-feldspar-langdale/">PrintNanny OS v0.6.6 is now available!</a>',
'<a href="https://printnanny.ai/docs/release-history/0.6.x-feldspar-langdale/">PrintNanny OS v0.6.7 is now available!</a>',
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: false,
Expand Down

0 comments on commit b608494

Please sign in to comment.