Skip to content

RTRMON v1.6.2

Compare
Choose a tag to compare
@ViktorJp ViktorJp released this 01 Mar 03:48
· 233 commits to main since this release
755c653

v1.6.2 - (February 7, 2024)

      - PATCH: Changed the versioning logic to align with the general accepted way of versioning, using the notation:
        major.minor.patch ... finally, right? After seeing @thelonelycoder changing his ways, I figured it was probably
        time for me as well. All my scripts moving forward will go this route. Change log wording is now changed to
        conform to the major/minor/patch standards. So previously, FIXED now conforms to PATCH, ADDED conforms to MINOR,
        and MAJOR stays the same!
      - PATCH: Updated the NC statement that runs the SSL Handshake test under the Diagnostics menu. For some reason,
        something changed on possibly Google's end, yielding a failure each time. Now utilizing the same modified SSL
        Handshake statement carried over from VPNMON-R3 which is coming back successful. Thanks to @Makaveli for the
        heads-up!
      - MINOR: Added new functionality that allows you to start on a specific page. A very old request from @Stephen
        Harrington! Thank you! :) You can make use of this functionality by specifying a page number (1-6) after you
        execute RTRMON using the -monitor or -screen function switch. (Example: rtrmon -monitor 2) This would execute
        RTRMON, and will start on the 2nd page (network bandwidth/usage stats). Enjoy!