Skip to content

Commit eefdf7a

Browse files
committed
release: prepare v0.4.2
1 parent 21c97ba commit eefdf7a

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.4.2 — 2026-05-13
9+
810
### Changed — Contextual notification permission for installer progress (2026-05-13)
911

1012
- Added a just-in-time Android 13+ notification rationale before the installer foreground service starts, so install progress, completion, and failure feedback remain visible when the user sends an install to the background.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</p>
1212

1313
<p align="center">
14-
<img alt="Version" src="https://img.shields.io/badge/version-0.4.1-blue.svg" />
14+
<img alt="Version" src="https://img.shields.io/badge/version-0.4.2-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" />

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId 'io.github.sysadmindoc.AppManagerNG'
1515
minSdk min_sdk
1616
targetSdk target_sdk
17-
versionCode 5
18-
versionName "0.4.1"
17+
versionCode 6
18+
versionName "0.4.2"
1919
// AndroidX JUnit4 instrumentation runner so AndroidJUnit4-annotated tests
2020
// (e.g. AppsDbMigrationTest) are discovered. Default is the legacy
2121
// android.test.InstrumentationTestRunner which would silently skip them.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Premium polish release focused on trust, clarity, and feedback.
2+
3+
- Refined first-run security handoff, warning tone, and shape consistency.
4+
- Added contextual notification permission asks for wireless pairing, batch operations, and installer progress.
5+
- Improved progress/completion visibility for long-running workflows.
6+
- Includes recent security hardening and UX refinements from the post-v0.4.1 polish series.

0 commit comments

Comments
 (0)