v1.5.0 (2025-11-15)
Features
- Added a GitHub button in the top right corner next to the delete button in the "Patch bundles" tab on a bundles information page that links the user to the release page of the said patch bundle's repository
- Added a select all patches, and select all patches per bundle action buttons on the patch selection page
- Added a reset default per bundle (resets to default patch selection for the bundle you have selected) action button on the patch selection page
- Added a confirmation popup when tapping any of the action buttons on the patch selection page (with a setting toggle in Settings > Advanced to turn these popups off)
- Updated the "This version" filter on the patch selection page to be deselected by default when the "Disable version compatibility check" setting is toggled on, and/or when the "Require suggested app version" setting is toggled off (both in Settings > Advanced)
- Tightened the gaps between the action menu buttons and adjusted placement on the patch selection page
- Made slight adjustments to the app icon
- Added support for monochrome app icons #25
- Added a "Redo action" and "Undo action" action buttons on the patch selection page
- Added a progress bar with a percentage for patch bundle updates. update checks, and imports
- Unified the design of the manager download banner and the new patch bundle update banner so they both use the same themed card under the top bar
- Installer manager dialog is now a tabbed bottom sheet with separate "Saved", "Auto saved" and "Discover" lists, plus inline action icons
- Patch bundle list entries now use card layouts with a dedicated action column so GitHub/update/delete controls no longer crowd the metadata
- Patch profiles tab now mirrors the new patch bundle cards, with rounded metadata blocks, inline action chips, and the scrollbar layout
- Added an "Organize" button beside the patch bundle add action so bundles can be reordered manually, and exports/imports now keep that custom order
- Patch Bundles tab action buttons now collapse behind an arrow control, remember their state, and auto-hide while you scroll
- "Patcher process memeory limit" in Settings > Advanced now includes a "Reset to recommended" button which sets the limit back to 700
- Patch bundles enforce unique names to avoid duplicates in the list
- Made saved patched apps metadata partially persist even if the patch bundle used to patch the app is no longer available
- The "Apps" tab now uses the same rounded card layout as Patch Profiles and Patch Bundles so saved patched apps share the updated UI
- The "Official ReVanced Patches" bundle (pre-installed bundle) now saves to patch bundle exports (it's order state, auto updating toggle status, pre-release toggle status, deletion status, display name, etc)
- Patch bundles with auto updating toggled off will now display a note under the patch bundles metadata informing the user the bundle has an update available
- Copying the log on the patching screen now includes all logs, include ones before the patching process begins (such as loading the patches, and reading the APK file)
- When patching fails because a selected patch no longer exists in the current bundle, the manager now shows a detailed dialog explaining the issue and sends you back to patch selection with the missing patches highlighted so you can reselect them quickly
- The patcher screens progress/step expandable widget now auto collapse once their steps are completed. Toggle this off/on in Settings > Advanced > "Auto-collapse completed patcher steps"
- Added a pencil icon next to each patch bundles name on the patch bundles tab to allow quick access to edit the display names
- Now under "Show more" on patch profiles it shows the patch sub option selections and values
- Clarified where and what settings to toggle for the "Show suggested versions" safeguard notice to disappear and to be able to use the bundle-specific versions feature
- Patch bundle cards now surface "Created" and "Updated" timestamps, and exports/imports preserve those timestamps so custom bundles keep accurate metadata
- Patch profiles now track their creation time, keep it when exporting/importing, and display the friendly timestamp on each profile card
- All exports initiated from Settings > Import & export (patch bundles, profiles, settings, selections, etc.) now default to files prefixed with
urv_for easier identification - Appearance settings now present the System/Light/Dark choices styled like the mew accent presets, plus there is a new theme color pickers along with a live preview widget. The accent color picker and theme color pickers also have the option to manually enter hex codes now
- The "Show suggested versions" safeguard notice is now rendered as a card with a title so it no longer feels like a loose block of text under the expandable section. It is also collapsed by default and expandable even when the safeguard settings prevent the use of it
- Long names throughout the app (bundle cards, segmented buttons, tabs, etc.) now use horizontal swipes instead of auto-sliding/multiple lines so they stay still until you drag them
Bug fixes
- Fixed the reset patch options & selections in Settings > Import & export not actually reseting anything
- Fixed patch bundle cards showing a rectangular press/hover state instead of respecting the rounded shape
- Fixed manual-only bundle update notices triggering on startup even when auto update is disabled or no update is available
- Fixed patcher crashes caused by oversized memory limits when selecting APKs by clamping the process heap to safe device values
- Fixed the status bar using the wrong app icon #24
- Fixed "Auto saved" labels being added to manually adeded installers through the custom installer menu
- Fixed patch bunlde delete confirmations not using the bundle display name
- Fixed incompatible patches still being hidden even after toggling on "Disable patch version compatibility check" ReVanced/revanced-manager#2444
- Fixed patch bundle and applied patch lists crashing when duplicate patch names were present #27
- Fixed custom installers added by the user not being saved/set as primary/fallback installers for some users #26
- Fixed crash that sometimes occurs when going back and forth between the patch selection menu and tapping the select patches button on the app info screen
- Fixed crash that sometimes occurs when tapping the "Select from storage" option at the top of the screen on the "Select an app" page
Docs
- Added the app icon at the top of the READMME.md
- Added the new unique features to the README.md that were added in this release
- Added our telegram link to the README.md