github peterdu1109/NotifySync v5.5.10.3
🔔 NotifySync v5.5.10.3

latest releases: v5.5.11.2, v5.5.11.1, v5.5.11.0...
6 hours ago

🇬🇧 English

📝 In Short

The kind label inside the UPD chip is now uppercase, matching the visual weight of UPD itself: UPD QUALITY instead of UPD Quality, UPD CODEC instead of UPD Codec, etc.

✨ What's New

Before (5.5.10.2) After (5.5.10.3)
UPD Quality UPD QUALITY
UPD Codec UPD CODEC
UPD Audio UPD AUDIO
UPD Minor UPD MINOR

That's it. Pure visual tweak.


🔧 Technical details for the curious

Implemented via CSS text-transform: uppercase on the 3 badge selectors (.hero-badge, .hero-badge-upgrade, .item-badge). The i18n strings themselves keep their natural casing ("Quality", "Qualité", etc.) — useful for future contexts like tooltips or screen readers — while the visual chip is forced uppercase.

No server-side change. Pure client.js CSS tweak.


🇫🇷 Français

📝 En bref

Le label du type dans la pastille MAJ est maintenant en majuscules, pour matcher le poids visuel de MAJ lui-même : MAJ QUALITÉ au lieu de MAJ Qualité, MAJ CODEC au lieu de MAJ Codec, etc.

✨ Quoi de Neuf

Avant (5.5.10.2) Après (5.5.10.3)
MAJ Qualité MAJ QUALITÉ
MAJ Codec MAJ CODEC
MAJ Audio MAJ AUDIO
MAJ Mineur MAJ MINEUR

C'est tout. Pur ajustement visuel.


🔧 Détails techniques pour les curieux

Implémenté via CSS text-transform: uppercase sur les 3 sélecteurs de badges (.hero-badge, .hero-badge-upgrade, .item-badge). Les strings i18n elles-mêmes gardent leur casse naturelle ("Quality", "Qualité", etc.) — utile pour d'éventuels futurs contextes comme tooltips ou lecteurs d'écran — pendant que la pastille visuelle est forcée en majuscules.

Aucun changement côté serveur. Pur tweak CSS dans client.js.

Don't miss a new NotifySync release

NewReleases is sending notifications on new releases.