diff options
author | Allan Wang <me@allanwang.ca> | 2021-01-24 22:04:23 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-01-24 22:04:23 -0800 |
commit | 35adc9529f1466e3ae45ee1934536f696bc24547 (patch) | |
tree | 2952e3ca17872ef10545081a100f16b720f0072a /app/src/main | |
parent | 53392bc41b7315896f520cdc9d3d59cc4f0fcabc (diff) | |
download | frost-35adc9529f1466e3ae45ee1934536f696bc24547.tar.gz frost-35adc9529f1466e3ae45ee1934536f696bc24547.tar.bz2 frost-35adc9529f1466e3ae45ee1934536f696bc24547.zip |
Update changelog
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 2 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index a02cbb99..dc12e80e 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,5 +1,5 @@ v3.0.0 * Removed email support. Please use GitHub for all inquiries as I no longer have time to look through all emails -* Added initial support for messenger.com +* Added initial support for messenger.com (settings > appearance > main activity tabs) * Fix swipe to refresh not disabling for certain pages
\ No newline at end of file diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index e03eceb2..bdece3ae 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -8,7 +8,7 @@ <version title="v3.0.0" /> <item text="Removed email support. Please use GitHub for all inquiries as I no longer have time to look through all emails" /> - <item text="Added initial support for messenger.com" /> + <item text="Added initial support for messenger.com (settings > appearance > main activity tabs)" /> <item text="Fix swipe to refresh not disabling for certain pages" /> <item text="" /> <item text="" /> |