@@ -359,7 +359,7 @@ Add the following to the top of your config file at `~/.config/ferium/config.jso
359
359
360
360
- Update to Libium 1.12
361
361
- Improved upgrade code to be faster and more clean
362
- - Immediately fail if rate limit error occured
362
+ - Immediately fail if rate limit error occurred
363
363
- Somewhat fixes [ #51 ] ( https://github.com/theRookieCoder/ferium/issues/51 )
364
364
- Show the file size when downloading files
365
365
@@ -530,12 +530,12 @@ Removed error handling
530
530
## [ 3.16.0] - 28.03.2022
531
531
532
532
- Moved ` add.rs ` to libium
533
- - Small edits to accomodate changes in libium 1.4
533
+ - Small edits to accommodate changes in libium 1.4
534
534
- Massively simplified error handling, planning to replace with ` anyhow ` soon as it useless
535
535
536
536
## [ 3.15.3] - 26.03.2022
537
537
538
- Small tweaks to accomodate the changes in ` ferinth ` and ` libium `
538
+ Small tweaks to accommodate the changes in ` ferinth ` and ` libium `
539
539
540
540
## [ 3.15.2] - 26.03.2022
541
541
@@ -545,7 +545,7 @@ Small tweaks to accomodate the changes in `ferinth` and `libium`
545
545
## [ 3.15.1] - 25.03.2022
546
546
547
547
- Added hidden ` config-file ` argument
548
- - Massively improved integration tests. They are now independant from each other and can run in parallel
548
+ - Massively improved integration tests. They are now independent from each other and can run in parallel
549
549
550
550
## [ 3.15.0] - 24.03.2022
551
551
@@ -573,7 +573,7 @@ Switched from make to [just](https://github.com/casey/just)
573
573
574
574
## [ 3.13.0] - 02.03.2022
575
575
576
- - Moved all the subcommand functions in ` main.rs ` to seperate files
576
+ - Moved all the subcommand functions in ` main.rs ` to separate files
577
577
- Updated the settings in ` cli.rs `
578
578
Functionality should not have been changed
579
579
@@ -652,7 +652,7 @@ HUGE UPDATE
652
652
### Main
653
653
- Getting the config file no longer exits the program early when creating a new config file
654
654
- A more helpful error message for when decoding the config file fails
655
- - The ` profile create ` subcommand now runs seperately before the current profile is read
655
+ - The ` profile create ` subcommand now runs separately before the current profile is read
656
656
- Multiple new command have been created such as ` list_profiles() ` , and ` delete() `
657
657
- Many commands have been revamped to allow the arguments to be passed through the CLI rather than through a UI
658
658
- The ` profile configure ` command's UI now has an option to change the profile's name
@@ -746,7 +746,7 @@ Merry Christmas and a Happy New Year!
746
746
747
747
- Added a check for mod loader compatibility in ` upgrade_modrinth() ` and ` upgrade_github() `
748
748
- Improved the GitHub Releases version and mod loader checking algorithm
749
- - ` download_release() ` and ` download_version() ` are now ` download_asset() ` and ` download_version_file() ` repectively
749
+ - ` download_release() ` and ` download_version() ` are now ` download_asset() ` and ` download_version_file() ` respectively
750
750
- If multiple compatible assets were found, a selector is shown to let the user pick the latest version
751
751
- The progress indicators updates now show the name of the asset being downloaded rather than the name of the ` Version ` or ` Release `
752
752
- Added function ` remove_minor_version() ` which is extracted from ` get_latest_mc_versions() `
0 commit comments