Releases: sdotee/cli
Releases · sdotee/cli
v1.2.0
Changelog
- 622588e /* * Copyright (c) 2026 Ming Lyu, aka mingcheng * * This source code is licensed under the MIT License, * which is located in the LICENSE file in the source tree's root directory. * * File: MERGE_MSG * Author: mingcheng mingcheng@apache.org * File Created: 2026-02-27 00:23:38 * * Modified By: mingcheng mingcheng@apache.org * Last Modified: 2026-02-27 00:23:38 */
- 53ea7d9 Add .mise.toml configuration and update version to 1.1.0 in Makefile
- 98e55f3 Add command to list available text domains and update sdk.go dependency to v1.0.1
- 0c42c01 Add command to retrieve temporary download URL for private files
- e59f27c Merge pull request #1 from sdotee/develop
- 89cc90b Update Go version to 1.26 and sdk.go dependency to v1.2.0
- 56c1f87 Update version to 1.2.0 and improve error handling in commands
v1.0.1
v1.0.0
Changelog
- 2c0c624 Add GoReleaser configuration and versioning support
- 1d3fce4 Add MIME type validation to readContent and enhance tests for non-text files
- 34f89a2 Add file management commands for upload, delete, and domains with tests
- 6bb6bf9 Enhance file upload and delete commands to support multiple files and update tests for argument validation
- 39b67d1 Enhance readContent function to check stdin only when not reading from stdin and add comprehensive tests for readContent functionality
- d70b0ae Refactor client usage to apiClient for consistency and clarity
- 0cfce63 Replace go build and test with make build
- f12425d Update Go workflow name and Go version to 1.21
- 3394485 Update README to support multiple file uploads and deletions; update dependencies in go.mod and go.sum
- 6985be7 initial commit