Skip to content

Latest commit

 

History

History
141 lines (77 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

141 lines (77 loc) · 2.74 KB

ntgrrc (Netgear Remote Control) CHANGELOG

v0.10.1

  • added outputs to standard output by @oalfreda in #64

v0.10.0

  • Add support for GS316EP(P) models - this is still experimental, as only showing the settings and status works; many thanks to @jsanchez73 and @crypto-smoke for testing and supporting this feature
  • Add new command debug-report to support contributing new models (and/or bug reports) from the users/community to the developers

v0.9.2

  • Fix issue #49 output a newline after successful login, or in promptForPassword

v0.9.1

  • Change "port status" to "port settings" and change JSON output to better indicate origin (#41)
  • Check if port name parameter is passed before modifying port name (#39)

v0.9.0

  • Allow ntgrrc to manipulate port settings (#38)

v0.8.4

  • Add port name field to output (#35)
  • Fix port indexing when a port name was also defined (#34)

v0.8.3

  • update permissions for creation of token directory (#30)

v0.8.2

  • Use "-d" to specify a directory to store the login token (#29)
  • Add a flag to set the PoE Longer Detection Time flag (#28)

v0.8.1

  • CHANGE: using "-v" parameter instead of "-d" for verbose output
  • CHANGE: using OS specific temp-directory (typically $TMP or %TEMP%) to store login token (see #17) - thank you for your contribution @Sylensky
  • fix the Windows build

v0.8.0

  • CHANGE: using "-v" parameter instead of "-d" for verbose output
  • CHANGE: using OS specific temp-directory (typically $TMP or %TEMP%) to store login token (see #17) - thank you for your contribution @Sylensky

v0.7.1

  • add prompt for a password if not specified via command line argument (see #9)
  • fixes in Github Actions to cover compiler errors earlier

v0.6.0

  • add new command for power cycling ports (see #10) - thank you for your contribution @davidk

v0.5.1

  • add support for JSON response format (alternative to Markdown) (issue #5)

v0.?.?

  • change using Go '1.20'

v0.5.0

  • add feature to set/change PoE settings at/to the switch (issue #2) thank you for your contribution @davidk
  • add show help when no parameter given (issue #6)
  • add more help description and --help-all flag (issue #7)
  • change using Go 1.19

v0.4.0

  • add print POW status and settings as Markdown table, looks better and potentially could be rendered to HTML
  • change, minor rename in table header "Temperature" -> "Temp."

v0.3.1

  • fix version information in the binaries

v0.3.0

  • support logins to multiple host at one moment in time

v0.2.0

  • show POE port settings
  • fix detection of not logged in

v0.1.0

  • POE status of GS305EP switches can be shown

v0.0.5

  • testing