polymorphicshade / Tubular

A fork of NewPipe that implements SponsorBlock and ReturnYouTubeDislike.
GNU General Public License v3.0
1.54k stars 40 forks source link

New way to rename version name to improve the detection when using Obtainium. #63

Open ghost opened 5 months ago

ghost commented 5 months ago

Checklist

Feature description

I friendly request replacing _r* in the version name with .*, like 0.27.0.1 instead of 0.27.0_r1, this will make it in standard format.

It is really a very small change but it will help a lot.

Why do you want this feature?

So Obtainium will detect the version very clearly using standard version detection, otherwise there could be some small issues when updating in the background but the installation is not complete but it will mark it as updated.

More about how the version detection work here: https://github.com/ImranR98/Obtainium/wiki#version-detection

Why ist the feature relevant to this fork?

Because it is the one I am using, and NewPipe does not have this issues because they don't add such suffixes.

Additional information

I already tested it and it really solved the issue.