We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed21b8d commit 5202633Copy full SHA for 5202633
static/aboutbrowser/start.html
@@ -22,7 +22,7 @@ <h3>Recents coming after history persistence!</h1>
22
</div>
23
24
<div class="footerRight">
25
- AboutBrowser 0.8.0
+ AboutBrowser 0.8.1
26
<button class="navbarBtn" id="browserBack" onclick="openVerHistory();"><i
27
class="fa-solid fa-clock-rotate-left"></i></button>
28
static/aboutbrowser/versionHistory.html
@@ -13,6 +13,10 @@
13
<div class="container containerPadding">
14
<div>
15
<h1>AboutBrowser version history</h1>
16
+ <h3>v0.8.1</h3>
17
+ <ul>
18
+ <li>optimize tab metadata hook, now runs on DOMContentLoaded</li>
19
+ </ul>
20
<h3>v0.8.0</h3>
21
<ul>
<li>move tab backend into its own class</li>
0 commit comments