We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ddc15 commit 166ae91Copy full SHA for 166ae91
2 files changed
CHANGELOG.md
@@ -7,6 +7,7 @@
7
- Removed lots of old dependencies
8
- Added About panel
9
- Fixed ExpressionChangedAfterItHasBeenCheckedError exception
10
+- The footer on login page now has links to a ChangeLog
11
12
0.3.0 (2025-04-22)
13
src/app/login/login.component.html
@@ -30,5 +30,6 @@
30
</mat-card>
31
32
<div style="position: fixed; bottom: 8px; width: 100%; text-align: center; color: #666; font-size: 0.8em;">
33
- Frontend {{version}} | Backend {{backendVersion}}
+ 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>
35
</div>
0 commit comments