Skip to content

0.9.9.6-beta

Compare
Choose a tag to compare
@avan06 avan06 released this 10 Sep 23:37
· 29 commits to main since this release
  • CheatGridView has been changed to VirtualMode, improving processing speed.

  • Fixed an issue that occurred when searching in the Query window and then refreshing, which caused abnormal behavior. #32

  • Added the CheatGridViewGroupByEnabled option, which allows you to enable or disable the grouping feature in CheatGridView.
    Determines whether to enable the GroupByEnabled feature in CheatGridView. When enabled, Cheat items will be grouped. If you have a large number of Cheat items, you may consider disabling this feature to speed up Cheat loading. After setting this, you need to restart the program for it to take effect. Default enabled.

  • Improved the issue where clicking any column would result in the selection of SectionView checkboxes #30
    when "SectionViewFullRowSelect" is enabled in the Query window. This happened due to VirtualMode having limited support for checkboxes, resulting in changed behavior. Now, it has been changed so that only clicking the first column will select the checkbox.