Changelogs

This commit is contained in:
Thomas 2021-01-20 11:50:57 +01:00
parent 07cf848aba
commit 1e57a90dfc
5 changed files with 37 additions and 2 deletions

View File

@ -97,11 +97,15 @@ allprojects {
task copyAllReleaseNotes(type: Copy) {
from "$buildDir/../src/main/assets/changelogs/"
include "*.txt"
into "$buildDir/../../fastlane/metadata/android/en-US/changelogs/"
into "$buildDir/../../src/fdroid/fastlane/metadata/android/en-US/changelogs/"
from "$buildDir/../src/main/assets/changelogs/"
include "*.txt"
into "$buildDir/../../src/lite/fastlane/metadata/android/en-US/changelogs/"
}
task gitPushReleaseNotes(type: Exec, dependsOn: 'copyAllReleaseNotes') {
['sh', '-c', "git add $buildDir/../../fastlane/metadata/android/en-US/changelogs/*"].execute().text.trim()
['sh', '-c', "git add $buildDir/../../src/fdroid/fastlane/metadata/android/en-US/changelogs/*"].execute().text.trim()
['sh', '-c', "git add $buildDir/../../src/lite/fastlane/metadata/android/en-US/changelogs/*"].execute().text.trim()
['sh', '-c', "git commit -m 'copy release notes'"].execute().text.trim()
['sh', '-c', "git push"].execute().text.trim()
}

View File

@ -1,4 +1,6 @@
Added:
- Offset for replies in threads with a new decoration to make them easier to read
- Fix translation issue (use https://translate.fedilab.app)
- Watermarks for pictures (default: disabled)
- Blur sensitive media for Pixelfed
- Put messages into drafts when replying to a deleted message

View File

@ -0,0 +1,9 @@
Added:
- Watermarks for pictures (default: disabled)
- Blur sensitive media for Pixelfed
- Put messages into drafts when replying to a deleted message
- Allow to schedule with another account
Fixed:
- Quick replies lose text when doing another action
- Fix refresh token (Peertube/Pixelfed)

View File

@ -0,0 +1,9 @@
Added:
- Watermarks for pictures (default: disabled)
- Blur sensitive media for Pixelfed
- Put messages into drafts when replying to a deleted message
- Allow to schedule with another account
Fixed:
- Quick replies lose text when doing another action
- Fix refresh token (Peertube/Pixelfed)

View File

@ -0,0 +1,11 @@
Added:
- Offset for replies in threads with a new decoration to make them easier to read
- Fix translation issue (use https://translate.fedilab.app)
- Watermarks for pictures (default: disabled)
- Blur sensitive media for Pixelfed
- Put messages into drafts when replying to a deleted message
- Allow to schedule with another account
Fixed:
- Quick replies lose text when doing another action
- Fix refresh token (Peertube/Pixelfed)