Skip to content

contour 0.3.4.223

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 15:25
  • Fixes selection magically deselecting when indicator status line was shown and the top page line was selected.
  • Fixes interpretation of VT sequence DECSDM to disable Sixel auto-scrolling, if enabled.
  • Fixes visibility of the cursor in some situation when blending too much into the background color.
  • Fixes dim/faint coloring to not affect background and default text coloring when feint SGR attribute is set (#786).
  • Fixes SGR 9 (crossed out) and 53 (overline) to both look like underline.
  • Fixes size of drawn sixel image if no size is given beforehand (#809).
  • Fixes glyph rendering for some unexpectly oversized glyphs (#423).
  • Adds line#24 to terminfo file for backwards compatibility.
  • Adds configuration key live_config to determine whether or not to reload running terminal instances on every config file change.
  • Adds DEC-mode 2027 for enabling/discovering Unicode support as per draft specification (Terminal Unicode Core).
  • Adds CreateDebugDump action to dump terminal state for debugging purposes.
  • [Flatpak] Adds configuration key profiles.*.escape_sandbox to decide whether or not to escape the sandbox.
  • [Packaging] Adding AppImage files to Github release page and CI artifacts and bump Ubuntu packages using Ubuntu 22.04 LTS
  • [Linux] Changes context menu icon for "Run in Contour" action to be the Contour logo.
  • Improve startup-time by not pre-rasterizing all printable US-ASCII codepoints at once.