Skip to content

Commit

Permalink
Merge pull request #236 from tangkong/rel_1.4.0
Browse files Browse the repository at this point in the history
REL/DOC: Release Notes for v1.4.0
  • Loading branch information
tangkong authored Feb 20, 2024
2 parents 0296911 + 03afb5e commit 78f1aa3
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 133 deletions.
24 changes: 24 additions & 0 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@ Release History
###############


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



v1.3.0 (2023-12-19)
===================

Expand Down
23 changes: 0 additions & 23 deletions docs/source/upcoming_release_notes/226-enh_paged_table.rst

This file was deleted.

22 changes: 0 additions & 22 deletions docs/source/upcoming_release_notes/228-enh_pmgr_check.rst

This file was deleted.

22 changes: 0 additions & 22 deletions docs/source/upcoming_release_notes/229-mnt_pmgr_cli.rst

This file was deleted.

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions docs/source/upcoming_release_notes/234-bug_mmve_late_cb.rst

This file was deleted.

0 comments on commit 78f1aa3

Please sign in to comment.