From 3a896c96b4ebe2f8849d706308314c369da394b1 Mon Sep 17 00:00:00 2001 From: kyori19 Date: Tue, 4 Apr 2023 09:08:21 +0900 Subject: [PATCH] Bump version to v4.5.2 (55) --- app/build.gradle | 4 ++-- changelogs/v4.5.2/whatsnew-en-US | 1 + changelogs/v4.5.2/whatsnew-ja-JP | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 changelogs/v4.5.2/whatsnew-en-US create mode 100644 changelogs/v4.5.2/whatsnew-ja-JP diff --git a/app/build.gradle b/app/build.gradle index a68b5d4c0..dcdab7230 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { namespace 'com.keylesspalace.tusky' minSdkVersion 23 targetSdkVersion 33 - versionCode 54 - versionName '4.5.1' + versionCode 55 + versionName '4.5.2' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/changelogs/v4.5.2/whatsnew-en-US b/changelogs/v4.5.2/whatsnew-en-US new file mode 100644 index 000000000..cf0e7592f --- /dev/null +++ b/changelogs/v4.5.2/whatsnew-en-US @@ -0,0 +1 @@ +* Fix replying to content contains HTML tags diff --git a/changelogs/v4.5.2/whatsnew-ja-JP b/changelogs/v4.5.2/whatsnew-ja-JP new file mode 100644 index 000000000..2492105bc --- /dev/null +++ b/changelogs/v4.5.2/whatsnew-ja-JP @@ -0,0 +1 @@ +* 投稿画面でリプライ先の投稿にHTMLタグが含まれてしまう問題の修正