diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d43a26..4bfc3ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ All notable changes to this project are documented here. The format follows ## [Unreleased] +## [0.3.2] - 2026-07-20 + +### Fixed +- Releases reach the Codeberg download channel again. 0.3.1 published to + F-Droid but never appeared on Codeberg, so if you install from there — or + through Obtainium — this is the release that finally carries 0.3.0's + launch-crash fix. The app itself is unchanged from 0.3.1. + ## [0.3.1] - 2026-07-20 ### Fixed diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 557e4e7..2b1dcb8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -29,8 +29,8 @@ android { // release itself (versionCode is pinned to MAJOR*10000 + MINOR*100 + // PATCH from versionName, e.g. 0.2.0 -> 200). The Gitea release is marked // as a pre-release while MAJOR is 0. See docs/RELEASING.md. - versionCode = 301 - versionName = "0.3.1" + versionCode = 302 + versionName = "0.3.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/302.txt b/fastlane/metadata/android/en-US/changelogs/302.txt new file mode 100644 index 0000000..ada6453 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/302.txt @@ -0,0 +1,6 @@ +### Fixed +- Releases reach the Codeberg download channel again. 0.3.1 published to + F-Droid but never appeared on Codeberg, so if you install from there — or + through Obtainium — this is the release that finally carries 0.3.0's + launch-crash fix. The app itself is unchanged from 0.3.1. +