-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Support qBittorrent v5 #1928
Conversation
7ae6d70
to
e479e03
Compare
Using `git diff release-4.6.7...release-5.0.0 -- src\webui\api`
Build is now working with new types, v5 features will be implemented in another PR to prevent further reports from users. |
Is this PR breaking? It looks like it isn't but I'm afraid about V4 setups breaking. |
I tried keeping everything by only adding new stuff and deprecating others. I'm in the process of reviewing everything to make sure I did keep the old compatibility. I was also thinking about making a baseline for qBittorrent 4 users that may be unable to update or that just don't want to. So that we can focus on qBit 5 without thinking about retro-compatibility. |
Everything has been double-checked, looks good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies for the delay, looks fine 👌
Let's go v5 🚀
Now that qBittorrent v5 is officially released, we can start implementing new features. Let's start by fixing breaking changes.
Using
git diff release-4.6.7...release-5.0.0 -- src\webui\api
to generate changes in WebAPI.