From 3f166ef5f0d5497586102f82e180a2a149e77b9f Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Mon, 20 Jul 2026 19:11:48 +0200 Subject: [PATCH] =?UTF-8?q?release:=20cut=200.3.2=20=E2=80=94=20get=20the?= =?UTF-8?q?=20crash=20fix=20onto=20Codeberg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No app-code change from 0.3.1: this exists to re-run the release pipeline now that the Codeberg publish step is fixed. 0.3.1's APK reached F-Droid but its Codeberg release 500'd, so anyone installing from Codeberg or Obtainium is still on the crashing 0.3.0 — cutting 0.3.2 gets them the fix and proves the workflow fix in the only way that counts, a real release. Chosen over hand-patching the 0.3.1 release onto Codeberg: same outcome for users, minus a manual APK upload, and it actually exercises the pipeline. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 8 ++++++++ app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/302.txt | 6 ++++++ 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/302.txt 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. +