Added
- Modrinth API support (you can now download mods from modrinth as well) [11](https://github.com/Senth/minecraft-mod-manager/issues/11)
- Can parse and download Forge mods
- Filter installed mod by Fabric/Forge using `--mod-loader` argument [18](https://github.com/Senth/minecraft-mod-manager/issues/18)
Changed
- Restructured the whole project and added lots of test.
- Now uses Curse API instead of Selenium with Chrome, thus you don't have to have Chrome installed and more futureproof.
- Improved README with examples and minimum python requirement
Fixed
- Mods weren't saved correctly to the DB sometimes.
- Doesn't crash when mod isn't fabric [17](https://github.com/Senth/minecraft-mod-manager/issues/17)
- No longer can update to a wrong version (switching between fabric/forge version) [10](https://github.com/Senth/minecraft-mod-manager/issues/10)