Skip to content

Commit 747cb5b

Browse files
author
CarensirA
committed
Updated Whats New Page
1 parent 7994e06 commit 747cb5b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

app/templates/changelog.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,36 @@ <h1 style="margin: 0;">What's New</h1>
1313
Recent updates and improvements to the MAGFest Budget System.
1414
</p>
1515

16+
{# April 8 2026 - Smoother login, better audit logs #}
17+
<section class="card" style="margin-bottom: 16px;">
18+
<h3 style="margin: 0 0 16px 0; padding-bottom: 8px; border-bottom: 1px solid #e2e8f0;">
19+
April 8, 2026
20+
</h3>
21+
22+
<div style="margin-bottom: 20px;">
23+
<div style="display: flex; align-items: center; gap: 8px; margin-bottom: 8px;">
24+
<span class="pill" style="background: #fef3c7; color: #92400e;">Fixed</span>
25+
<strong>Smoother Login Experience</strong>
26+
</div>
27+
<p style="margin: 0; color: #4b5563;">
28+
Fixed an issue where users would briefly see an "Authentication failed" message when
29+
logging in after their session had expired. The system now seamlessly retries the login
30+
instead of showing an error.
31+
</p>
32+
</div>
33+
34+
<div>
35+
<div style="display: flex; align-items: center; gap: 8px; margin-bottom: 8px;">
36+
<span class="pill" style="background: #dbeafe; color: #1e40af;">Improved</span>
37+
<strong>More Accurate Audit Logs</strong>
38+
</div>
39+
<p style="margin: 0; color: #4b5563;">
40+
Login audit logs now distinguish between real authentication failures and benign
41+
session refreshes, reducing false alarms for administrators.
42+
</p>
43+
</div>
44+
</section>
45+
1646
{# March 31 2026 - Nav polish, override rework, account type overrides #}
1747
<section class="card" style="margin-bottom: 16px;">
1848
<h3 style="margin: 0 0 16px 0; padding-bottom: 8px; border-bottom: 1px solid #e2e8f0;">

0 commit comments

Comments
 (0)