Skip to content

Latest commit

 

History

History
105 lines (86 loc) · 6.05 KB

CHANGELOG.md

File metadata and controls

105 lines (86 loc) · 6.05 KB

Changelog

4.0.3 - 2024-12-02

4.0.2 - 2024-02-01

  • Fixed a crash caused by payload properties with multiple lines and carriage returns - thanks sheacraig!
  • Reports can now be exported via the CLI
    • Use the --export option to export a Low Profile report
    • Thanks BigMacAdmin!
  • Bumped Sparkle version to 2.5.2
  • Minor cosmetic tweaks to the text alignment of payload properties

4.0.1 - 2023-10-03

  • Fixed a bug preventing Low Profile from auto-updating

4.0 - 2023-09-28

  • Updated payloads to support the following operating systems:
    • iOS 17
    • iPadOS 17
    • macOS 14 Sonoma
    • tvOS 17
    • watchOS 10
  • Added support for the following new payloads:
  • Added support for identifying issues:
    • A list of known issues can be viewed via the Issues button located in the toolbar
    • Duplicated properties across payloads / profiles are listed in the Issues popover
    • Deprecated properties are also listed in the Issues popover
    • Click on an individual issue to view the payload property details
    • Thanks kevinmcox!
  • Added support for exporting Low Profile reports:
    • A report of installed profiles can be exported as a .lowprofile file via the Export button located in the toolbar
    • Reports can be opened by Low Profile on any Mac
    • Thanks BigMacAdmin!
  • Syntax highlighting for Property Lists has been rebuilt from the ground up:
    • Replaced custom code with Highlightr package, reducing load times significantly!
    • Supports themes, customizable via app Settings
    • Supports dynamic appearance (i.e. light mode / dark mode)
  • Fixed a bug that prevented payload properties with unicode characters from loading correctly - thanks hkystar35!
  • Fix a bug that displayed property value types incorrectly - thanks kevinmcox!
  • The Search bar now supports profile / payload names, identifiers and property keys
  • Sidebars columns are now wider by default and can be resized
  • Payload properties now indicate if they are deprecated
  • An example Property List for each payload is now shown in the Discussion tab
  • The Discussion tab is now hidden if it is empty
  • The previously selected payload is now remembered when switching between profiles
  • The previously selected tab is now remembered when switching between profiles / payloads
  • Text selection has been enabled for the app Settings
  • Added the missing tooltip for each payload's "View Documentation" button
  • Bumped AS1NDecoder version to 1.9.0
  • Bumped Sparkle version to 2.5.0
  • Bumped Yams version to 5.0.6
  • A whole bunch of minor cosmetic tweaks

Note: Version 4.0 requires macOS Ventura 13 or later. If you need to run Low Profile on an older operating system, you can still use version 3.0.1.

3.0.1 - 2022-03-15

  • Fixed a bug that assumed no User Configuration Profiles were installed - thanks dhcav!

3.0 - 2022-03-06

  • Added support for installed configuration profiles - thanks hkystar35!
    • Installed configuration profiles are now shown by default when the app launches
    • Opening configuration profiles still behaves as expected
    • This feature requires access to system_profiler, therefore the App Sandbox entitlement has been removed
  • Added granular detail for Managed Preferences payloads
    • PayloadContent dictionaries now display with full detail
    • PayloadContent dictionaries are no longer categorised as Unknown Properties
  • General code cleanup

2.0 - 2021-12-08

  • Payload information is now downloaded dynamically
    • Switched from Property List to YAML format (smaller file size)
    • If unable to download payload information, default to app bundle
  • Entire certificate chains are now shown for signed configuration profiles
  • Added support for certificate data within payload properties
  • Improved formatting of payload properties with custom arrays and dictionaries
  • Low Profile will now check for updates on app launch
  • Significant UI cleanup (condensed tabs and overlapping views)
  • All text strings can be highlighted and copied to clipboard
  • General code cleanup

1.0 - 2021-04-18

  • Shiny new app icon - thanks smithjw!
  • Added ability to copy most text components
  • General code cleanup

0.1 Beta - 2020-08-16

  • Initial release