diff options
author | Allan Wang <me@allanwang.ca> | 2018-04-12 18:50:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-12 18:50:58 -0400 |
commit | d9e2562267e549ee407e683262406581f2c4888e (patch) | |
tree | 0dc063913b00a9dc4f10d0d5c7085218c2cc17c3 /docs/Changelog.md | |
parent | 42e57597bcc3216778e9f14389f751eb62da1bd5 (diff) | |
download | frost-d9e2562267e549ee407e683262406581f2c4888e.tar.gz frost-d9e2562267e549ee407e683262406581f2c4888e.tar.bz2 frost-d9e2562267e549ee407e683262406581f2c4888e.zip |
Misc (#865)
* Clean up git code
* Update download link
* Update theme
* Reorder settings, resolvees #856
* Do not log undeliverable exception
* Handle potential lack of webview
* Set notification epoch default to now, resolves #857
* Fix notification epoch time init
* Update changelog
* Update theme
* Add slack url, resolves #880
* Prepare for image update
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 58dce804..55a25281 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,10 +1,16 @@ # Changelog +## v2.0.1 +* Update theme +* Catch crashes if device has no webview +* Fix all the notifications coming in for the first load +* Reorder settings + ## v2.0.0 * A new beginning: Frost is completely FOSS * Remove crashlytics in favour of another open source bug tracker * Remove all google play dependencies -* Make analytics opt in +* Fix Facebook UI change ## v1.8.3 * Add full notification channel support |