Skip to content

Commit

Permalink
Updated changelogs.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Dec 21, 2024
1 parent 9410728 commit 9a10d59
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions app/src/main/assets/html/changelogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,27 @@ <h1>Change Logs</h1>

<!-- Write change logs here -->
<sub>(Current Version)</sub>
<h2>Build101.0.1</h2>
<h2>Build102.0.1</h2>

<h4>Bug Fixes</h4>
<h4>User Interface</h4>

<ul>
<li>Added tracker indicator on Dex classes.
<br>
<small>It will show a tracker icon next to the class name if the class is a tracker. Dex
classes tracker cannot be blocked since they are the class implementations of the
tracker SDK. Blocking their components should render them useless anyway.</small>
</li>
</ul>

<h4>Bug Fixes</h4>

<ul>
<li>Fixed a major logical error in Trackers scanner framework that was causing the app to not
include the Providers component after the scanning.
</li>
<li>Fixed search in <b>Dex Classes</b> panel not showing any results.</li>
<li>Fixed <b>Batch Trackers</b> not working on not-root modes.</li>
</ul>

<br/>
Expand Down

0 comments on commit 9a10d59

Please sign in to comment.