Skip to content

Commit cb19290

Browse files
committed
chore: release 0.9.1-beta
1 parent b11bf04 commit cb19290

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to FocusForce+ are recorded here. Dates are ISO (YYYY-MM-DD).
44

5+
## [0.9.1-beta] - 2026-07-06
6+
7+
First round of fixes from testing the beta on a real device.
8+
9+
### Fixed
10+
- Crash when opening the full-screen-alarm permission on devices that don't ship that settings screen; all permission screens now fall back gracefully
11+
- Added clear guidance for enabling the accessibility service on directly-installed (sideloaded) builds, where Android blocks it behind "restricted settings"
12+
- Status-bar notification icon no longer falls back to the generic Android icon at small sizes
13+
- Alarms and reminders survive strict OEM background restrictions (e.g. Samsung) instead of silently failing
14+
15+
[0.9.1-beta]: https://github.com/karOs555/FocusForcePlus/releases/tag/v0.9.1-beta
16+
517
## [0.9.0-beta] - 2026-07-06
618

719
First public beta. The whole app is built and has been tested on a real device. Distributed as a downloadable APK; no Play Store yet.

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId = "com.focusforceplus.app"
1818
minSdk = 26
1919
targetSdk = 36
20-
versionCode = 1
21-
versionName = "0.9.0-beta"
20+
versionCode = 2
21+
versionName = "0.9.1-beta"
2222

2323
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2424
}

0 commit comments

Comments
 (0)