Skip to content

Releases: txhaflaire/JamfCheck

JamfCheck v2.1.1

02 Aug 07:42
3052ef5
Compare
Choose a tag to compare

Enhancements & Bug Fixes

  • Resolved issue #12
  • Resolved issue #11
  • Added a new detection in the Jamf Protect section

JamfCheck v2.1.0

02 Jul 13:58
3052ef5
Compare
Choose a tag to compare

Enhancements & Bug Fixes

  • Resolved issue #10
  • Added functionality to retrieve and validate Jamf Connect license #9
  • Added a first tile related to Network information showing Active Network addresses #8

JamfCheck v2.0.1

12 Jun 14:52
3052ef5
Compare
Choose a tag to compare

Bug Fixes

  • Resolved a bug where on first launch on after JamfCheck being installed defaults settings are not properly initialised.

JamfCheck v2.0.0

16 May 13:36
9500bb8
Compare
Choose a tag to compare

Major Release

  • Added PrivilegedHelper to allow user to execute specific tasks to:
    • Run a Jamf Pro recon or manage
    • Run a Jamf Protect check-in, reset, diagnostics, repair
    • Thanks to @red5coder for helping out!
  • Added additional check for Jamf Connect
    • Showing the the configured IDP Provider

JamfCheck v1.9.2

04 Mar 15:40
7d68ed0
Compare
Choose a tag to compare

Maintenance Release

  • Fixed bugs related to analysing diagnostic files for Jamf Protect
    • Resolved parsing issues with paths that contained white spaces
    • Improved the counting for Process and ExecAuth events
  • Improved the logic for the Jamf Network Test
    • Switched from using nc to NWConnection for performing the Network Tests
    • Added a new URL sentry.pub.jamf.build

JamfCheck v1.9.1

21 Feb 17:30
7d68ed0
Compare
Choose a tag to compare

Maintenance Release

  • Resolving #7 as a bug was found, the Firewall state was incorectly reported when it's being managed by MDM under certain conditions. Thanks to Harald Bosman for reporting the bug!

JamfCheck v1.9.0

09 Feb 08:19
7d0071d
Compare
Choose a tag to compare

Version 1.9.0 - New features & Enhancements

New Features

  • Device Info Home Screen: A brand-new feature has been introduced, allowing users to access device information conveniently from the main screen.

Image 08-02-2024 at 15 45

  • Notification Center Notifications and badges: Notifications have been added notifying on available software updates or certain actions have been initiated

  • Refresh Interval Options: Users can now customize the refresh interval options according to their preferences.

  • New Dashboard for Jamf Protect: A dedicated view has been implemented for Jamf Protect, enabling users to trigger various detections.

Screenshot 2024-02-07 at 20 35 53

Enhancements

  • Various minor tweaks and improvements have been made to enhance the overall user experience and performance.
    • Added CMD+R and new reload icons to refresh app dat manually and get feedback
    • Added support for optional custom header key's for HTTPs validation

Thanks all for your continued support and feedback!

JamfCheck v1.8.1

19 Dec 07:58
7d0071d
Compare
Choose a tag to compare

Version 1.8.1 - Minor enhancement

  • Added Jamf Remote Assist and Jamf Executive Threat Protection to Jamf Network Test

JamfCheck v1.8

30 Nov 15:18
7d0071d
Compare
Choose a tag to compare

Version 1.8 - Updates & Enhancements

  • Added a new feature to easily analyze the output of protectctl diagnostics which could help in troubleshooting performance issues.
    • image
  • JamfCheck is now also available in .pkg resolving #3

JamfCheck v1.7

17 Nov 08:44
8bebb0b
Compare
Choose a tag to compare

Version 1.7 - Updates & Enhancements

  • 🎉Added Jamf School 🏫 and Jamf Now 🎉 to JamfCheck to support both these MDMs as well!
    • image
  • Improved sorting and searching on viewing Logs in tables
    • Moving sorting to background thread to ensure it's not freezing the main thread / UI
  • Added more categories to Jamf Protect Logs
  • Minor code cleanup and improvements