Skip to content

Releases: TumblThreeApp/TumblThree

Cache StreamWriter instances for text downloading

25 Jun 11:08
Compare
Choose a tag to compare

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 (#72).

Cumulative Improvements

18 Feb 18:08
Compare
Choose a tag to compare
  • Allows to add tumbex urls via GUI, text, or clipboard (#50).

  • Can open blogs on tumbex.com via the context menu (right mouse click, #50).

  • Can download tumblr photos with non-"tumblr_"-prefix. Thanks to @ShadowBlade72 for fixing this (#47, #58).

  • You can now choose which tumblr blog scraper you want to use:

    • Tumblr API: The previous default crawler for non-hidden blogs which utilized the Tumblr v1 API, or
    • Tumblr SVC: This service is (was?) used by Tumblr internally for displaying hidden blogs. Using this scraper requires a to be logged in.

    You can change the crawler in the details view of each blogs. Using the SVC crawler implementation might be faster if it's not as much rate limited as accessing the site via the official v1 API. For more information, see #46.

  • Can download higher resolution images if available using the SVC crawler. For this, change all your tumblr blogs to use the SVC crawler via the Details Panel -> Crawler -> "Tumblr SVC". Set the downloadable image size in the Settings (Settings->Connections) to "best". This will download the highest resolution image found (#51).

  • It's now possible to set a separate rate limit for the SVC crawler in settings->connections.

  • It's now possible to set the default crawler for Tumblr Blogs in the settings in settings->blog. You can choose between "Tumblr API" und "Tumblr SVC". If you do not tick this checkbox, the default automatic detection will add the blog depending on if it's accessible via the Tumblr API. If it's not, then the SVC crawler will be used as it requires to be logged in (see the notes above for more information on which to pick).

  • Fixes clipboard monitor toggle button which was defunct (i.e. always active) after the awesome font icon migration.

  • Saves the settings directly after performing changes instead of only on application exit (#61).

  • Fixes crashes on empty / offline Tumblr Liked-by pages or when crawling using the Tumblr SVC Crawler (#63).

Bugfix release

22 Mar 11:30
Compare
Choose a tag to compare

New in this release:

  • Bug present when attempting to download some images has been fixed.

Cumulative Improvements

10 Mar 00:05
Compare
Choose a tag to compare

New in this release:

  • Minor UI improvements.
  • Import blogs from file.
  • Implement CI pipeline support to standardise builds.

Scan for non-tumblr photo and video urls

09 Mar 23:55
Compare
Choose a tag to compare

Fixes random parsing error for regular Tumblr blog downloads

Bugfix release

09 Mar 23:52
Compare
Choose a tag to compare