Skip to content

Petal Browser v2.6.1 Release

Choose a tag to compare

@github-actions github-actions released this 03 Sep 05:30
· 56 commits to main since this release

What's Changed in v2.6.1

v2.6.1 — Hotfix: Inbuilt Updater & Multi-Architecture Releases

• Inbuilt App Updater: Prioritizes universal release APK downloads across all device types and architectures
• Pure Compose BottomSheet: Migrated updater and changelog sheets to ModalBottomSheet for seamless nested scrolling up and down matching Essentials physics
• Multi-Architecture Release Builds: GitHub Actions and Gradle now generate and distribute standalone APKs for arm64-v8a, armeabi-v7a, x86_64, and x86, alongside the complete universal build


Direct APK Downloads:

  • petal-browser-universal-release.apk: Universal build containing all ABIs (Recommended for all devices & in-app updates)
  • petal-browser-arm64-v8a-release.apk: 64-bit ARM architecture (Recommended for modern smartphones)
  • petal-browser-armeabi-v7a-release.apk: 32-bit ARM architecture (For older devices)
  • petal-browser-x86_64-release.apk: 64-bit x86 architecture (For emulators & Chromebooks)
  • petal-browser-x86-release.apk: 32-bit x86 architecture (For older emulators)

Full Changelog: v2.6.0...v2.6.1