|
1 | 1 | # Release Notes |
2 | 2 |
|
3 | | -What's new in each version of Cache Status. |
4 | | - |
5 | | ---- |
6 | | - |
7 | | -## Unreleased |
8 | | - |
9 | | -- Fixed toolbar icon being tinted with system accent color |
10 | | - |
11 | | ---- |
12 | | - |
13 | | -## Version 0.0.10 |
14 | | - |
15 | | -- Toolbar icon now adapts to light/dark mode (black icon in light mode, white in dark mode) |
16 | | -- "Reload Required" state now shows a cloud with question mark icon instead of text badge |
17 | | -- Fixed Fastly cache diagram alignment |
18 | | -- New app icon |
19 | | - |
20 | | ---- |
21 | | - |
22 | | -## Version 0.0.9 |
23 | | - |
24 | | -- Badge now shows full "MISS" instead of "MIS" |
25 | | -- Added "Reload Required" indicator for pages opened from bookmarks or external apps |
26 | | -- Safari cannot capture headers for these navigations - simply reload to see cache status |
27 | | - |
28 | | ---- |
29 | | - |
30 | | -## Version 0.0.8 |
31 | | - |
32 | | -- Fixed: `x-cache-status` header now displayed (used by nginx and other servers) |
33 | | -- Added: `x-cache-date` header support |
34 | | -- Renamed app from "CF Cache Status" to "Cache Status" |
35 | | - |
36 | | ---- |
37 | | - |
38 | | -## Version 0.0.7 |
39 | | - |
40 | | -- Popup updates live as headers and performance metrics arrive |
41 | | -- "No Data" message now explains to navigate or reload |
42 | | - |
43 | | ---- |
44 | | - |
45 | | -## Version 0.0.6 |
46 | | - |
47 | | -- Redesigned popup with hero section showing status at a glance |
48 | | -- Performance metrics displayed in a grid layout |
49 | | -- Improved dark mode colors |
50 | | - |
51 | | ---- |
52 | | - |
53 | | -## Version 0.0.5 |
54 | | - |
55 | | -- Fixed CDN detection not working in some cases |
56 | | -- New app icon |
57 | | - |
58 | | ---- |
59 | | - |
60 | | -## Version 0.0.4 |
61 | | - |
62 | | -- Added edge location display (e.g., "Frankfurt, DE" from FRA56) |
63 | | -- Improved Akamai detection via `server` header |
64 | | -- Fixed URL showing redirect URL instead of final page URL |
65 | | - |
66 | | ---- |
67 | | - |
68 | | -## Version 0.0.3 |
69 | | - |
70 | | -- Fixed app icon not showing in Safari extension preferences |
71 | | - |
72 | | ---- |
73 | | - |
74 | | -## Version 0.0.2 |
75 | | - |
76 | | -- Added performance metrics: TTFB, DNS, TCP, TLS, download time, transfer size |
77 | | -- Added CloudFront Origin Shield explanation on MISS |
78 | | -- Added Fastly tiered cache diagram showing X-Cache layer breakdown |
79 | | -- Headers now displayed in Title-Case |
80 | | - |
81 | | ---- |
82 | | - |
83 | | -## Version 0.0.1 |
| 3 | +## Version 1.0 |
84 | 4 |
|
85 | 5 | Initial release. |
86 | 6 |
|
87 | | -- Toolbar badge showing cache status (HIT/MISS/EXPIRED/BYPASS/DYNAMIC) |
88 | | -- Popup with cache headers and response metadata |
89 | | -- Edge location mapping (IATA codes → city names) |
90 | | -- Multi-CDN support: Cloudflare, CloudFront, Fastly, Akamai, Bunny CDN, Varnish |
| 7 | +- Toolbar badge showing cache status (HIT, MISS, EXPIRED, BYPASS, DYNAMIC) |
| 8 | +- Detailed popup with cache headers and response metadata |
| 9 | +- Performance metrics: TTFB, DNS, TCP, TLS, download time, transfer size |
| 10 | +- Edge location display (CDN POP identification) |
91 | 11 | - Dark mode support |
| 12 | +- Multi-CDN support: Cloudflare, CloudFront, Fastly, Akamai, Bunny CDN, Varnish |
0 commit comments