Releases: devmatteini/dra
0.3.0
Added
-
Download and install some supported assets (
dra <repo> download --[i]nstall
).The supported assets are:
- Debian packages (
.deb
) - Tar archive with executable inside (
.tar.[gz|bz2|xz]
) - Zip file with executable inside (
.zip
)
- Debian packages (
Internals
Integration tests have been added to test the installation methods for the various supported assets.
For more information on how this tests works, read the docs.
0.2.3
0.2.2
0.2.1
Added
- Created
CONTRIBUTING.md
guidelines - Instructions for installing on Arch Linux from AUR, by
@orhun (See pull request) - Instructions for installing on Debian-based distributions.
0.2.0
Change application name from dag
to dra
.
dag
is widely used as the acronym of Directed Acyclic Graph.
To avoid any confusion I decided to rename this application to dra
.
The new name is the acronym of Download Release Asset
.
The repository url has changed as well: https://github.com/devmatteini/dra
0.1.0
Initial release of dag
.
Added
-
Select and download an asset from a repository (interactive)
-
Save a downloaded asset to custom file path (
dag <repo> download --output <path>
) -
Generate a pattern to auto select an asset to download (
dag <repo> untag
) -
Auto select and download an asset (
dag <repo> download --select <pattern>
).The
--select
value is the pattern generated bydag-untag
command