Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

More translations

Compare
Choose a tag to compare
@johanneszab johanneszab released this 13 Oct 19:11
· 247 commits to master since this release
  • Fixes crawler stop in hidden tumblr blog downloads if only original content should be downloaded (thanks to anon for pointing this out).

  • Adds options to set the default blog settings for the download from time, download to time and tags in the settings menu.

  • Adds more broken google translate translations. Since they are larger than the application itself, all the translations are now in a separate .zip file.
    To use the translations, extract both files into the same TumblThree folder so that the language folders are sub-folders of the TumblThree.exe file. You can orient yourself in the already included en folder in the Application.zip file itself. All unwanted language folders can safely be removed.

    Included are now ar, de, el, en, es, fa, fi, fr, he, hi, it, ja, ko, no, pa, pl, pt, ru, th, tr, vi and zh translations.

  • New in v1.0.8.27:

    • Changes the default _raw photo host from media.tumblr.com to data.tumblr.com (#158). Special thanks to all the people providing me with information and performing various tests! Note: You'll have to manually remove your settings.json to fix the _raw download host, or change the TumbrHosts field string to data.tumblr.com. The file is located in C:\Users\YOURUSERNAME\AppData\Local\TumblThree\Settings\. For more information about this field, you can check my post on my website.
    • Makes the TumblrHost property setable. This allows to update/change the _raw host in the settings.json.
    • Note: Tumblr seems to host its _raw images (now) on amazon S3 but forgot to update the hosts in their ssl cert, thus all connections fail with NET::ERR_CERT_COMMON_NAME_INVALID. We now temporarily trust all certs until it's fixed.
    • Updates zh, ru, fr, de translations.