Skip to content

Commit

Permalink
Updates to upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
theRookieCoder committed Apr 16, 2022
1 parent 20d9424 commit ca6bcb7
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 77 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog for Ferium

## [3.20.0] - 16.04.2022

- Added a `Downloadable` struct that represents (and be converted from) a mod file from Modrinth, GitHub Releases, or CurseForge
- There is now also a constant for the cross too ("×")
- Big changes to upgrading:
- Does not empty the output directory
- Checks if the latest compatible version is already downloaded, if so it does not download it again
- If there are files that are not the latest compatible version of a mod, then they are deleted. So _effectively_ the output directory is emptied

## [3.19.1] - 03.04.2022

- Added a sort command that sorts mods in alphabetical order
Expand Down
100 changes: 53 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ferium"
version = "3.19.1"
version = "3.20.0"
edition = "2021"
authors = ["Ilesh Thiada (theRookieCoder) <[email protected]>", "Daniel Hauck (SolidTux)"]
description = "Ferium is a CLI program for managing Minecraft mods from Modrinth, CurseForge, and Github Releases"
Expand Down
Loading

0 comments on commit ca6bcb7

Please sign in to comment.