Releases: melchor629/iTunes-Scrobbler
Fix crash in updater
This small release fixes a crash in updater.
Fix block in macOS 11
This release fixes a possible issue in which the app is blocked while waiting to request permission to send Apple Events to Apple Music (disabled check in macOS 11 or higher, if this happens in previous version, raise an issue).
Small fixes
- Fixed a possible crash due to unhandled error in updater
Fixes to updater and logger
- Fix the Updater to properly handle errors, and parse dates using ISO 8601 instead of local language (fixes #6)
- Fixes compilation for Universal App (aarch64) on syslog call
- Refactor Logger to use new Logger available on macOS 11
- Added log rotation for the log files
Fixes and support for Apple Silicon
This version includes some fixes and brings support for Apple Silicon chips (untested yet, but hope it works).
fix
: properly handle + in requests (also has error handling)feature
: ability to re-scrobble a song if repeat mode is set to 1-songfix
: version comparison not working properly in updaterrefactor
: improve scrobble cache view
Fix scrobbling behaviour
Now if the track is less or equal to 30s, then it will not be scrobbled, as stated in the last.fm guide.
Crash fix and Hardened Runtime
This version fixes a crash that could happen time to time under certain scenarios (not yet known). Also enables the Hardened Runtime to increase the app's security.
Support for macOS Catalina
With macOS 10.15 (aka Catalina), iTunes is being removed and a new player replaces the ol'good iTunes: Music. This version adds support for the new Music player (which is indeed almost identical programatically to iTunes). The app will continue to work with iTunes for old versions, and for macOS 10.15 or higher will use Music.
Fix crash on radio streamings
This version fixes a crashes when playing radio streamings (see #3).
- Fix crash when playing radio streamings
- Change menu icon to reflect changes for streamings
Several fixes and Mojave dark mode compatibility
- Supports Mojave's Dark Mode
- Changed behaviour of scrobblings to match the specification (see #2)
- Fixed crash when listening to non-local music/podcasts