-
v1.11.08de119f2 · ·
v1.11.0 Key change with this release: - Fetch the latest JSON file from the master branch for use. With this release `dl-distro` will now fetch the latest JSON file from the master branch if not found locally. This change is so users won't have to update in the event of version bumps, filename changes, etc. The ability to use a local JSON file remains. More details can be found in the updated README.md Full commit log: https://codeberg.org/bashuser30/dl-distro/compare/v1.10.1...v1.11.0
-
v1.10.1f205b66b · ·
v1.10.1 Expanded support for `Fedora`: https://fedoraproject.org - Added Fedora Cloud - Added Fedora Labs - Added Fedora Sericea - Added Fedora Kinoite - Added Fedora IoT - Added ppc64le to Fedora Silverblue - Added ppc64le and s390x to Fedora Server - Added ppc64le to Fedora Workstation `dl-distro` now supports `275` ISOs from `14` distributions. Full commit log: https://codeberg.org/bashuser30/dl-distro/compare/v1.10.0...v1.10.1
-
v1.9.176bfdd49 · ·
v1.9.1 Removed unnecessary data from the `distro_data.json` file from last release. This data was leftover from a previous version of the file I was editing. I don't think issues would arise in last version but releasing the deleted data version. Full commit log: https://codeberg.org/bashuser30/dl-distro/compare/v1.9.0...v1.9.1
-
v1.9.06cb827a2 · ·
v1.9.0 Added support for `OpenBSD`: https://openbsd.org All images offered by the OpenBSD team are supported by `dl-distro`. `signify` is required to verify their images. New optional dependency added. `dl-distro` now supports `235` ISOs from `13` distributions. Full commit log: https://codeberg.org/bashuser30/dl-distro/compare/v1.8.1...v1.9.0
-
v1.8.1f588bf35 · ·
v1.8.1 This release introduces a QoL change. Instead of using the user's GPG keyring and polluting it with various distribution keys, we are now using a dedicated GPG keyring for `dl-distro`. The directories for the keyring are as follows: - `$XDG_DATA_HOME/dl-distro` - `$HOME/.local/share/dl-distro` `dl-distro` should take care of everything, but as always, if an error occurs during fetching from the keyserver, manual intervention is required, or skipping verification. Updated [Error Importing Signing Key](https://codeberg.org/bashuser30/dl-distro#error-importing-signing-key) section of README.md. A new option is also introduced with this release: `-l, --listkeys` This will list the keys saved in the dedicated keyring. Full commit log: https://codeberg.org/bashuser30/dl-distro/compare/v1.8.0...v1.8.1
-
v1.6.084b4ec62 · ·
v1.6.0 Added support for Parrot OS and also added a new option, `-n` or `--noverify`. This will skip GPG fetching and verification. Ideally only use if GPG fetching fails but you still want to download the ISO. `dl-distro` now supports `133` ISOs from `10` distributions. Full commit log: https://codeberg.org/bashuser30/dl-distro/compare/v1.5.2...v1.6.0
-
v1.5.1865be0fb · ·
v1.5.1 Canonical has released Ubuntu 23.10. - https://canonical.com/blog/canonical-releases-ubuntu-23-10-mantic-minotaur NOTE: At the time of this release, there is an issue with the desktop ISO and it is currently unavailable. It should be fixed very shortly. - https://discourse.ubuntu.com/t/announcement-ubuntu-desktop-23-10-release-image-is-being-updated-to-resolve-a-malicious-translation-incident/39365 Full commit log: https://codeberg.org/bashuser30/dl-distro/compare/v1.5.0...v1.5.1
-
v1.5.04330ecd0 · ·
v1.5.0 Added support for Tails. - 2 ISOs are available, USB & DVD/VM. - Tails does not provide checksum files so checksum verification is skipped. Full commit log: https://codeberg.org/bashuser30/dl-distro/compare/v1.4.6...v1.5.0
-
v1.4.6000261df · ·
v1.4.6 - Updated Debian to `12.2.0`. - https://www.debian.org/News/2023/20231007 Full commit log: https://codeberg.org/bashuser30/dl-distro/compare/v1.4.5...v1.4.6
-
v1.4.574f55e22 · ·
v1.4.5 - Added support for Mint's new "Edge" ISO. - Usage is now: dl-distro [OPTIONS] [DISTRO] [PATH] Full commit log: https://codeberg.org/bashuser30/dl-distro/compare/v1.4.4...v1.4.5
-
v1.4.42ab77d1a · ·
v1.4.4 LMDE 6 - LMDE 6 "Faye" has just released: https://blog.linuxmint.com/?p=4570 - Also added supported for 32-bit LMDE images. Full commit log: https://codeberg.org/bashuser30/dl-distro/compare/v1.4.3...v1.4.4
-
v1.4.3d3c5dd66 · ·
v1.4.3 Switched openSUSE Leap filenames to use a static name, "Media", instead of "BuildXXX.X". If you download Leap from the site normally and try to verify the checksum you will get an error because you will download a "BuildXXX.X" ISO not the "Media" ISO that is currently in the SHA file. Examples: ISO file that is linked on the SUSE website. `openSUSE-Leap-15.5-NET-x86_64-Media.iso` ISO file you will get from the SUSE website. `openSUSE-Leap-15.5-NET-x86_64-Build491.1-Media.iso` Contents of paired SHA file. `a2f7f2f1b6b3d3ef96f5c8f804d87ebd01e5cf982357c533f4c39c33cd20ec56 openSUSE-Leap-15.5-NET-x86_64-Media.iso` As you can see the SHA file contains a different filename resulting in an error. The devs will likely change this so the SHA file will have the "BuildXXX.X" scheme. This commit will enable us to read the SHA file for the ISO name for Leap AND Tumbleweed now, ensuring we always wget the latest "Build" for Leap and "Snapshot" for Tumbleweed. Full commit log: https://codeberg.org/bashuser30/dl-distro/compare/v1.4.2...v1.4.3