Version 0.3.0
CHANGELOG.md
| 1 | 1 | Changelog | |
| 2 | 2 | ========= | |
| 3 | 3 | ||
| 4 | - | Changes Since 0.2.3 | |
| 5 | - | ------------------- | |
| 4 | + | Changes In 0.3.0 | |
| 5 | + | ---------------- | |
| 6 | 6 | ||
| 7 | 7 | ### Bug Fixes | |
| 8 | 8 | ||
… | |||
| 21 | 21 | ||
| 22 | 22 | ### Features | |
| 23 | 23 | ||
| 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. | |
| 25 | 26 | * Add a button for direct help access on radical input. | |
| 26 | 27 | * 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. | |
| 28 | 29 | ||
| 29 | 30 | ### Translations | |
| 30 | 31 | ||
app/build.gradle
| 6 | 6 | applicationId "eu.lepiller.nani" | |
| 7 | 7 | minSdkVersion 15 | |
| 8 | 8 | targetSdkVersion 29 | |
| 9 | - | versionCode 6 | |
| 10 | - | versionName "0.2.3" | |
| 9 | + | versionCode 7 | |
| 10 | + | versionName "0.3.0" | |
| 11 | 11 | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" | |
| 12 | 12 | } | |
| 13 | 13 | buildTypes { |