Releases: CloudzyVPS/cli
Releases · CloudzyVPS/cli
v1.0.2-beta.2
What's Changed
- Fix missing build command in release workflow by @Copilot in #17
Full Changelog: v1.0.2-beta.1...v1.0.2-beta.2
v1.0.2-beta.1
What's Changed
- Apply trailing slash sanitization to API_BASE_URL by @Copilot in #5
- [WIP] Implement automatic update functionality for CLI tool by @Copilot in #6
- Beta by @tayyebi in #7
- Fix missing status_display, add format_status docs, refactor InstanceView initialization by @Copilot in #8
- Beta by @tayyebi in #11
- Implement Complete API Feature Set: Change OS, Snapshots, Applications, Floating IPs, Backups, Custom ISO/Images, and SSH Key Details by @Copilot in #10
- Align Rust models with OpenAPI schema and remove dead code suppressions by @Copilot in #13
- Add OpenAPI-aligned struct fields and implement screen-size specific CSS architecture (300px-4K) by @Copilot in #14
- Add OpenAPI-aligned fields and mobile-first responsive design (300px-4K+) by @Copilot in #15
New Contributors
Full Changelog: v1.0.2...v1.0.2-beta.1
v1.0.2
What's Changed
- Mask API tokens in request logs by @Copilot in #1
- Implement Phase 1 self-update core infrastructure by @Copilot in #2
- Add pagination support for instances listing in CLI and web interface by @Copilot in #3
- Remove refund functionality from web and CLI interfaces by @Copilot in #4
New Contributors
- @Copilot made their first contribution in #1
Full Changelog: v1.0.1-beta...v1.0.2
Initial Release
v1.0.1-beta add comfy-table and terminal-size dependencies; enhance error and sta…