chore(release): 2.0.2 -- BetterTTV out, placeholders fixed
Forge Announce / Post changelog to Hellion Forge (push) Successful in 9s
Security Scan (reusable) / Security Scan (push) Successful in 27s
Security / scan (push) Successful in 27s
Build / Build (Release) (push) Successful in 34s
Release / Build and attach release ZIP (push) Successful in 31s
Forge Announce / Post changelog to Hellion Forge (push) Successful in 9s
Security Scan (reusable) / Security Scan (push) Successful in 27s
Security / scan (push) Successful in 27s
Build / Build (Release) (push) Successful in 34s
Release / Build and attach release ZIP (push) Successful in 31s
BetterTTV emote support is removed rather than switched off. Its shared-emote
endpoint went behind authentication and that is where nearly all of them came
from; what was left is the 65-entry global set, eleven of those on the plugin's
own known-broken list, so 54 largely static images from Twitch's early days.
Exactly one is animated, and that one is 492 frames at 140x140 -- 37 MB of
texture memory for a single emote, uploaded one frame at a time. Not worth a
network call and an on-disk cache on every start.
Gone with it: the download path, the cache directory, the GIF renderer, the
settings section, the block list, and 13 translation keys across 50 resource
files. 1567 lines. The plugin now makes no outbound network calls at all, which
is the claim PRIVACY.md has always wanted to make without an asterisk.
EmotePayload and its MessagePack type byte stay, deliberately. Around a thousand
rows in a two-month-old database carry them, and dropping the type would make
those fail to deserialise -- the history is the one thing 2.0.0 promised not to
touch. Nothing writes one any more and a stored emote renders as the code that
was typed, which is what the sender saw when they typed it.
Five descriptions in the Window tab printed {0} where the plugin name belonged,
handed to the widget directly instead of through string.Format the way the rows
around them do. Every language was affected including English; German surfaced
it because the placeholder lands at the start of the sentence there. A test now
walks every placeholder-carrying resource string, finds its uses, and fails on
an unformatted one -- verified by putting the defect back and watching it go red.
New preview images. The old set was from 2026-05-08, older than every cycle in
2.0.0, and showed stacked ImGui defaults to anyone browsing the installer. Taken
with screenshot mode on so no character names reach a public repo. The wizard
takes the theme picker's slot.
This commit is contained in:
Generated
-27
@@ -1190,21 +1190,6 @@
|
||||
<data name="Options_KeepInputFocus_Description" xml:space="preserve">
|
||||
<value>Beholder inputfokus, selvom du går i kamp eller udfører andre handlinger.</value>
|
||||
</data>
|
||||
<data name="Options_ShowEmotes_Name" xml:space="preserve">
|
||||
<value>Vis emotes</value>
|
||||
</data>
|
||||
<data name="Options_ShowEmotes_Desc" xml:space="preserve">
|
||||
<value>Erstatter ord med deres emote-version, understøtter i øjeblikket BetterTTV.</value>
|
||||
</data>
|
||||
<data name="Options_Emote_Tab" xml:space="preserve">
|
||||
<value>Emotes</value>
|
||||
</data>
|
||||
<data name="Options_Emote_BlockedEmotes" xml:space="preserve">
|
||||
<value>Blokerede emotes</value>
|
||||
</data>
|
||||
<data name="Options_Emote_EmoteTable" xml:space="preserve">
|
||||
<value>Emote</value>
|
||||
</data>
|
||||
<data name="Options_HideInBattle_Name" xml:space="preserve">
|
||||
<value>Skjul under kamp</value>
|
||||
</data>
|
||||
@@ -1217,18 +1202,6 @@
|
||||
<data name="Options_HideInNewGamePlusMenu_Description" xml:space="preserve">
|
||||
<value>Skjuler chatten mens New Game+-menuen er åben. Lukning af menuen viser chatten igen.</value>
|
||||
</data>
|
||||
<data name="Options_Emote_EmoteStats" xml:space="preserve">
|
||||
<value>Emote-statistik</value>
|
||||
</data>
|
||||
<data name="Options_Emote_Ready" xml:space="preserve">
|
||||
<value>Klar</value>
|
||||
</data>
|
||||
<data name="Options_Emote_NotReady" xml:space="preserve">
|
||||
<value>Ikke klar</value>
|
||||
</data>
|
||||
<data name="Options_Emote_Loaded" xml:space="preserve">
|
||||
<value>Tilgængelige emotes:</value>
|
||||
</data>
|
||||
<data name="Options_Preview_Description" xml:space="preserve">
|
||||
<value>Viser en forhåndsvisning med særlige parametre evalueret, som emotes og <item>.</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user