github idursun/jjui v0.8.8

latest releases: v0.9.3, v0.9.2, v0.9.1...
3 months ago

Everything from 0.8.7

What's Changed

  • fix: allow build version to be set from ldflags by @lvignoli in #81

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

Don't miss a new jjui release

NewReleases is sending notifications on new releases.