Skip to content

Releases: leynier/gh-folder-download

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 06:34

What's Changed

  • fix: update workflow name for consistency (cdb0b03)
  • feat: add GitHub Actions workflow for automated release process (d70d029)
  • chore: update version to 1.0.0 in pyproject.toml (e235682)
  • fix: enhance cache management and validation logic (14239dd)
  • fix: improve error handling and cache management (0391eb5)
  • chore: remove sample configuration file (c3d33dd)
  • refactor: update type hints for improved clarity and consistency (5c3a560)
  • feat: introduce configuration management and advanced file filtering (807b0f5)
  • feat: enhance progress tracking and user experience in CLI (c2a6fcd)
  • feat: enhance performance with parallel downloads and intelligent caching (d2a217f)
  • feat: implement file integrity verification and enhanced retry mechanisms (54db06f)
  • feat: enhance logging and download features in CLI (f714b8d)
  • chore: migrate to uv (76b25c2)
  • chore: make lower case the name if file of readme, contributing and code of conduct (c0a48bc)
  • Merge pull request #5 from leynier/dependabot/pip/certifi-2023.7.22 (2c3fd2e)
  • Merge pull request #8 from leynier/dependabot/pip/urllib3-1.26.18 (a5ae3b0)
  • chore(deps): bump urllib3 from 1.26.17 to 1.26.18 (151c6c6)
  • Merge pull request #7 from leynier/dependabot/pip/urllib3-1.26.17 (09b46ef)
  • chore(deps): bump urllib3 from 1.26.11 to 1.26.17 (98985f0)
  • chore(deps): bump certifi from 2022.12.7 to 2023.7.22 (27711df)
  • Merge pull request #4 from leynier/dependabot/pip/pygments-2.15.0 (f8bebf5)
  • chore(deps): bump pygments from 2.13.0 to 2.15.0 (6b63d92)
  • Merge pull request #3 from leynier/dependabot/pip/requests-2.31.0 (3885d53)
  • chore(deps): bump requests from 2.28.1 to 2.31.0 (4623044)
  • Merge pull request #2 from leynier/dependabot/pip/certifi-2022.12.7 (b4c7a57)
  • chore(deps): bump certifi from 2022.6.15 to 2022.12.7 (3871cdd)
  • docs: improve readme file (31e4ce4)
  • chore: remove gh action for publish (c806e36)

Full Changelog: v0.1.0...v1.0.0

Installation

pip install gh-folder-download
# or
uv add gh-folder-download

What's Changed

  • chore(deps): bump certifi from 2022.6.15 to 2022.12.7 by @dependabot in #2
  • chore(deps): bump requests from 2.28.1 to 2.31.0 by @dependabot in #3
  • chore(deps): bump pygments from 2.13.0 to 2.15.0 by @dependabot in #4
  • chore(deps): bump urllib3 from 1.26.11 to 1.26.17 by @dependabot in #7
  • chore(deps): bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #8
  • chore(deps): bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #5

New Contributors

Full Changelog: v0.1.0...v1.0.0

v0.1.0

Choose a tag to compare

@leynier leynier released this 22 Aug 07:28