Skip to content

Releases: mintty/mintty

2.1.5

19 Aug 22:16
Compare
Choose a tag to compare
  • Guard Shift-Ctrl-0 detection (#233) to avoid interference with keyboard switchers (#472).
  • Basic fixes for displaying child process list on exit confirmation (#448).

2.1.4

07 Aug 14:22
Compare
Choose a tag to compare
  • Not zooming font on Shift+Windows shortcuts (#467), by heuristic analysis of Windows messages.
  • Not daemonizing if started from ConEmu (#466), by heuristic check of $ConEmuPID.

2.1.3

31 Jul 11:25
Compare
Choose a tag to compare
  • With position option, "centre" or "center" can be specified (#208).
  • Enabled new character attributes strikeout, doubly-underlined, overlined.

Zooming:

  • Control-middle-mouse click resets zooming, complementing Control-mouse-wheel scroll in analogy to Control-+/-/0.
  • New option ZoomMouse=off to disable mouse-wheel zooming.
  • Enabled Shift-Ctrl-0 to reset zooming for font and window (#233).

Fixes:

  • Fixed crash after conditional daemonizing (#464, #465).
  • Apply daemonizing for cloned window (Alt-F2) to avoid zombie process (thanks to Paul Townsend).
  • Made conditional daemonizing the default again.
  • New option -d to disable daemonizing as a workaround just in case...

2.1.1

23 Jul 06:36
Compare
Choose a tag to compare
  • The Shift key syncs font and window zooming (#233, #204).
    • functions to zoom window with font (#233, Resize font and window together):
      • Shift+Ctrl+keypad-Plus
      • Shift+Ctrl+keypad-Minus
      • Shift+Ctrl+mouse-wheel
      • corresponding ESC sequence
    • functions to zoom font with window (#204, Fullscreen with font zoom):
      • Shift+mouse-drag on window border
      • Shift+maximize, Shift+minimize (click on window title)
      • Shift+Alt+Enter, Shift+Alt+F11
      • Shift+menu...“Full Screen”
  • Trying to keep window position within monitor work area on resizing (#79).
  • Exiting mintty is not blocked by background process (#319).
  • In an exit confirmation popup, a list of child processes is displayed (#448).
  • Tweak/workaround for signals not being handled when mintty was started from Cygwin console.
  • Tweaked Ctrl+TAB to not put current window into the background (~ #260).
  • Ctrl+click spawning: Syncing environment to Windows to avoid dropping environment in mintty started with Alt-F2 (#360).
  • Added termination indicator config options ExitWrite and ExitTitle (#437).
  • Added options -B frame and -B void to reduce window border (#7).

2.0.3

11 Jul 21:30
Compare
Choose a tag to compare
  • Desktop entry for xdg menu.
  • Tweaked boldening for all bold mode cases.

2.0.2

07 Jul 11:27
Compare
Choose a tag to compare

hotfix Alt-F2

2.0.1

03 Jul 08:30
Compare
Choose a tag to compare

Major new features and fixes are listed below. See also the changelog in the Wiki.
For new options, there is no GUI configuration facility yet ("Hidden settings"). Please ask for them if desired.

Major new features and fixes

Display:

  • Fixed bold display by overstriking if BoldAsFont unset.
  • Implemented and enabled character attribute italic (#418, #152).
  • Implemented character attribute strikeout; disabled due to missing bit.
  • True Colour support (#431) (using ESC [ 38;2;r;g;b m).

Window:

  • Alt-F2 creates new window of same size as current one (#275).
  • Option -T to set unchangeable window title (#385).

Keyboard:

  • Option DeleteSendsDEL and associated switching sequence CSI ? 1037 h/l to switch keypad Del key sending DEL or Remove (#406).
  • Options Break and Pause to configure mappings for these keys (#399).

Other Options:

  • Configuration option WordCharsExcl to exclude characters from word selection (#450).
  • Added configuration options BellType, BellFreq, BellLen (~ #369).
  • Option HideMouse=false disables mouse cursor hiding on keyboard input (#403).
  • Option MiddleClickAction=void disables mouse-middle-click pasting (#384).
  • Option to simulate Enter/Return with mouse-click (#425).
  • Documented RowSpacing/ColSpacing; tweaked to distribute padding evenly.