Skip to content

Releases: ShenhanQian/slurmui

v1.1.8

20 Nov 10:33
Compare
Choose a tag to compare
  • More informative title bar
  • Extended dynamic key bindings

v1.1.2

05 Nov 12:59
Compare
Choose a tag to compare
  • Alleviate latency for large log files.
  • Auto scroll only when at the last line

v1.1.0

19 Oct 16:11
Compare
Choose a tag to compare

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.

v1.0.0

13 Oct 13:12
Compare
Choose a tag to compare
Adopt semantic versioning. Bump to 1.0.0 because of API change.