Skip to content

v2.0.1

Latest
Compare
Choose a tag to compare
@STaRDoGG STaRDoGG released this 30 Jul 20:47
· 6 commits to master since this release
035d2f3

Still a WIP, fully functional for it's original purpose, but it's still missing some things and may possibly crash once in awhile, but many new additions and such, most of which I forgot to jot down for this releases note, but you'll see them once ya fire it up and play around.

Here's what I didn't forget to jot down:

  • Changed come icons to match Nord palette

  • Added "New" to the "Move To" menu, and allow creating a new group when moving proxy(s).

  • Added IPHelper Service checking, along with a status label. Does so asynchronously.

  • If IP Helper Service isn't running, you can now click the red icon to start the service. (async)

  • Replaced text with icons for all status labels.

  • Fixed Proxy Count Label + tooltip

  • Now fetches all reported Local Machine IPs rather than just 1. ("extra IPs" get added to the tooltip)

  • Both the WSL IP and the Local IP can now be copied to the clipboard on double click of their respective labels

  • Added WSL Listening Ports Discovery: lists any ports you WSL instance is listening on which may help you choose if you want to proxy any of them.

    • Double-click any of the ports to auto-fill that port into the port fields.
  • Removed superfluous WSL IP checking on the SetProxy Window ; now re-uses the info from the Parent Form. No need to waste CPU.

  • Also removed ability to dbl-click the WSL IP label on SetProxy to refresh it's IP; it happens automatically now. Any new changes will automatically be reflected as needed.

  • Now also scans for any listening Docker ports in WSL and adds them to ListBoxes in the SetProxy Window, so you can easily add them to your proxy list as well.

  • Also adds those ports to the autocomplete and items lists of all port fields.

  • Added ability to Enable/Disable All proxies at once.

  • Can only toggle a proxy's state by clicking the icon w/the Left mouse button now rather than Left & Right buttons. Prevents annoying accidental toggling when wanting just the context menu to open.

  • Removed the Exit menu item to make the menu mildly less cluttered. We're just gonna use the X button to exit from now on.

  • Move the About menu item over to the "more" section.

  • Added Clipboard copying of items in the listview: you can now copy any individual item in the list, as well as copy the selected item as either a http or https URL.

  • Updated Chinese Translations

  • Added ability to open selected item in web browser (http/s)

Winx64