Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.5 KiB

5 years ago
  1. # Change Log
  2. All notable changes to this project will be documented in this file.
  3. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
  4. ## [1.1.1](https://framagit.org/dystopia-project/simple-email/compare/v1.1.0...v1.1.1) (2018-11-14)
  5. ### Bug Fixes
  6. * crash on new notifications with account without color ([1e0665a](https://framagit.org/dystopia-project/simple-email/commit/1e0665a))
  7. # [1.1.0](https://framagit.org/dystopia-project/simple-email/compare/v1.0.0...v1.1.0) (2018-11-12)
  8. ### Bug Fixes
  9. * message item view when not have size ([2d44ea5](https://framagit.org/dystopia-project/simple-email/commit/2d44ea5))
  10. * trash messages are showing in threads ([573aba1](https://framagit.org/dystopia-project/simple-email/commit/573aba1))
  11. ### Features
  12. * improve new mail notifications per account ([0149a10](https://framagit.org/dystopia-project/simple-email/commit/0149a10))
  13. # [1.0.0](https://framagit.org/dystopia-project/simple-email) (2018/11/08)
  14. ### Bug Fixes
  15. * hide button after show images (#2790b76d)
  16. * check on empty search fallback (#6e9b5992)
  17. * check if has storage framework (#1a07f5fa)
  18. ### Features
  19. * add riseup provider (#4126bae3)
  20. * add text when no have accounts yet (#2d15cd32)
  21. * remove Eula annoying initial view (#a794fc0e)
  22. * improve message interface (#de7dc808)
  23. * change 'enable' advanced option to 'enable sync' to be clear (#fc5949c7)
  24. * set account name on compose (#e4a97052)
  25. * change to switch on advance options (#236d39b1)