-
Notifications
You must be signed in to change notification settings - Fork 9
/
changelog.html
33 lines (33 loc) · 2.58 KB
/
changelog.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FZEE Flasher - Change Log</title>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<header class="header">
<img src="assets/fzeeflasher_banner.webp" alt="FZEE Flasher Logo">
</header>
<div class="sidebar">
<a class="sidebar-button" href="index.html">Home</a>
<a class="sidebar-button" href="https://github.com/FZEEFlasher/fzeeflasher.github.io/wiki">Wiki</a>
<a class="sidebar-button" href="changelog.html">Change Log</a>
<a class="sidebar-button" href="serial_terminal.html">Serial Terminal</a>
</div>
<div class="container">
<table border="0">
<h3 class="change-log">Change Log:</h3>
<!-- START COMMITS -->
<ul><li><p><a href="https://github.com/FZEEFlasher/fzeeflasher.github.io/commit/455d97624e4c32338f2389a6e4db9c30b5f899b1" target="_blank" style="color: orange; text-decoration: none;"><strong>2024-12-03:</strong> <span style="color: white;">Update variables.js<br><br>Update variables to v1.1.0</span></a></p></li>
<li><p><a href="https://github.com/FZEEFlasher/fzeeflasher.github.io/commit/3a51c69298f5a2da7e617029a84d59fe670fe039" target="_blank" style="color: orange; text-decoration: none;"><strong>2024-12-01:</strong> <span style="color: white;">Updated Firmware version to v1.1.0 of Marauder.</span></a></p></li>
<li><p><a href="https://github.com/FZEEFlasher/fzeeflasher.github.io/commit/2dee8e1068e02d6ab9889eab781624f1aa50e25d" target="_blank" style="color: orange; text-decoration: none;"><strong>2024-11-12:</strong> <span style="color: white;">Update README and changelog</span></a></p></li>
<li><p><a href="https://github.com/FZEEFlasher/fzeeflasher.github.io/commit/0e23941e641b55ce994127b8214f0157c9116fd7" target="_blank" style="color: orange; text-decoration: none;"><strong>2024-11-12:</strong> <span style="color: white;">Added AWOK ESP32 v5 board<br><br>ESP32v5 with gps</span></a></p></li>
<li><p><a href="https://github.com/FZEEFlasher/fzeeflasher.github.io/commit/200132a08d53c8e774ded0fa3bbe791f77636f57" target="_blank" style="color: orange; text-decoration: none;"><strong>2024-11-04:</strong> <span style="color: white;">Update README and changelog</span></a></p></li>
</ul><p><a href="https://github.com/FZEEFlasher/fzeeflasher.github.io/commits/main" target="_blank" style="color: orange;">View Full Change Log</a></p><!-- END COMMITS -->
</table>
</div>
</body>
</html>