mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-25 06:14:31 +00:00
1.5.6 Bug fixes and code clean-ups
- Update: Added "Copy Password" to Mafile context menu (if available) - Update: "Save Password" now pre-fills the current password in the "Login Again" dialog when encryption is enabled - Fix: Prevented overlapping confirmation cycles in AutoConfirmer - Fix: Added a Snackbar notification when a confirmation cycle is skipped due to a too frequent timer interval - Fix: Fixed a rare bug where the previous proxy was used instead of the current one during session refresh - Fix: Corrected "Session Permanently Expired" message showing on unrelated errors (e.g. network issues) - UI-Fix: Fixed visual glitch where proxy input appeared non-empty when switching to a mafile-specific proxy - Cleanup: Refactored and cleaned up codebase, improved styling and formatting via ReSharper
This commit is contained in:
+12
-12
@@ -1,10 +1,10 @@
|
||||
<!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>
|
||||
<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;
|
||||
@@ -64,15 +64,15 @@ body {
|
||||
<body>
|
||||
|
||||
<div class="changelog-container">
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.3.4</div>
|
||||
<div class="date">2024-02-01</div>
|
||||
<div class="description">
|
||||
- First release<br>
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.3.4</div>
|
||||
<div class="date">2024-02-01</div>
|
||||
<div class="description">
|
||||
- First release<br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
+11
-11
@@ -1,10 +1,10 @@
|
||||
<!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>
|
||||
<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;
|
||||
@@ -64,14 +64,14 @@ body {
|
||||
<body>
|
||||
|
||||
<div class="changelog-container">
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.4.3</div>
|
||||
<div class="date">2024-02-01</div>
|
||||
<div class="description">
|
||||
- Auto-Update added<br>
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.4.3</div>
|
||||
<div class="date">2024-02-01</div>
|
||||
<div class="description">
|
||||
- Auto-Update added<br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
+14
-14
@@ -1,10 +1,10 @@
|
||||
<!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>
|
||||
<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;
|
||||
@@ -64,17 +64,17 @@ body {
|
||||
<body>
|
||||
|
||||
<div class="changelog-container">
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.4.5</div>
|
||||
<div class="date">2024-02-01</div>
|
||||
<div class="description">
|
||||
- Fixed crash when loading market confirmations cause <br>
|
||||
- Fixed session handling <br>
|
||||
- Small localization fixes <br>
|
||||
- Small UI improvements
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.4.5</div>
|
||||
<div class="date">2024-02-01</div>
|
||||
<div class="description">
|
||||
- Fixed crash when loading market confirmations cause <br>
|
||||
- Fixed session handling <br>
|
||||
- Small localization fixes <br>
|
||||
- Small UI improvements
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
+22
-22
@@ -2,10 +2,10 @@
|
||||
<!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>
|
||||
<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;
|
||||
@@ -65,14 +65,14 @@ body {
|
||||
<body>
|
||||
|
||||
<div class="changelog-container">
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.4.6</div>
|
||||
<div class="date">2024-02-04</div>
|
||||
<div class="description">
|
||||
- Added proxy support for log-in proccess while importing mafile with outdated/unsupported session<br>
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.4.6</div>
|
||||
<div class="date">2024-02-04</div>
|
||||
<div class="description">
|
||||
- Added proxy support for log-in proccess while importing mafile with outdated/unsupported session<br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
@@ -80,10 +80,10 @@ body {
|
||||
<!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>
|
||||
<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;
|
||||
@@ -143,14 +143,14 @@ body {
|
||||
<body>
|
||||
|
||||
<div class="changelog-container">
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.4.6</div>
|
||||
<div class="date">2024-02-04</div>
|
||||
<div class="description">
|
||||
- Added proxy support for log-in process while importing mafile with outdated/unsupported session<br>
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.4.6</div>
|
||||
<div class="date">2024-02-04</div>
|
||||
<div class="description">
|
||||
- Added proxy support for log-in process while importing mafile with outdated/unsupported session<br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -70,14 +70,14 @@
|
||||
<div class="date">25.04.2024</div>
|
||||
<div class="description">
|
||||
- Improved compatibility with old mafiles<br/>
|
||||
- FIX: Now 'Login' button is disabled if password is empty (caused crash before)<br />
|
||||
- FIX: The tutorial for beginners is no longer shown after ever hiding (for example, when searching without suitable mafiles)<br />
|
||||
- UI/UX improvements in proxy manager: <br />
|
||||
- Favourite button is placed on proxy item<br />
|
||||
- Pressing 'DEL' now removes selected proxy<br />
|
||||
- After proxy is removed next to it is selected (allows to remove proxies quickly)<br />
|
||||
- Empty lines on import now ignored (previously entire import was cancelling)<br />
|
||||
- Mafile credits now corresponds to the actual github repository<br />
|
||||
- FIX: Now 'Login' button is disabled if password is empty (caused crash before)<br/>
|
||||
- FIX: The tutorial for beginners is no longer shown after ever hiding (for example, when searching without suitable mafiles)<br/>
|
||||
- UI/UX improvements in proxy manager: <br/>
|
||||
- Favourite button is placed on proxy item<br/>
|
||||
- Pressing 'DEL' now removes selected proxy<br/>
|
||||
- After proxy is removed next to it is selected (allows to remove proxies quickly)<br/>
|
||||
- Empty lines on import now ignored (previously entire import was cancelling)<br/>
|
||||
- Mafile credits now corresponds to the actual github repository<br/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
<div class="version">Version 1.5.0</div>
|
||||
<div class="date">13.05.2024</div>
|
||||
<div class="description">
|
||||
- FIX: Fixed proxy 407 error when using proxy with different credentials
|
||||
- FIX: Fixed proxy 407 error when using proxy with different credentials
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+10
-10
@@ -63,18 +63,18 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="changelog-container">
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.5.1</div>
|
||||
<div class="date">DATE</div>
|
||||
<div class="description">
|
||||
- FIX: Fixed proxy error (407) when {id} was parsed as a part of password when using 'ip:port:username:password{id}' proxy format <br />
|
||||
- IMPROVEMENT: Now proxies always ordered by ID <br />
|
||||
- FIX: Small fix in the proxy comparison method (sometimes proxy red indicator was not shown)
|
||||
</div>
|
||||
<div class="changelog-container">
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.5.1</div>
|
||||
<div class="date">DATE</div>
|
||||
<div class="description">
|
||||
- FIX: Fixed proxy error (407) when {id} was parsed as a part of password when using 'ip:port:username:password{id}' proxy format <br/>
|
||||
- IMPROVEMENT: Now proxies always ordered by ID <br/>
|
||||
- FIX: Small fix in the proxy comparison method (sometimes proxy red indicator was not shown)
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
+16
-16
@@ -63,24 +63,24 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="changelog-container">
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.5.2</div>
|
||||
<div class="date">18.09.2024</div>
|
||||
<div class="description">
|
||||
- HOTFIX: Resolved an issue introduced by the September 18, 2024, Steam update, where an error occurred during session refresh due to changes in Steam's response model.<br />
|
||||
- FIX: Potentially resolved a memory leak issue on some devices (Windows 10, 11 Home/Professional).<br />
|
||||
- FIX: Minor performance improvements.<br />
|
||||
- UI: Added a splash screen on application startup.<br />
|
||||
- UI: Added "Copy Login" option in the account context menu on right-click.<br />
|
||||
- UI: Minor localization updates.<br />
|
||||
- UI: Added a tooltip to the "Use Indicator" setting.<br />
|
||||
- UI: Minor design improvements.<br />
|
||||
- UPDATE: Most libraries have been updated to their latest versions.
|
||||
</div>
|
||||
<div class="changelog-container">
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.5.2</div>
|
||||
<div class="date">18.09.2024</div>
|
||||
<div class="description">
|
||||
- HOTFIX: Resolved an issue introduced by the September 18, 2024, Steam update, where an error occurred during session refresh due to changes in Steam's response model.<br/>
|
||||
- FIX: Potentially resolved a memory leak issue on some devices (Windows 10, 11 Home/Professional).<br/>
|
||||
- FIX: Minor performance improvements.<br/>
|
||||
- UI: Added a splash screen on application startup.<br/>
|
||||
- UI: Added "Copy Login" option in the account context menu on right-click.<br/>
|
||||
- UI: Minor localization updates.<br/>
|
||||
- UI: Added a tooltip to the "Use Indicator" setting.<br/>
|
||||
- UI: Minor design improvements.<br/>
|
||||
- UPDATE: Most libraries have been updated to their latest versions.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
+29
-26
@@ -63,34 +63,37 @@
|
||||
</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 couldn’t synchronize time. <br />
|
||||
- <b>DEV:</b> Major code clean-up and refactoring. <br />
|
||||
- <b>DEV:</b> Updated dependencies and SteamLib libraries. <br />
|
||||
</div>
|
||||
<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 couldn’t 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>
|
||||
+26
-21
@@ -63,29 +63,34 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="changelog-container">
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.5.4</div>
|
||||
<div class="date">10.11.2024</div>
|
||||
<div class="description">
|
||||
<ul>
|
||||
<li><b>NEWS:</b> Official Telegram group now available! Join us at <b><a href="https://t.me/nebulaauth">t.me/nebulaauth</a></b></li>
|
||||
<li>
|
||||
<b>Compatibility:</b> Improved mafiles compatibility:
|
||||
<ul style="margin-left: 15px">
|
||||
<li>Full: with SDA, MarketApp, SIH</li>
|
||||
<li>Re-login after import: LZT, TO SDA, old mafiles</li>
|
||||
<li>Re-login <b>on</b> import: Mafiles without "Session" data or "SteamId" property</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>UPDATE:</b> Proxy and password (if set) now automatically saved in mafile after linking guard</li>
|
||||
<li><b>UI:</b> Encryption password dialog on startup now supports "Enter" hot-key</li>
|
||||
<li><b>UI:</b> Added "Copy SteamId" button in the maFile context menu.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="changelog-container">
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.5.4</div>
|
||||
<div class="date">10.11.2024</div>
|
||||
<div class="description">
|
||||
<ul>
|
||||
<li>
|
||||
<b>NEWS:</b> Official Telegram group now available! Join us at
|
||||
<b>
|
||||
<a href="https://t.me/nebulaauth">t.me/nebulaauth</a>
|
||||
</b>
|
||||
</li>
|
||||
<li>
|
||||
<b>Compatibility:</b> Improved mafiles compatibility:
|
||||
<ul style="margin-left: 15px">
|
||||
<li>Full: with SDA, MarketApp, SIH</li>
|
||||
<li>Re-login after import: LZT, TO SDA, old mafiles</li>
|
||||
<li>Re-login <b>on</b> import: Mafiles without "Session" data or "SteamId" property</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>UPDATE:</b> Proxy and password (if set) now automatically saved in mafile after linking guard</li>
|
||||
<li><b>UI:</b> Encryption password dialog on startup now supports "Enter" hot-key</li>
|
||||
<li><b>UI:</b> Added "Copy SteamId" button in the maFile context menu.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
+16
-11
@@ -63,19 +63,24 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="changelog-container">
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.5.5</div>
|
||||
<div class="date">12.02.2025</div>
|
||||
<div class="description">
|
||||
<ul>
|
||||
<li><b>NEWS:</b> Official Telegram group now available! Join us at <b><a href="https://t.me/nebulaauth">t.me/nebulaauth</a></b></li>
|
||||
<li><b>HOT-FIX:</b> Fixed authentication and confirmations problems caused by 12.02.2025 Steam update</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="changelog-container">
|
||||
<!-- Changelog entry -->
|
||||
<div class="change">
|
||||
<div class="version">Version 1.5.5</div>
|
||||
<div class="date">12.02.2025</div>
|
||||
<div class="description">
|
||||
<ul>
|
||||
<li>
|
||||
<b>NEWS:</b> Official Telegram group now available! Join us at
|
||||
<b>
|
||||
<a href="https://t.me/nebulaauth">t.me/nebulaauth</a>
|
||||
</b>
|
||||
</li>
|
||||
<li><b>HOT-FIX:</b> Fixed authentication and confirmations problems caused by 12.02.2025 Steam update</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,91 @@
|
||||
<!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.6</div>
|
||||
<div class="date">02.05.2025</div>
|
||||
<div class="description">
|
||||
<ul>
|
||||
<li>
|
||||
<b>NEWS:</b> Official Telegram group now available! Join us at
|
||||
<b>
|
||||
<a href="https://t.me/nebulaauth">t.me/nebulaauth</a>
|
||||
</b>
|
||||
</li>
|
||||
<li><b>UPDATE:</b> Added "Copy Password" to Mafile context menu (if available)</li>
|
||||
<li><b>UPDATE:</b> "Save Password to Mafile" is now checked and the current password (if available) is automatically inserted in the "Login Again" dialog when an encryption password is set</li>
|
||||
<li><b>FIX:</b> Fixed a rare bug where the previous proxy was used instead of the current one during session refresh</li>
|
||||
<li><b>FIX:</b> Prevented overlapping confirmation cycles in AutoConfirmer. Added a user notification when confirmation is skipped due to too frequent timer interval</li>
|
||||
<li><b>FIX:</b> Fixed an issue where the "Session Permanently Expired" message was shown on any error, even if the error was related to connection or other issues</li>
|
||||
<li><b>UI-FIX:</b> Fixed a misleading non-empty proxy input when switching to a mafile-specific proxy (with red indicator); it was a visual glitch</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user