Fix UI elements not showing and zip installation issues. - Corrected template wrapper div with proper ID - Fixed custom_bindings configuration to enable Knockout.js data binding - Updated BUILDING.md with proper zip creation process - Bumped version to 0.1.1 - All tests passing

This commit is contained in:
Markus F.J. Busche
2025-09-20 14:57:43 +02:00
parent fa9a5e47dc
commit d379c8d2cd
11 changed files with 1219 additions and 28 deletions

View File

@@ -7,14 +7,14 @@
plugin_identifier = "tailscale_funnel"
# The plugin's python package, should be "octoprint_<plugin identifier>", has to be unique
plugin_package = "."
plugin_package = "octoprint_tailscale_funnel"
# The plugin's human readable name. Can be overwritten within OctoPrint's internal data via __plugin_name__ in the
# plugin module
plugin_name = "OctoPrint-Tailscale-Funnel"
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "0.1.0"
plugin_version = "0.1.1"
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module