0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00

Bumped version to 2.12.1

@branch-specific
This commit is contained in:
Mike Hardy 2020-07-21 03:12:40 -05:00
parent f1c1f9f08c
commit 370331609f
No known key found for this signature in database
GPG Key ID: 2FB9315A0E38FF42
2 changed files with 24 additions and 3 deletions

View File

@ -41,8 +41,8 @@ android {
//
// This ensures the correct ordering between the various types of releases (dev < alpha < beta < release) which is
// needed for upgrades to be offered correctly.
versionCode=21200300
versionName="2.12.0"
versionCode=21201300
versionName="2.12.1"
minSdkVersion 16
//noinspection OldTargetApi - also performed in api/build.fradle
targetSdkVersion 28

View File

@ -460,6 +460,27 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
</div>
<div id="content">
<div class="sect1">
<h2 id="_version_2_12_1_2020_07_21"><a class="anchor" href="#_version_2_12_1_2020_07_21"></a>Version 2.12.1 (2020-07-21)</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p>Fix bug previewing edited notes after changing field count</p>
</li>
<li>
<p>Fix crash previewing edited notes from dynamic decks</p>
</li>
<li>
<p>Fix crash restarting app after a crash</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>Full changelog: <a href="https://github.com/ankidroid/Anki-Android/milestone/28?closed=1" class="bare">https://github.com/ankidroid/Anki-Android/milestone/28?closed=1</a></p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_version_2_12_0_2020_07_18"><a class="anchor" href="#_version_2_12_0_2020_07_18"></a>Version 2.12.0 (2020-07-18)</h2>
<div class="sectionbody">
<div class="ulist">
@ -2233,7 +2254,7 @@ essentially rewritten from scratch to be compatible with the new Anki Desktop v2
</div>
<div id="footer">
<div id="footer-text">
Last updated 2020-07-18 14:10:50 -0500
Last updated 2020-07-21 03:09:34 -0500
</div>
</div>
</body>