QBittorrent 3.3.11 is out. Remove the uBotnet today!

>qBittorrent v3.3.11 was released. There are a few WebUI security fixes.
This will be the last release in the v3.3.x series. Next release will have a new icon theme(at least) and will drop Qt4 support. Also Qt 5.7.1 seems to be the last release supporting Windows XP. It is unknown how long I am going to still support it.

FEATURE: Always show progress and remaining bytes for unselected files. (sledgehammer999)
FEATURE: Allow to change priority for unselected files through the combobox like it is done via the context menu. (sledgehammer999)
FEATURE: Remove settings to exchange trackers. It wasn't used by non-libtorrent clients. Also it has a privacy risk and you might be DDoSing someone. (sledgehammer999)
FEATURE: Put temp files in .qBittorrent directory. Closes #4462. (Chocobo1)
FEATURE: Use the numbers from tracker scrape response. Closes #5048, #6117. (Chocobo1)
FEATURE: Implement category filter widget. Show categories in tree mode when subcategories are enabled. (glassez)
FEATURE: Allow to toggle columns in searchtab (thalieht)
FEATURE: PeerList: allow to hide zero values for the "uploaded" and "downloaded" columns (thalieht)
FEATURE: Display more information in tracker tab (ngosang)
FEATURE: Use Ctrl+F to search torrents. Closes #5797. (Tim Delaney)
FEATURE: Transferlist: add hotkeys for double click and recheck selected torrents (thalieht)
FEATURE: Add hotkey for execution log tab, Trackerlist, Peerlist etc (thalieht)
FEATURE: Seperate seeds from peers for DHT, PeX and LSD (thalieht)

qbittorrent.org/news.php

Other urls found in this thread:

sourceforge.net/projects/transmissiondaemon/
nyaa.se/?page=view&tid=904258
twitter.com/NSFWRedditGif

