You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When saving a patched APK, add also the integrations version next to the patches version (like youtube-revanced_v19.16.39-patches_v4.17.0-integrations_v1.16.0.apk).
Motivation
The version of the integrations might not be important with ReVanced source because with the release of a new patches version also a new integrations version gets released.
However, other resources, like piko, many times they only release a new version of integrations without releasing a new version of patches, so automatically adding also the integrations version when saving the APK would help to not overwrite by mistake a previously saved APK with the same version, which is very useful if the current/latest release has a bug that causes a crash on startup, and so making it impossible to use that app until a fix is released.
I know we can just manually write the integrations version when saving, but this way would save time and also make the process more automatic and quick.
Acknowledgements
I have checked all open and closed feature requests and this is not a duplicate.
I have chosen an appropriate title.
The feature request is only related to ReVanced Manager.
The text was updated successfully, but these errors were encountered:
Feature description
I think this PR can be quite useful to implement the feature as it is basically the same feature, but this time it appends the integrations version: feat: append patch version to the APK name while sharing/exporting
When saving a patched APK, add also the integrations version next to the patches version (like youtube-revanced_v19.16.39-patches_v4.17.0-integrations_v1.16.0.apk).
Motivation
The version of the integrations might not be important with ReVanced source because with the release of a new patches version also a new integrations version gets released.
However, other resources, like piko, many times they only release a new version of integrations without releasing a new version of patches, so automatically adding also the integrations version when saving the APK would help to not overwrite by mistake a previously saved APK with the same version, which is very useful if the current/latest release has a bug that causes a crash on startup, and so making it impossible to use that app until a fix is released.
I know we can just manually write the integrations version when saving, but this way would save time and also make the process more automatic and quick.
Acknowledgements
The text was updated successfully, but these errors were encountered: