Skip to content

2021.02.17-develop

Compare
Choose a tag to compare
@fizzyade fizzyade released this 17 Feb 01:56
· 219 commits to develop since this release
  • added ping engine for linux which uses the system ping command. This allows Pingnoo to run without root privileges, timing is not as accurate as the standard linux ping command does not produce timestamps before transmission.
  • general code tidying/refactoring.
  • added the mechanism for settings for host maskers, regular expression host masker now persists data and can be configured.
  • added deb creation to deployment
  • added rpm creation to deployment
  • fixed escaping problems in deployment script
  • deployment script refactoring (thanks to Aaron D Marasco for this work)
  • window activation was not working on linux (thanks to Paul Varghese for this work)
  • fixed issue where some platforms were not showing close buttons on the analyser windows.
  • fixed crash when pressing return in the ping target ribbon bar.