Skip to content

Releases: hjuutilainen/munkiadmin

MunkiAdmin 0.3.0

02 Jan 17:35
Compare
Choose a tag to compare

Version 0.3.0 comes with major changes under the hood.

  • NEW: MunkiAdmin is now fully using Objective-C Automatic Reference Counting (ARC).
  • NEW: Support for defining empty blocking_applications list in pkginfo editor.
  • CHANGED: MunkiAdmin now requires OS X 10.8 or later.
  • CHANGED: The modify package command in Edit menu is now hidden and will be removed in a future release.
  • BUGFIX: Package name editor now has a minimum size.
  • BUGFIX: The text fields in installs item editor continuously update their value.

MunkiAdmin 0.2.14

20 Aug 13:25
Compare
Choose a tag to compare

Version 0.2.14 is a bugfix release for 0.2.13 with only one addition:

  • BUGFIX: Fixed a nasty regression in manifest content UI code where MunkiAdmin would crash if manifest contained version referenced or non-existing items

Version 0.2.13 contained the following changes:

  • NEW: Support for receiving pkginfos from SUS Inspector. This makes it easy to create apple_update_metadata type pkginfos.
  • NEW: Pkginfo files can be moved by dragging them to another source list folder. MunkiAdmin can (optionally) move the installer item to a corresponding pkgs subdirectory.
  • NEW: When importing an installer item, MunkiAdmin makes sure it is supported before trying to run makepkginfo. This prevents confusion when trying to import unsupported files (for example bundle style packages).
  • CHANGE: Packages source list now lists the base pkginfos directory
  • CHANGE: Deleting a package now removes all references to it if appropriate.
  • BUGFIX: Running makepkginfo now checks the stderr output for errors
  • BUGFIX: The info text in manifests list now counts items inside conditional items too
  • BUGFIX: The info text for items in manifests now tries to resolve a correct version based on the manifest and catalog(s)
  • BUGFIX: The Info.plist now includes a CFBundleVersion key. Yes, what an embarrassing fix, I know...
  • Many more fixes and improvements under the hood

MunkiAdmin 0.2.13

19 Aug 18:33
Compare
Choose a tag to compare
MunkiAdmin 0.2.13 Pre-release
Pre-release
  • NEW: Support for receiving pkginfos from SUS Inspector. This makes it easy to create apple_update_metadata type pkginfos.
  • NEW: Pkginfo files can be moved by dragging them to another source list folder. MunkiAdmin can (optionally) move the installer item to a corresponding pkgs subdirectory.
  • NEW: When importing an installer item, MunkiAdmin makes sure it is supported before trying to run makepkginfo. This prevents confusion when trying to import unsupported files (for example bundle style packages).
  • CHANGE: Packages source list now lists the base pkginfos directory
  • CHANGE: Deleting a package now removes all references to it if appropriate.
  • BUGFIX: Running makepkginfo now checks the stderr output for errors
  • BUGFIX: The info text in manifests list now counts items inside conditional items too
  • BUGFIX: The info text for items in manifests now tries to resolve a correct version based on the manifest and catalog(s)
  • BUGFIX: The Info.plist now includes a CFBundleVersion key. Yes, what an embarrassing fix, I know...
  • Many more fixes and improvements under the hood

MunkiAdmin 0.2.12

03 Jul 05:36
Compare
Choose a tag to compare
  • 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

MunkiAdmin 0.2.11

03 Jul 05:37
Compare
Choose a tag to compare
  • New pkginfo "assimilator" functionality which allows copying properties from one pkginfo to another. (Right-click a pkginfo to open the assimilator window).
  • Support for installable_condition pkginfo key
  • Support for subdirectories in manifests directory
  • Improved logic for determining which pkginfos and manifests are edited
  • Added new preferences for importing
  • Disabled debug logging by default (for new MunkiAdmin installs)
  • Reloading a repository is now a lot faster
  • Manifest selection window now correctly remembers the previous search predicate
  • Added a new menu item for revealing the installer item in Finder
  • Path controls in package view now show the selected component in Finder