Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Releases: Tom-The-Geek/modrinth-cli

Version 2.0!

24 Feb 11:50
3e64518
Compare
Choose a tag to compare

Rewritten in rust to be native and not need Java \o/
All mod lists should be compatible, and it should be able to use the caches of the original Java version.
If you want a Mac version, you have to build it from source, it's not that hard.

Version 1.1

14 Feb 14:06
25fd516
Compare
Choose a tag to compare

Changes:

+ Improved JAR caching system (it actually uses hashes now!)

Cache comparison (using windows' tree command)

// Old
C:\USERS\TOM\.MODRINTH-CLI-CACHE
├───fabric-api-0.30.2+1.17.jar
├───inspecio-1.0.1+20w51a.jar
├───lambdabettergrass-fabric-1.1.0+21w05b.jar
├───modmenu-2.0.0-beta.2.jar
├───okzoomer-5.0.0-beta.1+21w03a.jar
└───phonos-0.1.1.01-beta-snapshot--21w05.jar

// New
C:\USERS\TOM\.MODRINTH-CLI-CACHE
├───2Uev7LdA
│   └───JiU63vNt
│       └───56a3acbbd49aa0d11a8d79cc047c0e3aefbeac77.cache
├───a93H3mKU
│   └───5nUnR4gM
│       └───b9c57dcec6c2e6fb54df033ac8bd43850e20299a.cache
└───aXf2OSFU
    └───kvcXLIhw
        └───b828e356684aa4ca5139ea1d8c2da9e205467fc7.cache

Version 1.0

13 Feb 20:46
Compare
Choose a tag to compare

Changes:

+ Download, update and remove mods
+ Share your mod list with friends by sending them the modrinth-mods.toml file!
- TODO: Better caching of mod JARs (maybe also verify hashes after download)