Releases: Venipa/ytmdesktop2
Releases · Venipa/ytmdesktop2
v0.18.9 - service management and shortcut improvements
- Added
shortcut.serviceand 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.
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
- fixes quit to tray feature
Full Changelog: v0.18.5...v0.18.6
v0.18.5 - fixes macos updater
- fixes macos updater not quitting after update has been downloaded.
v0.18.4 - macos updater differential download
- release to include zip files for use with autoupdater
v0.18.3 - media control support for mac
- feat: media control support for mac has been added
- removed old deprecated dependencies.
v0.18.2 - signed macOS release
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
feat: fetch album from UI instead of UI Store
v0.17.17 - small fix regarding discord rpc validation and album detection
- 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
- 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