Skip to content

Commit 3ce2c7a

Browse files
committed
Add release notes for Cache Status extension
Created comprehensive release notes tracking version history from 0.0.1 to 0.0.8, detailing features, fixes, and improvements for each iteration of the browser extension.
1 parent d4de1dc commit 3ce2c7a

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

RELEASE_NOTES.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Release Notes
2+
3+
What's new in each version of Cache Status.
4+
5+
---
6+
7+
## Version 0.0.8
8+
9+
- Fixed: `x-cache-status` header now displayed (used by nginx and other servers)
10+
- Added: `x-cache-date` header support
11+
- Renamed app from "CF Cache Status" to "Cache Status"
12+
13+
---
14+
15+
## Version 0.0.7
16+
17+
- Popup updates live as headers and performance metrics arrive
18+
- "No Data" message now explains to navigate or reload
19+
20+
---
21+
22+
## Version 0.0.6
23+
24+
- Redesigned popup with hero section showing status at a glance
25+
- Performance metrics displayed in a grid layout
26+
- Improved dark mode colors
27+
28+
---
29+
30+
## Version 0.0.5
31+
32+
- Fixed CDN detection not working in some cases
33+
- New app icon
34+
35+
---
36+
37+
## Version 0.0.4
38+
39+
- Added edge location display (e.g., "Frankfurt, DE" from FRA56)
40+
- Improved Akamai detection via `server` header
41+
- Fixed URL showing redirect URL instead of final page URL
42+
43+
---
44+
45+
## Version 0.0.3
46+
47+
- Fixed app icon not showing in Safari extension preferences
48+
49+
---
50+
51+
## Version 0.0.2
52+
53+
- Added performance metrics: TTFB, DNS, TCP, TLS, download time, transfer size
54+
- Added CloudFront Origin Shield explanation on MISS
55+
- Added Fastly tiered cache diagram showing X-Cache layer breakdown
56+
- Headers now displayed in Title-Case
57+
58+
---
59+
60+
## Version 0.0.1
61+
62+
Initial release.
63+
64+
- Toolbar badge showing cache status (HIT/MISS/EXPIRED/BYPASS/DYNAMIC)
65+
- Popup with cache headers and response metadata
66+
- Edge location mapping (IATA codes → city names)
67+
- Multi-CDN support: Cloudflare, CloudFront, Fastly, Akamai, Bunny CDN, Varnish
68+
- Dark mode support

0 commit comments

Comments
 (0)