From 060c465e72021f6a40ad11bcea07215090277c3f Mon Sep 17 00:00:00 2001 From: kyori19 Date: Wed, 13 Apr 2022 14:12:32 +0900 Subject: [PATCH] Bump version to v4.1.4 (44) --- .github/workflows/build.yml | 2 +- app/build.gradle | 4 ++-- changelogs/v4.1.4/whatsnew-en-US | 2 ++ changelogs/v4.1.4/whatsnew-ja-JP | 2 ++ 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 changelogs/v4.1.4/whatsnew-en-US create mode 100644 changelogs/v4.1.4/whatsnew-ja-JP diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2242cad6e..7d1bd4227 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,7 +91,7 @@ jobs: - uses: softprops/action-gh-release@v1 with: - body_path: ${{ env.CHANGELOG_DIR }}whatsnew-ja-JP + body_path: ${{ env.CHANGELOG_DIR }}whatsnew-en-US draft: true files: ./built-app/Yuito-${{ env.CHANGELOG_VERSION }}.apk name: Yuito ${{ env.CHANGELOG_VERSION }} diff --git a/app/build.gradle b/app/build.gradle index 742813508..a6ceea876 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId 'net.accelf.yuito' minSdkVersion 21 targetSdkVersion 31 - versionCode 43 - versionName '4.1.3' + versionCode 44 + versionName '4.1.4' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/changelogs/v4.1.4/whatsnew-en-US b/changelogs/v4.1.4/whatsnew-en-US new file mode 100644 index 000000000..6956c4c02 --- /dev/null +++ b/changelogs/v4.1.4/whatsnew-en-US @@ -0,0 +1,2 @@ +* Improve stability of timeline loading +* https://github.com/tuskyapp/Tusky/compare/73e9338f3c8ff25ab6ef7ad647cf8069e0e81cf2...f570aba4923d895a16a837d7c2b42e3ccb30b6db diff --git a/changelogs/v4.1.4/whatsnew-ja-JP b/changelogs/v4.1.4/whatsnew-ja-JP new file mode 100644 index 000000000..0f07f8de0 --- /dev/null +++ b/changelogs/v4.1.4/whatsnew-ja-JP @@ -0,0 +1,2 @@ +* 読み込みの挙動を改善 +* https://github.com/tuskyapp/Tusky/compare/73e9338f3c8ff25ab6ef7ad647cf8069e0e81cf2...f570aba4923d895a16a837d7c2b42e3ccb30b6db