diff options
author | Allan Wang <me@allanwang.ca> | 2020-11-07 21:30:06 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-11-07 21:30:06 -0800 |
commit | 4a848c4f9296482bc5dd14e20a8b90829f34b838 (patch) | |
tree | ecf35d251447f89e2373937bdf4817d619b8500a | |
parent | 87ec548ca8d531062c5eb19ca2e80c6405e27ba2 (diff) | |
download | frost-4a848c4f9296482bc5dd14e20a8b90829f34b838.tar.gz frost-4a848c4f9296482bc5dd14e20a8b90829f34b838.tar.bz2 frost-4a848c4f9296482bc5dd14e20a8b90829f34b838.zip |
Tag update
-rw-r--r-- | app/build.gradle | 8 | ||||
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 7 | ||||
-rw-r--r-- | docs/Changelog.md | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/app/build.gradle b/app/build.gradle index 29b896c7..b9c2d6b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,10 +35,10 @@ android { applicationId "${project.APP_GROUP}.${project.APP_ID.toLowerCase(Locale.CANADA)}" minSdkVersion kau.Versions.minSdk targetSdkVersion Versions.targetSdk -// versionCode 2040600 - versionCode androidGitVersion.code() -// versionName '2.4.6' - versionName androidGitVersion.name() + versionCode 2040700 +// versionCode androidGitVersion.code() + versionName '2.4.7' +// versionName androidGitVersion.name() if (System.getenv('TRAVIS') != 'true') { // Verification for F-Droid builds diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 84e08a03..5e14d894 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,5 +1,4 @@ -v2.4.6 +v2.4.7 -* Add option to hide likes and action bar in newsfeed -* Fix textbox scroll position when typing multiple lines -* Add option to disable textbox auto resize (settings > behaviour)
\ No newline at end of file +* Fix theme not always sticking on refresh +* Disable long press menu from appearing immediately after scrolling
\ No newline at end of file diff --git a/docs/Changelog.md b/docs/Changelog.md index c404f43f..caf30a00 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## v2.4.7 +* Fix theme not always sticking on refresh +* Disable long press menu from appearing immediately after scrolling + ## v2.4.6 * Add option to hide likes and action bar in newsfeed * Fix textbox scroll position when typing multiple lines |