Skip to content

Commit e2da6c5

Browse files
feat: add app version to page footer
1 parent f7af2cb commit e2da6c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
1212

1313
- Support for OpenAI `gpt-4o-mini` model.
1414
- New export format: DOCX file with the data (image filenames and generated descriptions) structured as a table. This new format has been set as the default export format.
15+
- App version to page footer.
1516

1617
### Changed
1718

src/app/app.component.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ <h2 id="generate-step-title">Generate image descriptions</h2>
6969
</div>
7070
<div class="footer-wrapper">
7171
<footer>
72-
<p>Your data is safe: it’s not used to train any AI-models.</p>
72+
<p>
73+
Your data is safe: it’s not used to train any AI-models.<br>
74+
App version: <a href="https://github.com/slsfi/abbi-ng-ai-image-descriptor/releases/tag/1.0.0">1.0.0</a>.
75+
</p>
7376
</footer>
7477
</div>

0 commit comments

Comments
 (0)