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
- @eltociear made their first contribution in #2
- @Phenix66 made their first contribution in #11
Notes for MacOS silicon users
After downloading MediaHarbor-1.1.0-arm64.dmg, don't mount it.
- Open terminal
- navigate to your downloads folder (usually cd ~/Downloads)
- do
xattr -d com.apple.quarantine MediaHarbor-1.1.0-arm64.dmg - Now you can mount and install app.
Due to Apple's code signing requirement, we have to removecom.apple.quarantineflag before installing, otherwise we'll keep getting damaged dmg error.
Full Changelog: v1.0.9...v1.1.0