[PR #85] [MERGED] Fix/ cache enhancement #138

Closed
opened 2026-03-04 00:04:05 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: fix/cache


📝 Commits (4)

  • 835a4cc fix: improve title caching logic to prevent wrong title associations
  • 7f09e72 fix: remove redundant description caching
  • 5923fc4 feat: added a clear cache button (remove description & titles cache)
  • fd4af7b v2.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.

## 📋 Pull Request Information **Original PR:** https://github.com/YouG-o/YouTube-No-Translation/pull/85 **Author:** [@YouG-o](https://github.com/YouG-o) **Created:** 8/23/2025 **Status:** ✅ Merged **Merged:** 8/23/2025 **Merged by:** [@YouG-o](https://github.com/YouG-o) **Base:** `main` ← **Head:** `fix/cache` --- ### 📝 Commits (4) - [`835a4cc`](https://github.com/YouG-o/YouTube-No-Translation/commit/835a4ccfbea271c128db071a7ee72b4e7f6fd219) fix: improve title caching logic to prevent wrong title associations - [`7f09e72`](https://github.com/YouG-o/YouTube-No-Translation/commit/7f09e724515a103d45b7e1272127f3584a058d31) fix: remove redundant description caching - [`5923fc4`](https://github.com/YouG-o/YouTube-No-Translation/commit/5923fc4c133232ad78e5da13ee4f93b93d4157d5) feat: added a clear cache button (remove description & titles cache) - [`fd4af7b`](https://github.com/YouG-o/YouTube-No-Translation/commit/fd4af7b79d466a29eaaba57d4baacdd7aff10b19) v2.12.0 ### 📊 Changes **10 files changed** (+148 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Moved title & description caching right after fetching. Removed redundant caching Added a cache clearing btn in popup/settings --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:04:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/YouTube-No-Translation#138
No description provided.