File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ Format loosely follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
55
66## Unreleased
77
8+ ## v0.6.5 — 2026-07-09
9+
810### Added
911- Added a dedicated dark-theme preview for the clear-cache home-screen widget.
1012- Auto-freeze on screen lock is now a configurable Rules setting backed by a
Original file line number Diff line number Diff line change 1111</p >
1212
1313<p align =" center " >
14- <img alt =" Version " src =" https://img.shields.io/badge/version-0.6.4 -blue.svg " />
14+ <img alt =" Version " src =" https://img.shields.io/badge/version-0.6.5 -blue.svg " />
1515 <img alt =" License " src =" https://img.shields.io/badge/license-GPL--3.0--or--later-green.svg " />
1616 <img alt =" Platform " src =" https://img.shields.io/badge/platform-Android%205.0%2B-brightgreen.svg " />
1717 <img alt =" Min SDK " src =" https://img.shields.io/badge/minSdk-21-orange.svg " />
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ android {
1515 applicationId = ' io.github.sysadmindoc.AppManagerNG'
1616 minSdk = min_sdk
1717 targetSdk = target_sdk
18- versionCode = 12
19- versionName = " 0.6.4 "
18+ versionCode = 13
19+ versionName = " 0.6.5 "
2020 // AndroidX JUnit4 instrumentation runner so AndroidJUnit4-annotated tests
2121 // (e.g. AppsDbMigrationTest) are discovered. Default is the legacy
2222 // android.test.InstrumentationTestRunner which would silently skip them.
Original file line number Diff line number Diff line change 1+ Roadmap reliability and Android 16 readiness release.
2+
3+ - Privileged-server lifecycle, authentication, and secret handling hardened.
4+ - Startup, component reset, and archive handling made more resilient.
5+ - Android 16 test matrix and runtime feature reporting strengthened.
6+ - Widgets now refresh on theme changes and include a dark clear-cache preview.
7+ - Count-aware copy replaces parenthesized plural shortcuts.
You can’t perform that action at this time.
0 commit comments