F-Droid changelog

This commit is contained in:
M66B
2025-12-03 23:13:28 +01:00
parent e68610c046
commit da06910e9e
3 changed files with 4 additions and 3905 deletions

View File

@@ -399,8 +399,8 @@ preBuild.dependsOn copyMarkdown
tasks.register('copyChangelog', Copy) {
from "${rootDir}"
into "../metadata/en-US/changelogs"
include "CHANGELOG.md"
rename "CHANGELOG.md", getVersionCode() + ".txt"
include "fdroid.txt"
rename "fdroid.txt", getVersionCode() + ".txt"
filter { String line ->
line
.replaceAll(".*Google Translate.*", "--------------------")

1
fdroid.txt Normal file
View File

@@ -0,0 +1 @@
Please see here for the changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

File diff suppressed because it is too large Load Diff