Skip to content

Releases: ManuelMcLure/OctoPrint-WiFiStatus

Prepare for security changes in OctoPrint

17 Jun 23:14

Choose a tag to compare

Prepare for security changes in OctoPrint

Fix netmask fetching in OctoPrint 1.10+

24 Apr 19:07

Choose a tag to compare

OctoPrint 1.10 uses netifaces2 instead of netifaces, API changed slightly with respect to fetching the netmask. Handle both the old and new way of doing things (and don't fail if neither works - instead just don't show netmask).

Fix problem if no IPV6 gateways

10 May 18:25
5242a58

Choose a tag to compare

Merge pull request #26 from ManuelMcLure/fix_no_ipv6_gateways

Sometimes ni.gateways() doesn't return IPV6

Extra network info

09 May 02:31
9e94ba1

Choose a tag to compare

This release adds options to show the netmask corresponding to each IP address, as well as the defined gateways.

All about the decibels

06 Oct 01:59

Choose a tag to compare

Put the "dBm" unit back into the signal display.

Wider popover

04 Oct 18:14

Choose a tag to compare

This update overrides the maximum width of popovers defined by some themes in UI Customizer to ensure that the IPV6 addresses (if selected) fit within the popover.

Note that if you are using Themeify and a dark theme, the popover will not be properly themed. Unfortunately this is due to the fact that Themeify doesn't theme the popovers. I suggest using UI Customizer instead of Themeify until this issue is resolved.
Note that the Dark Green theme in UI Customizer doesn't theme popovers properly either. You can work around this by adding the following to the Custom CSS section on the UI Customizer settings Advanced tab:

.popover {
  background-color: var(--darkish);
  border-color: var(--green);
}
.popover-title {
  background-color: var(--notquiteBlack);
  border-color: var(--green);
}

A plugin by any other name...

26 Sep 04:48

Choose a tag to compare

Rename to WiFi Status (from OctoPrint-WiFiStatus).
Remove highlight from icon when hovering - it was an artifact of the old dropdown implementation.

Note that if you are using Themeify and a dark theme, the popover will not be properly themed. Unfortunately this is due to the fact that Themeify doesn't theme the popovers. I suggest using UI Customizer instead of Themeify until this issue is resolved.

Too much quality

25 Sep 01:54

Choose a tag to compare

Remove repeated word "Quality"

Popover edition

25 Sep 00:54

Choose a tag to compare

Switch to using a proper bootstrap popover.

1.5.6 - Python 3.9 compatibility

25 Aug 16:41

Choose a tag to compare

This release updates the python3wifi library for Python 3.9 compatibility.