Skip to content

Commit d8ecfe4

Browse files
Added profiles support and many more
1 parent 1befcac commit d8ecfe4

File tree

14 files changed

+391
-386
lines changed

14 files changed

+391
-386
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# Changelog for Ferium
22

3+
## [3.9.0] - 23.12.2021
4+
5+
Merry Christmas and a Happy New Year!
6+
7+
- The previous `Config` is now a `Profile`. The `Profile` has a new field, `name`
8+
- The new `Config` contains a list of profiles and the index of the active profile
9+
- Added a `create` command to create a new profile
10+
- Added a `switch` command to switch between profiles
11+
- A remove command for profiles will be added in the next update
12+
- Switch back to Clap v2 because I'm rewriting the command system in the next update
13+
- Edited makefile to run clippy in `make test` and builds
14+
- Many code changes based on Clippy suggestions
15+
316
## [3.8.1] - 29.11.2021
417

518
- Added `rustfmt.toml` and formatted code according to that
619
- Upgraded dependencies
7-
- Some code has been modified to support the many more nullable fields in Octocrab (WHY ARE ALL OF THEM `Option`S NOW??)
20+
- Some code has been modified to support the many more nullable fields in Octocrab (WHY ARE ALL OF THEM `Option`S!?)
821

922
## [3.8.0] - 19.11.2021
1023

0 commit comments

Comments
 (0)