This repository is no longer maintained!
Please visit our new github repository at TumblThreeApp and check out the releases there!
Unclaimed project
Are you a maintainer of TumblThree? Claim this project to take control of your public changelog and roadmap.
This repository is no longer maintained!
Please visit our new github repository at TumblThreeApp and check out the releases there!
Re-implements Tumblr Searches:
This prevents TLS (SChannel 70, EventID 36887) errors and hence unsuccessful connections on Windows versions pre Windows 10. For example, the standard TLS version of Windows 7 is TLS 1.0 which is deprecated.
The settings in this commit sets the TLS version to the standard TLS version of the currently installed .NET Framework (4.7.X) instead of the System/OS default TLS version.
Stores StreamWriter instances in Dictionary and reuses them for recurring text appends in text post downloading. This prevents massive seek I/O in large blog downloads, and hence poor (disk) performance.