What's New in v1.0.0-alpha.3
✨ Features
- WebGL CRT Emulation: Added realistic CRT display emulation with phosphor pattern effects and CSS/WebGL toggle option
- Navigation Rail: Implemented new left navigation rail component with improved layout for device components and settings view
🐛 Bug Fixes
- Cross-Platform Paths: Converted Windows-style backslashes to forward slashes throughout codebase for cross-platform compatibility
- Error Messages: Improved error logging and alert messages for device connection issues, making troubleshooting easier
- Homebrew Release: Fixed Homebrew formula update workflow to properly commit and push changes
📦 Installation
macOS (Homebrew)
brew tap MetalHexx/TeensyROM-Web https://github.com/MetalHexx/TeensyROM-Web
brew install teensyrom-webWindows
Download and extract TeensyROM-Web-1.0.0-alpha.3-win-x64.zip, then run TeensyRom.Api.exe
Linux
wget https://github.com/MetalHexx/TeensyROM-Web/releases/download/v1.0.0-alpha.3/TeensyROM-Web-1.0.0-alpha.3-linux-x64.tar.gz
tar -xzf TeensyROM-Web-1.0.0-alpha.3-linux-x64.tar.gz
./TeensyRom.Api📝 Notes
- This is an alpha release - expect bugs and breaking changes
- Homebrew formula automatically updated with correct SHA256 checksums for macOS builds