Skip to content

Commit ca6bcb7

Browse files
Updates to upgrading
1 parent 20d9424 commit ca6bcb7

File tree

4 files changed

+153
-77
lines changed

4 files changed

+153
-77
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog for Ferium
22

3+
## [3.20.0] - 16.04.2022
4+
5+
- Added a `Downloadable` struct that represents (and be converted from) a mod file from Modrinth, GitHub Releases, or CurseForge
6+
- There is now also a constant for the cross too ("×")
7+
- Big changes to upgrading:
8+
- Does not empty the output directory
9+
- Checks if the latest compatible version is already downloaded, if so it does not download it again
10+
- 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
11+
312
## [3.19.1] - 03.04.2022
413

514
- Added a sort command that sorts mods in alphabetical order

Cargo.lock

Lines changed: 53 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ferium"
3-
version = "3.19.1"
3+
version = "3.20.0"
44
edition = "2021"
55
authors = ["Ilesh Thiada (theRookieCoder) <[email protected]>", "Daniel Hauck (SolidTux)"]
66
description = "Ferium is a CLI program for managing Minecraft mods from Modrinth, CurseForge, and Github Releases"

0 commit comments

Comments
 (0)