v0.3.6
Fixed
- Git graph panel was blank after the 0.3.5 performance optimisation: the render loop was still reading from
self.rows(cleared by the fast path) instead ofdisplay_rows(), producing zero list items
self.rows (cleared by the fast path) instead of display_rows(), producing zero list items