diff --git a/res/about/ios-version.gmi b/res/about/ios-version.gmi index 9934bfa1..ee035808 100644 --- a/res/about/ios-version.gmi +++ b/res/about/ios-version.gmi @@ -6,6 +6,9 @@ ``` # Release notes +## 1.18 (6) +* ⌘Return can be used to submit input prompts. Return inserts a newline. + ## 1.18 (5) * Fixed accidental navigation when editing text with the keyboard. * Fixed handling of the Return key in text fields. diff --git a/res/about/version.gmi b/res/about/version.gmi index 64d997af..9536871b 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi @@ -7,6 +7,7 @@ # Release notes ## 1.18.3 +* TUI: Fixed background colors in reduced color modes (less than 256 colors). ## 1.18.2 * Misfin: URI format has changed to "misfin:address?message" instead of the previously used "misfin://address". The optional query string ("message") is used as the initial message contents if the upload dialog's text editor is empty.