From ce856f4ffe7ce62c82ac700aa49277e646d0f91a Mon Sep 17 00:00:00 2001 From: kyori19 Date: Wed, 19 Jul 2023 20:48:26 +0900 Subject: [PATCH] Bump version to v4.6.0 (56) --- app/build.gradle | 4 ++-- changelogs/v4.6.0/whatsnew-en-US | 2 ++ changelogs/v4.6.0/whatsnew-ja-JP | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 changelogs/v4.6.0/whatsnew-en-US create mode 100644 changelogs/v4.6.0/whatsnew-ja-JP diff --git a/app/build.gradle b/app/build.gradle index 0cd011d08..dab260e10 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { namespace "com.keylesspalace.tusky" minSdk 23 targetSdk 33 - versionCode 55 - versionName '4.5.2' + versionCode 56 + versionName '4.6.0' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/changelogs/v4.6.0/whatsnew-en-US b/changelogs/v4.6.0/whatsnew-en-US new file mode 100644 index 000000000..5534823a6 --- /dev/null +++ b/changelogs/v4.6.0/whatsnew-en-US @@ -0,0 +1,2 @@ +* Timeline streaming can now be configured in the Account preferences > Tabs +* https://github.com/tuskyapp/Tusky/compare/29bd5dd91d63d14e38c8f28cc8175ce5fdc279f0...039f18ce255cc7804ff43a3fd9db35ed3245a146 diff --git a/changelogs/v4.6.0/whatsnew-ja-JP b/changelogs/v4.6.0/whatsnew-ja-JP new file mode 100644 index 000000000..76887d0a7 --- /dev/null +++ b/changelogs/v4.6.0/whatsnew-ja-JP @@ -0,0 +1,2 @@ +* タイムラインのストリーミングはアカウント設定 > タブから設定できるようになりました +* https://github.com/tuskyapp/Tusky/compare/29bd5dd91d63d14e38c8f28cc8175ce5fdc279f0...039f18ce255cc7804ff43a3fd9db35ed3245a146