9 Commits

Author SHA1 Message Date
Zack T
7f2782a55a v1.10.0 = Adding new options to override default archive name & max size 2023-12-04 11:40:08 -07:00
Zack T
7d6f2f53c9 v1.9.0 = Collecting new default info
Now collecting by default:
  + Installed Configuration Profiles
  + APNS Status (via `apsctl`)
2023-12-04 10:55:01 -07:00
Zack T
fcc9ca2485 v1.8.0 = Jamf Pro API Bear Auth Support & New Logging Functionality
Jamf Pro and Classic API Changes:
  + Add support for Jamf Pro Classic API Bearer Tokens
    + Now uses Bearer Tokens to interact with the Classic API
  + Moved to using the Pro API for all endpoints where available
  + Created new helper methods for interacting with the Jamf Pro APIs and managing user authentication details
  - Removed basic authentication support

Adding logging function for handling output to Policy Logs (level can be dynamically changed)
2023-11-17 17:37:48 -07:00
Zack T
e5e354dcea v1.7.3 = Additional standardization and formatting 2023-11-17 17:30:39 -07:00
Zack T
b06fc8cc66 v1.7.2 = Switching indentation to tabs 2023-11-17 13:10:24 -07:00
Zack T
1f31cbcc6d v1.7.1 = Code standardizations & cleanup
+ Code standardizations
  + Code cleanup
  + Minor logic improvements
2023-11-17 13:06:28 -07:00
Zack T
b83505131a v1.7.0 = Updated String Decryption Logic for Ventura and newer 2023-11-17 12:56:12 -07:00
Zack T
fb4be9b6fb v1.6.1 = Bug fix (extra parentheses)
Also updating help text to include multiple value support for specific arguments.
2023-11-17 12:37:11 -07:00
Zack T
75d80ecdfd v1.6.0 = Pass multiple args to & removed mutual exclusions from switches
+ Added the ability to pass multiple files and/or directories to be collected
+ Removed mutual exclusion from the defaults, file, and directory switch
+ Added logic to parse switches/values passed from Jamf Pro when using multiple values in each passed Script Parameter
+ Moved archiving logic to a function/context manager
+ Using built-in plistlib to read plists now
+ Standardizing functions
2022-05-13 19:01:06 -07:00