Skip to content

Releases: mps-youtube/yewtube

v2.10.5

29 Aug 02:08
Compare
Choose a tag to compare

v2.10.5 (2023-08-29)

Fix

  • fix: #1243 bumped yt-dlp version

Thanks to @galgot (4461d0c)

Unknown

  • Merge pull request #1244 from mps-youtube/develop

fixed: #1243 bumped yt-dlp version (1c05626)

v2.10.4

14 Jun 12:17
Compare
Choose a tag to compare

Fix

  • #806 - pressing q doesn't stops playback when in repeat mode (645617a)

v2.10.3

14 Jun 11:09
Compare
Choose a tag to compare

Fix

  • Shuffle all throwing error "object does not support item assignment" (13fb47b)

v2.10.2

22 Mar 09:18
Compare
Choose a tag to compare

Fix

  • #837 crashes if the video is blocked by the copyright holder (c472c7a)

v2.10.1

21 Mar 14:20
Compare
Choose a tag to compare

Fix

v2.10.0

21 Mar 12:43
Compare
Choose a tag to compare

Feature

  • Added subtitle suppport for vlc related to #331 (96f2efd)

Documentation

  • Added collaborators and contributors page (f258403)

v2.9.4

28 Jan 11:16
Compare
Choose a tag to compare

Fix

  • Semantic release python pypi receipe (495629a)

Version 0.2.8

18 Feb 04:56
da798cf
Compare
Choose a tag to compare

Features:

Enhancements:

  • Store playlists as m3u files instead of binary (@kraetzin) (#682)
  • Show replies when displaying comments (@paulfertser) (#677)
  • Use https urls for album art (@vszakats) (#574)
  • When using "repeat" with mpv, keep player running (@ritiek) (#660)
  • Display artist/album in mpris using lastfm (@vn-ki) (#739)
  • Use channel.list API for user search (@Razesdark) (#628)
  • Maintain volume across songs with mpv (@Razesdark) (#720)
  • Prevent mpris from crashing the main process (@hrnr) (#728)

Bug fixes:

Use git log v0.2.7.1..v0.2.8 to see all changes, including various minor
fixes, documentation changes, etc. not included here.

Version 0.2.7.1

06 Jul 20:33
v0.2.7.1
a9541cb
Compare
Choose a tag to compare

Version 0.2.7.1
6 July 2016

Bug fixes:

  • Fix pickle error (@ids1024) (#503)
  • Install LICENSE, README.md, and CHANGELOG as package_data (@ids1024)
  • Update youtube-dl in py2exe build (@ids1024)

Version 0.2.7

27 Jun 17:08
v0.2.7
7639d35
Compare
Choose a tag to compare

Version 0.2.7
27 June 2016

Features:

Enhancements:

  • Pass --no-ytdl to mpv (@ids1024) (#492)
  • Do not suppress mpv output in debug mode (@ids1024)
  • Print traceback in debug mode (@ids1024)
  • Speed up checkupdate by avoiding redirects (@ids1024) (#454)
  • Pass --play-and-exit if vlc is used as a player (@ids1024)`

Bug fixes:

Internal api changes:

  • The code is now split between several files (@ids1024) (#208)
  • Add initial content api, for now only used for comments (@ids1024)
  • Begin documenting internal apis using sphinx (@ids1024)