forked from FZEEFlasher/fzeeflasher.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.html
33 lines (33 loc) · 3.07 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/8e4f5156116dc92b6fc61642965b12892e650960" target="_blank" style="color: orange; text-decoration: none;"><strong>2024-09-22:</strong> <span style="color: white;">Merge pull request #5 from FZEEFlasher/dependabot/npm_and_yarn/axios-1.7.4<br><br>Bump axios from 1.7.2 to 1.7.4</span></a></p></li>
<li><p><a href="https://github.com/FZEEFlasher/fzeeflasher.github.io/commit/3a46399b78be41f880fb5e07db4ef4eb89448d44" target="_blank" style="color: orange; text-decoration: none;"><strong>2024-09-22:</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/f7af1eaeaef7dd83e9b118b06d3f41b385c51694" target="_blank" style="color: orange; text-decoration: none;"><strong>2024-09-22:</strong> <span style="color: white;">Update index.html<br><br>added Sacred Labs vender to model list</span></a></p></li>
<li><p><a href="https://github.com/FZEEFlasher/fzeeflasher.github.io/commit/49895fa8c77c73dddf901adb41a81af2380b7fd4" target="_blank" style="color: orange; text-decoration: none;"><strong>2024-09-09:</strong> <span style="color: white;">Bump axios from 1.7.2 to 1.7.4<br><br>Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.4.<br>- [Release notes](https://github.com/axios/axios/releases)<br>- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)<br>- [Commits](https://github.com/axios/axios/compare/v1.7.2...v1.7.4)<br><br>---<br>updated-dependencies:<br>- dependency-name: axios<br> dependency-type: direct:production<br>...<br><br>Signed-off-by: dependabot[bot] <[email protected]></span></a></p></li>
<li><p><a href="https://github.com/FZEEFlasher/fzeeflasher.github.io/commit/073ed88dbc754eaf20d5917efad0a6876c950a1a" target="_blank" style="color: orange; text-decoration: none;"><strong>2024-09-08:</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>