Commit graph

8 commits

Author SHA1 Message Date
Yuhki
06e10b1f78 small cleanup in main.rs and updated config function to ask the user wether to download default or preload if both exist in index response 2025-03-27 17:54:22 +01:00
Yuhki
a4e0248ea5 moved some functions into respective files 2025-03-27 17:17:32 +01:00
Yuhki
4e0667371d very minor change to title to display clear info 2025-03-26 03:57:48 +01:00
Yuhki
fad1c96da4 updated / improved ctrlc handling 2025-03-26 03:53:16 +01:00
Yuhki
895e285c00 added proper eta calculation and file processing 2025-03-26 03:38:15 +01:00
Yuhki
bc558a8714 project restructure 😔
rewrote some stuff, cleaned some code up and i dont even remember what else 😭
2025-03-25 17:40:32 +01:00
Yuhki
f71d6d5d6c major downloader improvements
- Added support for multiple CDN fallbacks from index.json configuration
- Implemented GZIP response handling for all requests
- Added version selection menu via GitHub Gist index
- Improved error handling and logging system
- Added progress tracking in window title
- Removed file count from console output (kept in title only)
- Enhanced download reliability with retries and checksum verification
- Added proper cleanup on Ctrl+C interrupt
- Refactored code structure for better maintainability
2025-03-25 14:48:00 +01:00
Yuhki
35809fc1e8 remake in rust 2025-03-25 07:17:28 +01:00