## zftop v0.2.0 — Pools view                                                                                                                                                                                                              
                                                                                                                                                                                                                                            
  The second major release: zftop now has three tabs. Overview gives you a                                                                                                                                                                  
  one-screen alarm summary (memory, ARC, pool health). Pools shows the full                                                                                                                                                                 
  inventory with health, capacity, fragmentation, scrub state, and a                                                                                                                                                                        
  drilldown vdev tree that matches `zpool status`. ARC is the v0.1 screen,                                                                                                                                                                  
  unchanged.                                                                                                                                                                                                                                
                                                                                                                                                                                                                                            
  **Single binary, any libzfs.** v0.2 loads libzfs at runtime via `dlopen`                                                                                                                                                                  
  and falls through a list of sonames, so one `zftop-linux-amd64` works on
  Debian 11/12, Ubuntu 20.04/22.04/24.04, Arch, Fedora, and anywhere else                                                                                                                                                                   
  with OpenZFS installed — regardless of whether your distro ships                                                                                                                                                                          
  `libzfs.so.2`, `.so.4`, `.so.6`, or `.so.7`.                                                                                                                                                                                              
                                                                                                                                                                                                                                            
  See `--help` for the new key bindings (tab navigation, pool selection,                                                                                                                                                                    
  detail drilldown).