Skip to content

Alpha 14

Compare
Choose a tag to compare
@griff griff released this 14 Nov 07:23
· 170 commits to develop since this release

Changes in version 1.0a14 (14. November 2013)

After much delay there is finally a new release of MetaZ. This release brings back TheMovieDB support as well as fixes some crashing issues.

The file list and search output have also been reversed so that files are now on the left and search is on the right (thanks to @ipmcc).

Please note that sadly this will also be the last release to support Leopard (OS X 10.5) and PowerPC because supporting those have become harder and harder to do for the benefit of a very tiny minority.

The complete list of changes are:

  • Got back support for disabling plugins.
  • Commented out the doctype in the sdef file.
  • Added string category for wildcard matching a mime type.
  • Added support for limiting the mime type of data in MZRemoteData.
  • Started sometimes ignoring first chapter from tagChimp.
  • Removed the assertion causing the crash in issue #39
  • Initialized the error object to nil in MZScriptingEnums
  • Removed unused variable
  • Used our logger instead of NSLog
  • Made orderedDocuments return objects in the order they are shown on screen
  • Updated readme with description of extras
  • Fixed problem with MZTextView reported in #37
  • Update README.markdown
  • Revert "Changed open sheet to use file extensions instead of UTIs becaused it was causing problems with m4v extension"
  • Removed output of extensions when showing open sheet
  • Started using PlistBuddy instead of defaults to read values from plist file in scripts
  • Moved shell scripts to Scripts folder
  • Changed the UTI conform to requirement to kUTTypeAudiovisualContent so that we also support audio
  • Moved document types information to data provider plugin
  • Moved private MZPlugin category to main source file
  • Refactored so that MZScriptActionsPlugin does not have a bundle assigned
  • Removed unused old dataProviders and searchProviders methods from MZPlugin
  • Changed plugin label so that it checks the bundle for a CFBundleDisplayName and a CFBundleName key in Info.plist
  • Added accessors for plugin types that include disabled plugins
  • Removed Test-Info.plist
  • Added version number to settings
  • Updated project to Xcode 5
  • Added init script to simplify build from fresh checkout
  • Fixed error caused by implicit conversion to CGRect.
  • Fixed some memory leaks and semantic issues
  • Failed writes now reports whatever is on stderr.
  • Don't paste read only tags fixing #63
  • Now defaults to getting error string from stderr
  • Fixed problem when only removing artwork
  • Fixed some semantic warning
  • Added JSONKit to Externals
  • Implemented support for the new The Movie DB API. Fixes #74.
  • Fixes the icon for TheMovieDB results
  • Fixed right-clicking on search results
  • Merge branch 'feature/moviedb-fix' into develop
  • Fixed a memory error in ChapterItemWrapper
  • Removed unused variable
  • Only include chapter data from tagChimp if there is more than one chapter
  • Don't use asserts on data external to the program
  • Removed some tagchimp debug output
  • Made new poster backgrounds
  • Add a user default to reverse the order of the panes in the main splitview.
  • Bring pull request branch up to date with v1.0a13.
  • Per discussion on pull req: Remove defaults option.
  • Fix frame/bounds confusion
  • Update XIB file to reflect order.
  • Remove the code to force the reordering panes.