Skip to content

Commit d050286

Browse files
committed
Update version code and README
1 parent a87f031 commit d050286

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ Moves certificates from the user certificate store to the system store. Also rem
55
If you use AdGuard, you probably want to use [adguardcert](https://github.com/AdguardTeam/adguardcert) instead.
66

77
## Changelog
8-
v1.9.11a
9-
* Fixed install issue in Magisk, credit to [azio7](https://github.com/Magisk-Modules-Repo/movecert/pull/14)
10-
* Fixed Chrome Certificate Transparency problem, by copying rather than moving the certificate from the User store
8+
v2.0
9+
* Changed behavior to copy instead of moving the certificate.
10+
* The certificate ends up in two locations, one in the User store and one in the System store. This addresses the Chrome Certificate Transparency problem discussed [here](https://github.com/Magisk-Modules-Repo/movecert/issues/15) and [here](https://github.com/AdguardTeam/AdguardForAndroid/issues/4124#issuecomment-1066078974). Note that enabling Zygisk and adding Chrome to the DenyList is required for this to work.
11+
* Fixed install issue in Magisk, where this module would not install correctly. Credit to [azio7](https://github.com/Magisk-Modules-Repo/movecert/pull/14).
1112

1213
v1.9
1314
* Dynamically determine correct SELinux context for cert from device itself.

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id=movecert
22
name=Move Certificates
3-
version=v1.9
4-
versionCode=11A
3+
version=v2.0
4+
versionCode=1
55
author=yochananmarqos
66
description=Moves certificates from the user certificate store to the system store. Removes the *Network may be monitored* warning.

0 commit comments

Comments
 (0)