Version 0.5.1.
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.1 | |
11 | + | ---------------- | |
12 | + | ||
13 | + | ### Bug Fixes | |
14 | + | ||
15 | + | * The Japanese full-width question mark is now understood as a question mark | |
16 | + | for regex search | |
17 | + | * A bug caused a crash in some Android versions (at least Android 8). The | |
18 | + | reason why the bug is specific to Android versions is unknown, but a | |
19 | + | workaround was implemented. | |
20 | + | ||
10 | 21 | Changes in 0.5.0 | |
11 | 22 | ---------------- | |
12 | 23 |
app/build.gradle
6 | 6 | applicationId "eu.lepiller.nani" | |
7 | 7 | minSdkVersion 15 | |
8 | 8 | targetSdkVersion 33 | |
9 | - | versionCode 14 | |
10 | - | versionName "0.5.0" | |
9 | + | versionCode 15 | |
10 | + | versionName "0.5.1" | |
11 | 11 | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" | |
12 | 12 | } | |
13 | 13 | buildTypes { |