mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-25 06:14:31 +00:00
28 lines
1.6 KiB
HTML
28 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Changelog</title>
|
|
<style>
|
|
body { font-family: Segoe UI, sans-serif; background:#eeeeee; padding:20px; }
|
|
.change { background:white; padding:25px; border-radius:10px; }
|
|
li { margin-bottom:6px; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="change">
|
|
<ul>
|
|
<li><b>NEW:</b> Introduced a redesigned update system with a custom update dialog and integrated changelog viewer <a href="https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies/pull/19">details</a></li>
|
|
<li><b>NEW:</b> Added support for importing SDA-encrypted mafiles with automatic manifest detection <a href="https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies/pull/17">details</a></li>
|
|
<li><b>NEW:</b> Grouped market confirmations can now be expanded to reveal individual items <a href="https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies/pull/18">details</a></li>
|
|
<li><b>SECURITY:</b> Added SHA256 checksum verification for downloaded update packages</li>
|
|
<li><b>IMPROVEMENT:</b> Export feature now trims input automatically to prevent issues caused by invisible characters or extra spaces</li>
|
|
<li><b>IMPROVEMENT:</b> Improved update experience with 'Remind later' and 'Skip version' options</li>
|
|
<li><b>IMPROVEMENT:</b> Added visual update indicator and manual 'Check for updates' action</li>
|
|
<li><b>IMPROVEMENT:</b> Expanded localization support with Spanish, Turkish and Kazakh languages</li>
|
|
<li><b>INFO:</b> Read the full release notes for NebulaAuth 1.8.3 <a href="https://teletype.in/@achies_raw/o-RDwZKZkAU">details</a></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|