···2233All notable changes to this project will be documented in this file.
4455+## [0.6.1] - 2026-04-04
66+77+### Added
88+99+- **`pocketenv ps` command**: New CLI subcommand to list all running sandboxes in a formatted table showing name, base image, uptime, and creation time.
1010+1111+### Fixed
1212+1313+- **`push-directory` tar archive handling**: Fixed directory archiving to use `-C` with basename so paths inside the archive are relative. Non-directory paths are now handled correctly, and archives are compressed before being pushed to the sandbox. The sandbox side now decompresses the archive to the correct destination.
1414+1515+---
1616+517## [0.6.0] - 2026-03-31
618719### Added