BUGFIX: Do not remove added files unconditionally. Closes #6248 (Eugene Shalygin)
BUGFIX: Ignore mouse wheel events in Advanced Settings. Closes #866. (Chocobo1)
BUGFIX: Add queue repair code. It should fix missing torrents after restarting. (Eugene Shalygin, nxd4)
BUGFIX: Fetch torrent status when generating final fastresume data. It should fix missing torrents after restarting. (Eugene Shalygin)
BUGFIX: Fix queue overload for add torrent at session start. It should fix missing torrents after restarting. (falco)
BUGFIX: After files relocate, don't remove the old folder even if it is empty. (Chocobo1)
BUGFIX: Fix finding 'English' item in language dropdown menu when an unrecognized locale is requested. Closes #6109. (sledgehammer999)
BUGIFX: Speedlimitdlg: raise slider default value to 10000. Closes #6150. (Chocobo1)
BUGFIX: TransferListWidget: keep columns width even if they are hidden on qBittorrent startup (unless something goes wrong) (thalieht)
BUGFIX: fix index overflow for torrents with invalid meta data or empty progress (Falco)
BUGFIX: Immediately update torrent_status after manipulating super seeding mode. Partially fixes #6072. (sledgehammer999)
BUGFIX: Use case-insensitive comparsion for torrent content window. Closes #6327. (Chocobo1)
BUGFIX: Fixed sort order for datetime columns with empty values (closes #2988) (Vladimir Sinenko)
BUGFIX: Disable proxy in WebUI HTTP server. Closes #6349. (Eugene Shalygin)
COSMETIC: Use a disabled progressbar's palette for unselected files. (sledgehammer999)
COSMETIC: Support fallback when selecting theme icons (Eugene Shalygin)
COSMETIC: Do not resize SVG icons (Eugene Shalygin)
COSMETIC: Align text to the right in columns that handle numbers for PeerList and SearchTab (thalieht)
COSMETIC: Increased number of digits after the decimal point for Gibibytes and above (thalieht)
COSMETIC: Use non-breaking spaces between numbers and units (thalieht

WEBUI: Fix proxy type bug (Oke Atime)
WEBUI: Use the correct value for KEY_TORRENT_NUM_COMPLETE/KEY_TORRENT_NUM_INCOMPLETE (Chocobo1)
WEBUI: Make torrents table scrollable horizontally (buinsky)
WEBUI: Make torrent peers table scrollable horizontally (buinsky)
WEBUI: Add tooltips to dynamic table header (buinsky)
WEBUI: Implement dynamic table columns resizing, reordering and hiding (buinsky)
WEBUI: Add some missing columns to dynamic tables (buinsky)
WEBUI: Make too tall menus scrollable (buinksy)
WEBUI: Prevent text wrapping in menus (buinsky)
WEBUI: Add a vertical separator between columns (buinsky)
WEBUI: Implement resizable progress bar in "Done" column (buinsky)
WEBUI: Fix scrollbar covers menu item with long text (buinsky)
WEBUI: Remove 300px limit of column width (buinsky)
WEBUI: Avoid lags in firefox on resizing progress column (buinsky)
WEBUI: Fix category in torrent upload. Closes #6260 (ngosang)
WEBUI: Turn off port forwarding of WebUI by default for GUI users (Chocobo1)
WEBUI: Exclude insecure ciphers. Fixes security issues reported by @beardog108 privately. (Chocobo1)
WEBUI: Avoid clickjacking attacks. Fixes security issues reported by @beardog108 privately. (ngosang)
WEBUI: Add X-XSS-Protection, X-Content-Type-Options, CSP header. Fixes security issues reported by @beardog108 privately. (Chocobo1)
WEBUI: Escape various values that might contain injected html. Fixes security issues reported by @beardog108 privately. (Chocobo1)
WEBUI: Bump API_VERSION to 12.

>OPEN: stalled

SEARCH: Update extratorrent plugin. Closes #6261 (ngosang)
SEARCH: SearchTab: can now save sorting column changes (thalieht)
SEARCH: Use case-insensitive sort for Name column in Search tab. Closes #407. (Chocobo1)
RSS: Fix tab order in RSS downloader. Closes #6164. (Tim Delaney)
RSS: Move old RSS items to separate config file. Closes #6167. (Tim Delaney)
RSS: Episode filter code refactoring (Tim Delaney)
RSS: Allow resetting rule to no category. Closes #5539. (Tim Delaney)
RSS: Save rule on enable/disable even if not selected. Closes #6163. (Tim Delaney)
RSS: Allow | in RSS must contain. Closes #6171. (Tim Delaney)
RSS: RSS use red text to indicate invalid filter. Closes #6165. (Tim Delaney)
RSS: Allow episode zero (special) and leading zeroes in RSS episode filter. (Tim Delaney)
RSS: RSS parse torrent episodes like 1x01 as well as S01E01. Closes #2749. (Tim Delaney)
RSS: RSS allow infinite range to extend beyond current season. Closes #800, #3876, #6170. (Tim Delaney)
RSS: Improve UI responsiveness during RSS downloading. Closes #873, #1089, #1235, #5423. (Tim Delaney)
RSS: Show name of feed list and sort rules in editor. Closes #3782, #6281. (Tim Delaney)
RSS: Fix regex matching. Closes #6337. (Tim Delaney)
MACOS: Fix qbittorrent-nox build (Oke Atime)
LINUX: fixes default indicator name (Bilal Elmoussaoui)
OTHER: Workaround problem with moc from Qt4 and #if (Eugene Shalygin)
OTHER: Print warning to the user if stacktrace contains no function names (Eugene Shalygin)
OTHER: Various cmake fixes (Eugene Shalygin)
OTHER: Fix finding qmake in configure when cross-compiling (Zach Bacon)

I will miss tracker exchange

Will they ever fix the bug that partially downloads files you didn't select?

picotorrent dot org

But does it still stall downloads?

Not a bug. All torrent clients actually do this if a piece contains multiple files. qBittorrent just doesn't hide the files you don't have selected.

All clients do this.

See for yourself.

Honestly, I'm still using 3.3.6 and I see no reason to waste my time updating the thing when it just works.

Why is every minor update important?

Torrents shut off my router

Have to unplug it plug it back in everytime

>I sit at my computer all day but I can't update a torrent client

Enjoy your security exploits.

Enjoy your stalling.

That means your router is shit and is being overloaded. You have to lower the number of connections it makes or your shit router gets flooded and locks up.

why doesn't the dev add this percent complete feature?

>Still using libtorrent-rasterbar clients

>I don't want to waste my time
>proceeds to waste his time writing a post
>updating took about as long as writing his stupid post

kek

>that changelog
>minor

why doesn't this thing like force re-announces?

like if i upload a torrent and seed, it'll just connect to the current people connected, and not newer peers until a new reannounce... the only way to bypass this is to turn off the client and turn it back on

It's like you're retarded or something

except that doesn't work

Yes, it does.

I'll just keep using based Transmission.

As long as it's not uBotnet you are in good shape.

I've found all libtorrent clients to be lacking in one way or another. Transmission just works and is lightweight as fuck.

rtorrent is better than Transmission but Transmission is still good and noob-friendly.

I'm running Windows, so no rTorrent for me. Transmission's the next best thing. I'd use rTorrent or KTorrent if I ran Linux with KDE.

I hope you are doing the right thing and running this instead of the unstable 2.92 build for Windows.

sourceforge.net/projects/transmissiondaemon/

>FEATURE: Remove settings to exchange trackers
>removing a feature is a feature
Sad!

>using a security risk

That's not a bug, you fucking retard. Kill yourself.

>still unable to manage RSS feeds from the WebUI

This has been a request for 5 fucking years now

Enjoy your down syndrome. Retard.

>some faggot exchanged a private tracker a got banned, complained latter to qbittorrent devs
>security risk
As long as you aren't a private tracker cuck there's literally no problem. Also who the fuck cares if you are DDoSing someone, fuck him.

btw
>using private trackers
>paying to pirate

this
Why bother?

>using public trackers
>having no moral sense

sad!

>muh piracy moral!
Since the very moment you decide to pirate (which is nothing else but stealing no matter how you look at it), you should abandon all moral and just... pirate.

how are private trackers any more moral?

I mean the DDoSing you dumbfucks

>he doesn't have access to pic related for all his movies

Sad!

>le ubotnet meme


kys

What's so hard about having it delete the unselected files after finishing download?

>he uses a botnet willingly!

So sad!

I'm running the daemon as a service with Remote GUI as a frontend.

...

>shrunken as fuck tiny encodes

Sad! Enjoy your bit starved picture!

>Not using transmission or deluge

What is that? I've never seen anything like that before.

>download
>18mb


Now thanks
utorrent is only 391KB

God damn I finished downloading that other Ranma Viz release by the same guy the other day whats fixed in this one?

Also, that build you linked me to is of 2.77, the version of Transmission I'm running is 2.83.

He had a clear statement on his last release that he was working on a fix for colors and banding that he'd release on the 3rd, so I waited for that release.

2.77 is the most stable version. That's why they use it.

Sorry, not banding, grain.

nyaa.se/?page=view&tid=904258

2.83 is perfectly stable for me.

Please add option to display overall statistics over tge webUI, thanks.

Put it on their GitHub issues page you dumb neet

uTorrent 2.2.1 represent

Does anyone have a blocklist to filter any Israel IP? I hate heebs

anyone know where i can find a torrent for rosetta stone? the only ones i can find are versions from 2012 with barely any seeders

i just wanna learn languages ;_:

private trackers have that and many other software and audio programs for that

or just use duolingo

which one tho? i dont have any general private tracker memberships

which one should i look into getting into?

bitme or learnbits

what.cd used to have them, I guess nowadays PTH and Apollo have them
Anyways,

It's already there, for a several years

thank you bros

heres a burrito for your time

>Remove the uBotnet today!
But 312cuck told me to use it!

...

Lol wait until all those seeders mysteriously vanish except for the Yify-tier ones.

I have downloaded remuxes uploaded in 2012 just fine 312cuck

Sure, user. Sure.

He's real name is ElJewCuck

>qbittorrent

what's with the ads?

Awesome pic

ubotnet feature

>try to download installer
>ACCESS DENIED
oh, okay

nice b8

>making shit up

...

>mfw still having to start manually every single torrent.
Every time I download anything I have to force start the torrent.
No download limit of any type.
Shit keeps on queue. No download.
Why?

nice b8

Just tried it and it worked fine for me. You must be in some shit country. Use the mirrors.

I'd install it if I knew how to apply dark theme to QT.
Until then I'm staying with Transmission.

I would say shit connection, but I have a shit connection and I still don't have this problem.

Happened 2 times in years of use, for torrents with less than 3 seeders.
One was resolved after sending a mail to the owner of the program and having him seed it for a night.

>mfw still having to start manually every single torrent.

idk when i click the magnet and check the torrent client to see download progress after 40minute

oh sh1t it's queued

>Next release will have a new icon theme(at least)

OMGOMGOMGOMGOMGOMGOMG

You have queueing configured wrong my senpai

this

dank you! winrar!

Stop using the queue function you stupid niggers

I use Deluge as my main client with about 250 torrents on it and qbittorrent to cross seed.

Deluge is the one I have most problems with, at least once every 3 days I have to pause all Deluge torrents and restart them because it hogs 4+ GB of RAM

What's wrong with using μTorrent 2.2.1 alongside commonsense 2017?

botnet

Will try. Many thanks.
Checked a few times....

Whoa! Since when you can put -1 in there? Amazing.

I might be retarded but I will ask nonetheless. Every time I click a torrent file, it pops up a window asking if I want to download it, where to, and the torrent contents. However, it doesn't actually start downloading. I need to go ahead and FORCE RESUME it for it to begin.

What's going on? Am I missing something here? I looked at the options but I found nothing.