Releases: arakiken/mlterm
Releases · arakiken/mlterm
3.9.4
ver 3.9.4
- Support Shift+Control+v and Shift+Control+c to copy&paste via clipboard by default.
Drop -P/--clip/use_clipboard option.
Add --chsel/change_selection_immediately option in anything except xlib and wayland. - Add COPY_CLIPBOARD shortcut key.
- Pressing '?' in copy mode searches for a string backward.
(#72) - Support wp-primary-selection protocol in wayland.
- Support "exesel:" operation in ~/.mlterm/key in win32.
- Support libvte compatible library in win32. (See gtk/README)
- Support ConPTY in win32.
- Support Alternate Scroll Mode. (#80)
- Support P2=1 in sixel graphics. (#81)
- Support libpng to build mlimgloader if gdk-pixbuf is not found.
(#96) - Support Emoji variation selectors 15 and 16. (#84)
- Add --conpty/use_conpty and --winsize/output_xtwinops_in_resizing options in win32.
- Add --norepkey/mod_keys_to_stop_mouse_report option.
- Add --clp/use_clipping option. (#132)
- Add tool/accessories/applycfg.sh and applyfontcfg.sh
(#71) - Add "de", "fr", "es", "pt" and "jp106" to available values for "kbd"
input method argument. - Add vte 0.78 API symbols to libvte compatible library.
- Change the default value of "xterm" entry in etc/termcap from "ut" to "kb=^H:ut".
- Update unicode property table (generated from UnicodeData.txt and
EastAsianWidth.txt) to version 15.1.0. - Merge patches:
#68
#83 (Add --locktitle/use_locked_title option)
#119 - Bug fixes:
#52
#67
#69
#73
#78
#79
#92
#97
#103
#107
#111
#113
#118
#124
#125
#126
#127
#128
#129
#137
Fix an issue where mlconfig was not displayed.
Fix an issue where Control+Shift+xxx shortcut didn't work in SDL2.
Fix unexpected reset of inverted colors in selected area in SDL2.
Fix --point / use_point_size option which broke font width in win32.
Fix drawing glyphs in incorrect position with some fonts, such as devanagari.
(#131)
3.9.3
ver 3.9.3
- mlterm-wl supports xdg-decoration.
- Add --disable-compact-truecolor option to ./configure script.
- Add vte 0.68 API symbols to libvte compatible library.
- Add libvterm 0.2 API symbols to libvterm compatible library.
- Add --sdpr / simple_scrollbar_dpr option.
(#64) - Set "COLORTERM=truecolor" environmental variable.
(#36) - Update unicode property table (generated from UnicodeData.txt and
EastAsianWidth.txt) to version 15.0.0. - Support mosh-1.4.0.
- Merge patches:
#45.
#46.
#48.
#49.
#55. (Add --role / wm_role option)
#57.
#61.
#62.
#63. - Bug fixes:
Fix #34.
Fix #35.
Fix #39.
Fix #44.
Fix #50.
Fix #51.
Fix #53.
Fix https://twitter.com/isaki68k/status/1555895011991883783.
Fix segfault in starting mlterm with --dyncomb and --otl.
3.9.2
ver 3.9.2
- Support Fcitx5.
- Support GTK4 for mlconfig. (./configure --with-gtk=4.0)
- Support CSI > Ps q (XTVERSION). (Response: DCS>|mlterm(3.9.2)ST)
- Add "MOSH_UDP_PORT" environmental variable to specify UDP port or port-range
to communicate with a mosh server. - Add INSERT_CLIPBOARD shortcut key.
(#19) - Add --fk / format_other_keys option (equivalent to "formatOtherKeys" of xterm), and
change the default format of the escape sequence with modifyOtherKeys from
CSI Ps; Ps u to CSI 27; Ps; Ps ~. - Add --with-iconv, --disable-daemon, --disable-split and --disable-zmodem
options to ./configure script. - Add vte 0.66 API symbols to libvte compatible library.
- Show server list dialog at startup on Android.
- It is deprecated to use "mlterm" as the value of termtype / -y option.
- 'termcap' config file stops to accept multiple terminal types concated by '|'
(e.g. xterm|xterm-256) as key. - Arabic ligatures (U+644-U+622, U+644-U+622, U+644-U+625, U+644-U+627) occupy
two logical columns instead of one even if --dyncomb option isn't specified. - KBD_INPUT_NUM and MOUSE_INPUT_NUM environmental variables (for mlterm-fb)
accept multiple device numbers by ",". - Show "Config: key=value" only if shortcut keys whose format is
"proto:(echo)key=value" is pressed. - Merge patches:
#5.
#9.
#12.
#22. - Bug fixes:
Fix #15.
Fix #18.
Fix #24.
Fix #28.
Fix failure of restarting mlterm on Android. (Enbugged at 3.9.1)
Fix segfault if mlterm screen with -t option goes outside of the display.
Fix emoji glyphs becoming too large with cairo.
Fix corrupt value of "word_separator" option which mlconfig outputs.
Fix incompatibility with xterm in pressing Shift + a-z keys etc if modifyOtherKeys is 1.
(#21)
Fix segfault in opening a new roxterm tab with libvte compatible library on wayland.