Skip to content

Commit 1ec9ee2

Browse files
committed
Fix Fastly tiered cache diagram alignment in popup
The ASCII diagram showing X-Cache header breakdown had misaligned arrows. The vertical lines were offset by 8 characters, pointing to wrong positions in the header value. Before: X-Cache: MISS, HIT, MISS │ │ │ After: X-Cache: MISS, HIT, MISS │ │ │ Also syncs CHANGELOG.md with git history - v0.0.9 content was incorrectly still under [Unreleased] despite the tag already existing.
1 parent df2d635 commit 1ec9ee2

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

CF Cache Status/CF Cache Status Extension/Resources/popup.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ <h1 id="status-title" class="status-title">Checking...</h1>
6060
<div id="info-fastly" class="info-banner hidden">
6161
Multiple values in X-Cache show cache status at each layer in Fastly's <a href="https://www.fastly.com/documentation/guides/concepts/edge-state/cache/cache-freshness/" target="_blank">tiered architecture</a>:
6262
<div class="info-diagram">X-Cache: MISS, HIT, MISS
63-
│ │ │
64-
│ │ └── Edge POP
65-
│ └─────── Shield POP
66-
└───────────── Origin</div>
63+
│ │ │
64+
│ │ └── Edge POP
65+
│ └─────── Shield POP
66+
└───────────── Origin</div>
6767
</div>
6868
</section>
6969

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Fixed
8+
- Fastly tiered cache diagram arrow alignment in popup
9+
10+
## [v0.0.9] - 2026-01-07
11+
712
### Added
813
- Detection of Safari limitation for bookmarks and external links
914
- "Reload Required" message when headers unavailable (with explanation)

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ What's new in each version of Cache Status.
44

55
---
66

7+
## Unreleased
8+
9+
- Fixed Fastly cache diagram alignment
10+
11+
---
12+
713
## Version 0.0.9
814

915
- Badge now shows full "MISS" instead of "MIS"

0 commit comments

Comments
 (0)