Skip to content

Releases: Venipa/ytmdesktop2

v0.12.0 - updated google login with notice, hardware accel toggle

09 Apr 22:45
42923bb
Compare
Choose a tag to compare
  • google login now opens in a popup with a notice on how to login
  • hardware acceleration toggle has been added, restart app once set
  • (wip) new tray view will be added in the next pre releases
  • new resources added (images/icons)

Apple Silicon Builds need to run this command after installing:
xattr -dr com.apple.quarantine /Applications/YouTube\ Music\ for\ Desktop.app

Full Changelog: v0.11.6...v0.12.0

v0.11.9 - arm builds for testing

11 Mar 15:23
975b9e4
Compare
Choose a tag to compare
Pre-release

This Release may require to be downloaded from github releases page instead of stable auto updater.

Full Changelog: v0.11.8...v0.11.9

v0.11.6 - media control fixes, mini player stay on top

11 Mar 13:22
9422524
Compare
Choose a tag to compare
  • Media control library has been updated (xosms, currently supported OS: Win32 & Linux)
  • Mini Player now has a stay on top toggle #78
  • Mac crash fixed #87

Full Changelog: v0.11.5...v0.11.6

v0.10.11 - mini player no max size, remember window position/size

21 Mar 23:03
f0c1e1c
Compare
Choose a tag to compare
  • removed mini player max window size limit #58
  • remember window position & size #38

Full Changelog: v0.10.9...v0.10.11

v0.10.9 - prefer video quality, internal refactor

04 Feb 02:15
e6516b6
Compare
Choose a tag to compare
  • Prefer video quality in settings

API:

  • client plugins can now return destroy functions

Full Changelog: v0.10.8...v0.10.9

v0.10.8 - fixed links

26 Jan 21:55
d2ab936
Compare
Choose a tag to compare

v0.10.7 - lastfm auth persistence fix

26 Jan 02:34
4ba49c2
Compare
Choose a tag to compare
  • fixes #50 "Last.fm needs to reauthenticate every time the app is closed"
  • fixes github action config

Full Changelog: v0.10.4...v0.10.7

v0.10.4 - single instance lock

18 Jan 00:40
13e3941
Compare
Choose a tag to compare
  • opening a second instance of the app will open the primary instance now

Full Changelog: v0.10.3...v0.10.4

v0.10.3 - small fixes

17 Jan 20:54
aee45ef
Compare
Choose a tag to compare
  • single instance lock to prevent multiple instances of the same app
  • indefinite animation on update icon fixed

Full Changelog: v0.10.2...v0.10.3

v0.10.2 - LastFM scrobble flags, rc LastFM release

14 Jan 17:25
f429f60
Compare
Choose a tag to compare

LastFM 👌
image

Full Changelog: v0.10.1...v0.10.2

Linux

Linux users will be needed to install the libsecret library to use lastfm and future integrations.
Depending on your distribution, you will need to run the following command:

Debian/Ubuntu: sudo apt-get install libsecret-1-dev
Red Hat-based: sudo yum install libsecret-devel
Arch Linux: sudo pacman -S libsecret