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タグが含まれてしまう問題の修正