Skip to content

Internet Check - v1.6

Compare
Choose a tag to compare
@Rllyyy Rllyyy released this 23 Oct 15:19
· 89 commits to master since this release
ca0c6ff

New Features:

  • Installer (#19)
  • If "Start with Windows" is selected the program starts pinging on boot (#34)
  • When clicking on "Open" the editor scrolls down and shows the most recent data (#43)
  • Instead of multiple editors opened by the application there is now just one which always show the newest data (#45)
  • The user receives a warning if "Start with Windows" and "Show only in system tray" are both selected as it may always run in the background without the user noticing (#40)
  • Created social preview (#41)

Bug Fixes:

  • Setup now works without admin rights (#32)
  • Fixed wrong file location of connection_issues.txt if started with windows autostart which resulted in two different files (#36)
  • Fixed program not hiding on boot if both "Start with Windows" and "Show only in system tray" are selected (#39)
  • Fixed program not showing in taskbar after click in system tray (#38)
  • Removed border around "Open"-Button on click event (#44)
  • Uninstalling the program now removes all files (.txt files were previously ignored) (#33)
  • Editor not updating if already opened but in background (bug was introduced because of #45) (#46)
  • Added missing links to documentation (#37)
  • Fixed critical bug: checkbox "Start with windows" not returning to correct state which made it under certain circumstances impossible to remove the .exe from the windows-autostartup (#48)
  • Fixed "Start with windows" not working if pc (laptop) is not connected to power and program stops if disconnected from power source (#49)

Code Changes:

  • Changed buffer size from 32 bytes (256 bits) to 1 byte (8 Bits) to reduce load on network and server (#35)

  • Changed how strings are connected to make it more readable (#47)

    Issues and Bugs can reported under the "Issues" tab on GitHub.