index
:
modlist.git
main
refactor
modpack manager for minecraft with server support
fxqnlr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
files.rs
Commit message (
Collapse
)
Author
Age
*
added fallback if no primaries, removed prints
fxqnlr
2023-04-29
|
*
version bump, cargo fmt and cargo update
FxQnLr
2023-04-27
|
*
add auto create dirs, database and default config
fxqnlr
2023-04-24
|
*
added config argument, remove devdir
fxqnlr
2023-04-23
|
*
added caching, better data location
fxqnlr
2023-04-23
|
*
cargo fmt
fxqnlr
2023-04-20
|
*
Added adding of specific mod-version
fxqnlr
2023-02-19
|
*
Fixed update shit not correctly updating
fxqnlr
2023-02-05
|
*
fixed not downloading on mod add
fxqnlr
2023-01-29
|
*
Todos; fixed input with "-"
fxqnlr
2023-01-26
|
*
Added list version cmd, fixed some todos
fxqnlr
2023-01-22
|
*
input mostly inplemented, mods missing
fxqnlr
2023-01-19
|
*
implemented more Error (dumb)
fxqnlr
2023-01-09
|
*
added devdir; better config dir
fxqnlr
2022-12-28
|
*
added download with delete; new file format
fxqnlr
2022-12-09
|
*
groundwork for downloads; cleanup
FxQnLr
2022-12-07
|
*
remove mod start
FxQnLr
2022-12-03
|
*
basically update impl; added "good" download;
fxqnlr
2022-11-28
auto dl on new mod; db to 0.4; etc