Skip to content

Commit 4ca88e1

Browse files
Use Octocrab, improve list command, and code refactors
1 parent dad5618 commit 4ca88e1

20 files changed

+991
-502
lines changed

CHANGELOG.md

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

3+
## [3.8.0] - 12.11.2021
4+
5+
- Switched to `octocrab` and removed `octorok`
6+
- Lots of code has been refactored and many comments and docs have been edited and improved
7+
- The name of config file fields have been edited so that they more accurately represent the data they hold. **This breaks previous configs** and requires editing field names to fix
8+
- In the config file, repos are now stored as tuples rather than structs
9+
- Added verbose option to the list command. So now the non-verbose list command gives less information, but is faster
10+
- Improved error handling
11+
- Tweaked semver patch remove function so that it works on semvers other than Minecraft's
12+
- Switched from `fancy-regex` to `onig`
13+
- Added integration tests (**check the readme on how to properly run these**) and some unit tests too. These tests run before makefile builds
14+
-
15+
316
## [3.7.2] - 06.11.2021
417

518
- Switched to `thiserror` for error handling

0 commit comments

Comments
 (0)