release: cut 0.2.1
Publish releases to the Codeberg mirror (signed APK + SHA-256 checksum) as a direct-download channel. Bumps versionName to 0.2.1; the pipeline mints the v0.2.1 tag on merge to main. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -25,6 +25,13 @@ All notable changes to this project are documented here. The format follows
|
|||||||
faceted Gem shape, tertiary tones), with a small press scale/rotate flourish.
|
faceted Gem shape, tertiary tones), with a small press scale/rotate flourish.
|
||||||
Future top-bar actions pick their own shape from the `ActionShapes` registry.
|
Future top-bar actions pick their own shape from the `ActionShapes` registry.
|
||||||
|
|
||||||
|
## [0.2.1] - 2026-07-19
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Releases are now also published to the Codeberg mirror as a direct download:
|
||||||
|
each release carries the signed APK plus a SHA-256 checksum, for users who
|
||||||
|
don't use F-Droid.
|
||||||
|
|
||||||
## [0.2.0] - 2026-06-27
|
## [0.2.0] - 2026-06-27
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -29,8 +29,8 @@ android {
|
|||||||
// release itself (versionCode is pinned to MAJOR*10000 + MINOR*100 +
|
// release itself (versionCode is pinned to MAJOR*10000 + MINOR*100 +
|
||||||
// PATCH from versionName, e.g. 0.2.0 -> 200). The Gitea release is marked
|
// 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.
|
// as a pre-release while MAJOR is 0. See docs/RELEASING.md.
|
||||||
versionCode = 200
|
versionCode = 201
|
||||||
versionName = "0.2.0"
|
versionName = "0.2.1"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|||||||
5
fastlane/metadata/android/en-US/changelogs/201.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/201.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
### Added
|
||||||
|
- Releases are now also published to the Codeberg mirror as a direct download:
|
||||||
|
each release carries the signed APK plus a SHA-256 checksum, for users who
|
||||||
|
don't use F-Droid.
|
||||||
|
|
||||||
Reference in New Issue
Block a user