Plans for version 1.5.4. :
- Add tooltips to every possible element.
- Start writing help.
Actually, it would be better if someone other more skilled
writer could write it...
Contact me at http://www.binarytouch.com/contact.php if you
would like to offer help at writing wiki/documentation/help etc.
for CyberDragon.
I will gladly answer any questions about program settings and
functionality.
- Add more key shortcuts.
- Reorganize some of the tab layout and try to make them more logical and compact.
- Add that damn tabbed browsing support. Already have some test code that is
somewhat working. Just have to decide which settings are shared/global and which can
be per page/tab. At least tracker blocker tab should be per page because it's
clearly a page specific thing showing only trackers blocked at current page.
And part of the cookie control view (cookies sent by server) is also page specific but
total cookies is not.
- Start making SSL/TLS checking code to detect max. https security level that server supports.
(SSL certificate and crypto stuff view already ready)
- Add partial download support.
- Add multi segment download support.
- Add open folder option for downloaded files.
- Add file info view on downloads tab and small preview window for images.
- Add proxy blacklist support.
- Add option to keep downloads file list. Now the list of downloaded files is cleared at exit,
which is actually good from privacy standpoint.
- Add disk to RAM at startup and back from RAM to disk cache option.
advantages: speed while surfing and also when starting up because cache does not need to be
populated again from scratch.
disadvantages: obviously clear cache at exit and clear cache button must be disabled and
initial startup and exit will take little longer while copying cache from disk to RAM and back.
- Add automatic proxy online updater that will keep only online proxies visible and make previously
offline proxies visible when they come online again.
- Add proxychaining support.
- Add proxy autoselection based on URL of target (matched with reg exp).
- Add support for user defined tracker blocker rules.
- Add http client header changer that allows for adding,removing and editing easily http headers
sent to server and also viewing server responses.