|
1 | | -# 2.3 |
| 1 | +# 2.3.0 |
2 | 2 | Feature highlights: |
3 | 3 | * New command line verb ```edit``` for unattended MSIX editing. (#78) |
| 4 | + * Changing of package identity (```msixherocli.exe edit <path> setIdentity ...```) |
| 5 | + * Setting properties (```msixherocli.exe edit <path> setProperties ...```) |
| 6 | + * Adding standard, restricted or custom capability (```msixherocli.exe edit <path> addCapability ...```) |
| 7 | + * Setting build meta-data (```msixherocli.exe edit <path> setBuildMetaData ...```) |
| 8 | + * Deleting a file (```msixherocli.exe edit <path> deleteFile ...```) |
| 9 | + * Adding or replacing a file (```msixherocli.exe edit <path> addFile ...```) |
| 10 | + * Setting registry keys (```msixherocli.exe edit <path> setRegistryKey ...```) |
| 11 | + * Setting registry values (```msixherocli.exe edit <path> setRegistryValue ...```) |
| 12 | + * Deleting registry keys (```msixherocli.exe edit <path> deleteRegistryKey ...```) |
| 13 | + * Deleting registry values (```msixherocli.exe edit <path> deleteRegistryValue ...```) |
| 14 | + * Importing registry keys from file or local registry (```msixherocli.exe edit <path> importRegistry ...```) |
| 15 | + * Bulk editing and chaining (```msixherocli.exe edit <path> list ...```) |
| 16 | + * Call ```msixherocli.exe edit <path> --help``` for extensive help for all options. The ```<path>``` in all above commands can be a manifest, MSIX or an unpacked package directory. |
4 | 17 | * Appinstaller editor dialog now supports package dependencies. (#131) |
5 | 18 | * In signing-related dialogs, timestamp server can be picked from a predefined list. (#129) |
6 | 19 | * New dialog to calculate package full name, publisher hash and PFN (4a93e4a5) |
7 | 20 |
|
8 | 21 | Improvements |
9 | | -* It is now possible to filter package list by publisher hash or raw name/publisher. (950b5148) |
10 | | -* It is now possible to skip the validation during packing (in both UI and command-line). (df57c79f) |
11 | | -* It is now possible to remove unpacked folder after packing it to MSIX file. (2b9a6657) |
12 | | -* It is now possible to remove MSIX file after unpacking it to a folder (in both UI and command-line). (2b9a6657) |
13 | | -* It is now possible to copy package family name from the context menu (0f51c9e5) |
14 | | -* Tim Mangan's PsfTooling is now recognized and shown in the System Summary screen (9143d703) |
| 22 | +* Ability to filter package list by publisher hash or raw name/publisher. (950b5148) |
| 23 | +* Ability to skip the validation during packing (in both UI and command-line). (df57c79f) |
| 24 | +* Ability to remove unpacked folder after packing it to MSIX file. (2b9a6657) |
| 25 | +* Ability to remove MSIX file after unpacking it to a folder (in both UI and command-line). (2b9a6657) |
| 26 | +* Ability to copy package family name from the context menu (0f51c9e5) |
| 27 | +* Tim Mangan's PsfTooling and RayPack Express are now recognized and shown in the System Summary screen. (9143d703, 5023015b) |
15 | 28 | * New visual style of the tool dashboard. (6da9433) |
16 | 29 | * Reworked running app indicator, which now works in real time and has some other improvements. (af59eb7d) |
17 | 30 | * Better validation of package name, package version and resource ID in many UI dialogs (30ec7bd6) |
| 31 | +* Update impact dialog has now icons and better captions for duplicated files. (3e8bbb67, 32d0c5ce) |
18 | 32 |
|
19 | 33 | Resolved issues |
20 | 34 | * Fixed sideloading and developer settings UI on Windows 10 (2004 and higher) and Windows 11. (#125) |
21 | 35 | * Fixed handling of timestamp-related exceptions from ```signtool.exe```. (4e18658) |
22 | 36 |
|
23 | | -Technical changes |
| 37 | +Technical changes and SDK updates |
24 | 38 | * Updated ```msixmgr``` (MSIX Core) to version 1.1.92. (b00746c1) |
25 | 39 | * Migrated MSIX Hero to .NET 6.0. (e546a32e) |
26 | 40 | * Reduced application size thanks to deprecation of older .NET Framework code. (4cd18578) |
|
0 commit comments