Skip to content

Releases: Slyfti/translatify

0.0.0.19 - Experimental AI BYOK Provider

Choose a tag to compare

@Slyfti Slyfti released this 16 Jun 10:37

Version 0.0.0.19

  • Added Custom AI Translation Provider (compatible with OpenAI/BYOK endpoints) allowing users to use their own AI API key and model.
  • Added popup settings for AI: API Endpoint, API Key, Model Name, Thinking Mode toggle, and a "Test Connection" button.
  • Added "Instant preview" (AI failover toggle): instantly displays Google Translate results while the AI batch translates in the background.
  • Added loading indicator and AI color gradient effect to the translate button on the player controls.
  • Added visual error feedback (red "!") on the player's translate button when AI requests fail.
  • Optimized network requests and billing: duplicate request prevention, safe re-entrancy guard, and cache anchoring based on unique song titles.
  • Moved broad site permissions (https://*/*) to optional host permissions, requesting access dynamically at runtime to protect privacy.
  • Added cache management controls in the popup: clear current song cache, clear all cache, and a debug option to clear all extension storage (with confirmation prompt).
  • Automatically defaults target language to the browser language on fresh installations.
  • Refactored popup UI layout, theme, and spacing for a cleaner look.
    Contributions by @coolwindX

0.0.0.18

Choose a tag to compare

@Slyfti Slyfti released this 02 Jun 06:08

Version 0.0.0.18

  • bug fixes
  • restore firefox compatibility in manifest.json

0.0.0.15

Choose a tag to compare

@Slyfti Slyfti released this 02 Apr 02:08
cbba0b7

Version 0.0.0.15

  • fixed CORS problems by fetching translation using the browser in background.js instead of using content scripts

0.0.0.14

Choose a tag to compare

@Slyfti Slyfti released this 28 Jan 17:56

Version 0.0.0.14

  • fixed bug involving focused lyric due to class name change on Spotify's UI
  • added UI translations

0.0.0.13 - Spotify UI Override fix (without stutter)

Choose a tag to compare

@Slyfti Slyfti released this 12 Nov 20:42

Version 0.0.0.13

  • Override UI fix: stuttering
  • lyrics line heigth fix

0.0.0.12 - Override UI: small fix

Choose a tag to compare

@Slyfti Slyfti released this 12 Nov 16:13

Version 0.0.0.12

  • Override UI small fix

0.0.0.11 - Partial fix due to UI update

Choose a tag to compare

@Slyfti Slyfti released this 12 Nov 11:32

Version 0.0.0.11

  • Partial fix due to Spotify's UI update : update attribute names to match the new UI
  • popup revamp (done before the UI issue)
  • TODO: achieve a full fix by preventing lyric override

0.0.0.10

Choose a tag to compare

@Slyfti Slyfti released this 06 Sep 13:09

Version 0.0.0.10

  • QoL: Active lyrics now scrolls into view on translation toggle

0.0.0.9

Choose a tag to compare

@Slyfti Slyfti released this 07 Jun 23:05
1599462

Version 0.0.0.9

  • UI Mini revamp
  • Added localization
  • Button on popup to toggle translation

0.0.0.8

Choose a tag to compare

@Slyfti Slyfti released this 29 Jan 22:53

Version 0.0.0.8

  • style fix for translateButton
  • added link to GitHub in the popup menu