github lindegroup/autopkgr v1.1.1
AutoPkgr 1.1.1

latest releases: v1.6, v1.5.7, v1.5.6...
9 years ago

Version 1.1.1 brings us a few bug fixes and minor improvements:

Bug Fixes

  • Address issues with JSS integration:
    • Better handling of URLs for Cloud hosted JSS. (#170)
    • More comprehensive logging relating to JSS operations.
  • Cleaner UI error messages. (related to #167)
  • Correctly detects Xcode git. (#181)
  • Compatibility with Yosemite's "dark mode." (#190)
  • Minor GUI adjustments.

Enhancements

  • Better proxy support. AutoPkgr can now use proxies set in System Preferences, including Auto Detected WPAD/PAC.

    defaults write com.lindegroup.AutoPkgr useSystemProxies -bool true
    

    Note: You must make sure to include any domains and servers you do not want to use a proxy to access in the "Bypass proxies for these Domains & Hosts" setting.

    Note: Proxy support is still in early development and we would appreciate feedback as to how it's working, both good and bad. There's an open issue about proxies; please visit and comment.

    See the README.md for more detailed information.

Known Issues

  • Currently there is a condition that can cause the JSS_VERIFY_SSL to be incorrectly set when using self signed certificates or certificates singed by an untrusted CA. If using one of these and having trouble running .jss recipes you may need to manually set the key to false,
    defaults write com.github.autopkg JSS_VERIFY_SSL -bool false

As always, if you have any problems with AutoPkgr, please head over to our Google Group and let us know. If it's a reproducible bug, please open an issue on GitHub with as much detail as possible.

Don't miss a new autopkgr release

NewReleases is sending notifications on new releases.