Skip to content

Commit cd08222

Browse files
committed
chore: release 0.9.2-beta
1 parent 9c4d097 commit cd08222

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.9.2-beta] - 2026-07-07
6+
7+
More fixes and polish from testing the beta on a real device.
8+
9+
### Added
10+
- Onboarding now has a page explaining how to keep the app updated, since it has no internet access to check on its own: manually from the releases page, or automatically through Obtainium
11+
- Settings > About: a "Check for updates" link that opens the latest release, and a "Report a bug or suggest an idea" link for beta feedback
12+
13+
### Fixed
14+
- Full-screen alarm permission on phones that don't ship that dedicated settings screen (Samsung One UI, for one) now opens the app-info page instead of the plain notification screen that has no such toggle; the prompt also makes clear the permission is optional and alarms still work without it
15+
16+
[0.9.2-beta]: https://github.com/karOs555/FocusForcePlus/releases/tag/v0.9.2-beta
17+
518
## [0.9.1-beta] - 2026-07-06
619

720
First round of fixes from testing the beta on a real device.

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 = 2
21-
versionName = "0.9.1-beta"
20+
versionCode = 3
21+
versionName = "0.9.2-beta"
2222

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

0 commit comments

Comments
 (0)