Skip to content

v0.1.0

Choose a tag to compare

@ACPixel ACPixel released this 11 May 05:16
· 1 commit to main since this release

Summary

  • Add try list, try prune, and try config for better daily management.
  • Add config support via ~/.config/try/config plus TRY_DIR and TRY_PRUNE_ON_USE overrides.
  • Enable automatic pruning by default and add schema migrations with existing databases treated as v0.
  • Normalize new folder names into safer dated slugs.

Verification

  • go build ./...
  • go test ./...
  • Smoke-tested create, list, config, pruning, and schema migration behavior with temporary directories.