Skip to content

Commit fb9825e

Browse files
author
Konrad Kollnig
committed
Version 2020090901
1 parent 621c23a commit fb9825e

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
minSdkVersion 22
99
targetSdkVersion 29
1010
//noinspection HighAppVersionCode
11-
versionCode 2020090704
12-
versionName "2020.09.07"
11+
versionCode 2020090901
12+
versionName "2020.09.09"
1313
archivesBaseName = "TrackerControl-$versionName" // name of apk
1414

1515
externalNativeBuild {
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
1st anniversary edition
2+
- MAJOR CHANGE: Redesign of app
3+
- FEATURE: add ad-blocking, support custom host lists, allow disabling per-app
4+
- FEATURE: add blocking by company
5+
- FEATURE: find trackers that hide using DNS cloaking
6+
- FEATURE: add optional non-strict mode to reduce app breakage (beta)
7+
- FEATURE: allow blocking of Internet from main screen
8+
- FEATURE: add 'clear' menu button to remove seen trackers
9+
- FEATURE: add 'uninstall' menu button
10+
- Fix crashes and bugs, including F-Droid incompatibility with Android 11
11+
- Update block lists, disclose some tracker as 'essential'
12+
- Add Italian, update translations, and allow more localisation
13+
- Only automatically wipe logs, if logging is on
14+
- Cleanup better after uninstalled apps
15+
- Update libraries

0 commit comments

Comments
 (0)