Skip to content

Commit 02a2022

Browse files
authored
New version: AdamGell.CMTraceOpen version 0.5.0 (#350771)
1 parent f0b03ca commit 02a2022

File tree

3 files changed

+91
-0
lines changed

3 files changed

+91
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Created with Devicie using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: AdamGell.CMTraceOpen
5+
PackageVersion: 0.5.0
6+
ReleaseDate: 2026-03-21
7+
Installers:
8+
- Architecture: x64
9+
InstallerType: portable
10+
InstallerUrl: https://github.com/adamgell/cmtraceopen/releases/download/v0.5.0/CMTrace-Open_0.5.0_x64.exe
11+
InstallerSha256: 64F6705ECDCEAE2FD5AB9C5DF59F3743D3E08F3360880622A764EAAD83CC9A5C
12+
- Architecture: arm64
13+
InstallerType: portable
14+
InstallerUrl: https://github.com/adamgell/cmtraceopen/releases/download/v0.5.0/CMTrace-Open_0.5.0_arm64.exe
15+
InstallerSha256: 68F219ACBA86C0026D0896E8E9407DF9B314356EB5D3AAF4E399748DC0C0D6E9
16+
- InstallerLocale: en-US
17+
Architecture: x64
18+
InstallerType: wix
19+
Scope: machine
20+
InstallerUrl: https://github.com/adamgell/cmtraceopen/releases/download/v0.5.0/CMTrace-Open_0.5.0_x64.msi
21+
InstallerSha256: EEFC04AC5D782E70963760E32ED2E9B63F04E57BF697ECCF0A6110EEE0D2717C
22+
ProductCode: '{8451A0E2-705E-4036-9354-7CC9337E82A5}'
23+
AppsAndFeaturesEntries:
24+
- Publisher: cmtrace
25+
ProductCode: '{8451A0E2-705E-4036-9354-7CC9337E82A5}'
26+
UpgradeCode: '{5F75B1C0-0C44-5930-99AE-0E04A8D1C4D1}'
27+
InstallationMetadata:
28+
DefaultInstallLocation: '%ProgramFiles%/CMTrace Open'
29+
- InstallerLocale: en-US
30+
Architecture: arm64
31+
InstallerType: wix
32+
Scope: machine
33+
InstallerUrl: https://github.com/adamgell/cmtraceopen/releases/download/v0.5.0/CMTrace-Open_0.5.0_arm64.msi
34+
InstallerSha256: A6FEED90E382C732ED3348E336D06BDF0E4ACA816F99A09B88D19DA5EE019C19
35+
ProductCode: '{E5BDA05A-37D6-46B6-9BAD-9EBF1CD6E1A8}'
36+
AppsAndFeaturesEntries:
37+
- Publisher: cmtrace
38+
ProductCode: '{E5BDA05A-37D6-46B6-9BAD-9EBF1CD6E1A8}'
39+
UpgradeCode: '{5F75B1C0-0C44-5930-99AE-0E04A8D1C4D1}'
40+
InstallationMetadata:
41+
DefaultInstallLocation: '%ProgramFiles%/CMTrace Open'
42+
ManifestType: installer
43+
ManifestVersion: 1.12.0
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Created with Devicie using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: AdamGell.CMTraceOpen
5+
PackageVersion: 0.5.0
6+
PackageLocale: en-US
7+
Publisher: Adam Gell
8+
PublisherUrl: https://github.com/adamgell
9+
PublisherSupportUrl: https://github.com/adamgell/cmtraceopen/issues
10+
PackageName: CMTrace Open
11+
PackageUrl: https://github.com/adamgell/cmtraceopen
12+
License: MIT
13+
LicenseUrl: https://github.com/adamgell/cmtraceopen/blob/HEAD/LICENSE
14+
ShortDescription: An open-source log viewer inspired by Microsoft's CMTrace.exe.
15+
Tags:
16+
- cmtrace
17+
- intune
18+
ReleaseNotes: |-
19+
CMTrace Open v0.5.0
20+
Open-source CMTrace log viewer with built-in Intune diagnostics.
21+
Windows Downloads
22+
- Signed standalone EXE (x64)
23+
- Signed MSI installer (x64)
24+
- Signed standalone EXE (arm64)
25+
- Signed MSI installer (arm64)
26+
macOS Downloads
27+
- Unsigned DMG/APP file
28+
xattr -cr /Applications/CMTrace\ Open.app
29+
What's Changed
30+
- Bump rustls-webpki from 0.103.9 to 0.103.10 in /src-tauri in the cargo group across 1 directory by @dependabot[bot] in #20
31+
- feat: macOS Diagnostics workspace by @adamgell in #21
32+
- feat: themes
33+
CleanShot 2026-03-21 at 18 47 32 dark dracula hot_dog_stand nord solarized
34+
Full Changelog: v0.4.0...v0.5.0
35+
ReleaseNotesUrl: https://github.com/adamgell/cmtraceopen/releases/tag/v0.5.0
36+
Documentations:
37+
- DocumentLabel: Wiki
38+
DocumentUrl: https://github.com/adamgell/cmtraceopen/wiki
39+
ManifestType: defaultLocale
40+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with Devicie using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: AdamGell.CMTraceOpen
5+
PackageVersion: 0.5.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)