Skip to content

Alpha 15

Compare
Choose a tag to compare
@griff griff released this 27 Nov 13:24
· 153 commits to develop since this release

Changes in version 1.0a15 (27. November 2013)

Since the last release had a serious issue with crashing I have decided to release a new version that fixes this issue as well as a few other things.

The only new feature is support for native OS X notifications where available as well as making those the new default notifications instead of Growl. You can still enable Growl notifications in the preferences if you prefer.

The complete list of changes is:

  • Made sparkle sign output a JSON document.
  • Changed time zone to GMT-1100. Fixes #32.
  • Merge branch 'feature/native-notifications' into develop
  • Removed unfinished IMDB plugin
  • Native notifications are default when available.
  • Added comparison helpers to MZVersion
  • Used local variable in MZMultiGrowlWrapper singleton
  • Fixed icon progress indicator on retina screen.
  • Added plugin for native notifications. Fixes #78.
  • Added a minimum OS X version check for plugins
  • Deleted non-UTF8 chars from tagChimp results.
  • Fixed a semantic warning
  • Fixed archive so it only contains the app.
  • Moved plist script into its own file.
  • Silenced output from document_types.bash
  • Bumped version to 1.0a15
  • TheMovieDB plugin now checks for null. Fixes #83.
  • Merge branch 'release/1.0a14'