Skip to content

Commit

Permalink
Merge pull request #303 from mrbeam/r_1.3.39
Browse files Browse the repository at this point in the history
v1.3.39 Fixes a bug in where frontend does not recognise mr beam url …
  • Loading branch information
Gallore authored Jun 28, 2018
2 parents 11d2afb + b0ab728 commit a4cf74f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions octoprint_mrbeam/templates/reload_find_mrbeam.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
// var forward_to = "{{ hostname }}.local".toLowerCase();
var hostname_whitelist = [
/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/, // ip addresses
/^mrbeam-\w{4}\.local$/,
/^mrbeam-w{4}\..*$/,
/^mrbeam-w{4}$/,
/^mrbeam-\w+\.local$/,
/^mrbeam-\w+\..*$/,
/^mrbeam-\w+$/,
/^localhost.*$/
];
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "Mr_Beam"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "0.1.37"
plugin_version = "0.1.39"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit a4cf74f

Please sign in to comment.