Skip to content

Releases: ACPixel/try

v0.2.0

11 May 05:27

Choose a tag to compare

Summary

  • Make try config an interactive editor for try_dir and prune_on_use.
  • Add try config show for non-interactive config inspection.
  • Split the codebase into focused files for config, database migrations, folder operations, UI, shared types, and utilities.
  • Preserve existing behavior for folder creation, fuzzy jumping, listing, pruning, config loading, and migrations.

Verification

  • go build ./...
  • go test ./...
  • Smoke-tested config inspection, create, list, and automatic pruning with isolated temporary directories.

v0.1.0

11 May 05:16

Choose a tag to compare

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.