Skip to content

Releases: RegorForgot/LastfmDiscordRPC

v2.2.1

14 Nov 16:38
c45eceb

Choose a tag to compare

Minor update

Please note: This release requires the .NET 8 runtime:

Download .NET 8 Runtime

How to use:

  1. Download relevant package
  2. For each operating system:
    • win-x64: unzip then run file
    • osx-x64: unzip, then double click to open 'LastfmDiscordRPC2'
    • osx-arm64: unzip, then run ./run.sh in a terminal from extracted folder to run
    • linux-x64: unzip, then double click to open LastfmDiscordRPC2
  3. If package does not open, make sure you have installed .NET 8 as above.

Changelog

v2.2.0

26 Oct 06:52
97b472b

Choose a tag to compare

Minor update

Please note: This release requires the .NET 8 runtime:

Download .NET 8 Runtime

How to use:

  1. Download relevant package
  2. For each operating system:
    • win-x64: unzip then run file
    • osx-x64: unzip, then double click to open 'LastfmDiscordRPC2'
    • osx-arm64: unzip, then run ./run.sh in a terminal from extracted folder to run
    • linux-x64: unzip, then double click to open LastfmDiscordRPC2
  3. If package does not open, make sure you have installed .NET 8 as above.

Changelog

  • Reinstate MacOS ARM support

v2.1.1

16 May 08:51
532cdcf

Choose a tag to compare

Minor update

Please note: This release requires the .NET 7 runtime:

Download .NET 7 Runtime

How to use:

  1. Download relevant package
  2. For each operating system:
    • win-x64: unzip then run file
    • osx-x64: unzip, then double click to open 'LastfmDiscordRPC2'
    • linux-x64: unzip, then double click to open LastfmDiscordRPC2
  3. If package does not open, make sure you have installed .NET 7 as above.

Changelog

  • It has been brought to my attention that the ARM OSX (Apple M-silicon) builds no longer work, citing an issue with SkiaSharp. Due to Apple's infinite wisdom they outright block the execution of such apps and therefore ARM OSX support has been indefinitely placed on hold.
  • The last known build which works on ARM64-OSX is v2.0.1 - download it instead
  • Downgraded some packages to non-beta builds to prevent enduser bugs.

v2.1.0

12 May 13:26
3deb6d0

Choose a tag to compare

Minor update

Please note: This release requires the .NET 7 runtime:

Download .NET 7 Runtime

How to use:

  1. Download relevant package
  2. For each operating system:
    • win-x64: unzip then run file
    • osx-x64: unzip, then double click to open 'LastfmDiscordRPC2'
    • osx-arm64: unzip, then run ./run.sh in a terminal from extracted folder to run
    • linux-x64: unzip, then double click to open LastfmDiscordRPC2
  3. If package does not open, make sure you have installed .NET 7 as above.

Changelog

  • Fix broken link for authenticating with Last.fm to get session key
  • Add option to close to tray (by default, minimise no longer minimises to tray, and close button closes program)
  • Add functionality for loving a track while RPC is on (tracks changes on website as well)

v2.0.1

10 Dec 13:28

Choose a tag to compare

Minor update

Please note: This release requires the .NET 7 runtime:

Download .NET 7 Runtime

How to use:

  1. Download relevant package
  2. For each operating system:
    • win-x64: unzip then run file
    • osx-x64: unzip, then double click to open 'LastfmDiscordRPC2'
    • osx-arm64: unzip, then run ./run.sh in a terminal from extracted folder to run
    • linux-x64: unzip, then double click to open LastfmDiscordRPC2
  3. If package does not open, make sure you have installed .NET 7 as above.

Changelog

  • Added cross platform monospaced font
  • Minor renaming
  • Improved release and packaging

v2.0.0

09 Dec 21:11
ae2afbf

Choose a tag to compare

Complete rewrite - entirely new code base

Please note: This release requires the .NET 7 runtime:

Download .NET 7 Runtime

How to use:

  1. Download relevant package
  2. For each operating system:
    • win-x64: unzip then run file
    • osx-x64: unzip, then double click to open 'LastfmDiscordRPC2'
    • osx-arm64: unzip, then run ./run.sh in a terminal from extracted folder to run
    • linux-x64: unzip, then double click to open LastfmDiscordRPC2
  3. If package does not open, make sure you have installed .NET 7 as above.

v1.2.1

06 May 15:15

Choose a tag to compare

Quick Fix

Please note: This release requires the .NET 7 Desktop runtime:

Download .NET 7 x64 Runtime

Changelog

  • Actually fixed the default Last.fm API key

v1.2.0

06 May 14:25

Choose a tag to compare

Small feature update

Please note: This release requires the .NET 7 Desktop runtime:

Download .NET 7 x64 Runtime

Changelog

  • Added timer to disable presence; now, presences will deactivate when:

    • the user activated the presence more than an hour ago, and
    • the last scrobble was more than an hour ago.

    In a future update, I will add options to change the time (or lack thereof) until presence deactivation.

  • Changed presence image label to show album name instead of scrobble count.

v1.1.2

02 Apr 14:44
ee2742a

Choose a tag to compare

Minor bug fix

Please note: This release requires the .NET 7 Desktop runtime:

Download .NET 7 x64 Runtime

Changelog

  • Created new default Last.fm API key as old one was destroyed.

v1.1.1

24 Jul 23:07

Choose a tag to compare

Minor bug fix

Please note: It is recommended that you use the non-self-contained version due to its speed; however, this requires you to download the .NET 6 Desktop runtime:

Download .NET 6 x64 Runtime

Changelog

  • Fixed bug where presence would crash on track/artist names that are longer than 128 bytes.