Version 0.2.1
CHANGELOG.md
1 | 1 | Changelog | |
2 | 2 | ========= | |
3 | 3 | ||
4 | - | Changes Since 0.2 | |
4 | + | Changes Since 0.2.1 | |
5 | + | ------------------- | |
6 | + | ||
7 | + | Changes In 0.2.1 | |
5 | 8 | ----------------- | |
6 | 9 | ||
7 | 10 | ### Features | |
8 | 11 | ||
9 | 12 | * New settings: radical size | |
13 | + | * Download a control sum with dictionaries | |
14 | + | * Support resuming partial downloads | |
10 | 15 | ||
11 | 16 | ### Bug Fixes | |
12 | 17 | ||
… | |||
24 | 29 | ||
25 | 30 | ### Features | |
26 | 31 | ||
27 | - | * Hints are shown when a dictionnary is missing | |
32 | + | * Hints are shown when a dictionary is missing | |
28 | 33 | * Support romaji and katakana input | |
29 | 34 | * Add Kanji lookup by component/radical [#7](https://framagit.org/nani-project/nani-app/issues/7) | |
30 | 35 |
app/build.gradle
6 | 6 | applicationId "eu.lepiller.nani" | |
7 | 7 | minSdkVersion 15 | |
8 | 8 | targetSdkVersion 29 | |
9 | - | versionCode 2 | |
10 | - | versionName "0.2" | |
9 | + | versionCode 3 | |
10 | + | versionName "0.2.1" | |
11 | 11 | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" | |
12 | 12 | } | |
13 | 13 | buildTypes { |