Devmatteini Dag Versions Save

A command line tool to download release assets from GitHub

0.5.3

2 months ago

This is a maintenance release that updates our dependencies.

Documentation

  • Add missing commas, correction of spelling errors by @patsevanton (#184)
  • Add more usage examples to dra --help

Updated dependencies

  • bump walkdir from 2.4.0 to 2.5.0
  • bump ureq from 2.9.1 to 2.9.6
  • bump indicatif from 0.17.7 to 0.17.8
  • bump predicates from 3.0.4 to 3.1.0
  • bump serde from 1.0.193 to 1.0.197
  • bump uuid from 1.6.1 to 1.7.0
  • bump assert_cmd from 2.0.12 to 2.0.14
  • bump ctrlc from 3.4.1 to 3.4.4
  • bump clap from 4.4.10 to 4.5.2
  • bump clap_complete from 4.4.4 to 4.5.1

0.5.2

5 months ago

Added

  • dra now supports proxy environment variables like all_proxy (#171)

Fixed

  • update sct from 0.7.0 to 0.7.1 to improve support for RISCV64 architecture by @Xunop (#172)

0.5.1

5 months ago

Added

  • dra now provides release asset for macOS arm64

Changed

  • dra-download option --output <OUTPUT> now also support directory paths.
    dra download -s helloworld.tar.gz --output ~/Downloads devmatteini/dra-tests
    # output: ~/Downloads/helloworld.tar.gz
    

0.5.0

5 months ago

Added

  • Automatically select and download an asset based on your operating system and architecture with dra download -a <REPO>

Updated dependencies

  • bump serde from 1.0.190 to 1.0.193
  • bump clap from 4.4.7 to 4.4.10

0.4.8

6 months ago

This is a maintenance release that updates our dependencies.

Updated dependencies

  • bump dialoguer from 0.10.4 to 0.11.0
  • bump walkdir from 2.3.3 to 2.4.0
  • bump test-case from 3.1.0 to 3.3.1
  • bump predicates from 3.0.3 to 3.0.4
  • bump flate2 from 1.0.26 to 1.0.28
  • bump tar from 0.4.38 to 0.4.40
  • bump assert_cmd from 2.0.5 to 2.0.12
  • bump serde from 1.0.160 to 1.0.190
  • bump ureq from 2.6.2 to 2.9.1
  • bump indicatif from 0.17.4 to 0.17.7
  • bump clap_complete from 4.2.1 to 4.4.4
  • bump clap from 4.2.5 to 4.4.7
  • bump ctrlc from 3.2.5 to 3.4.1
  • bump zip from 0.6.4 to 0.6.6
  • bump uuid from 1.3.2 to 1.6.1
  • bump actions/checkout from 3 to 4
  • bump dependabot/fetch-metadata from 1.4.0 to 1.6.0

0.4.7

1 year ago

Fixed

Install release asset when tmp directory is on a different file system (#121)

Updated dependencies

  • bump predicates from 2.1.5 to 3.0.3
  • bump test-case from 2.2.2 to 3.1.0
  • bump dependabot/fetch-metadata from 1.3.6 to 1.4.0
  • bump uuid from 1.3.0 to 1.3.2
  • bump dialoguer from 0.10.3 to 0.10.4
  • bump flate2 from 1.0.25 to 1.0.26
  • bump clap from 4.1.11 to 4.2.5
  • bump clap_complete from 4.1.5 to 4.2.1
  • bump serde from 1.0.158 to 1.0.160

0.4.6

1 year ago

Added

  • Download and install .tgz assets.

Development

  • Use dtolnay/rust-toolchain GitHub Actions instead of actions-rs/toolchain which is not maintained anymore

Updated dependencies

  • bump serde from 1.0.152 to 1.0.158
  • bump clap from 4.1.4 to 4.1.11
  • bump clap_complete from 4.1.1 to 4.1.5
  • bump walkdir from 2.3.2 to 2.3.3
  • bump uuid from 1.2.2 to 1.3.0
  • bump ctrlc from 3.2.4 to 3.2.5

0.4.5

1 year ago

Added

  • dra now provides release for linux x86_64 musl (#94)

0.4.4

1 year ago

Removed :warning: Breaking Changes :warning:

The --copy flag of dra-untag added in the previous release has been removed for some issues on different linux desktop environments. There was no good solution that worked reliably everywhere, so it was decided to completely remove it since it's not worth the hassle for a "nice to have" feature like this (055a4bc).

0.4.3

1 year ago

Added

  • dra untag now has --copy flag to copy the untagged asset to clipboard (available on Linux Wayland & X11, macOS, Windows) (#90)

Development

  • devmatteini/dra-ubuntu-base docker image now uses ubuntu22.04 as base image

Updated dependencies

  • ureq from 2.5.0 to 2.6.2
  • bumpalo from 3.8.0 to 3.12.0
  • clap_complete from 4.0.5 to 4.1.1
  • clap from 4.0.26 to 4.1.4
  • dialoguer from 0.10.2 to 0.10.3
  • indicatif from 0.17.2 to 0.17.3
  • serde from 1.0.147 to 1.0.152
  • predicates from 2.1.3 to 2.1.5
  • ctrlc from 3.2.3 to 3.2.4
  • flate2 from 1.0.24 to 1.0.25
  • bzip2 from 0.4.3 to 0.4.4