Update metainfo
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ SettingsDialog::SettingsDialog(QWidget *parent) : QDialog(parent)
|
||||
layout->addRow(tr("Thumbnails size"), m_thumSize);
|
||||
layout->addRow(tr("Saturation"), m_saturation);
|
||||
layout->addRow(m_useNativeDialog);
|
||||
layout->addRow(new QLabel(tr("Changes in settings will take effect after program restart.")));
|
||||
//layout->addRow(new QLabel(tr("Changes in settings will take effect after program restart.")));
|
||||
|
||||
QDialogButtonBox *buttonBox = new QDialogButtonBox(this);
|
||||
buttonBox->setStandardButtons(QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
|
||||
|
||||
@@ -48,6 +48,17 @@
|
||||
</screenshots>
|
||||
<content_rating type="oars-1.1"/>
|
||||
<releases>
|
||||
<release version="20221228" date="2022-12-28">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Add gray world white balance</li>
|
||||
<li>Export database to CSV</li>
|
||||
<li>Fine tune of STF when Shift key is pressed</li>
|
||||
<li>Add saturation statistic</li>
|
||||
<li>Various fixes</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="20221215" date="2022-12-15">
|
||||
<description>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user