Skip to content

Commit 976f9bc

Browse files
committed
Update index.html
1 parent e8a782d commit 976f9bc

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

dashboard/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,19 @@ <h2><span>▶</span> Changelog</h2>
194194
<div id="changelog-content">
195195
<article>
196196
<h3>[0.0.8_BETA5]</h3>
197+
<ul>
198+
<li>Created bilingual English (`bug_report-en.yml`) and Italian (`bug_report-it.yml`) GitHub issue templates</li>
199+
<li>Implemented dynamic live changelog fetcher in the dashboard</li>
200+
<li>Added smart cache detection toast banner to notify users of cached views</li>
201+
<li>Replaced static 'M' with dynamic logo image pulling directly from GitHub</li>
202+
<li>Updated all version references to <code>0.0.8_BETA5</code></li>
203+
</ul>
204+
<h3>[0.0.8_BETA4]</h3>
197205
<ul>
198206
<li>Windows 7 compatibility support: set <code>webviewInstallMode</code> to <code>embedBootstrapper</code> in <code>tauri.conf.json</code></li>
199207
<li>Tauri v2 native Windows 7 support via embedded bootstrapper (legacy feature flag removed)</li>
200208
<li>Clarified Windows XP legacy engine limitations (Chromium/WebView2 minimum requirement is Windows 7)</li>
201-
<li>Updated all version references to <code>0.0.8_BETA5</code></li>
209+
<li>Updated all version references to <code>0.0.8_BETA4</code></li>
202210
</ul>
203211
<h3>[0.0.7_STABLE]</h3>
204212
<ul>

0 commit comments

Comments
 (0)