yume v0.2.2
Overview
This release resolves a cross-platform font rendering issue that affected Windows installations. The Agave monospace font is now properly embedded in all platform distributions, ensuring consistent typography across macOS and Windows systems.
Changes
Font Embedding
Resolved an issue where the Agave typeface failed to load on Windows systems without a system-wide font installation. The font assets are now statically bundled within the application, eliminating external dependencies and ensuring consistent rendering across all supported platforms.
Impact:
- Windows users no longer require manual font installation
- Improved cross-platform consistency
- Simplified deployment and distribution
Installation
macOS
- Apple Silicon:
yume_0.2.2_arm64.pkg(23 MB) - Intel:
yume_0.2.2_x64.pkg(26 MB)
Download and run the installer. The package automatically handles code signing and quarantine attribute removal.
Windows
- x64:
yume_0.2.2_x64-setup.exe(16 MB)
Download and execute the installer. Administrative privileges may be required.
System Requirements
- macOS: 10.13 or later (Apple Silicon and Intel)
- Windows: 10/11 (x64)
- Dependencies: Claude CLI configured with valid credentials
Verification
SHA-256 checksums for release artifacts:
yume_0.2.2_arm64.pkg
4a22e6e6b805541b067ae1187a0df295a8e525dad0be43794e0b66649713acdf
yume_0.2.2_x64.pkg
37c926795a5ec5afea4c579c8a52f846b55fb093c176e1d24cad1bfc32538c9d
yume_0.2.2_x64-setup.exe
3c161e0a662362a0a955b465bda8cf2de00b7a3bd907384fea2b8886242d73f9
Report Issues: https://github.com/aofp/yume/issues
Full Changelog: v0.2.1...v0.2.2