Having this would be great, because this is how I upgrade my docsets now:

Will be part of #354.
Indeed, seeing the size of the download would be nice, along with the downloading speed.
I see #354 is closed. But this doesn't seem to be implemented - don't see sizes in the docsets mgmt dialog, not even when downloading?
Any update on this? I'd also like to see this feature implemented
No updates yet as we are trying to get the next release out.
This feature is necessary and useful, please consider adding it to the future releases.
Was about to fill the same issue. What is the problem with showing size? It already shows percent that is calculated from it, no?
Here is the code that could be updated with file size data - https://github.com/zealdocs/zeal/blob/769504b020123d81c541c088a7b68e9c53e6d589/src/libs/ui/docsetsdialog.cpp#L238
The idea here is to show the size upfront, not after download has started. Although why not have both features. I think the easiest option would be replacing percentage with the size information.
Although seems easy, C++ and is not my language with its & references. )
Most helpful comment
The idea here is to show the size upfront, not after download has started. Although why not have both features. I think the easiest option would be replacing percentage with the size information.