From 91aec71b4b3c6b5b39b281094a7cb9ffa1ff15c9 Mon Sep 17 00:00:00 2001 From: Distopico Vegan Date: Mon, 12 Nov 2018 02:11:54 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a27babfa..14715a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,22 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# v1.0.0 (2018/11/08) +# [1.1.0](https://framagit.org/dystopia-project/simple-email/compare/v1.0.0...v1.1.0) (2018-11-12) -## Bug Fixes +### Bug Fixes + +* message item view when not have size ([2d44ea5](https://framagit.org/dystopia-project/simple-email/commit/2d44ea5)) +* trash messages are showing in threads ([573aba1](https://framagit.org/dystopia-project/simple-email/commit/573aba1)) + +### Features + +* improve new mail notifications per account ([0149a10](https://framagit.org/dystopia-project/simple-email/commit/0149a10)) + + +# [1.0.0](https://framagit.org/dystopia-project/simple-email) (2018/11/08) + + +### Bug Fixes * hide button after show images (#2790b76d) * check on empty search fallback (#6e9b5992) * check if has storage framework (#1a07f5fa) -## Features +### Features * add riseup provider (#4126bae3) * add text when no have accounts yet (#2d15cd32) * remove Eula annoying initial view (#a794fc0e) -* add lint configuration (#16b03af8) * improve message interface (#de7dc808) * change 'enable' advanced option to 'enable sync' to be clear (#fc5949c7) * set account name on compose (#e4a97052)