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