-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-notes.html
More file actions
259 lines (237 loc) · 11.2 KB
/
Copy pathrelease-notes.html
File metadata and controls
259 lines (237 loc) · 11.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Release Notes - NetMeter Extensions</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Stay updated with the latest features, improvements, and bug fixes for NetMeter Extensions." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://getnetmeter.com/release-notes.html" />
<meta property="og:title" content="Release Notes - NetMeter Extensions" />
<meta property="og:description" content="Official release history for NetMeter Web and Cache & Data Cleaner extensions." />
<meta property="og:image" content="https://getnetmeter.com/logo.png" />
<link rel="canonical" href="https://getnetmeter.com/release-notes.html" />
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="shortcut icon" href="favicon/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap" rel="stylesheet">
<link href="styles.css" rel="stylesheet" />
<style>
.changelog-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
align-items: start;
}
.changelog-column {
background: var(--card-bg);
border: 1px solid var(--border-color);
border-radius: 24px;
padding: 2.5rem;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}
.changelog-column h2 {
margin-top: 0;
font-size: 1.75rem;
color: var(--secondary-color);
border-bottom: 2px solid var(--primary-color);
display: inline-block;
padding-bottom: 0.25rem;
margin-bottom: 2rem;
}
.version-item { margin-bottom: 3rem; }
.version-item h3 {
margin-top: 0;
display: flex;
align-items: center;
gap: 0.75rem;
color: var(--secondary-color);
font-size: 1.25rem;
}
.version-tag {
background: var(--primary-color);
color: white;
padding: 0.2rem 0.6rem;
border-radius: 6px;
font-size: 0.7rem;
font-weight: 800;
text-transform: uppercase;
}
.version-date { color: var(--text-muted); font-size: 0.85rem; display: block; margin-bottom: 0.75rem; }
.version-item ul { padding-left: 1.2rem; }
.version-item li { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 0.5rem; line-height: 1.5; }
@media (max-width: 900px) {
.changelog-grid { grid-template-columns: 1fr; }
}
</style>
</head>
<body>
<!-- Sticky Header -->
<header class="site-header">
<nav class="nav-container">
<div class="nav-side left">
<a href="https://getnetmeter.com" class="nav-item" title="Home">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>
<span>Home</span>
</a>
</div>
<a href="https://getnetmeter.com" class="nav-logo">NetMeter</a>
<div class="nav-side right">
<a href="release-notes.html" class="nav-item" title="Changelog">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg>
<span>Changelog</span>
</a>
<a href="faq.html" class="nav-item" title="Help & Support">
<span>Help</span>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>
</a>
</div>
</nav>
</header>
<div class="container" style="max-width: 1100px;">
<header style="margin-bottom: 3rem;">
<h1 class="main-title" style="text-align: left; font-size: 2.5rem; margin-top: 0;">Release Notes</h1>
<p class="sub-title" style="text-align: left; margin: 0;">All updates and improvements for NetMeter Extensions.</p>
<p style="font-size: 0.9rem; color: var(--text-muted); margin-top: 0.5rem;">Last updated: <strong>July 3, 2026</strong></p>
</header>
<div class="changelog-grid">
<!-- NetMeter Web Column -->
<section class="changelog-column reveal">
<div style="display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 2rem;">
<h2 style="margin-bottom: 0;">NetMeter Web</h2>
<a href="https://chrome.google.com/webstore/detail/netmeter-web/jnjnledlnjnkfgepmadpfdljbmdhcihi" target="_blank" class="bandwith" style="padding: 0.5rem 1rem; font-size: 0.8rem; max-width: none; width: auto; border-radius: 12px;">Get for Chrome</a>
</div>
<div class="version-item">
<h3>v2.3.1 <span class="version-tag">LATEST</span></h3>
<span class="version-date">July 03, 2026</span>
<ul>
<li>Full Reports & Per-Site Analytics.</li>
<li>View bandwidth history by day, week, or month.</li>
<li>Click any site to drill down into its usage and compare trends vs the previous period.</li>
<li>Export your data as CSV.</li>
<li>Improved compatibility with a wider range of websites.</li>
</ul>
</div>
<div class="version-item">
<h3>v2.2.0</h3>
<span class="version-date">December 25, 2025</span>
<ul>
<li>Reduced bundle file size for better performance.</li>
<li>Fixed Native Video HTML5 patch issues for improved accuracy.</li>
</ul>
</div>
<div class="version-item">
<h3>v2.1.0</h3>
<span class="version-date">December 08, 2025</span>
<ul>
<li>Optimized CPU and memory consumption.</li>
<li>Reduced bundle file size.</li>
<li>Improved content type detection logic.</li>
<li>Enhanced Dedicated Worker patching.</li>
</ul>
</div>
<div class="version-item">
<h3>v2.0.0</h3>
<ul>
<li>Categorized bandwidth consumption by site.</li>
<li>Granular data breakdown in reports.</li>
<li>Enhanced real-time detection engine.</li>
<li>Traffic within embedded iframes monitoring.</li>
</ul>
</div>
<div class="version-item">
<h3>v1.1.1</h3>
<ul>
<li>Switched to main-world patcher.</li>
<li>Redesigned tracking toggle via logo.</li>
<li>Added search functionality to Reports Tab.</li>
</ul>
</div>
<div class="version-item">
<h3>v1.0.5</h3>
<ul>
<li>Added Search in Reports.</li>
<li>Automatic data cleanup (older than 30 days).</li>
<li>Improved Reports UI.</li>
</ul>
</div>
<div class="version-item">
<h3>v1.0.0</h3>
<ul>
<li>Complete UI/UX overhaul.</li>
<li>Historical Usage & Detailed Reports.</li>
<li>Floating Monitor & Icon Badge.</li>
<li>Dark Mode Support.</li>
</ul>
</div>
<div class="version-item">
<h3>v0.0.1.x</h3>
<ul>
<li>Improved streaming site detection (Kick.com, Youtube Music, etc.).</li>
<li>Support for TikTok.</li>
<li>Reduced bundle file size.</li>
<li>Added ability to remove logs on current site.</li>
</ul>
</div>
<div class="version-item">
<h3>v0.0.0.x</h3>
<ul>
<li>Initial beta release.</li>
<li>Support for Youtube, Twitch, and standard web traffic.</li>
<li>Basic bandwidth monitoring engine.</li>
</ul>
</div>
</section>
<!-- Cache & Data Cleaner Column -->
<section class="changelog-column reveal">
<div style="display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 2rem;">
<h2 style="margin-bottom: 0;">Cache & Cleaner</h2>
<a href="https://chromewebstore.google.com/detail/netmeter-cache-data-clean/kpjcomfoceiapenmgmcojoodackgflol" target="_blank" class="bandwith" style="padding: 0.5rem 1rem; font-size: 0.8rem; max-width: none; width: auto; border-radius: 12px; background-color: #f59e0b; color: white;">Get for Chrome</a>
</div>
<div class="version-item">
<h3>v1.1.0 <span class="version-tag">LATEST</span></h3>
<span class="version-date">January 06, 2026</span>
<ul>
<li>Improved stability.</li>
<li>Added bfcache prevention.</li>
</ul>
</div>
<div class="version-item">
<h3>v1.0.0 <span class="version-tag">INITIAL</span></h3>
<span class="version-date">December 27, 2025</span>
<ul>
<li>Initial stable release.</li>
<li>Precision Site-Specific Focus (active tab only).</li>
<li>Support for Cookies, LocalStorage, SessionStorage, and IndexedDB.</li>
<li>Advanced Storage Inspector with granular deletion.</li>
<li>Sleek In-Page modal management via context menu.</li>
<li>Hybrid Deletion Engine for thorough cleanup.</li>
</ul>
</div>
</section>
</div>
<footer>
<p>© 2025 getnetmeter.com. Built with precision for those who care about every byte. Tailored for Your needs.</p>
<div class="footnote">
<a href="https://formrecover.com" target="_blank" rel="nofollow noopener" title="Auto save form extension">Form Recover</a>
</div>
</footer>
</div>
<script>
const observerOptions = { threshold: 0.1 };
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('active');
}
});
}, observerOptions);
document.querySelectorAll('.reveal').forEach(el => observer.observe(el));
</script>
</body>
</html>