Version 0.5.0.

Julien LepillerSun Jul 10 17:04:20+0200 2022

06d6330

Version 0.5.0.

CHANGELOG.md

77
Here is a list of changes that are not yet part of a release, but that will
88
appear in next release.
99
10+
Changes in 0.5.0
11+
----------------
12+
1013
### Features
1114
1215
* KanjiVG support was added. This allows to show kanji stroke order.
1316
* Search was extended to support '?' and '*' characters. '?' means a single
1417
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.
1528
1629
Changes in 0.4.1
1730
----------------

app/build.gradle

66
        applicationId "eu.lepiller.nani"
77
        minSdkVersion 15
88
        targetSdkVersion 33
9-
        versionCode 13
10-
        versionName "0.4.1"
9+
        versionCode 14
10+
        versionName "0.5.0"
1111
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
    }
1313
    buildTypes {