Releases: RegorForgot/LastfmDiscordRPC
v2.2.1
Minor update
Please note: This release requires the .NET 8 runtime:
How to use:
- Download relevant package
- 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.shin a terminal from extracted folder to run - linux-x64: unzip, then double click to open
LastfmDiscordRPC2
- If package does not open, make sure you have installed .NET 8 as above.
Changelog
- Fix #8
v2.2.0
Minor update
Please note: This release requires the .NET 8 runtime:
How to use:
- Download relevant package
- 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.shin a terminal from extracted folder to run - linux-x64: unzip, then double click to open
LastfmDiscordRPC2
- If package does not open, make sure you have installed .NET 8 as above.
Changelog
- Reinstate MacOS ARM support
v2.1.1
Minor update
Please note: This release requires the .NET 7 runtime:
How to use:
- Download relevant package
- 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
- 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
Minor update
Please note: This release requires the .NET 7 runtime:
How to use:
- Download relevant package
- 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.shin a terminal from extracted folder to run - linux-x64: unzip, then double click to open
LastfmDiscordRPC2
- 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
Minor update
Please note: This release requires the .NET 7 runtime:
How to use:
- Download relevant package
- 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.shin a terminal from extracted folder to run - linux-x64: unzip, then double click to open
LastfmDiscordRPC2
- 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
Complete rewrite - entirely new code base
Please note: This release requires the .NET 7 runtime:
How to use:
- Download relevant package
- 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.shin a terminal from extracted folder to run - linux-x64: unzip, then double click to open
LastfmDiscordRPC2
- If package does not open, make sure you have installed .NET 7 as above.
v1.2.1
Quick Fix
Please note: This release requires the .NET 7 Desktop runtime:
Changelog
- Actually fixed the default Last.fm API key
v1.2.0
Small feature update
Please note: This release requires the .NET 7 Desktop 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
Minor bug fix
Please note: This release requires the .NET 7 Desktop runtime:
Changelog
- Created new default Last.fm API key as old one was destroyed.
v1.1.1
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:
Changelog
- Fixed bug where presence would crash on track/artist names that are longer than 128 bytes.