diff options
author | Allan Wang <me@allanwang.ca> | 2018-11-06 22:46:38 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2018-11-06 22:46:38 -0500 |
commit | 485b1171e3adc3777eec6627e2d71ee268649b97 (patch) | |
tree | 58ee2039013fcb6f1920aca1bb647ee3f1a3a8a4 | |
parent | da63f00eb50a8c413ee55652eff8a4fcc5f83e5a (diff) | |
download | frost-485b1171e3adc3777eec6627e2d71ee268649b97.tar.gz frost-485b1171e3adc3777eec6627e2d71ee268649b97.tar.bz2 frost-485b1171e3adc3777eec6627e2d71ee268649b97.zip |
Update changelogv2.1.1
-rw-r--r-- | app/build.gradle | 1 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 9 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 7e928d7d..19aaaaa9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,4 +1,5 @@ apply plugin: 'com.android.application' +apply plugin: 'com.bugsnag.android.gradle' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-kapt' diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 5594e713..8182cbdc 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,13 +6,18 @@ <item text="" /> --> + <version title="v2.1.1" /> + <item text="Fix link loading for some notifications. Some will redirect to the main notification page" /> + <item text="Fix double back click problem" /> + <item text="" /> + <item text="" /> + <item text="" /> + <version title="v2.1.0" /> <item text="Changed signing key; requires clean install" /> <item text="Update lots of theme components" /> <item text="Fix create post button" /> <item text="Add translations for Danish, Ukranian, and Swedish" /> - <item text="" /> - <item text="" /> <version title="v2.0.1" /> <item text="Update theme" /> |