Skip to content

Releases: melchor629/iTunes-Scrobbler

Fix crash in updater

16 Jan 09:41
c59a84e
Compare
Choose a tag to compare

This small release fixes a crash in updater.

Fix block in macOS 11

11 Sep 08:31
71e70c4
Compare
Choose a tag to compare

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

20 May 21:04
228db62
Compare
Choose a tag to compare
  • Fixed a possible crash due to unhandled error in updater

Fixes to updater and logger

22 Nov 16:58
ea4fce2
Compare
Choose a tag to compare
  • 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

20 Nov 22:07
e263d93
Compare
Choose a tag to compare

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-song
  • fix: version comparison not working properly in updater
  • refactor: improve scrobble cache view

Fix scrobbling behaviour

21 Dec 17:42
82bc84d
Compare
Choose a tag to compare

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

24 Oct 18:31
c62a683
Compare
Choose a tag to compare

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

09 Oct 20:19
aab02eb
Compare
Choose a tag to compare

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

22 Aug 18:59
64fc401
Compare
Choose a tag to compare

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

20 Jul 09:01
f0fa725
Compare
Choose a tag to compare
  • Supports Mojave's Dark Mode
  • Changed behaviour of scrobblings to match the specification (see #2)
  • Fixed crash when listening to non-local music/podcasts