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.

74 lines
2.7 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.2.1](https://framagit.org/dystopia-project/simple-email/compare/v1.2.0...v1.2.1) (2018-11-23)
  5. ### Bug Fixes
  6. * check compatibility on notification settings ([36b3e25](https://framagit.org/dystopia-project/simple-email/commit/36b3e25))
  7. * crash on public notification without color ([4bc5d9a](https://framagit.org/dystopia-project/simple-email/commit/4bc5d9a))
  8. # [1.2.0](https://framagit.org/dystopia-project/simple-email/compare/v1.1.2...v1.2.0) (2018-11-20)
  9. ### Bug Fixes
  10. * missing null check on refactor notification ([3318b38](https://framagit.org/dystopia-project/simple-email/commit/3318b38))
  11. ### Features
  12. * improve messages UI ([1e9c5e8](https://framagit.org/dystopia-project/simple-email/commit/1e9c5e8))
  13. ## [1.1.2](https://framagit.org/dystopia-project/simple-email/compare/v1.1.1...v1.1.2) (2018-11-20)
  14. ### Bug Fixes
  15. * cancel single notification per account ([656e51e](https://framagit.org/dystopia-project/simple-email/commit/656e51e))
  16. * focus body on reply message ([4b6e230](https://framagit.org/dystopia-project/simple-email/commit/4b6e230))
  17. * message when no have identities ([4595289](https://framagit.org/dystopia-project/simple-email/commit/4595289))
  18. * wrong riseup smtp port ([ecd870c](https://framagit.org/dystopia-project/simple-email/commit/ecd870c))
  19. ## [1.1.1](https://framagit.org/dystopia-project/simple-email/compare/v1.1.0...v1.1.1) (2018-11-14)
  20. ### Bug Fixes
  21. * crash on new notifications with account without color ([1e0665a](https://framagit.org/dystopia-project/simple-email/commit/1e0665a))
  22. # [1.1.0](https://framagit.org/dystopia-project/simple-email/compare/v1.0.0...v1.1.0) (2018-11-12)
  23. ### Bug Fixes
  24. * message item view when not have size ([2d44ea5](https://framagit.org/dystopia-project/simple-email/commit/2d44ea5))
  25. * trash messages are showing in threads ([573aba1](https://framagit.org/dystopia-project/simple-email/commit/573aba1))
  26. ### Features
  27. * improve new mail notifications per account ([0149a10](https://framagit.org/dystopia-project/simple-email/commit/0149a10))
  28. # [1.0.0](https://framagit.org/dystopia-project/simple-email) (2018/11/08)
  29. ### Bug Fixes
  30. * hide button after show images (#2790b76d)
  31. * check on empty search fallback (#6e9b5992)
  32. * check if has storage framework (#1a07f5fa)
  33. ### Features
  34. * add riseup provider (#4126bae3)
  35. * add text when no have accounts yet (#2d15cd32)
  36. * remove Eula annoying initial view (#a794fc0e)
  37. * improve message interface (#de7dc808)
  38. * change 'enable' advanced option to 'enable sync' to be clear (#fc5949c7)
  39. * set account name on compose (#e4a97052)
  40. * change to switch on advance options (#236d39b1)