release: 0.1905.29-beta

This commit is contained in:
Julia Friesel
2019-05-29 13:30:46 +02:00
parent 5e32f4d7dc
commit e8b0d60fdd
4 changed files with 20 additions and 4 deletions
+16
View File
@@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## v0.1905.29-beta
- Auto save functionality for all symptoms
- Add donation section to about
- Styling fixes
- Clearer labels on cycle day overview
- Rename mucus to cervical mucus
- Set show more on homescreen to default and get rid of more/less switch
- Add loading screen to data import
- Fix line width in chart
- Removes logo and adds header on the main login screen
- Nicer formatting for past bleeding prediction
- Fixes prediction range in drop on homescreen
- Removes permissions not required for debug or production
- Temperature screen styling update
## v0.0.3 - 2019-04-17 ## v0.0.3 - 2019-04-17
### Changes ### Changes
+2 -2
View File
@@ -102,8 +102,8 @@ android {
applicationId "com.drip" applicationId "com.drip"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2 versionCode 3
versionName "0.1905.28-beta" versionName "0.1905.29-beta"
ndk { ndk {
abiFilters "armeabi-v7a" abiFilters "armeabi-v7a"
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "drip", "name": "drip",
"version": "0.1905.28-beta", "version": "0.1905.29-beta",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "drip", "name": "drip",
"version": "0.1905.28-beta", "version": "0.1905.29-beta",
"contributors": [ "contributors": [
"Julia Friesel <julia.friesel@gmail.com>", "Julia Friesel <julia.friesel@gmail.com>",
"Marie Kochsiek", "Marie Kochsiek",