AppManager

 Version History

2009-08-04: 1.0.7

  • Fixed a problem when loading App icons that resulted in an AppleScript error.

2009-03-21: 1.0.6

  • Fix: When the search rating popup is set to None and the user quits, when the user starts AppManager again, the user will get an error. THis has been fixed. Until 1.0.6 is released, if this happens to you, please throw away the AppManager prefs and don't quit AppManager with the popup menu set to None.
  • Fix: Fixed an error when reading certain apps. Basically it was a permission thing.
  • New: Added checkbox in preferences to allow for automatic update checking.

2009-02-14: 1.0.5

  • Fix: handles error better when loading application from a an old AppManager database
  • Fix: Properly skips non-iTunes apps when found in the Mobile Applications folder
  • New: User is prompted to save when doing something that might case a change to be lost (like quit, search, or change selection)
  • New: Added Save menu item
  • New: Add Export feature

2009-01-11: 1.0.4

  • New: Added preference to turn on/off debug logging
  • New: Added preference to set the path to the iTunes/Mobile Applications folder
  • New: The search criteria is now remembered between sessions of AppManager
  • New: Changed the text in the rating radio buttons to have stars (thanks Richard Shapiro)
  • New: Added a bunch more logging for debugging purposes. See history for 1.0.2 on how to turn logging on or off.
  • Fix: Fixed a window resizing problem with the main window
  • Fix: Added some error checking to skip Apps that might cause AppManager a problem.
  • Fix: Fixed an error message when the app quits after 5 minutes of idle time

2009-01-04: 1.0.3

  • Fix: fixed hard coded path. The program should work now for everyone!

2009-01-04: 1.0.2

  • New: Added version updating using Sparkle
  • Fix: Added path check for the "~/Music/iTunes/Mobile Applications" folder
  • Fix: Changed some progress indicator strings to better reflect what's happening
  • Fix: Added check to verify the user is running OS 10.5.x
  • Fix: Added optional debug logging. To turn it on:
    • defaults write com.allanmarcus.AppManger pref_log_value -int 1
    • use 0 for off
    • log is stored in ~/Library/Logs
  • Fix: Closing the main window quits the application properly now

2008-12-29: 1.0.1: 

  • Columns can be sorted by clicking on column header

2008-12-29: 1.0.0: 

  • Initial release