From f7972d5ce66eeded6796263aba234f6486d0782a Mon Sep 17 00:00:00 2001 From: kyori19 Date: Thu, 19 May 2022 00:20:02 +0900 Subject: [PATCH] Bump version to v4.1.6 (46) --- app/build.gradle | 4 ++-- changelogs/v4.1.6/whatsnew-en-US | 2 ++ changelogs/v4.1.6/whatsnew-ja-JP | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 changelogs/v4.1.6/whatsnew-en-US create mode 100644 changelogs/v4.1.6/whatsnew-ja-JP diff --git a/app/build.gradle b/app/build.gradle index 1becb498b..e014904f7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId 'net.accelf.yuito' minSdkVersion 21 targetSdkVersion 31 - versionCode 45 - versionName '4.1.5' + versionCode 46 + versionName '4.1.6' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/changelogs/v4.1.6/whatsnew-en-US b/changelogs/v4.1.6/whatsnew-en-US new file mode 100644 index 000000000..35ff971b2 --- /dev/null +++ b/changelogs/v4.1.6/whatsnew-en-US @@ -0,0 +1,2 @@ +* Fix quote contents from streaming in home timeline not rendered +* https://github.com/tuskyapp/Tusky/compare/5cb6a19375f253c43f32fdd2f4659a6ed542ba3e...0f1e95d0ca81d0254f8d1ae6b60a3130d51b15cf diff --git a/changelogs/v4.1.6/whatsnew-ja-JP b/changelogs/v4.1.6/whatsnew-ja-JP new file mode 100644 index 000000000..371f9d683 --- /dev/null +++ b/changelogs/v4.1.6/whatsnew-ja-JP @@ -0,0 +1,2 @@ +* ホームタイムラインのストリーミングで取得した引用が表示されない問題を修正 +* https://github.com/tuskyapp/Tusky/compare/5cb6a19375f253c43f32fdd2f4659a6ed542ba3e...0f1e95d0ca81d0254f8d1ae6b60a3130d51b15cf