Skip to content

Releases: griff/metaz

1.0 Beta 34

27 Sep 22:50
Compare
Choose a tag to compare
1.0 Beta 34 Pre-release
Pre-release

Changes in version 1.0.beta-34 (27. September 2017)

This is an automatic release generated by Travis CI

The complete list of changes is:

  • Fix tag reading on High Sierra
  • Remove unsued class MZQueueOperation
  • Include minimum OS version in Sparkle.json

1.0 Beta 33

25 Sep 11:34
Compare
Choose a tag to compare
1.0 Beta 33 Pre-release
Pre-release

Changes in version 1.0.beta-33 (25. September 2017)

This is an automatic release generated by Travis CI

The complete list of changes is:

  • Merge pull request #142 from dagronf/fixed_favicon_hang
  • Fixed hang issue when search icon not loaded

1.0 Beta 32

25 Sep 10:40
Compare
Choose a tag to compare
1.0 Beta 32 Pre-release
Pre-release

Changes in version 1.0.beta-32 (25. September 2017)

This is an automatic release generated by Travis CI

The complete list of changes is:

  • Merge pull request #152 from jmcintyre/develop
  • Add setting to generate the iTunes TV show standard format for album, artist, and album artist.

1.0 Beta 29

24 Sep 21:32
Compare
Choose a tag to compare
1.0 Beta 29 Pre-release
Pre-release

Changes in version 1.0.beta-29 (24. September 2017)

This is an automatic release generated by Travis CI

The complete list of changes is:

  • Go back to using Xcode 8.3
  • Set LSMinimumSystemVersion to 10.11
  • Fix sparkle signing
  • Fix issues link in README
  • Fix compiler warning
  • Change Gemfile.lock to support ruby 2.0.0
  • Try to fix conditional expression in decrypt
  • Use xcode 7.3.1 on travis
  • Add debug to decrypt script
  • Set deployment target to 10.11
  • Only decrypt sparkle when key is available
  • Switch to xcode 8 GM

1.0 Beta 22

23 Sep 13:35
Compare
Choose a tag to compare
1.0 Beta 22 Pre-release
Pre-release

Changes in version 1.0.beta-22 (23. September 2017)

This is an automatic release generated by Travis CI

The complete list of changes is:

  • Fetch all tags so that release notes work

1.0 Beta 20

23 Sep 13:02
Compare
Choose a tag to compare
1.0 Beta 20 Pre-release
Pre-release

Changes in version 1.0.beta-20 (23. September 2017)

This is an automatic release generated by Travis CI

The complete list of changes is:

  • More fixes for tag releases

1.0 Beta 18

22 Sep 22:03
Compare
Choose a tag to compare
1.0 Beta 18 Pre-release
Pre-release

Changes in version 1.0.beta-18 (22. September 2017)

This is an automatic release generated by Travis CI

The complete list of changes is:

  • Use different method to detect if we are on tag
  • Don't upload sparkle xml document

1.0 Beta 16

22 Sep 20:35
Compare
Choose a tag to compare
1.0 Beta 16 Pre-release
Pre-release

Changes in version 1.0.beta-16 (22. September 2017)

This is an automatic release generated by Travis CI

The complete list of changes is:

  • Try different way of setting release notes
  • Use authentication when getting releases
  • Fix spelling error in dSYM zip
  • Change to correct dsym file name
  • Fix syntax error in plist.bash
  • Handle release notes when building tag
  • Worked on automatic releases and release notes
  • Set minimum version to 10.12
  • Update copyright

1.0 Beta 8

10 Sep 20:10
Compare
Choose a tag to compare
1.0 Beta 8 Pre-release
Pre-release
v1.0.beta-8

Generated tag from TravisCI for build 8

Alpha 15

27 Nov 13:24
Compare
Choose a tag to compare

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'