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