tmo-monitor icon indicating copy to clipboard operation
tmo-monitor copied to clipboard

Version 2 Beta Feedback

Open highvolt-dev opened this issue 2 years ago • 9 comments

Substantial work from @AndrewPardoe has lead to a new upcoming major version release, 2.0. This issue is intended to track any feedback regarding this release.

Specifically:

  • .env file and configuration override nuances
  • logging behavior
  • ping behavior (the ping implementation was slightly changed when extracting latency information for logging) - need to confirm that no regressions are introduced, particularly with Windows in the case of a "Network not reachable" edge case.

highvolt-dev avatar Dec 30 '21 01:12 highvolt-dev

#31 logging regression

highvolt-dev avatar Jan 01 '22 18:01 highvolt-dev

#32 seemed to introduce unnecessary dependencies in #23

highvolt-dev avatar Jan 07 '22 17:01 highvolt-dev

Incorporated latest fixes into pre-release https://github.com/highvolt-dev/tmo-monitor/releases/tag/v2.0.0-beta2

highvolt-dev avatar Jan 08 '22 17:01 highvolt-dev

#34 needed to specify reboot on ping with .env - now possible to strictly use cli flags again

highvolt-dev avatar Jan 09 '22 15:01 highvolt-dev

Restructured project in #47

Python's setuptools will now make tmo-monitor.py accessible in your path. Updated documentation.

Added support for Arcadyan gateway.

highvolt-dev avatar Jan 23 '22 17:01 highvolt-dev

Beta 3 release needed tmo_monitor.gateway module to be listed in setup.py, fixed by #51

highvolt-dev avatar Jan 28 '22 14:01 highvolt-dev

@hugoh added #54 in #55 Need testers for OS X Need to add Windows event logging Need to add to README

highvolt-dev avatar Feb 01 '22 02:02 highvolt-dev

capture_output kwarg for subprocess.run in call to ping causes Python 3.6 compatibility issues.

highvolt-dev avatar Feb 01 '22 04:02 highvolt-dev

Nokia firmware version 1.2103.00.0338 introduced changes to the authenticated web application endpoints. Fixed in #57 which is released in https://github.com/highvolt-dev/tmo-monitor/releases/tag/v2.0.0-beta4

highvolt-dev avatar Feb 04 '22 02:02 highvolt-dev