Skip to content

Releases: Venipa/ytmdesktop2

v0.18.9 - service management and shortcut improvements

26 Mar 19:47
f7c6297

Choose a tag to compare

  • Added shortcut.service and integrated broader service-management updates across main/preload layers.
  • Updated media control and YouTube/plugin bridge files (mediaControl.service, pluginManager, renderer plugin utils, track API controls).
  • Refined service type generation flow (services.generated.d.ts) and hook/build config handling for generated files.
  • Included release workflow and dependency lockfile updates.

v0.18.7 - playpause keyboard/mac fix, Code QoL enhancements.

24 Mar 12:47
d4810f6

Choose a tag to compare

What's Changed

  • feat: add service type generation plugin for Electron-Vite and remove outdated Providers.ts file
  • fix: handle playpause and stop media key events by @pedro-lino in #205

New Contributors

  • @pedro-lino made their first contribution in #205

Full Changelog: v0.18.6...v0.18.7

v0.18.6 - quit to tray

17 Mar 17:56
f4be4e6

Choose a tag to compare

  • fixes quit to tray feature

Full Changelog: v0.18.5...v0.18.6

v0.18.5 - fixes macos updater

15 Mar 11:17
67814e7

Choose a tag to compare

  • fixes macos updater not quitting after update has been downloaded.

v0.18.4 - macos updater differential download

15 Mar 09:49
4c04249

Choose a tag to compare

  • release to include zip files for use with autoupdater

v0.18.3 - media control support for mac

15 Mar 05:16
ea099bd

Choose a tag to compare

  • feat: media control support for mac has been added
  • removed old deprecated dependencies.

v0.18.2 - signed macOS release

14 Mar 08:06
cf0b485

Choose a tag to compare

as of this release macOS builds are signed and do not need extra tooling to be able to run on your devices.

  • reverted to an older electron version due to issues with dependencies right now.

v0.17.19 - correct album name source

02 Mar 18:02
8f4956d

Choose a tag to compare

feat: fetch album from UI instead of UI Store

v0.17.17 - small fix regarding discord rpc validation and album detection

02 Mar 17:00
1a22dc5

Choose a tag to compare

  • fix: discord rpc activity schema needs atleast 1 button or set undefined.
  • fix: discord rpc album assignment (if available)

Full Changelog: v0.17.16...v0.17.17

v0.17.16 - new discord rpc, mini player fixes

02 Mar 15:32
2492996

Choose a tag to compare

  • feat(DiscordRPC): refactored discord rpc implementation for stability and less dependencies.
  • fix(DiscordRPC): after idling 30seconds while the track being paused now correctly removes the activity from discord
  • fix(MiniPlayer): Mini player issues have been fixed with the progress not moving.
  • few dependencies have been removed