Skip to content

Commit 60b91d2

Browse files
Update changelog.md
1 parent 3e8bbb6 commit 60b91d2

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,40 @@
1-
# 2.3
1+
# 2.3.0
22
Feature highlights:
33
* 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.
417
* Appinstaller editor dialog now supports package dependencies. (#131)
518
* In signing-related dialogs, timestamp server can be picked from a predefined list. (#129)
619
* New dialog to calculate package full name, publisher hash and PFN (4a93e4a5)
720

821
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)
1528
* New visual style of the tool dashboard. (6da9433)
1629
* Reworked running app indicator, which now works in real time and has some other improvements. (af59eb7d)
1730
* 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)
1832

1933
Resolved issues
2034
* Fixed sideloading and developer settings UI on Windows 10 (2004 and higher) and Windows 11. (#125)
2135
* Fixed handling of timestamp-related exceptions from ```signtool.exe```. (4e18658)
2236

23-
Technical changes
37+
Technical changes and SDK updates
2438
* Updated ```msixmgr``` (MSIX Core) to version 1.1.92. (b00746c1)
2539
* Migrated MSIX Hero to .NET 6.0. (e546a32e)
2640
* Reduced application size thanks to deprecation of older .NET Framework code. (4cd18578)

0 commit comments

Comments
 (0)