Skip to content

v0.8.1

Compare
Choose a tag to compare
@GGP1 GGP1 released this 09 Nov 16:36
· 56 commits to master since this release

Release notes

Optimization

  • Do not create a goroutine for the idle timer when there's no timeout
  • Release timer and ticker resources after use.
  • Create a package for the database buckets so they can't be modified by other ones.
  • Optimize entries expiration calculation

Bug fix

  • Fix the timeout duration value when calculating the duration for the idle timer.
  • Add cleanup to restore the cursor state when a kill signal was received while the timer was running.
  • Make sig package safe for concurrent access.
  • Fix indentation for subfolders when listing records.

UX improvement

  • Print message when copying without a timeout.
  • Add support for session scripts concatenation.
  • Remove top empty line when printing a box in the ls commands.

Changelog

v0.8.0...v0.8.1