-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Match WebUI About page to GUI #10096
Match WebUI About page to GUI #10096
Conversation
@Piccirello for those of us building from github's master, is it possible to add to the About page any indication of what was the latest PR/commit at the head to make sure which changes the build includes? (I think it will help in the issues' discussions to make sure at runtime that certain features were applied and the testing contribution is accurate). |
@WolfganP I like the idea. My time to work on qBittorrent is unfortunately shorter than ever though, so I'm trying to exclusively focus on web features. |
aaeda85
to
3d3f359
Compare
3d3f359
to
ecd3835
Compare
ecd3835
to
21d488b
Compare
Dropping a note here since it may be of interest to some people in this thread- I'm very close to opening a PR adding directory support to the Web UI's content tab. I'm just putting the finishing touches on the rename file/folder API, and then it'll be ready. I know this has been a really big pain point for a lot of people, myself included. |
ade7c59
to
e519227
Compare
e519227
to
1c819c1
Compare
1c819c1
to
2a655ed
Compare
2a655ed
to
37315f1
Compare
37315f1
to
d1dc9a3
Compare
{"qt", QT_VERSION_STR}, | ||
{"libtorrent", Utils::Misc::libtorrentVersionString()}, | ||
{"boost", Utils::Misc::boostVersionString()}, | ||
{"openssl", Utils::Misc::opensslVersionString()}, |
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.
BTW, why don't we mention one more direct dependency library, ZLib?
(GUI too)
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.
Created issue #10240
Thank you! |
Closes #10069
/api/v2/app/libraryVersions
on wiki