Skip to content

Tags: ibratabian17/YouLyPlus

Tags

release-v4.0.1

Toggle release-v4.0.1's commit message
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.

release-4.0.0

Toggle release-4.0.0's commit message
chore: bump to 4.0.0

due api changes, it causing another part couldn't be used (Semver)

release-3.2.0

Toggle release-3.2.0's commit message
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.

release-3.1.5

Toggle release-3.1.5's commit message
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.

release-3.1.0

Toggle release-3.1.0's commit message
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.

release-3.0.0

Toggle release-3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge a new refactor code to the main

Merge new scrolling system to the main codebase branch

release-2.1.0

Toggle release-2.1.0's commit message
bump: bump to 2.1.0

release-2.0.0

Toggle release-2.0.0's commit message
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.

release-1.4.0

Toggle release-1.4.0's commit message
dump: update version number to 1.4.0 in manifest.json

release-1.3.0

Toggle release-1.3.0's commit message
docs: add Microsoft Edge extension link to README