Release 1.2.0
What's Changed
- Bump version to 1.2.0 in Cargo.toml and Cargo.lock (e203a71)
- Remove deprecated config.toml file and its associated repository settings (b604ef9)
- Refactor PyPI import function to support overwrite option and enhance package file handling (e196a9a)
- Update security check logic in download command to be enabled by default (fafb792)
- Add progress indicators for file uploads in import functions (6aaf37f)
- Translate security advisory messages to Chinese in README and logging output (b2be467)
- Fix cargo mirror configuration and enhance error handling in download script (fe3d65b)
- Enhance download script output with formatted messages and progress indicators for Maven, npm, PyPI, Cargo, and Conan dependencies (79a388d)
- Add example config file with comments and update existing values (81f951e)
- Update README and SKILL documentation to clarify security check options for dependency downloads (e949661)
- Enhance DownloadArgs to include security check options and update to_docker_mount_path for better path handling on Windows (bda18ab)
Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x86_64 | dep-porter-linux-amd64.tar.gz |
| Linux | aarch64 | dep-porter-linux-arm64.tar.gz |
| Windows | x86_64 | dep-porter-windows-amd64.zip |
| macOS | x86_64 | dep-porter-macos-amd64.tar.gz |
| macOS | aarch64 | dep-porter-macos-arm64.tar.gz |
Each archive contains the dep-porter binary (or dep-porter.exe on Windows).
Docker Image
docker pull gudaoxuri/dep-downloader:latestFull Changelog: v1.1.1...v1.2.0