Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Release 1.3.1

Choose a tag to compare

@github-actions github-actions released this 06 Mar 17:10

Automatic release of version: 1.3.1
Changes in this release:

Bug Fixes

  • Startup:
    • Run initial polling of host information in separate thread so it doesn't block the startup sequence. (f7bdd8f0)
  • Update Checks:
    • Fix update dialog showing up briefly, even though no update is actually available. (0498471d)

Chores

  • Logging:
    • Set default logging to INFO level. (24df16ad)
  • README:
  • gitignore:
    • Add Monitoring-*.jar to ignore list. Nice for testing stuff. (4251d3bb)

Other Changes