v0.1.2
What's Changed
- Classic Compatibility Mode: Added
--classic,--no-nerdfont, and--compatibilityflags tostatusline.shandstatusline.ps1to fallback to standard Unicode symbols and plain text labels. This fixes rendering on terminals that do not support Nerd Fonts (such as ChromeOS Terminal and Emacs). (Resolves #1) - Robust Quota Rendering: Rewrote the active model quota detection logic to check availability instead of string matching on name. The quota section is now dynamically hidden if both quotas are unavailable (
-1or null). (Resolves #2) - Documentation: Updated the
README.mdto explain how to configure and enable the Classic Compatibility Mode insettings.json.
Co-authored-by: weby-homelab rekvizitor.ua@gmail.com