summaryrefslogtreecommitdiff
path: root/src/files.rs
Commit message (Collapse)AuthorAge
* changed a whole lot og references, fuck rustfxqnlr2023-05-25
|
* added more progressfxqnlr2023-05-25
|
* added multithreaded downloads and progressbarfxqnlr2023-05-21
|
* added fallback if no primaries, removed printsfxqnlr2023-04-29
|
* version bump, cargo fmt and cargo updateFxQnLr2023-04-27
|
* add auto create dirs, database and default configfxqnlr2023-04-24
|
* added config argument, remove devdirfxqnlr2023-04-23
|
* added caching, better data locationfxqnlr2023-04-23
|
* cargo fmtfxqnlr2023-04-20
|
* Added adding of specific mod-versionfxqnlr2023-02-19
|
* Fixed update shit not correctly updatingfxqnlr2023-02-05
|
* fixed not downloading on mod addfxqnlr2023-01-29
|
* Todos; fixed input with "-"fxqnlr2023-01-26
|
* Added list version cmd, fixed some todosfxqnlr2023-01-22
|
* input mostly inplemented, mods missingfxqnlr2023-01-19
|
* implemented more Error (dumb)fxqnlr2023-01-09
|
* added devdir; better config dirfxqnlr2022-12-28
|
* added download with delete; new file formatfxqnlr2022-12-09
|
* groundwork for downloads; cleanupFxQnLr2022-12-07
|
* remove mod startFxQnLr2022-12-03
|
* basically update impl; added "good" download;fxqnlr2022-11-28
auto dl on new mod; db to 0.4; etc