release: 0.1905.29-beta
This commit is contained in:
@@ -2,6 +2,22 @@
|
||||
|
||||
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
|
||||
|
||||
### Changes
|
||||
|
||||
@@ -102,8 +102,8 @@ android {
|
||||
applicationId "com.drip"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 2
|
||||
versionName "0.1905.28-beta"
|
||||
versionCode 3
|
||||
versionName "0.1905.29-beta"
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a"
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "drip",
|
||||
"version": "0.1905.28-beta",
|
||||
"version": "0.1905.29-beta",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "drip",
|
||||
"version": "0.1905.28-beta",
|
||||
"version": "0.1905.29-beta",
|
||||
"contributors": [
|
||||
"Julia Friesel <julia.friesel@gmail.com>",
|
||||
"Marie Kochsiek",
|
||||
|
||||
Reference in New Issue
Block a user