File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## 🎉 What's New in v1.2.0
22
3- This release improves the installer experience with a single-file MSI package.
3+ This release improves the installer with a single-file MSI package and enhanced security .
44
55### 🔧 Improvements
66
@@ -9,8 +9,14 @@ This release improves the installer experience with a single-file MSI package.
99- ✅ No more missing file errors during installation
1010- 📦 Easier distribution — One ` .msi ` file contains everything
1111
12+ ** Enhanced Security**
13+ - 🔒 Full trust installation — Installer runs with elevated privileges
14+ - 🛡️ Per-machine installation scope — Available to all users
15+ - 📝 Publisher verified — Shows "PPhatDEV" as the publisher
16+ - 🔐 Ready for code signing (optional)
17+
1218** Enhanced CI/CD Pipeline**
13- - 🔨 Added WiX Toolset installation step for reliable builds
19+ - 🔨 Fixed WiX Toolset build configuration
1420- ✅ Improved build error detection and reporting
1521- 🐛 Better debug output for troubleshooting
1622
Original file line number Diff line number Diff line change 5454 }
5555
5656 - name : Code Sign MSI (Optional)
57- if : secrets.CODE_SIGNING_CERT != ''
5857 shell : pwsh
5958 run : |
6059 Write-Host "ℹ️ Code signing certificate not configured."
You can’t perform that action at this time.
0 commit comments