You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Update manifest version to 4.0.1
This commit increments the manifest version from 4.0.0 to 4.0.1. This is a minor version bump, likely indicating a small fix or improvement.
style: Standardize font to roboto
the font family for the lyrics container (`#lyrics-plus-container`) has been changed from `YouTube Sans` to `Roboto`. Cuz YouTube Sans sucks.
Fix: Google Translate API response parsing
Adjust the extraction of translated text from the Google Translate API response. The translation segments are now correctly accessed from the first element of the response data array.
Improve Google Romanization accuracy
Refactor the Google Romanization function to first detect the source language from the full text context before romanizing individual segments. Previously, the API used 'auto' language detection for each small text part, which could lead to less accurate romanization results. By explicitly providing the detected language from the combined text, the romanization API receives more reliable language hints, enhancing overall accuracy. Also adds more robust error handling for API calls.
Enhance RTL text display and animation
* Adjust line height for RTL syllables to improve readability.
* Refine `wipe-rtl` animation background position for better visual alignment.
* Remove extraneous blank line.