diff options
author | Allan Wang <me@allanwang.ca> | 2017-12-26 03:37:32 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-12-26 03:39:28 -0500 |
commit | 1769dbcef9786b847ffeaebdf6ecced45da9222c (patch) | |
tree | 50f543469607b608c0b62ca8a63c6a65325802b9 /docs | |
parent | 8080d43dbd9a6863fadb86594b179d0919d6215b (diff) | |
download | frost-1769dbcef9786b847ffeaebdf6ecced45da9222c.tar.gz frost-1769dbcef9786b847ffeaebdf6ecced45da9222c.tar.bz2 frost-1769dbcef9786b847ffeaebdf6ecced45da9222c.zip |
Enhancement/fb requests (#575)v1.7.2
* Update lambdas to references
* Simplify regex and parsers
* Fix some parsing and add more tests
* Improve message parser and tests
* Simplify parser
* Shorten interfaces
* Push rem
* Create notification parser
* Clean up notification service
* Clean up notification service
* Add safe cookie fallback
* Fix cookie reference
* Make parsers only hold cookie string
* Clean up cookie references
* Fix up login and event theme
* Update changelog
Remove workspace backup
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index a98dc1d9..47be1008 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,13 +1,14 @@ # Changelog -## v1.7.0 +## v1.7.1 * Fix launching messages in new overlay * Fix some errors in launching pages * Redid base design to prepare for native views * Automatically bring toolbar up when keyboard is shown * Rewrite theme components to fully support AMOLED and improve light +* Properly pause webviews when not in use -## v1.6.8 +## v1.7.0 * Fully customize your tabs! Check out settings > appearance > main activity tabs * Optimize scripts * Add more theme components |