mirror of
https://github.com/YouG-o/YouTube-No-Translation.git
synced 2026-04-25 01:56:01 +03:00
[PR #85] [MERGED] Fix/ cache enhancement #138
Labels
No labels
ToDo
bug
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/YouTube-No-Translation#138
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/YouG-o/YouTube-No-Translation/pull/85
Author: @YouG-o
Created: 8/23/2025
Status: ✅ Merged
Merged: 8/23/2025
Merged by: @YouG-o
Base:
main← Head:fix/cache📝 Commits (4)
835a4ccfix: improve title caching logic to prevent wrong title associations7f09e72fix: remove redundant description caching5923fc4feat: added a clear cache button (remove description & titles cache)fd4af7bv2.12.0📊 Changes
10 files changed (+148 additions, -38 deletions)
View changed files
📝
CHANGELOG.md(+13 -1)📝
package.json(+1 -1)📝
src/content/description/MainDescription.ts(+1 -11)📝
src/content/description/index.ts(+14 -2)📝
src/content/titles/browsingTitles.ts(+8 -9)📝
src/content/titles/index.ts(+12 -1)📝
src/content/titles/mainTitle.ts(+0 -4)📝
src/popup/popup.html(+17 -9)📝
src/popup/popup.ts(+58 -0)📝
src/popup/settings.html(+24 -0)📄 Description
Moved title & description caching right after fetching.
Removed redundant caching
Added a cache clearing btn in popup/settings
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.