Files
Nebula-Auth/changelog/1.5.3.html
T
2025-05-03 00:09:07 +03:00

99 lines
3.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Changelog</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #eeeeee;
color: #333;
line-height: 1.6;
}
.changelog-container {
background-color: #fff;
border-radius: 10px;
padding: 25px;
margin: 25px auto;
max-width: 800px;
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.change {
margin-bottom: 20px;
padding: 0;
border-left: 4px solid #a50ec7;
background-color: #f9f9f9;
}
.version {
font-weight: 600;
font-size: 1.5em;
color: #a50ec7;
margin-left: 10px;
}
.date {
font-style: italic;
color: #888;
margin-bottom: 10px;
margin-left: 15px;
}
.description {
font-size: 1em;
padding: 0 15px;
}
.description ul {
list-style: inside square;
padding: 0;
}
@media only screen and (max-width: 600px) {
.changelog-container {
width: 90%;
margin: 25px auto;
padding: 25px;
}
}
</style>
</head>
<body>
<div class="changelog-container">
<!-- Changelog entry -->
<div class="change">
<div class="version">Version 1.5.3</div>
<div class="date">28.10.2024</div>
<div class="description">
- <b>NEWS:</b> Official Telegram group now available! Join us at
<b>
<a href="https://t.me/nebulaauth">t.me/nebulaauth</a>
</b> <br/>
- <b>UPDATE:</b> Auto-confirmation system reworked. Each account now has separate timer settings. <br/>
- <b>UPDATE:</b> Added a hyperlink to the troubleshooting guide in the "Linking" window. <br/>
- <b>UPDATE:</b> Added support for SOCKS4 and SOCKS5 proxies (untested). <br/>
- <b>UPDATE:</b> Added an experimental option to ignore timer errors during "Patch Tuesday" (Steam maintenance period). <br/>
- <b>UI:</b> Added "Copy maFile" button in the maFile context menu. <br/>
- <b>UI:</b> Introduced additional hotkeys in the maFile context menu. <br/>
- <b>UI:</b> Added "Copy RCode" button after account linking. <br/>
- <b>UI:</b> Auto-confirmation timers now use icons instead of text chips. <br/>
- <b>UI:</b> Temporarily removed the "Allow auto-update" (without confirmation) setting due to functionality issues in the AU library. <br/>
- <b>UI:</b> Minor design and localization enhancements. <br/>
- <b>UI-FIX:</b> Updated "by achies" hyperlink to direct to the repository instead of the user page "achiez/". <br/>
- <b>UI-FIX:</b> Resolved lag issue in the code progress bar. <br/>
- <b>FIX:</b> Mafiles missing a "SessionID" (e.g., from Steam Desktop Authenticator) can now be imported without re-login. If absent, SessionID is generated on the client side. <br/>
- <b>FIX:</b> Errors during confirmation retrieval are now properly localized and displayed. <br/>
- <b>FIX:</b> Corrected typo in "Acce<b>s</b>Token" when serializing in legacy mode. <br/>
- <b>FIX:</b> Resolved issue where the startup error message was not displayed correctly, leaving it blank when the app couldnt synchronize time. <br/>
- <b>DEV:</b> Major code clean-up and refactoring. <br/>
- <b>DEV:</b> Updated dependencies and SteamLib libraries. <br/>
</div>
</div>
</div>
</body>
</html>