Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Releases: LISTEN-moe/windows-app

Color overhaul

15 Jul 09:27
8a859a3
Compare
Choose a tag to compare

Changelog:

  • Breaking Release:
    • Settings are not completely backwards compatible with this version, you better generate a new settings file and compare the contents and see what you can copy over
  • (New) Ability to switch colors if no custom colors have been selected, when switching the radio
  • (New) TimeLeft instead of overall playtime for the Discord Presence
  • (New) Option in the settings file to turn off discord presence, no entry in the settings menu (called DiscordPresence)
  • (Removed) No more presence removal upon pressing pause

Fix Events and add special covers for them

12 Jul 03:39
5ec1faf
Compare
Choose a tag to compare

Changelog:

  • (New) Added special covers for events
  • (Fix) Fixed Events not showing up in the "requested" bar at the bottom

Fix play/pause button regression introduced in 1.4.0

12 Jul 02:00
4192f73
Compare
Choose a tag to compare

Changelog:

  • (Fix) Pause button not switching to Play button after pressing Pause once

Add Discord RPC support

12 Jul 01:47
46018b4
Compare
Choose a tag to compare

Changelog:

  • (New) Added support for Discord RPC

Add support for KPOP stream

27 May 08:56
Compare
Choose a tag to compare

Changelog:

  • (New) Added support for KPOP stream
  • (Fix) Fixed sources information for songs

Use official romaji for artist names where possible

16 Apr 20:31
Compare
Choose a tag to compare

Changelog:

  • (Fix) Use official romaji when displaying artist names when possible, to be the same as the site

Fix favorite bug

07 Feb 09:55
Compare
Choose a tag to compare

Changelog:

  • (Fix) Fix crash on startup related to the favorite sprite

Added 2FA support, minor bug fixes

28 Jan 08:42
Compare
Choose a tag to compare

Changelog:

  • (New) Added 2FA support for v4
  • (Fix) Improved audio stability/glitches
  • (Fix) Fixed bugged update progress bar
  • (Fix) Updated favorite api for v4
  • (Fix) Fixed song info copying as ListenMoeClient.Source[]

v4 API update

22 Jan 21:19
Compare
Choose a tag to compare

Changelog:

  • (Change) Changed over to the new v4 API
  • (Fix) Fixed exception sometimes happening on startup for some users

Lots of stuff

22 Jan 11:24
Compare
Choose a tag to compare

Changelog:

  • (New) New UI rearrangement, to give more space to new fields (like the current event)
  • (New) Settings form has been rearranged for better layout
  • (New) Output audio device is now selectable
  • (New) New underlying UI framework. As a result, the app is now resizable 🎉
  • (New) Sprite and text colors now invert if your theme colors are light
  • (New) Probably added more bugs
  • (Fix) Settings form now opens in the center of the current screen, instead on some random monitor
  • (Fix) Fixed quotes in passwords not being escaped 👀
  • (Fix) Fixed sprites and controls going wacky if you changed the resolution scale a ton without restarting the app
  • (Fix) Playback and favorite sprites/animations are now more reliable
  • (Fix) Fixed key bindings not working
  • (Fix) Fixed tray icon not appearing when Close to Tray was enabled
  • (Change) Underlying audio playback is done via DirectSound, not WaveOut - offers better performance and a few other niceties.