apps.obtainium.imranr.dev icon indicating copy to clipboard operation
apps.obtainium.imranr.dev copied to clipboard

Fix Thunderbird Config

Open ImranR98 opened this issue 11 months ago • 3 comments

See https://github.com/ImranR98/Obtainium/issues/2281#issuecomment-2865074998

ImranR98 avatar May 09 '25 04:05 ImranR98

Same problem here! I have Thunderbird Beta installed (using the Obtainium website config) and have v12.0b7 installed (see: https://github.com/thunderbird/thunderbird-android/releases).

But then, a couple days later, it pinged me for an update to version 11.1, which is not the beta. On the one hand, I don't want to update because it's not the beta, and in any case it cannot because the ID is different. Which also leads to errors when Obtainium does it automated update check.

Would be great to avoid the non-beta releases to be seen by the beta config. Thanks!

ghost avatar Aug 24 '25 16:08 ghost

In order to target the beta releases with the existing config you need to add the word Beta to the "release title filter" (just Beta also works). At this time it only says Thunderbird (this targets every version overriding the "Include prereleases" toggle).

Filter release titles by regular expression: Thunderbird Beta or Beta.

*Optional You can also add a version trim RegEx to eliminate THUNDERBIRD_ from the version number.

Trim version string with RegEx: \d+.\d+[A-Za-z]+\d+


Here's a config doing what I just explained: Import App -> Thunderbird Beta

**After importing this config you may need to refresh the Thunderbird Beta app details page for it start working properly for some reason. If you already have the most recent beta installed you can hit the checkmark and "Mark as Updated".

DarkCrypt avatar Aug 27 '25 06:08 DarkCrypt

Thanks a lot @DarkCrypt. I added "Beta" and it seems to have worked; I'll wait until the next beta update to be sure :)

@ImranR98 I think it would make sense to make this change to the Beta current config file on https://apps.obtainium.imranr.dev/

ghost avatar Aug 27 '25 07:08 ghost