forked from patrickfav/uber-apk-signer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
82 lines (60 loc) · 1.98 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Releases
## v1.2.1
* minor: fix using incorrect version number
## v1.2.0
* fix using 'outfile.zip should use the same page alignment for all shared object files within infile.zip' by providing correct flag to zipalign (thx @subho007)
* fix some minor vulnerabilities in tests
* update maven dependencies & plugins
## v1.1.0
* support apk signer schema v3 with lineage file support #18
* updates apksigner to v29.0.2
* updates zipalign to v29.0.2 win/mac/linux binaries
* add OSWAP dependency check plugin to Maven POM
## v1.0.0
* updates apksigner to v28.0.3
* update zipalign to 28.0.3 win/linux binary
* updates maven plugin versions
* use maven wrapper
* slightly improved debugging output
## v0.8.4
* add file size info to log output
* fix nullpointer when using apk file and not dir (thx @yihongyuelan)
* updates apksigner to v27.0.3
## v0.8.3
* do not use `javax.xml.bind.*` dependencies, that might crash on jre9
## v0.8.2
* add jar signing
* updates apksigner to v26.0.2
## v0.8.1
* updates apksigner to v26.0.1
* adds checksum to release artifacts
## v0.8.0
* updates apksigner to v25.0.3
## v0.7.0
* updates apksigner to v25.0.2
* checks for empty input paths
* masks pw input
## v0.6.0
* adds verify sha256 feature
* adds resign feature
* adds multiple input files/folders feature
* fixes bug where source would be deleted when using skipZipalign
## v0.5.0
* adds embedded linux & mac zipalign (x64 only)
* enhances log output (more structural with checksums etc.)
## v0.4.0
* adds multi keystore sign feature
* better verify output
* adds --ksDebug to provide custom location for debug keystore
* prints file checksums
## v0.3.0
* fixes bug where wrong pw was used for release keystores
* fixes bug where mac was identified as windows machine
## v0.2.0
* fixes using release keystore
* better signature verify output
Issue: built-in zipalign for linux & mac do not work yet.
## v0.1.0 beta
initial release
* sign, zipalign and verify of multiple apks
* built-in zipalign & debug.keystore