mps-youtube / yewtube

yewtube, forked from mps-youtube , is a Terminal based YouTube player and downloader. No Youtube API key required.
GNU General Public License v3.0
7.98k stars 643 forks source link

Yewtube v2.10.4 suggests upgrading to v2.9.2 #1258

Closed LeXofLeviafan closed 8 months ago

LeXofLeviafan commented 8 months ago

After using the q/quit command, I get the following message printed out:

A newer version is available (2.9.2). Use `help new` command to check what's changed.

Problem is, the splashscreen says that the installed version is v2.10.4. Which means the latest version detection works incorrectly (most likely treating version numbers either as strings or as decimal fractions).

iamtalhaasghar commented 8 months ago

That's because the github action for auto-deployment to pypi is broken. You might have installed yewtube from github and thus the wrong message.

edit: ignore the splash screen for now.

LeXofLeviafan commented 8 months ago

I installed it using the pipx install yewtube command.

eclairevoyant commented 1 month ago

Should have been fixed by #1262