Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Apr 17:53
· 1 commit to main since this release

Changelog

  • Added new and improved Python installer.
  • Fixed Bento4SDK and FFMPEG not adding to path. #3
  • Added a copy of manualinstall.md to first setup.
  • Added a hamburger menu to navbar
  • Switched to zotify.xyz from votify.
  • Fixed streamrip's config problems
  • Added a track list for playlists and albums (qobuz only to test)
  • Some minor changes on UI
  • If you had ENONET problems, re-installing won't bring first time setup, please edit mh-settings.json's firstTime to true to get it again.
  • macOS arm64 releases are fixed #4
  • Fixed update dependencies on settings (have problems to display completion notification)

What's Changed

  • docs: update README.MD by @eltociear in #2
  • Fixes missing Python import and cleans up an unused import by @Phenix66 in #11

New Contributors

Notes for MacOS silicon users

After downloading MediaHarbor-1.1.0-arm64.dmg, don't mount it.

  1. Open terminal
  2. navigate to your downloads folder (usually cd ~/Downloads)
  3. do xattr -d com.apple.quarantine MediaHarbor-1.1.0-arm64.dmg
  4. Now you can mount and install app.
    Due to Apple's code signing requirement, we have to remove com.apple.quarantine flag before installing, otherwise we'll keep getting damaged dmg error.

Full Changelog: v1.0.9...v1.1.0