Skip to content

Cmdr v0.36.1

Choose a tag to compare

@github-actions github-actions released this 25 Jul 14:21
cbc0579

Cmdr could balloon to tens of gigabytes of memory within minutes of launching; that's fixed. Network drives stop
hoarding NAS snapshot folders in the index, and switching drive indexing off now really stops every drive.

Fixed

  • Fix Cmdr ballooning to tens of gigabytes of memory shortly after launch
    (28967ce8,
    fb874666,
    89d2befb)
  • Fix a network drive re-indexing itself at every launch while drive indexing is off
    (27227669)
  • Keep NAS snapshot folders out of the drive index, so a share's file count and size are real
    (1046a5d2,
    6d260eba,
    c802ed91,
    85c3777e)
  • Fix error reports failing to send when you leave the note empty
    (326ccf12,
    b3fd57d3)
  • Drop "Send error report…" from the toast that reports a failed send
    (22001eed)

Changed

  • Cut memory for a big network drive's folder tree by two thirds, and load it three times faster
    (0f6663b8)
  • Grey out the per-drive indexing controls while the main drive-indexing switch is off
    (50b0cb5d)
  • Make the memory safeguard measure Cmdr's real memory use and keep watching after it steps in
    (7230e86f,
    f7631999)

Non-app

  • Document that vmmap reports Cmdr's Rust heap under a GPU name, and how to measure memory properly
    (b4b2c175,
    76bafde1)
  • Add a test helper that proves a hot path doesn't allocate per row
    (f3e76419)