Mr Robot 6 years ago
parent
commit
68f9831be1
3 changed files with 30 additions and 2 deletions
  1. +16
    -0
      CHANGELOG.md
  2. +2
    -2
      app/build.gradle
  3. +12
    -0
      metadata/en-US/changelogs/115.txt

+ 16
- 0
CHANGELOG.md View File

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://framagit.org/dystopia-project/simple-email/compare/v1.2.1...v1.3.0) (2018-12-08)
### Bug Fixes
* change app Invite to share because require google account ([8299d54](https://framagit.org/dystopia-project/simple-email/commit/8299d54))
* check error on open attachment ([87a22a9](https://framagit.org/dystopia-project/simple-email/commit/87a22a9)), closes [#10](https://framagit.org/dystopia-project/simple-email/issues/10)
* prevent flickering on message view ([d6294c6](https://framagit.org/dystopia-project/simple-email/commit/d6294c6))
### Features
* better layout for the message list ([73aa80d](https://framagit.org/dystopia-project/simple-email/commit/73aa80d)), closes [#8](https://framagit.org/dystopia-project/simple-email/issues/8)
* implement refresh messages list ([f5973df](https://framagit.org/dystopia-project/simple-email/commit/f5973df))
* move color picker account outside of advanced ([7fb625c](https://framagit.org/dystopia-project/simple-email/commit/7fb625c))
## [1.2.1](https://framagit.org/dystopia-project/simple-email/compare/v1.2.0...v1.2.1) (2018-11-23)


+ 2
- 2
app/build.gradle View File

@ -7,8 +7,8 @@ android {
applicationId "org.dystopia.email"
minSdkVersion 23
targetSdkVersion 28
versionCode 114
versionName "1.2.1"
versionCode 115
versionName "1.3.0"
archivesBaseName = "SimpleEmail-v$versionName"
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'


+ 12
- 0
metadata/en-US/changelogs/115.txt View File

@ -0,0 +1,12 @@
Bug Fixes
- change app Invite to share because require google account
- check error on open attachment, closes #10
- prevent flickering on message view
Features
- better layout for the message list, closes #8
- implement refresh messages list
- move color picker account outside of advanced

Loading…
Cancel
Save