diff --git a/Changes.txt b/Changes.txt
index c679d2896..6d1c70f03 100644
--- a/Changes.txt
+++ b/Changes.txt
@@ -12,12 +12,14 @@
Release History
===========================================================================
-7.0 to 7.1 (xxx x, 202x)
+7.x to 8.0 (xxx x, 202x)
* Ported Stella to SDL3
* Added option for switching Stella's theme in sync with OS (TODO: Doc)
+7.0 to 7.1 (xxx x, 202x)
+
* Enhanced PAL-60 detection, searches for signature (e.g. PAL60) in ROM
* Enhanced VSYNC emulation, considers VBLANK now too
diff --git a/docs/graphics/options_misc.png b/docs/graphics/options_misc.png
index f8d676b2b..817f14635 100644
Binary files a/docs/graphics/options_misc.png and b/docs/graphics/options_misc.png differ
diff --git a/docs/index.html b/docs/index.html
index be498a92c..f49efd53f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -21,7 +21,7 @@
Stella is extremely portable, and in its lifetime has been ported to almost every - platform where the SDL library exists. It is 32/64-bit and endian clean in Linux/Unix, macOS + platform where the SDL library exists. It is 64-bit and endian clean in Linux/Unix, macOS and Windows. The Stella Team is interested in hearing about any problems you may encounter with diverse operating systems and CPU types.
@@ -3249,12 +3249,17 @@-uipalette2 <standard|classic|light|dark>
-altpalette <1|0>
-autouipalette <1|0>
Item | Brief description | For more information, see Command Line |
---|---|---|
Theme #1 | Default theme to use for UI elements (see examples) | -uipalette |
Theme #2 | Alternative theme to use for UI elements (see examples) | -uipalette2 |
Light theme | Default theme to use for UI elements (see examples) | -uipalette |
Dark theme | Alternative theme to use for UI elements (see examples) | -uipalette2 |
Auto theme | Enable for automatic switching between light and dark themes in sync with OS. | -autouipalette |
Dialogs font | The font used in the dialogs | -dialogfont |
HiDPI mode | Scale the UI by a factor of two when enabled | -hidpi |
Dialogs position | Position of dialogs with Stella window | -dialogpos |