Version 0.3.0

Julien LepillerSat Jun 13 18:08:26+0200 2020

213e57c

Version 0.3.0

CHANGELOG.md

11
Changelog
22
=========
33
4-
Changes Since 0.2.3
5-
-------------------
4+
Changes In 0.3.0
5+
----------------
66
77
### Bug Fixes
88

2121
2222
### Features
2323
24-
* Add a Help screen and two topics: kanji input by component and romaji input.
24+
* Add a Help screen and three topics: kanji input by component, romaji input and
25+
  pitch accent patterns.
2526
* Add a button for direct help access on radical input.
2627
* Application can now download dictionaries from Wadoku.
27-
* Application can now show pitch accent with proper dictionary.
28+
* Application can now show pitch accent with proper dictionary from Wadoku.
2829
2930
### Translations
3031

app/build.gradle

66
        applicationId "eu.lepiller.nani"
77
        minSdkVersion 15
88
        targetSdkVersion 29
9-
        versionCode 6
10-
        versionName "0.2.3"
9+
        versionCode 7
10+
        versionName "0.3.0"
1111
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
    }
1313
    buildTypes {