Skip to content

Commit

Permalink
Link to documentation of the new .orgzlyignore feature
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Aug 29, 2024
1 parent 25a4fec commit 667087f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@
<TextView
style="@style/WhatsNewVersion"
android:text="v1.8.26"
tools:ignore="HardcodedText" />
tools:ignore="HardcodedText"
android:autoLink="web" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support the .orgzlyignore file in all repo types" />
app:text="Support &lt;a href=&quot;https://www.orgzlyrevived.com/docs#orgc553add&quot;&gt;the .orgzlyignore file&lt;/a&gt; in all repo types" />

<TextView
style="@style/WhatsNewVersion"
Expand Down

0 comments on commit 667087f

Please sign in to comment.