Skip to content

Releases: lxqt/qtermwidget

0.16.0

04 Nov 13:44
0.16.0
63b1463
Compare
Choose a tag to compare

Main changes:

  • Keyboard commands are handled properly (Shift+Up/Down/Right/Left work correctly).
  • Dropped some obsolete Qt classes and cleaned up the code.

0.15.0

24 Apr 16:52
0.15.0
ccd6b7d
Compare
Choose a tag to compare

Main changes:

  • Fixes for macOS.
  • Fixed the PyQt5 binding with Qt ≥ 5.11.
  • Fixed a memory access violation.
  • Added saveHistory to QTermWidget.
  • Don't set the selection clipboard if it's unsupported.
  • Announce truecolor support via COLORTERM.
  • Fixed the numpad handling and added entries for numpad 5.
  • Allow to disable drawing line characters.
  • Fixed compilation on NetBSD.
  • Fixed flickering on font change.
  • Select all text when opening search-bar.
  • Fixed search-bar's light text over white background with dark themes.
  • Fixed build with LLVM/clang.
  • Several fixes.

0.14.1

25 Feb 23:56
Compare
Choose a tag to compare
Release qtermwidget 0.14.1

0.14.0

26 Jan 00:16
Compare
Choose a tag to compare
Release qtermwidget 0.14.0

0.9.0

21 May 17:47
Compare
Choose a tag to compare
Release qtermwidget 0.9.0

0.8.0

21 Oct 19:02
Compare
Choose a tag to compare
Release qtermwidget 0.8.0

0.7.1

21 Dec 17:56
Compare
Choose a tag to compare
Release qtermwidget 0.7.1

0.7.0

23 Sep 23:15
Compare
Choose a tag to compare
Release qtermwidget 0.7.0

Release 0.6.0

22 Oct 08:48
Compare
Choose a tag to compare

Release highlights:

  • Full Qt 5 support
  • Drag & Drop support
  • Lots of bugfixes and cleanups