• molly00000111-v8.4.1-1 5fb9344782

    jacoblightning3 released this 2026-04-10 01:11:29 -04:00 | 7 commits to main since this release

    New Release Naming

    Releases now have the following naming scheme:
    <App Name><Patch Value>-<App Version> <Release Description>

    This is to help with sorting releases in apps such as obtanium when there are releases for other apps and with different patchsets.
    The Patch Value is derived from what patches are applied to a release and are app specific. It is the binary representation of the bitflags of all of the applied patches.

    (If that made no sense, try staring at this image until it does; And, if it still doesn't make sense, try this (It's the easiest to understand resource I've found so far...))

    The values of the patches can be found both in each app's directory and any release of the app.

    For example, this release has patches with values 1, 2, and 4 applied to it, which, in the molly directory, means all of the available patches.
    Going forward, all releases will also have a table to help with patch values:

    Patch Value
    no_deletions 1
    delete_for_everyone_else 2
    view_multiple 4

    Another example:
    If you wanted to have the Molly app with only view_multiple and no_deletions but not the delete_for_everyone_else patch, you would look for release titles starting with Molly00000101 or set obtanium to search for release titles with that regex.

    Get this configuration on Obtanium:

    Obtanium Link

    Downloads