Skip to content

MunkiAdmin 0.2.12

Compare
Choose a tag to compare
@hjuutilainen hjuutilainen released this 03 Jul 05:36
· 579 commits to master since this release
  • NEW: Added support for version_comparison_key in pkginfo items. Double click an installs item to access the details or edit straight in the list.
  • NEW: Copy, paste and cut support for most pkginfo array type keys. Supported keys are currently: installs, items_to_copy, receipts, installer_choices_xml, blocking_applications and supported_architectures. (Items are also copied as string so try pasting to your favorite text editor too)
  • NEW: Renaming a pkginfo (changing the name key) now correctly renames all other references in other pkginfos and manifests. MunkiAdmin also displays a list of referencing items before making the changes.
  • NEW: Added support for dragging files from Finder to pkginfo editor installs list.
  • NEW: New GUI for installs and receipts items in package editor window
  • NEW: Moving, renaming, duplicating and creating manifests now use a standard save panel. References in other manifests are properly updated too.
  • NEW: Added support for assimilating items_to_copy items.
  • NEW: Added apple_update_metadata to installer types autocomplete list.
  • CHANGE: Manifest contents are now alphabetically sorted by default (for new installs).
  • BUGFIX: Fixed a bug where manifests in subdirectories could not be duplicated or renamed properly.
  • BUGFIX: Fixed a bug where editing the force_install_after_date by typing numbers would use an incorrect time zone.
  • BUGFIX: Custom version comparison keys and installer environment variables are now copied when assimilating
  • Many more fixes and improvements under the hood