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.

36 lines
1.2 KiB

  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.0](https://framagit.org/dystopia-project/simple-email/compare/v1.0.0...v1.1.0) (2018-11-12)
  5. ### Bug Fixes
  6. * message item view when not have size ([2d44ea5](https://framagit.org/dystopia-project/simple-email/commit/2d44ea5))
  7. * trash messages are showing in threads ([573aba1](https://framagit.org/dystopia-project/simple-email/commit/573aba1))
  8. ### Features
  9. * improve new mail notifications per account ([0149a10](https://framagit.org/dystopia-project/simple-email/commit/0149a10))
  10. # [1.0.0](https://framagit.org/dystopia-project/simple-email) (2018/11/08)
  11. ### Bug Fixes
  12. * hide button after show images (#2790b76d)
  13. * check on empty search fallback (#6e9b5992)
  14. * check if has storage framework (#1a07f5fa)
  15. ### Features
  16. * add riseup provider (#4126bae3)
  17. * add text when no have accounts yet (#2d15cd32)
  18. * remove Eula annoying initial view (#a794fc0e)
  19. * improve message interface (#de7dc808)
  20. * change 'enable' advanced option to 'enable sync' to be clear (#fc5949c7)
  21. * set account name on compose (#e4a97052)
  22. * change to switch on advance options (#236d39b1)