From c2807e190cf3d01f6d952e79aee2590ee0ac05f3 Mon Sep 17 00:00:00 2001 From: Anna Bocharova Date: Thu, 20 Jul 2023 08:55:11 +0200 Subject: [PATCH 1/5] Fix height property of the icons in initial config (#79) --- octoprint_octorelay/__init__.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/octoprint_octorelay/__init__.py b/octoprint_octorelay/__init__.py index 6e7a33e0..fde4da9d 100755 --- a/octoprint_octorelay/__init__.py +++ b/octoprint_octorelay/__init__.py @@ -50,8 +50,8 @@ def get_settings_defaults(self): initial_value=False, cmdON="", cmdOFF="", - iconOn="""""", - iconOff="""""", + iconOn="""""", + iconOff="""""", labelText="Printer", confirmOff=True, autoONforPrint=False, @@ -65,8 +65,8 @@ def get_settings_defaults(self): initial_value=False, cmdON="", cmdOFF="", - iconOn="""""", - iconOff="""""", + iconOn="""""", + iconOff="""""", labelText="Fan", confirmOff=False, autoONforPrint=True, @@ -80,8 +80,8 @@ def get_settings_defaults(self): initial_value=True, cmdON="sudo service webcamd start", cmdOFF="sudo service webcamd stop", - iconOn="""""", - iconOff="""""", + iconOn="""""", + iconOff="""""", labelText="Webcam", confirmOff=False, autoONforPrint=True, From e5a66c3d7a6504d3e7ae30144cb0978991910739 Mon Sep 17 00:00:00 2001 From: Robin Tail Date: Thu, 20 Jul 2023 08:58:30 +0200 Subject: [PATCH 2/5] Next version: 1.4.2rc1. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3ad824d..bf8e96b7 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ plugin_name = "OctoRelay" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.4.1" +plugin_version = "1.4.2rc1" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module From 451e27225dd9988484d6861b4b2fa03fed00a168 Mon Sep 17 00:00:00 2001 From: Robin Tail Date: Thu, 20 Jul 2023 09:00:23 +0200 Subject: [PATCH 3/5] Changelog: 1.4.2. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07b0df06..b026cf79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Version 1 +### 1.4.2 + +- Fixed `height` property of the icons in the initial plugin config. + ### 1.4.1 - Fixed issue with turning relays ON when start printing. From 0439c3e6f737a2490ddfc6f6aaa217461ce0c571 Mon Sep 17 00:00:00 2001 From: Robin Tail Date: Thu, 20 Jul 2023 09:04:02 +0200 Subject: [PATCH 4/5] Changelog: minor adjustment. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b026cf79..d046776b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### 1.4.2 -- Fixed `height` property of the icons in the initial plugin config. +- Fixed `height` property of the icons in the initial config. ### 1.4.1 From b27ab837df9c257baafb6369376d954ca1e20f37 Mon Sep 17 00:00:00 2001 From: Robin Tail Date: Thu, 20 Jul 2023 23:45:01 +0200 Subject: [PATCH 5/5] Next version: 1.4.2. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf8e96b7..7baecec8 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ plugin_name = "OctoRelay" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.4.2rc1" +plugin_version = "1.4.2" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module