Releases: iTrace-Dev/iTrace-Toolkit
Releases · iTrace-Dev/iTrace-Toolkit
Alpha 0.2.2
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
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
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