diff --git a/RELEASE_NOTES.MD b/RELEASE_NOTES.MD index d0e40632..5f63f143 100644 --- a/RELEASE_NOTES.MD +++ b/RELEASE_NOTES.MD @@ -1,7 +1,14 @@ # Release notes +## Client 13/12/2024 1.8.4 + +Features + +- Printer list: add tooltips to printer list actions + Fixes +- Printer list - quick stop action: quick stop showed delete in alert, typo fixed - YAML dialog wouldn't reset error after re-opening ## Client 07/12/2024 1.8.3 @@ -50,7 +57,7 @@ Fixes Fixes - First-time setup: background was appearing above first-time-setup, not fixed and below - + ## Client 14/11/2024 1.7.0 Features diff --git a/package.json b/package.json index 30f7c833..28723095 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fdm-monster/client", - "version": "1.8.3", + "version": "1.8.4", "author": "David Zwart", "license": "AGPL-3.0-or-later", "repository": { diff --git a/src/components/Generic/Actions/PrinterConnectionAction.vue b/src/components/Generic/Actions/PrinterConnectionAction.vue index bf625f7c..4842d9c6 100644 --- a/src/components/Generic/Actions/PrinterConnectionAction.vue +++ b/src/components/Generic/Actions/PrinterConnectionAction.vue @@ -1,18 +1,25 @@