diff --git a/settingsdialog.cpp b/settingsdialog.cpp
index cb20160..112c1b1 100644
--- a/settingsdialog.cpp
+++ b/settingsdialog.cpp
@@ -40,7 +40,7 @@ SettingsDialog::SettingsDialog(QWidget *parent) : QDialog(parent)
QSettings settings;
m_preloadImages = new QSpinBox(this);
- m_preloadImages->setRange(0, 8);
+ m_preloadImages->setRange(0, 32);
m_preloadImages->setValue(settings.value("settings/preloadimagecount", DEFAULT_WIDTH).toInt());
m_preloadImages->setToolTip(tr("How many images are preloaded before and after current image."));
@@ -63,7 +63,7 @@ SettingsDialog::SettingsDialog(QWidget *parent) : QDialog(parent)
m_slideShowTime->setSuffix(" s");
m_slideShowTime->setValue(settings.value("settings/slideshowtime", 1.0).toDouble());
m_slideShowTime->setSingleStep(0.1);
- //m_slideShowTime->setStepType(QAbstractSpinBox::AdaptiveDecimalStepType);
+
m_useNativeDialog = new QCheckBox(tr("Don't use native file dialog"), this);
m_useNativeDialog->setChecked(QApplication::testAttribute(Qt::AA_DontUseNativeDialogs));
diff --git a/space.nouspiro.tenmon.metainfo.xml b/space.nouspiro.tenmon.metainfo.xml
index d35e7a2..4f75efc 100644
--- a/space.nouspiro.tenmon.metainfo.xml
+++ b/space.nouspiro.tenmon.metainfo.xml
@@ -49,6 +49,16 @@
+
+
+
+ - Update to Qt6
+ - Add support for CR3 RAW files
+ - Slideshow
+ - Improved rapid image view
+
+
+