From 475699d275455fec29dcd24a572a08eb1e2c7b11 Mon Sep 17 00:00:00 2001 From: jneilliii Date: Sat, 16 Apr 2022 19:57:30 -0400 Subject: [PATCH 1/5] 1.1.1 (#176) * Fix issues related to TouchUI, css implementation of #170 to avoid issues with default interface * add hide option for sensor only devices, #166 * add `@TASMOTAIDLEOFF` and `@TASMOTAIDLEON` command support to be able to disable the idle timeouts via gcode, helpful for OctoDash custom action for example --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f4e9d6..ce71e8d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "OctoPrint-Tasmota" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.1.1rc3" +plugin_version = "1.1.1" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module From d56087c46f15b9dea99ee5cf61f61a20ca754d9f Mon Sep 17 00:00:00 2001 From: jneilliii Date: Sun, 17 Apr 2022 17:00:16 -0400 Subject: [PATCH 2/5] 1.1.2 fix bug preventing addition of new devices with last version, #177 --- octoprint_tasmota/static/js/tasmota.js | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/octoprint_tasmota/static/js/tasmota.js b/octoprint_tasmota/static/js/tasmota.js index 0cbc95b..a334b4b 100644 --- a/octoprint_tasmota/static/js/tasmota.js +++ b/octoprint_tasmota/static/js/tasmota.js @@ -305,6 +305,7 @@ $(function() { 'event_on_upload':ko.observable(false), 'event_on_connecting':ko.observable(false), 'is_led':ko.observable(false), + 'is_sensor_only': ko.observable(false), 'brightness':ko.observable(50)}); self.settings.settings.plugins.tasmota.arrSmartplugs.push(self.selectedPlug()); $("#TasmotaEditor").modal("show"); diff --git a/setup.py b/setup.py index ce71e8d..53de0cb 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "OctoPrint-Tasmota" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.1.1" +plugin_version = "1.1.2" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module From 0acb2b912cbfcdd88706a5b488b14ca833b4e431 Mon Sep 17 00:00:00 2001 From: jneilliii Date: Tue, 17 May 2022 18:12:46 +0000 Subject: [PATCH 3/5] Update Sponsors --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 302fcb0..2b99f90 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ Check out my other plugins [here](https://plugins.octoprint.org/by_author/#jneil - [@Mearman](https://github.com/Mearman) - [@TheTuxKeeper](https://github.com/thetuxkeeper) - [@tideline3d](https://github.com/tideline3d/) +- [OctoFarm](https://octofarm.net/) - [SimplyPrint](https://simplyprint.dk/) - [Andrew Beeman](https://github.com/Kiendeleo) - [Calanish](https://github.com/calanish) From 3d72d304ad047edf0103bbb2ce3f5524770c661f Mon Sep 17 00:00:00 2001 From: jneilliii Date: Mon, 13 Jun 2022 02:02:36 +0000 Subject: [PATCH 4/5] Update Sponsors --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2b99f90..67f838a 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,6 @@ Check out my other plugins [here](https://plugins.octoprint.org/by_author/#jneil - [SimplyPrint](https://simplyprint.dk/) - [Andrew Beeman](https://github.com/Kiendeleo) - [Calanish](https://github.com/calanish) -- [Will O](https://github.com/4wrxb) - [Lachlan Bell](https://lachy.io/) - [Johnny Bergdal](https://github.com/bergdahl) - [Leigh Johnson](https://github.com/leigh-johnson) From 6ae053697a9a821d63e2e4df3185187b748999ce Mon Sep 17 00:00:00 2001 From: jneilliii Date: Sat, 24 Sep 2022 02:27:24 +0000 Subject: [PATCH 5/5] Update Sponsors --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 67f838a..72f2844 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,6 @@ Check out my other plugins [here](https://plugins.octoprint.org/by_author/#jneil - [Leigh Johnson](https://github.com/leigh-johnson) - [Stephen Berry](https://github.com/berrystephenw) - [Guyot François](https://github.com/iFrostizz) -- César Romero - [Steve Dougherty](https://github.com/Thynix) - [Kyle Menigoz](https://menigoz.me) ## Support My Efforts