diff --git a/res/about/version.gmi b/res/about/version.gmi index e50514fa..7b551ecc 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi @@ -12,14 +12,16 @@ * Fixed manually entered image URLs inadvertently opening inline. * Fixed mouse event handling in split view mode when a dialog is open on one side. The other side would not receive wheel events unless input focus was first switched over. * Fixed issues with popup menu positioning. +* Fixed drawing of the widget scroll indicator when a widget doesn't fit vertically in the window. * Possible workaround for an issue with mouse hover autoscrolling on an external displays. * Don't open an endless number of bookmark creation/edit dialogs when holding down the keyboard shortcut (Ctrl+D/⌘D). * Percent-encode backslashes in externally opened URLs, for improved compatibility. * Custom link icons are allowed with unsupported/unrecognized protocols (i.e., Emoji at the start of link label). * Use file name as the tab/window title if the content has no headings. * Avoid redundancy in tab/window titles ("Cosmos — Cosmos" → "Cosmos"). -* Updated UI translations. +* macOS: Fixed a sidebar animation glitch when in split view mode. * macOS: Adjusted idle UI refresh rate when using the Metal backend, to avoid stutters. +* Updated UI translations.  ## 1.13.5 * Parent navigation assumes directory URL is equivalent to index page URL (e.g., "/path/" == "/path/index.gmi"): this now only applies to Gemini URLs, and checks for "index.gemini", too, as per Gemini Best Practices.