silencing changelogs now available

This commit is contained in:
iw0
2024-05-29 13:47:08 +02:00
parent d9c2c818f1
commit 8c79c437c9
4 changed files with 43 additions and 4 deletions

View File

@ -5,10 +5,19 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BC100 Autofill :: Changelog</title>
<style>
.headline * {
display: inline;
}
</style>
<script src="changelog.js"></script>
</head>
<body>
<h1>BC100 Autofill has been updated</h1>
<div class="headline">
<h1>BC100 Autofill has been updated</h1>
<button id="stop-it">Don't show this again</button>
</div>
<h2>New feature since v0.2.1:</h2>
<ul>
<li>You can now choose which disruption to enter by default:
@ -19,6 +28,8 @@
</ul>
</li>
</ul>
<h3>Go to settings to configure the new features</h3>
<p><button id="opensettings">Settings</button></p>
</body>
</html>