Releases: TumblThreeApp/TumblThree
TumblThree-v1.0.12.2
Added in this release:
- Detect previously crawled posts earlier
- Better statistic updates for non-full crawls
- Preview follows the crawled blogs (issue #117)
Fixed in this release:
- Locking error collection for thread safety
- Improved http error handling
- Sometimes app stops downloading blogs (issue #34)
If you experience crashes right before or while logging in, it may be that on your system the "Visual C++ Redistributable for Visual Studio 2015" is missing. You can download it from MS.
TumblThree-v1.0.12.1
Fixed in this release:
- Tag search download
- Logout functionality
- Prevent overwrite of changed Location and ChildId settings
- Authenticate/Login dialog (white window problem) (issue #115)
- Blocking of download queue
Added in this release:
- New column with timestamp of latest post (issue #103)
If you experience crashes right before or while logging in, it may be that on your system the "Visual C++ Redistributable for Visual Studio 2015" is missing. You can download it from MS.
TumblThree (Xmas Release)
Merry★* 。 • ˚ ˚ ˛ ˚ ˛ •
•。★Christmas★ 。* 。
° 。° ˛ ˚˛ * Π____*。*˚
˚ ˛ • ˛• ˚ */______/~\。˚ ˚ ˛
˚ ˛ •˛• ˚ |田田|門| ˚and a Happy New Year:’)
Fixed in this release:
- Download of high resolution images in API mode (issue 261)
Added in this release:
- Possibility of settings upgrades
If you experience crashes right before or while logging in, it may be that on your system the "Visual C++ Redistributable for Visual Studio 2015" is missing. You can download it from MS.
TumblThree-v1.0.11.13
Updated the dependency CefSharp.Wpf from 85.3.130 to 86.0.241. See CefSharp's Release notes for details.
Critical bugs were found in the dependency CefSharp.Wpf and they provided critical security updates (CVE-2020-16013, CVE-2020-16017 and CVE-2020-16009).
As we only use this browser control for the login process, it shouldn't have been any great security risk.
Fixed in this release:
- Prevent NotImplementedExceptions during download (issue #99)
- Let the 32bit app download the correct update zip file again (issue #100)
Added in this release:
- Periodically save the blog's database for reliability (issue #26)
If you experience crashes right before or while logging in, it may be that on your system the "Visual C++ Redistributable for Visual Studio 2015" is missing. You can download it from MS.
TumblThree-v1.0.11.12
Updated the dependency CefSharp.Wpf from 84.4.10 to 85.3.130.
See CefSharp's Release notes for details.
A critical bug was found in the dependency CefSharp.Wpf and they provided a critical security update.
See Heap overflow in the freetype library (CVE-2020-15999) for details.
As we only use this browser control for the login process, it shouldn't have been any great security risk.
If you experience crashes right before or while logging in, it may be that on your system the "Visual C++ Redistributable for Visual Studio 2015" is missing. You can download it from MS.
TumblThree-v1.0.11.11
Fixed in this release:
- add delimiting commas between objects when saving blog metadata as JSON (issue #82)
- Liked/by crawler can get stuck in an endless loop (issue #92)
Added in this release:
- basic logging functionality, choose level in general settings (issue #21)
If you experience crashes right before or while logging in, it may be that on your system the "Visual C++ Redistributable for Visual Studio 2015" is missing. You can download it from MS.
TumblThree-v1.0.11.10 - Maintenance release
No features added or bugs fixed.
This release just provides a 32-bit version again.
If you experience crashes right before or while logging in, it may be that on your system the "Visual C++ Redistributable for Visual Studio 2015" is missing. You can download it from MS.
TumblThree-v1.0.11.9
Fixed in this release:
- Broken login due to changed privacy consent agreement
To login, go to Settings->Connections, press the Authenticate button. An embedded browser window will open with the Tumblr login page opened. After logging in using the password method, also perform the new privacy consent agreement. When you're back on the Tumblr start page, simply close the browser window.
This TumblThree release only supports 64-bit windows.
See issue #81 for more.
If you experience crashes right before or while logging in, it may be that on your system the "Visual C++ Redistributable for Visual Studio 2015" is missing. You can download it from MS.
Fixes Tumblr Searches
Re-implements Tumblr Searches:
- E.g. https://www.tumblr.com/tagged/cars to search for "car" tagged posts, and
- E.g. https://www.tumblr.com/search/cars to search for "car" posts.
See #75 for more.
Use standard .NET TLS version instead of OS TLS version.
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.
For more see the issue #74. Thanks a lot to @KyleC69 and @mamift and everyone else in that issue for figuring this one out!