Skip to content

Releases: iTrace-Dev/iTrace-Toolkit

Alpha 0.2.2

10 May 01:42
01574a2
Compare
Choose a tag to compare

Release Notes:

  • If an unrecognized plugin file is scanned by Toolkit, it will label it "unsupported" instead of crashing
  • The max pupil diameter filtering was increased from 3.5 to 10.0
  • Fixations' fixation_order_number are now correctly in chronological order
  • Default filtering will no longer ignore fixations with -1,-1 row,column data
  • Toolkit can now be manually resized, and will ignore DPI scaling to support more monitors
  • Logo updated

Alpha 0.2.1

24 Nov 02:22
7be9519
Compare
Choose a tag to compare

Release Notes:

  • Improved Toolkit's runtime by indexing the Database and switching to the SQLite C Library
  • Core and Plugin data importing now works on subfolders recursively
  • Removed single file importing to avoid any user errors (imports always require a matching pair - Core and Plugin files)
  • Added a feature to import an existing database
  • Added button to set output directory of fixation filtering
  • Fixed bug with file matching in Token Mapping
  • Fixed a small error with the fixation_gaze table not correctly referencing the gaze table

Alpha v0.2.0

31 May 20:26
c0cfd5a
Compare
Choose a tag to compare

Release Notes:

  • Renamed from "iTrace Post Processing" to "iTrace Toolkit"
  • Switched from a Python Tkinter implementation to a C++ QT one
  • Retains features to create databases, import session data, map tokens from srcML files, and generate fixations
  • Added functionality to query fixations from the database using pre-built parameters or custom loaded queries