Skip to content

Releases: sigma67/ytmusicapi

v1.4.1

03 Jan 20:24
4d5c9e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

v1.4.0

01 Jan 18:46
dc5bce5
Compare
Choose a tag to compare

Higlights

  • documentation: fixed #480, #489
  • fixed #494
  • search: supports podcasts and episodes filters
  • new argument oauth_credentials to YTMusic supporting custom client_id and client_secret
  • dev: pull requests are now linted and format-checked

What's Changed

New Contributors

  • @theyak made their first contribution in #493
  • @jcbirdwell made their first contribution in #488 (thanks for this big contribution!)

Full Changelog: 1.3.2...1.4.0

v1.3.2

09 Nov 18:08
9b0d4de
Compare
Choose a tag to compare

Full Changelog: 1.3.1...1.3.2

v1.3.1

24 Oct 20:22
2d2ab99
Compare
Choose a tag to compare

Full Changelog: 1.3.0...1.3.1

1.3.0

03 Oct 15:32
40e5650
Compare
Choose a tag to compare

Features ✨

  • edit_playlist: added support for addToTop setting on playlists

Fixes 🐞

Full Changelog: 1.2.1...1.3.0

v1.2.1

27 Aug 21:22
56d54a2
Compare
Choose a tag to compare

Fixes 🐞

  • search: fixed a crash when profile name is absent on a search result

v1.2.0

20 Aug 16:30
6660058
Compare
Choose a tag to compare

Features ✨

  • search: added support for profiles filter and profile type search results

Fixes 🐞

  • ytmusicapi browser: fixed an issue with pasting Chromium headers on browser setup. please do the open web a favor and use Firefox 🦊
  • search: added a better error message for invalid filter combinations (#420, thanks @nick42d )

v1.1.1

03 Jul 20:55
ef312d7
Compare
Choose a tag to compare

Fixes 🐞

v1.1.0

15 Jun 18:27
7c9455e
Compare
Choose a tag to compare

Features ✨

  • add location support (#386). A new initialization parameter supports changing the region. This is equivalent to setting the region in your YouTube Music Settings.
  • add external OAuth case to browser check (#396) (thanks @MarvinSchenkel ). This supports the case of using OAuth authentication with browser credentials, see the issue for more information
  • added dutch translations ( thanks @Vistaus , #383)
  • open browser on ytmusic oauth call (#384)

Fixes 🐞

  • fixed unrecognized case sensitive headers during auth (thanks @czifumasa )
  • get_playlist: fixed issues with views return value and limit parameter

v1.0.2

22 Apr 06:54
9f2b5d6
Compare
Choose a tag to compare

Fixes 🐞

  • fixed invalid credentials returned when using the dict returned by setup_oauth