chore: correct feature list in release note

This commit is contained in:
Gary Wang 2025-05-11 13:56:38 +08:00
parent b964fdc77f
commit 369aa13be3
No known key found for this signature in database
GPG Key ID: 5D30A4F15EA78760
2 changed files with 2 additions and 4 deletions

3
NEWS
View File

@ -3,11 +3,10 @@ Version 1.0.0
Released: 2025-05-03 Released: 2025-05-03
Features: Features:
* Support enforce windowed mode on start-up * Support enforces windowed mode on start-up
* Reload image automatically when current image gets updated * Reload image automatically when current image gets updated
Bugfixes: Bugfixes:
* Refer to the right exiv2 CMake module so it can be found on Linux
* Display correct text language on macOS * Display correct text language on macOS
Miscellaneous: Miscellaneous:

View File

@ -84,12 +84,11 @@
<description> <description>
<p>This release adds the following features:</p> <p>This release adds the following features:</p>
<ul> <ul>
<li>Support enforce windowed mode on start-up</li> <li>Support enforces windowed mode on start-up</li>
<li>Reload image automatically when current image gets updated</li> <li>Reload image automatically when current image gets updated</li>
</ul> </ul>
<p>This release fixes the following bugs:</p> <p>This release fixes the following bugs:</p>
<ul> <ul>
<li>Refer to the right exiv2 CMake module so it can be found on Linux</li>
<li>Display correct text language on macOS</li> <li>Display correct text language on macOS</li>
</ul> </ul>
<p>This release includes the following changes:</p> <p>This release includes the following changes:</p>