Releases: nitram509/ntgrrc
Releases · nitram509/ntgrrc
v0.10.1
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
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
ntgrrc (Netgear Remote Control) CHANGELOG
v0.9.2
- Fix issue #49 output a newline after successful login, or in promptForPassword
v0.9.1
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
ntgrrc (Netgear Remote Control) CHANGELOG
v0.9.0
- Allow ntgrrc to manipulate port settings (#38)
v0.8.4
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
ntgrrc (Netgear Remote Control) CHANGELOG
v0.8.3
- update permissions for creation of token directory (#30)
v0.8.2
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
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
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