Skip to content

v1.4.0

Compare
Choose a tag to compare
@tangkong tangkong released this 20 Feb 22:54
· 80 commits to master since this release
78f1aa3

v1.4.0 (2024-02-20)

Features

  • Adds script for converting pmgr configurations to atef checks.
  • Adds PagedTableWidget, and applies it to passive checkout group pages to substantially improve the loading performance of group pages with many, many comparisons.

Bugfixes

  • Catch RuntimeErrors from widget deletion during enum filling
  • Avoid running deleteLater on widgets that garbage collection handles, preventing segfaults

Maintenance

  • Make selection behavior more consistent by using QTreeView.setCurrentIndex() instead of manipulating the selection model
  • adds atef scripts subcommand for invoking existing scripts. Includes converter_v0 and pmgr_check scripts.

Contributors

  • tangkong

Full Changelog: v1.3.0...v1.4.0