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
feat: Update manifest version to 4.1.0
Bumps the extension version to 4.1.0 in `manifest.json`. This update reflects new features and improvements in the YouLy+ extension.
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.