Internet-Check Changelog

What's new in Internet-Check 1.6.4

May 25, 2021
  • New Features:
  • Implemented Advanced Settings into the application (#91)
  • Created Form for pinging custom servers (#100)
  • Added Option to disable update notifications (#101)
  • Added ability to restarted collecting if certain settings change (#107)
  • Added option to double check Google servers when using custom servers (#110)
  • Enabled Funding (#114)
  • Added running .exe after install (#115)
  • Added Status Banner (#95) (Thanks @big610)
  • Implemented ability to update from the Application (#72)
  • Changed install location from [LocalAppDataFolder] to [ProgramFilesFolder] (#84)
  • Moved connection_issues.txt from [LocalAppDataFolder] to [MyDocuments] to be more accessible (#84)
  • Added Error if user wants to edit task scheduler settings but doesn't have admin privileges (#133)
  • Implemented resetting incorrect settings users previous settings (#131)
  • Bug Fixes:
  • Added missing "Run as administrator" to Desktop Icon (#96) (Thanks @big610)
  • Fixed crash when custom server list is empty (#109)
  • Fixed new forms pausing UI thread (#92)
  • Fixed Heading in README not being optimized for GitHub Dark Theme (#112) (Thanks @finnole12)
  • Fixed .InstallState not being removed on uninstall (#119)
  • Fixed Update removing Desktop Icon (#116)
  • Added Status Banner to alternative ping method (#120)
  • Fixed missing AddRemoveProgramsIcon for Setup (#118)
  • Fixed Unistaller not removing files (#126)
  • Implemented "Start with Windows" being dependent on existence in Task scheduler not users settings (#127)
  • Fixed System Tray Icon not being disposed (#136)
  • Fixed Uninstaller not removing update folder (#125)
  • Fixed Errors being displayed for too short if there are multiple errors in settings (#138)
  • Updated out of date preview picture in README (#139)
  • Code Changes:
  • Moved Code from Form1.userSettings1 to AppSettings.cs (#94)
  • Changed minimum interval from 5 seconds to 1 second (#97) (Thanks @big610)
  • Changed automatic labelNaming when adding servers (#130)
  • Changed error displaying in settings from individual methods to single one that handles all error displaying (#137)
  • Know Issues:
  • When updating all previous recorded pings will be lost
  • When updating all settings defined in AdvancedSettings.xml will be lost
  • When updating "Start with Windows" will be reset to false because the path of the application changed. Simply tick the check box again.

New in Internet-Check 1.6.3 (Apr 18, 2021)

  • New Features:
  • Added special Icons for the System Tray (#74)
  • Green: logging and successful ping
  • Red: logging and failed ping
  • yellow: not logging
  • Added double Check for failed ping (#85)
  • Added options for double Check in AdvancedSettings.xml (#85)
  • None: Don't double Check
  • Same: Ping the server that failed again
  • Next: Ping the next server defined in AdvancedSettings.xml
  • "Clear Only irrelevant Data" now removes successful pings as they are not relevant (#80)
  • Added preview Pictures to README (#78)
  • Replaced PNG with SVG Icon (#77)
  • Added Licence Agreement to Installer (#88)
  • Bug Fixes:
  • Fixed Octokit not responding with latest release (#87)
  • Fixed Program not hiding on boot if show only in system tray is active (Laptop) (#75)
  • Removed border from Start/Stop Button that would sometimes appear (#73)
  • Code Changes:
  • File Version is now linked to the Assembly Version instead of a manually set string (#82)
  • Rewrote how "Clear Only irrelevant Data" works to be less resource intensive (#81)