Skip to content

Alpha 10

Compare
Choose a tag to compare
@griff griff released this 14 Nov 11:21
· 310 commits to develop since this release

Changes in version 1.0a10

Long overdue Alpha 10 of MetaZ fixes the problem with adding images that slipped into Alpha 9.

It also fixes issues with TagChimp results sometimes not getting shown and limits the number of concurrent poster downloads to 12 so as not to overload the CPU and internet connection when dealing with large number of posters.

MetaZ now has basic AppleScript support so that you can open files and modify tags from a script.

The complete list of changes are:

  • Fixed editable issue in the poster control #4
  • Removed MZRetain, MZRelease & MZCopyDescription because CF* ones works as well
  • Added AEVTBuilder to externals
  • Moved release related shell scripts out of xcode project to external files
  • Removed gitattributes
  • Moved away from out own custom uti for m4v files since that was causing problems of its own
  • Added pragma mark to MZFileNameTextStorage
  • Added a script name property to MZTag
  • Added applescript record converter to MZTimeCode
  • Added basic AppleScript support
  • Added some test applescripts
  • Merge pull request #23 from slessard/metaz@11cb05b
  • Removed gitattributes
  • Moved release related shell scripts out of xcode project to external files
  • Moved away from out own custom uti for m4v files since that was causing problems of its own
  • Fixed small memory leak in ToolTipButton
  • Added getters for values, value names and localized value names of MZEnumTags
  • Added helpers to make converting and supporting apple script easier
  • Finished implementation of open command
  • Finished the rough first version of applescript support
  • Added class description comment to MZDateFormatter.h
  • Fixed a small issue with pictureChanged value being wrong when app first starts because of NIB load order
  • Limited the number of concurrent MZRemoteData operations to 12
  • Fixed encoding problem in TagChimp search result
  • Merge branch 'feature/applescript' into develop
  • Moved selection down in file MetaZApplication to get rid of warning
  • Changed tag value method a bit to get rid of warning
  • Updated Bundle Version to include git commit hash
  • Updated copyright year in Info.plist
  • Removed SmartCrashReports keys from Info.plist since they are not used
  • Added missing MZTimeCode.h import to MetaData.h
  • Fixed a few memory leaks
  • Fixed some problems in the sparkle_sign script
  • Changed release shell scripts to use bash instead of sh
  • Bumped version to 1.0a10
  • Changed sparkle:version to CFBundleVersion from Info.plist
  • Merge branch 'release/1.0a10'
  • Fix several compiler/linker warnings/errors