From 0a2be42ab72a1c96886e4ba879c2632f6efaa8fc Mon Sep 17 00:00:00 2001 From: kyori19 Date: Thu, 4 Mar 2021 22:35:08 +0900 Subject: [PATCH] Bump version to v3.7.3 (32) --- app/build.gradle | 4 ++-- changelogs/v3.7.3/whatsnew-ja-JP | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 changelogs/v3.7.3/whatsnew-ja-JP diff --git a/app/build.gradle b/app/build.gradle index 20d306505..d1edd9a05 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId 'net.accelf.yuito' minSdkVersion 21 targetSdkVersion 29 - versionCode 31 - versionName '3.7.2' + versionCode 32 + versionName '3.7.3' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/changelogs/v3.7.3/whatsnew-ja-JP b/changelogs/v3.7.3/whatsnew-ja-JP new file mode 100644 index 000000000..34365757e --- /dev/null +++ b/changelogs/v3.7.3/whatsnew-ja-JP @@ -0,0 +1,3 @@ +* 引用リンクの検出方法を変更 +* 一部のアカウント名表示で表示名が空欄のときの処理を修正 +* https://github.com/tuskyapp/Tusky/compare/f7a630c1d81cb0d06be11aa2d17592cba62d2cd4...413a6d0e7275ec38913a2336d1ae05b0c212d9e4