Tags give the ability to mark specific points in history as being important
-
v2.3.3
c3889a3e · ·v2.3.3 * Fixed bug causing the main menu to display if the user only wanted to update the JSON file (dl-distro -u) * Added feature to select distribution by name or a JSON query for manual-download (@Gnu1) Full Commit Log: * https://codeberg.org/bashuser30/dl-distro/compare/v2.3.2...v2.3.3
-
v2.2.0
5401167c · ·v2.2.0 - Added CachyOS - Added Debian GNU/Hurd (@Gnu1) - Added Dragora GNU/Linux-Libre - Added Hyperbola GNU/Linux-libre - Added Nobara - Added Parabola GNU/Linux-libre - Added Pop!_OS - Added PureOS - Added Zorin OS - Updated NixOS short name from `nixos` to `nix`. Users must update to this version to continue downloading NixOS. Any scripts using `-d nixos` must be changed to `-d nix`. Full Commit Log: - https://codeberg.org/bashuser30/dl-distro/compare/v2.1.0...v2.2.0
-
v2.0.0
74064279 · ·v2.0.0 Main changes include: * Added an interactive main menu that displays all available distributions. Run dl-distro without any options. * Added a config file. There are currently only 4 options in the config file, the main one being a default download directory. * A man page has been created for dl-distro. * Bash completions for options and distributions have been created. Recommendations: * Generate a new config file with defaults pre-loaded: `dl-distro -c` * Purge the data directory. The directory structure has changed and you will need to re-fetch GPG keys during runtime: `dl-distro -P` * If you disabled JSON auto-updating, disable it again: `dl-distro -a` * Non-AUR users should remove the script from their `$PATH`. The provided `installer.sh` script will handle installation now. Full commit log: * https://codeberg.org/bashuser30/dl-distro/compare/v1.18.0...v2.0.0