Skip to content

v1.1.0

Compare
Choose a tag to compare
@ShenhanQian ShenhanQian released this 19 Oct 16:11
· 29 commits to main since this release

The smoothness and efficiency of the program is improved by

  1. Keep separate tables for jobs and GPUs.
  2. Only updating changed cells in a table instead of re-writing the whole table.
  3. Conduct table updates in threads to avoid blocking UI operations.
  4. Keep sorting configurations after refreshing.
  5. Load the job log since the point of the last change instead of re-loading the whole file.
  6. Enable automatic refresh by default.