From 2e78160c46a8329540ddccc0319709b0baa1b8a9 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 11 Sep 2026 19:15:53 -0700 Subject: [PATCH] Document recent commit highlighting --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33b9a0a..dd8519f 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,13 @@ Small, independent [OpenScript](https://github.com/GetOpenScript/OpenScript) enh ### Display Repo Info and File Sizes -[`DisplayRepoInfo.os.js`](./DisplayRepoInfo.os.js) adds repository information and file sizes directly to GitHub's interface. +[`DisplayRepoInfo.os.js`](./DisplayRepoInfo.os.js) adds repository information, file sizes, and recent-commit highlighting directly to GitHub's interface. - Shows total repository disk usage and repository age in the **About** sidebar. - Shows the exact repository creation date and time on hover. - Adds human-readable sizes beside files in root and nested directory listings. +- Highlights commit dates from the past 30 days with GitHub's theme-aware orange. +- Groups repository size and age with cleaner spacing before topic tags. - Handles GitHub SPA navigation without requiring a page refresh. - Uses GitHub-native layout, colors, and responsive filename cells. - Supports private repositories through an optional `GH_PAT` secret.