diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-03 22:21:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-03 22:21:51 -0700 |
commit | 7746e63373c905faa6d7e45e45fffc48d3ffff85 (patch) | |
tree | 5d1bd4338a722619bb892abb308b369abc61f396 /docs | |
parent | 5583f519dd7c4843f045029b0e48fd882dd79c71 (diff) | |
download | frost-7746e63373c905faa6d7e45e45fffc48d3ffff85.tar.gz frost-7746e63373c905faa6d7e45e45fffc48d3ffff85.tar.bz2 frost-7746e63373c905faa6d7e45e45fffc48d3ffff85.zip |
Add IM notifications, FAQ, video uploading, and geolocations (#107)
* Test canary
* Update activities to use kau base
* Update dependencies
* Cherry pick faq
* Update kau and add faq
* Add readme badges
* Add im notifications and video uploading
* Update theme
* Update and fix unit tests
* Add geolocation
* Prepare alpha test
* Remove explicit nonnull request
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 5d5ed08c..c4abb9ae 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,5 +1,17 @@ # Changelog +## v1.4.2 +* Experimental: Add notifications for messages; report to me if this drains your battery +* Add FAQ in the about section +* Add video uploading +* Add open link option in context menu + +## v1.4.1 +* Add intro pages +* Style new comment highlights +* Style reaction background +* Disable pull to refresh when typing is detected + ## v1.4 * Update IAB helper * Create image viewing and downloading; long press any image! |