Skip to content

Releases: nitram509/ntgrrc

v0.10.1

11 Jun 21:59
923d915
Compare
Choose a tag to compare

ntgrrc (Netgear Remote Control) CHANGELOG

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.10.0

12 May 11:50
2f05c47
Compare
Choose a tag to compare

ntgrrc (Netgear Remote Control) CHANGELOG

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

11 Dec 16:42
80053fe
Compare
Choose a tag to compare

ntgrrc (Netgear Remote Control) CHANGELOG

v0.9.2

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

v0.9.1

25 Jul 02:24
Compare
Choose a tag to compare

ntgrrc (Netgear Remote Control) CHANGELOG

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

16 Jul 22:45
Compare
Choose a tag to compare

ntgrrc (Netgear Remote Control) CHANGELOG

v0.9.0

  • Allow ntgrrc to manipulate port settings (#38)

v0.8.4

06 Jul 03:59
Compare
Choose a tag to compare

ntgrrc (Netgear Remote Control) CHANGELOG

v0.8.4

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

v0.8.3

24 May 21:41
Compare
Choose a tag to compare

ntgrrc (Netgear Remote Control) CHANGELOG

v0.8.3

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

v0.8.2

16 May 06:38
Compare
Choose a tag to compare

ntgrrc (Netgear Remote Control) CHANGELOG

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

21 Jan 11:17
8a86657
Compare
Choose a tag to compare

ntgrrc (Netgear Remote Control) CHANGELOG

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.7.1

09 Nov 15:25
9ee2446
Compare
Choose a tag to compare

ntgrrc (Netgear Remote Control) CHANGELOG

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