v2.0.1 Hotfix
This is a critical stability update to fix issues where the plugin would fail to appear on the display under certain conditions.
🔧 Fixed in this version:
- Fixed UI Loading Crash (KeyError): Resolved an issue where the plugin would crash if the
orientationsetting was missing fromconfig.toml. It now safely defaults tohorizontal. - Improved Display Compatibility (AttributeError): Fixed a bug where the plugin would crash on older firmware when checking for newer Waveshare v3 or v4 displays.
- Bulletproof Logic: Implemented safe attribute checking (
getattr) for display detection, ensuring the plugin works across all Pwnagotchi firmware versions (Jayofelony, Aluminum-Ice, and legacy images).
⚙️ Recommended Config:
If you haven't already, you can now explicitly set your orientation, but it is no longer required for the plugin to load:
main.plugins.display-password.orientation = "horizontal"