Vintage digital display with high-fidelity 7-segment font. Features Neon Green, Amber, and Retro Gray modes with integrated alarm.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 34 | Unreviewed |
| 33 | Active |
| 32 | Active |
| 31 | Active |
| 30 | Rejected |
| 29 | Active |
| 28 | Rejected |
| 27 | Rejected |
| 26 | Rejected |
| 25 | Rejected |
| 24 | Active |
| 23 | Active |
| 22 | Rejected |
| 21 | Rejected |
| 20 | Rejected |
| 19 | Active |
| 18 | Active |
| 17 | Active |
| 16 | Rejected |
| 15 | Active |
| 14 | Rejected |
| 13 | Active |
| 12 | Rejected |
| 11 | Active |
| 10 | Active |
| 9 | Active |
| 8 | Rejected |
| 7 | Rejected |
| 6 | Rejected |
| 5 | Rejected |
| 4 | Rejected |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |
In this version, I have addressed a synchronization issue in the preferences dialog. Specifically: Fixed Preferences Initialization: Previously, the glow-intensity row title would always default to "Glow Intensity" upon opening the window, even if the "Retro Gray" (LCD) mode was active. I've refactored the logic into an updateGlowLabel function that is called both on initialization and on user interaction (notify::selected), ensuring the UI correctly displays "LCD Shadow Depth" when appropriate. Code Cleanup: Refactored the prefs.js logic to use a more declarative approach for handling the relationship between the clock color and the intensity label. Schema Compliance: Verified that all settings are correctly bound and that the schema compilation is consistent with the new UI labels.
"Thank you for the feedback and for the approval. I appreciate the advice regarding unnecessary comments; I will make sure to refactor the code to be more self-documenting and remove redundant commentary in the next major update (v25). Thanks for your help with the versioning as well!"
Thanks!