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.

25 lines
748 B

  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. <a name="v1.0"></a>
  5. # v1.0.0 (2018/11/08)
  6. ## Bug Fixes
  7. * hide button after show images (#2790b76d)
  8. * check on empty search fallback (#6e9b5992)
  9. * check if has storage framework (#1a07f5fa)
  10. ## Features
  11. * add riseup provider (#4126bae3)
  12. * add text when no have accounts yet (#2d15cd32)
  13. * remove Eula annoying initial view (#a794fc0e)
  14. * add lint configuration (#16b03af8)
  15. * improve message interface (#de7dc808)
  16. * change 'enable' advanced option to 'enable sync' to be clear (#fc5949c7)
  17. * set account name on compose (#e4a97052)
  18. * change to switch on advance options (#236d39b1)