Everything from 0.8.7
What's Changed
Experimental log batching
I've added an experimental feature that loads revisions in batches and request the next batch only if the cursor goes beyond the last loaded revision.
This should greatly improve the loading times, reduce the memory footprint and essentially make jjui
usable with huge repositories.
I have done my best to hide this behind a configuration flag which can be enabled by adding the following to your configuration file:
experimental_log_batching_enabled = true
New Contributors
Full Changelog: v0.8.7...v0.8.8