Version 0.5.0.
CHANGELOG.md
| 7 | 7 | Here is a list of changes that are not yet part of a release, but that will | |
| 8 | 8 | appear in next release. | |
| 9 | 9 | ||
| 10 | + | Changes in 0.5.0 | |
| 11 | + | ---------------- | |
| 12 | + | ||
| 10 | 13 | ### Features | |
| 11 | 14 | ||
| 12 | 15 | * KanjiVG support was added. This allows to show kanji stroke order. | |
| 13 | 16 | * Search was extended to support '?' and '*' characters. '?' means a single | |
| 14 | 17 | character, while '*' means any number of characters, including none. | |
| 18 | + | * Tatoeba support was added. This allows you to search for examples and their | |
| 19 | + | translations. | |
| 20 | + | ||
| 21 | + | ### UI | |
| 22 | + | ||
| 23 | + | * Split About activity to a separate License activity and redesign it | |
| 24 | + | ||
| 25 | + | ### Translations | |
| 26 | + | ||
| 27 | + | * Update French and Ukrainian translations. | |
| 15 | 28 | ||
| 16 | 29 | Changes in 0.4.1 | |
| 17 | 30 | ---------------- |
app/build.gradle
| 6 | 6 | applicationId "eu.lepiller.nani" | |
| 7 | 7 | minSdkVersion 15 | |
| 8 | 8 | targetSdkVersion 33 | |
| 9 | - | versionCode 13 | |
| 10 | - | versionName "0.4.1" | |
| 9 | + | versionCode 14 | |
| 10 | + | versionName "0.5.0" | |
| 11 | 11 | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" | |
| 12 | 12 | } | |
| 13 | 13 | buildTypes { |