bc100-autofill/changelog.htm

35 lines
976 B
HTML
Raw Permalink Normal View History

2024-05-01 15:35:24 +02:00
<!DOCTYPE html>
<html lang="en">
2024-05-01 16:29:21 +02:00
2024-05-01 15:35:24 +02:00
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BC100 Autofill :: Changelog</title>
2024-05-29 13:47:08 +02:00
<style>
.headline * {
display: inline;
}
</style>
<script src="changelog.js"></script>
2024-05-01 15:35:24 +02:00
</head>
<body>
2024-05-29 13:47:08 +02:00
<div class="headline">
<h1>BC100 Autofill has been updated</h1>
<button id="stop-it">Don't show this again</button>
</div>
2024-05-01 15:35:24 +02:00
<h2>New feature since v0.2.1:</h2>
<ul>
2024-05-01 16:29:21 +02:00
<li>You can now choose which disruption to enter by default:
<ul>
<li>I was delayed by more than 60 minutes</li>
<li>I didn't travel at all due to the delay</li>
<li>I went back home due to the delay</li>
</ul>
</li>
2024-05-01 15:35:24 +02:00
</ul>
2024-05-29 13:47:08 +02:00
<h3>Go to settings to configure the new features</h3>
<p><button id="opensettings">Settings</button></p>
2024-05-01 15:35:24 +02:00
</body>
2024-05-01 16:29:21 +02:00
2024-05-01 15:35:24 +02:00
</html>