Releases: ACPixel/try
Releases · ACPixel/try
v0.2.0
Summary
- Make
try configan interactive editor fortry_dirandprune_on_use. - Add
try config showfor 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
Summary
- Add
try list,try prune, andtry configfor better daily management. - Add config support via
~/.config/try/configplusTRY_DIRandTRY_PRUNE_ON_USEoverrides. - 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.