Skip to content

Releases: libts/tslib

tslib 1.23

20 Feb 07:13
1.23
Compare
Choose a tag to compare

This release includes libts version 0.10.5 and the following changes:

  • new filter module: module crop
  • some build and security fixes
  • improved release procedure

tslib 1.23-rc1

17 Feb 16:28
1.23-rc1
Compare
Choose a tag to compare
tslib 1.23-rc1 Pre-release
Pre-release

This release includes libts version 0.10.4 and the following changes:

  • some build and security fixes
  • new filter module: module crop

tslib 1.22

01 Jul 10:39
1.22
Compare
Choose a tag to compare

This release includes libts version 0.10.4 and the following changes:

  • fix ts_uinput build on 32 bit arch on newer kernels
  • ts_uinput: fix building on FreeBSD

tslib 1.21

22 Oct 08:32
1.21
Compare
Choose a tag to compare

This release includes libts version 0.10.3 and the following changes:

  • various fixes for cmake builds
  • new filter plugin: module evthres

tslib 1.20

21 May 06:34
1.20
Compare
Choose a tag to compare

This release includes libts version 0.10.2 and the following changes:

  • improved documentation for systemd

This release includes the following bugfixes:

  • 338891d doc: add CMakeLists.txt to the tarball (fixes cmake build)
  • 834b98f variance: move the singletouch warning to debug (fixes ts_uinput)
  • 84e15b5 doc: add missing manpages to releases and sort them alphabetically
  • 2be6a0e ts_setup: fix possible memory leak

tslib 1.19

24 Jan 08:01
1.19
Compare
Choose a tag to compare

This release includes libts version 0.10.1 and the following changes:

  • ts_calibrate: close framebuffer after validation. add timeout option -s for it

This release includes the following bugfixes:

  • input-raw / ts_uinput: fix MT type A devices

tslib 1.18

27 Nov 08:31
1.18
Compare
Choose a tag to compare

This release includes libts version 0.10.0 and the following changes:

  • support for screen-rotation in ts_calibrate and linear module
  • add experimental module_raw input_evdev that needs libevdev
  • new ts_calibrate --min_interval option to avoid inaccurate calibration
  • add ts_calibrate --validate functionality to verify the calibration
  • add ts_conf_get() and ts_conf_set() API
  • improved CI

This release includes the following bugfixes:

  • a5b39bf waveshare-raw: avoid possible overflow by casting a multiplication
  • cd26eb5 ts_setup: fix a memory leak
  • e73b6d1 input-raw: set 0 pressure if ABS_MT_TOUCH_MAJOR is 0

tslib 1.18-rc2

24 Oct 11:49
1.18-rc2
Compare
Choose a tag to compare
tslib 1.18-rc2 Pre-release
Pre-release

This release includes libts version 0.10.0 and the following changes:

  • support for screen-rotation in ts_calibrate and linear module
  • add experimental module_raw input_evdev that needs libevdev
  • new ts_calibrate --min_interval option to avoid inaccurate calibration
  • add ts_calibrate --validate functionality to verify the calibration
  • add ts_conf_get() and ts_conf_set() API
  • improved CI

This release includes the following bugfixes:

  • a5b39bf waveshare-raw: avoid possible overflow by casting a multiplication
  • cd26eb5 ts_setup: fix a memory leak
  • e73b6d1 input-raw: set 0 pressure if ABS_MT_TOUCH_MAJOR is 0

tslib 1.18-rc1

01 Oct 05:02
Compare
Choose a tag to compare
tslib 1.18-rc1 Pre-release
Pre-release

This release includes libts version 0.10.0 and the following changes:

  • support for screen-rotation in ts_calibrate and linear module
  • add experimental module_raw input_evdev that needs libevdev
  • new ts_calibrate --min_interval option to avoid inaccurate calibration
  • add ts_calibrate --validate functionality to verify the calibration
  • add ts_conf_get() and ts_conf_set() API
  • improved CI

This release includes the following bugfixes:

  • a5b39bf waveshare-raw: avoid possible overflow by casting a multiplication
  • cd26eb5 ts_setup: fix a memory leak

tslib 1.17

06 Sep 09:29
Compare
Choose a tag to compare

This release includes libts version 0.9.2 and the following changes:

  • improved backwards compatibility for ts_uinput and the library
  • added support for cmake build system

This release includes the following bugfixes:

  • f65e5eb median: fix pen_down propagation for read_mt()