|
1 | 1 | ## Changelog
|
2 | 2 |
|
| 3 | +### Version [2.0.0](https://github.com/majd/ipatool/releases/tag/v2.0.0) |
| 4 | + |
| 5 | +- Added support for Windows. |
| 6 | +- Added support for Linux. |
| 7 | +- Added support for generating autocompletion script using the `completion` command. |
| 8 | +- Implemented new `auth info` command. |
| 9 | +- Implemented `--verbose` flag that replaces the `--debug-level` flag to enable verbose logging. |
| 10 | +- Implemented `--format` which allows specifying logs output format to either text or json (default: text). |
| 11 | +- Implemented flag `--non-interactive` flag to disable running the tool in an interactive session. |
| 12 | +- The relevant command (i.e. purchase) will now automatically determine the country and the device family from the authenticated account. The following flags have been deprecated. |
| 13 | + - `--country` |
| 14 | + - `--device-family` |
| 15 | +- Improved structured logging. |
| 16 | +- Improved error handling. |
| 17 | +- Improved support for automated systems. |
| 18 | +- Added unit tests to cover the majority of the private App Store API logic. |
| 19 | + |
3 | 20 | ### Version [1.1.4](https://github.com/majd/ipatool/releases/tag/v1.1.4)
|
4 | 21 |
|
5 | 22 | - Add support for patching old code signature revisions as a fallback mechanism.
|
6 | 23 |
|
7 |
| ---- |
8 |
| - |
9 | 24 | ### Version [1.1.3](https://github.com/majd/ipatool/releases/tag/v1.1.3)
|
10 | 25 |
|
11 | 26 | - Fixed keychain access on iOS.
|
12 | 27 |
|
13 |
| ---- |
14 |
| - |
15 | 28 | ### Version [1.1.2](https://github.com/majd/ipatool/releases/tag/v1.1.2)
|
16 | 29 |
|
17 | 30 | - Improved error message for expired token.
|
18 | 31 | - Disabled print buffering and output errors to stderr.
|
19 | 32 | - Added linter.
|
20 | 33 | - Add support for running on iOS.
|
21 | 34 |
|
22 |
| ---- |
23 |
| - |
24 | 35 | ### Version [1.1.1](https://github.com/majd/ipatool/releases/tag/v1.1.1)
|
25 | 36 |
|
26 | 37 | - Update swift-argument-parser dependency.
|
27 | 38 | - Remove usage of Swift concurrency.
|
28 | 39 | - Add backward-compatibility for macOS 10.11+.
|
29 | 40 |
|
30 |
| ---- |
31 |
| - |
32 | 41 | ### Version [1.1.0](https://github.com/majd/ipatool/releases/tag/v1.1.0)
|
33 | 42 |
|
34 | 43 | - Added support for purchasing apps.
|
|
37 | 46 | - Implemented --purchase flag in download command.
|
38 | 47 | - Added price checks for purchase flow.
|
39 | 48 |
|
40 |
| ---- |
41 | 49 |
|
42 | 50 | ### Version [1.0.9](https://github.com/majd/ipatool/releases/tag/v1.0.9)
|
43 | 51 |
|
44 | 52 | - Fixed building for older macOS versions.
|
45 | 53 | - Fixed 2FA code not being requested.
|
46 | 54 |
|
47 |
| ---- |
48 | 55 |
|
49 | 56 | ### Version [1.0.8](https://github.com/majd/ipatool/releases/tag/v1.0.8)
|
50 | 57 |
|
51 | 58 | - Added --output option to the download command for specifying the destination path for the downloaded app package.
|
52 | 59 |
|
53 |
| ---- |
54 |
| - |
55 | 60 | ### Version [1.0.7](https://github.com/majd/ipatool/releases/tag/v1.0.7)
|
56 | 61 |
|
57 | 62 | - Fixed login requests to the store API when the 2FA code is required.
|
58 | 63 |
|
59 |
| ---- |
60 |
| - |
61 | 64 | ### Version [1.0.6](https://github.com/majd/ipatool/releases/tag/v1.0.6)
|
62 | 65 |
|
63 | 66 | - Added support for supplying 2FA code in non-interactive sessions.
|
64 | 67 |
|
65 |
| ---- |
66 |
| - |
67 | 68 | ### Version [1.0.5](https://github.com/majd/ipatool/releases/tag/v1.0.5)
|
68 | 69 |
|
69 | 70 | - Added support for specifying device family.
|
70 | 71 |
|
71 |
| ---- |
72 |
| - |
73 | 72 | ### Version [1.0.4](https://github.com/majd/ipatool/releases/tag/v1.0.4)
|
74 | 73 |
|
75 | 74 | - Added support for specifying the iTunes Store region.
|
76 | 75 |
|
77 |
| ---- |
78 |
| - |
79 | 76 | ### Version [1.0.3](https://github.com/majd/ipatool/releases/tag/v1.0.3)
|
80 | 77 |
|
81 | 78 | - Improved console logging.
|
82 | 79 |
|
83 |
| ---- |
84 |
| - |
85 | 80 | ### Version [1.0.2](https://github.com/majd/ipatool/releases/tag/v1.0.2)
|
86 | 81 |
|
87 | 82 | - Improved error messages.
|
88 | 83 |
|
89 |
| ---- |
90 |
| - |
91 | 84 | ### Version [1.0.1](https://github.com/majd/ipatool/releases/tag/v1.0.1)
|
92 | 85 |
|
93 | 86 | - Grammatical fixes.
|
94 | 87 |
|
95 |
| ---- |
96 |
| - |
97 | 88 | ### Version [1.0.0](https://github.com/majd/ipatool/releases/tag/v1.0.0)
|
98 | 89 |
|
99 | 90 | - Initial release.
|
0 commit comments