Skip to content

Commit

Permalink
Add changes for v1.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Dec 3, 2018
1 parent 36c98d8 commit 4858fc2
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@
android:text="@string/whats_new_intro"/>


<TextView
style="@style/WhatsNewVersion"
android:text="v1.6.12"
tools:ignore="HardcodedText" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support multi-line search queries" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix recognition of images in base directory" />


<TextView
style="@style/WhatsNewVersion"
android:text="v1.6.11"
Expand All @@ -48,7 +62,6 @@
app:text="Fix aligning tags when fullwidth characters are used" />



<TextView
style="@style/WhatsNewVersion"
android:text="v1.6.10"
Expand Down

0 comments on commit 4858fc2

Please sign in to comment.