Skip to content

v1.0.9

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 03:56
4e579e8

Changelog

  • 1d1a696 build(goreleaser): update .goreleaser.yml
  • 30f211e ci(goreleaser): ignore "Merge pull request" while generating changelog
  • 800724e ci(pre-commit): add .pre-commit-config.yaml
  • 9d067fe ci: do not deploy to a dokku host
  • d0a6932 feat(notification): generalize a notifier interface
  • 3fbd733 feat(putio): ensure a file deletion would not happen when cleanup task runs
  • 541b55c feat(putio): make the maximum number of active tasks configurable
  • 40fa6d4 feat(rclone): respect RCLONE_TRANSFERS in environment variables
  • 79625f9 feat(rclone): use copy instead of move
  • 7e5c472 feat(rclone): use the configuration from global environment
  • 1dc8162 fix(goreleaser): downgrade to v1
  • 5153b80 fix(goreleaser): rclone requires Golang 1.20
  • 329131a fix(goreleaser): replace --rm-dist with --clean
  • 1a7c677 fix(putio): SimultaneousDownloadLimit is no longer available
  • 91b7ffe fix(rclone): fix the command arguments for moving small files
  • 8b306ce fix(rclone): use copy instead of move to transfer single file
  • 9fdcb5e fix(rename): do not treat "SIX" as season 9
  • 5d01acb refactor(rclone): rename some global variables
  • 440800d refactor(rclone): use golang.org/x/sync/semaphore instead of a channel
  • c5b71c8 refactor(utils/rename.go): unnecessary type arguments