This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+1 more
Summary
AI summaryUpdates Summary, Compatibility, and petiglyph across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Windows font install registers family in HKCU\Software\Microsoft\Windows NT\CurrentVersion\Fonts and loads via AddFontResourceExW. Windows font install registers family in HKCU\Software\Microsoft\Windows NT\CurrentVersion\Fonts and loads via AddFontResourceExW. Source: llm_adapter@2026-06-13 Confidence: high |
— |
| Feature | Medium |
Windows font uninstall removes loaded resource and deletes matching HKCU Fonts registry entry. Windows font uninstall removes loaded resource and deletes matching HKCU Fonts registry entry. Source: llm_adapter@2026-06-13 Confidence: high |
— |
| Feature | Low |
README now includes guidance for configuring petiglyph as a fallback font in Windows Terminal 1.21+. README now includes guidance for configuring petiglyph as a fallback font in Windows Terminal 1.21+. Source: llm_adapter@2026-06-13 Confidence: high |
— |
| Refactor | Low |
Distribution adds prebuilt binaries for Linux GNU, Linux musl, macOS, and Windows on x86-64 and ARM64 via GitHub, npm, and PyPI. Distribution adds prebuilt binaries for Linux GNU, Linux musl, macOS, and Windows on x86-64 and ARM64 via GitHub, npm, and PyPI. Source: granite4.1:30b@2026-06-13-audit Confidence: low |
— |
Full changelog
petiglyph
Summary
- Version:
0.1.5 - Date:
2026-06-09 - Release type: patch
This patch release focuses on Windows font installation reliability. Installed
fonts are now registered in the current-user Windows Fonts registry and loaded
through the Windows font APIs so they behave like real user-installed fonts
instead of only being copied into petiglyph-managed storage. The release also
documents the Windows Terminal fallback-family setup needed to render petiglyph
glyphs alongside a primary terminal font.
Changes
- Windows font install now writes the installed family into
HKCU\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Fontsand registers
the TTF withAddFontResourceExW, making the font discoverable as a
user-installed Windows font. - Windows font uninstall now removes the loaded font resource and deletes the
matching current-user Fonts registry entry when present. - Added README guidance for Windows Terminal 1.21+ to configure a petiglyph
family as a fallback font after the primary terminal font, for example
"Cascadia Mono, my-font Petiglyph".
Compatibility
- CLI/API breaking changes: none
- Migration required: none
Distribution
Prebuilt GitHub and npm binaries are provided for:
- Linux GNU on x86-64 and ARM64
- Linux musl on x86-64 and ARM64
- macOS on Intel and Apple Silicon
- Windows on x86-64 and ARM64
PyPI provides Linux GNU manylinux, macOS, and Windows wheels plus a source
distribution. The AUR package requires ffmpeg and fontconfig.
macOS and Windows artifacts are unsigned.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Petiglyph
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]