diff --git a/RELEASE_NOTES.MD b/RELEASE_NOTES.MD
index 651835c6..be073a7c 100644
--- a/RELEASE_NOTES.MD
+++ b/RELEASE_NOTES.MD
@@ -1,8 +1,15 @@
# Develop
+# Client 0.0.14
+
+## Features
+
+- Printer list: add tooltips to printer list actions
+
## Fixes
-
+
- YAML dialog wouldn't reset error after re-opening
+- Printer list - quick stop action: quick stop showed delete in alert, typo fixed
# Client 0.0.13
diff --git a/package.json b/package.json
index 8445d3fd..17651fa7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@fdm-monster/client-next",
- "version": "0.0.13",
+ "version": "0.0.14",
"repository": {
"type": "git",
"url": "git+https://github.com/fdm-monster/fdm-monster-client-next.git"
diff --git a/src/components/Generic/Actions/PrinterConnectionAction.vue b/src/components/Generic/Actions/PrinterConnectionAction.vue
index 40dddc1f..e3b0720b 100644
--- a/src/components/Generic/Actions/PrinterConnectionAction.vue
+++ b/src/components/Generic/Actions/PrinterConnectionAction.vue
@@ -1,23 +1,29 @@
-
-
- check
- close
+
+
+
+
+ check
+ close
+
+
+ usb
+
+
-
- usb
-
-
+ Connect USB (OctoPrint only)
+
diff --git a/src/components/Generic/Actions/PrinterSettingsAction.vue b/src/components/Generic/Actions/PrinterSettingsAction.vue
index 398f8bb1..feacf8cc 100644
--- a/src/components/Generic/Actions/PrinterSettingsAction.vue
+++ b/src/components/Generic/Actions/PrinterSettingsAction.vue
@@ -1,13 +1,19 @@
-
- settings
-
+
+
+
+ settings
+
+
+ Update printer settings
+