- ver 3.0.7
- * Support bracketed paste mode. (CSI ? 2004 h , CSI ? 2004 l)
- * Support Button-event and Any-event mouse tracking.
- (CSI ? 1002 h , CSI ? 1002 l , CSI ? 1003 h , CSI ? 1003 l)
- * Support scp using libssh2.
- (Add "SSH SCP" front-end to mlconfig and "mlscp.sh" command line tool.)
- * Support DEC Special characters in win32. ("Tera Special" font is necessary.)
- * Support application escape mode. (CSI ? 7727 h , CSI ? 7727 l)
- * Support OSC 10, OSC 11 and OSC 12.
- * Add "logging_msg" option whose default value is true.
- * Support dynamic loading of BiDi and Indic modules.
- * Support dynamic loading of xft and cairo modules.
- * Integrate OSC 5384 - 5391 to OSC 5379 - 5383 and drop OSC 5382.
- * Change format of "select_pty", "search_prev", "search_next" "snapshot" in
- OSC 5379 sequence as follows.
- select_pty=<pty dev name> => select_pty <pty dev name>
- search_prev=<pattern> => search_prev <pattern>
- search_next=<pattern> => search_next <pattern>
- snapshot=<encoding name>:<file name> => snapshot <file name> <encoding name>
- * Support mlconfig in connecting a ssh server by libssh2.
- * Improve the way of determining width of cairo fonts.
- * 'make uninstall' is available.
- * Other bug fixes:
- Fix a problem which causes leak of graphic context resource in libvte.
- Fix a problem which can minimize window in some themes in win32. (Thanks to Iwamoto Kouichi san)
- Fix wrong position in receiving WM_MOUSEWHEEL event in win32. (Thanks to Iwamoto Kouichi san)
- Fix illegal mouse reports if mouse goes outside the window. (Thanks to Iwamoto Kouichi san)
- Fix double free in bidi rendering. (Thanks to NODA, Kai san)
- Remove "-lvte" in linking libvte.so.