diff options
author | Allan Wang <me@allanwang.ca> | 2017-09-16 21:37:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-16 21:37:00 -0400 |
commit | e1835f066903a3ff69215e49c8cf0320657ebce0 (patch) | |
tree | 83c3225f1e491f142e8bd27efe0d486c58f44a71 /docs/Changelog.md | |
parent | 2fe3422895c19d93fdb515b72ae497f4263e77bc (diff) | |
download | frost-e1835f066903a3ff69215e49c8cf0320657ebce0.tar.gz frost-e1835f066903a3ff69215e49c8cf0320657ebce0.tar.bz2 frost-e1835f066903a3ff69215e49c8cf0320657ebce0.zip |
Wrap bottom bar layout with linearlayout (#296)
* Wrap bottom bar layout with linearlayout
* Update changelog
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 04fb2e5c..dcf8a357 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -5,6 +5,7 @@ * Add full support for messaging in overlays. We will dynamically launch new overlays when required to. * Prevent bad messenger intent from launching * Add toggle for recents feed. Aggressive loading removes extra posts that are not really recent, whereas disabling it will show exactly what you get on Facebook +* Add contextual menu items. Easily go to your full list of notifications or messages from the overlay. ## v1.4.13 * Prevent image loading from trimming too many characters |