Skip to content

Commit 166ae91

Browse files
Frontend/backend footer now links to a changelog
1 parent 45ddc15 commit 166ae91

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Removed lots of old dependencies
88
- Added About panel
99
- Fixed ExpressionChangedAfterItHasBeenCheckedError exception
10+
- The footer on login page now has links to a ChangeLog
1011

1112
0.3.0 (2025-04-22)
1213

src/app/login/login.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
</mat-card>
3131

3232
<div style="position: fixed; bottom: 8px; width: 100%; text-align: center; color: #666; font-size: 0.8em;">
33-
Frontend {{version}} | Backend {{backendVersion}}
33+
Frontend <a href="https://github.com/borowka-obs/hevelius-web/blob/master/CHANGELOG.md">{{version}}</a> |
34+
Backend <a href="https://github.com/borowka-obs/hevelius-backend/blob/master/CHANGELOG.md">{{backendVersion}}</a>
3435
</div>

0 commit comments

Comments
 (0)