Skip to content

Releases: TumblThreeApp/TumblThree

TumblThree-v1.0.12.2

10 Jan 22:12
v1.0.12.2
3cb9ac6
Compare
Choose a tag to compare

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

01 Jan 15:37
v1.0.12.1
e12da75
Compare
Choose a tag to compare

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)

19 Dec 12:11
v1.0.12.0
3af1e15
Compare
Choose a tag to compare

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

02 Dec 22:05
v1.0.11.13
d01dce8
Compare
Choose a tag to compare

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

27 Oct 21:44
v1.0.11.12
Compare
Choose a tag to compare

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

05 Oct 23:56
v1.0.11.11
097dc1b
Compare
Choose a tag to compare

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

28 Sep 21:41
v1.0.11.10
dbd8943
Compare
Choose a tag to compare

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

26 Sep 00:56
v1.0.11.9
15e9008
Compare
Choose a tag to compare

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

12 Aug 10:50
Compare
Choose a tag to compare

Re-implements Tumblr Searches:

See #75 for more.

Use standard .NET TLS version instead of OS TLS version.

19 Jul 11:07
Compare
Choose a tag to compare

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!