mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-06 14:24:14 +02:00
fix: About dialog version display (1.0.7)
Pass app version and build id explicitly from Main.qml to AboutDialog instead of relying on context properties inside the QML module scope. Remove the confusing "Public beta" label.
This commit is contained in:
@@ -59,6 +59,14 @@
|
||||
</provides>
|
||||
|
||||
<releases>
|
||||
<release version="1.0.7" date="2026-06-22">
|
||||
<description>
|
||||
<ul>
|
||||
<li>About dialog shows the correct app version via explicit QML bindings</li>
|
||||
<li>Removed confusing “Public beta” label from About</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="1.0.6" date="2026-06-22">
|
||||
<description>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user