-
v0.17.0a2e6e278 · ·
Enhanced error handling when a single ISO cannot be downloaded. All ISO sizes are fetched on application start so instead of bailing out, setting the internal dictionary's size property to 0, other ISOs may be still be downloaded.
-
v0.16.1283c32d4 · ·
## Update storage workflow and bump version to 0.16.1 Moved ISO checksum verification from the working directory to the storage directory for consistency and accuracy. This ensures that verification occurs after the file is moved, reducing redundancy and potential errors during intermediate steps. ## Relocate checksum verification to storage directory Replaced `out_dir` references with `storage_dir` for better clarity and updated related comments for consistency. Removed unused imports (`logging`, `Path`, `pprint`, etc.) to clean up the code. Incremented version from 0.15.2 to 0.16.1 to reflect these changes.
-
v0.15.20a8b89ec · ·
## Simplify type annotations and fix typos in comments. Updated type hints to use consistent terminology ('string' and 'dictionary') across all functions. Corrected various typos and improved comment clarity for better code readability and maintainability. ## Fix inconsistent return in get-iso cleanup function Adjusted the return logic to ensure consistent behavior in the cleanup function. By moving the return True inside the try block, the function now properly handles success and failure cases. This improves clarity and alignment with the intended flow. ## Update PROG_VERSION and fix key reference in JSON handling Bump the program version from 0.15.1 to 0.15.2. Correct JSON key reference for fetching the download size to ensure accurate access to the "minimal" image data.
-
v0.15.1b5cf42f6 · ·
Renamed temporary folder-related functions and variables for clarity. Enhanced checks for storage and working directory space requirements. Added fallback mechanisms and improved error handling for user-defined directories. Clarified the help description for the --temp-dir argument to highlight it uses a random temporary folder by default. This improves usability by making the default behavior more explicit to the user.
-
v0.15bc3c752f · ·
Updated ISO processing to account for available space on tmpfs and storage paritition Added option for user defined tmp dir. Added messages to clarify when tmp changes and improved error messages and error handling.
-
v0.14e8684e12 · ·
bump version
-
v0.13d713ae27 · ·
-
-
-
-
-
-
-
-