Skip to content

Commit 3baa0c6

Browse files
Add multiple mods at once!
And other bug fixes and code improvements
1 parent f894d3e commit 3baa0c6

File tree

15 files changed

+553
-296
lines changed

15 files changed

+553
-296
lines changed

CHANGELOG.md

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

3+
## `v4.6.0`
4+
### 11.06.2024
5+
6+
#### You can now add multiple mods at once! ([#175](https://github.com/gorilla-devs/ferium/issues/175))
7+
8+
- Features
9+
- Adding mods has been significantly improved
10+
- No matter how many mods you add, there will only be a maximum of 3 network requests (for each platform)
11+
- The `--ignore-game-version` and `--ignore-mod-loader` flags will only work when adding a single mod, since these are meant for fine-tuning
12+
13+
- Bug Fixes
14+
- Fix `No such file or directory (os error 2)` when downloading some specific modpacks ([#402](https://github.com/gorilla-devs/ferium/issues/402))
15+
- Fix issues with the active profile/modpack index changing when deleting profiles/modpacks
16+
- Fix `--ignore-mod-loader` not working with curseforge mods ([#417](https://github.com/gorilla-devs/ferium/issues/417))
17+
18+
- Internal Changes
19+
- Use `.eq_ignore_ascii_case()` where appropriate
20+
- Use `anyhow::ensure!()` where appropriate
21+
- Use `.ok_or_else()` where appropriate
22+
- Replace `!__.is_relative()` with `.is_absolute()`
23+
324
## `v4.5.2`
425
### 23.02.2024
526

0 commit comments

Comments
 (0)