Tumblr Tools Changelog

What's new in Tumblr Tools 1.7.0

Sep 21, 2018
  • Updated RestSharp DLL to v106.4.1
  • Updated Json.NET DLL to v11.0.2
  • Added links to used libraries to About dialog
  • Small code changes

New in Tumblr Tools 1.6.4 (Jan 30, 2018)

  • (Internal) Updated RestSharp DLL to version 106.2.1
  • (Internal) Various small code adjustments
  • (Internal) Application now requires .Net Framework version 4.7.1 (included in setup)

New in Tumblr Tools 1.6.3 (Nov 19, 2017)

  • (UI) Fix for Text Post count not updating in Get Stats UI
  • (UI) Fix for progress bar staying red after Backup process complete and Get Stats one started

New in Tumblr Tools 1.6.2 (Nov 13, 2017)

  • (UI) Various small UI changes and flickering fix

New in Tumblr Tools 1.6.1 (Nov 12, 2017)

  • (UI) Backup/Stats/Tags UI overhaul

New in Tumblr Tools 1.6.0 (Nov 11, 2017)

  • Internal / UI) Drastic resource usage and speed optimizations

New in Tumblr Tools 1.5.9 (Nov 10, 2017)

  • (Internal) Small code and functionality optimizations
  • (UI) Application now has a tray icon & minimize to tray functionality
  • (UI) Added option to toggle tray notifications on/off
  • (Internal) Updated RestSharp DLL to 106.0.1

New in Tumblr Tools 1.5.8 (Nov 7, 2017)

  • Small internal code and functionality optimizations
  • Performance should be better (hopefully)

New in Tumblr Tools 1.5.7 (Nov 7, 2017)

  • Internal code and file naming changes and optimizations
  • Fix for an issue where sometimes UI was not being re-enabled after completion of getting blog stats

New in Tumblr Tools 1.5.6 (Nov 7, 2017)

  • Fix for Tumblr URLs that use HTTPS scheme

New in Tumblr Tools 1.5.5 (Aug 25, 2017)

  • Added a UI Option to toggle generation of uncompressed log file alongside the default compressed one if specified

New in Tumblr Tools 1.5.4 (Aug 24, 2017)

  • Updated assemblies to .Net 4.7
  • Updated JSON.Net to version 10.0.3

New in Tumblr Tools 1.5.3 (Jun 18, 2017)

  • Changed naming and partial locations of some UI elements for better use.
  • Tags in parsed posts are now saved in lowercase regardless of their original case on Tumblr blog posts

New in Tumblr Tools 1.5.2 (Jun 5, 2017)

  • Added option in Tag Scanner to parse only photo posts

New in Tumblr Tools 1.5.1 (May 16, 2017)

  • Fix for "Getting Stats" UI module not updating title/desc/avatar correctly on subsequent crawls with different URLs

New in Tumblr Tools 1.5.0 (May 11, 2017)

  • Updated Json.NET DLL to latest v10.0.2
  • As the project is forced to migrate to Github as old Codeplex platform is closing its doors, small UI delay fix applied
  • Decided to move to 1.5.0 as a version rather than going for 1.4.4 at a "new" home

New in Tumblr Tools 1.4.3 (May 11, 2017)

  • Made photo post crawling a bit faster by changing how existing image files are detected
  • Few internal code and error/validation changes

New in Tumblr Tools 1.4.2 (May 11, 2017)

  • New Feature: Tag Scanner - Parses all blog posts and returns a list of all tags used with ability to save this list to a comma-separated file
  • Various small UI and performance improvements

New in Tumblr Tools 1.4.1 (May 11, 2017)

  • New Connection check implementation
  • Log file generation now yields 2 files (one GZIP compressed JSON which is a main one and one uncompressed text one for readability)

New in Tumblr Tools 1.4.0 (May 11, 2017)

  • Migrated to .Net 4.6.1 Framework thus dropping support to any Windows prior to Windows 7 SP1
  • Few internal code changes to further optimize

New in Tumblr Tools 1.3.8 (May 11, 2017)

  • Fixed issue when total download size of images was larger than 2GB
  • Various misc fixes

New in Tumblr Tools 1.3.7 (May 11, 2017)

  • Updated Json.NET (internal) to version 8.0.3
  • Fixed LOG creation bug when using FULL RESCAN option

New in Tumblr Tools 1.3.6 (May 11, 2017)

  • Updated Json.NET DLL to latest version 8.0.2
  • Updated RestSharp DLL to latest version 105.2.3
  • Added UI feature to show number of Failed Downloads (if any)

New in Tumblr Tools 1.3.5 (May 11, 2017)

  • Images are now downloaded in reverse order (oldest to newest) by default. Option to change that is in the Options tab but is not enabled at the moment.

New in Tumblr Tools 1.3.4 (May 11, 2017)

  • Changed existing file check mechanics to ignore last part of tumblr filenames (like )500 or _1280)
  • Few internal changes and more documentations in code

New in Tumblr Tools 1.3.3 (May 11, 2017)

  • Removed old Tumblr v1 (XML) API methodology from the code and UI/Options elements

New in Tumblr Tools 1.3.2 (May 11, 2017)

  • Small internal fixes and changes

New in Tumblr Tools 1.3.1 (May 11, 2017)

  • Added ability to download various image sizes other than Original full size. Large: 500px width, Medium: 400px width, Small: 250px width, xSmall: 100px width and Square: 75px square
  • Added ability to cancel operations while image crawling/downloading
  • Various small bug fixes and enhancements to the internals

New in Tumblr Tools 1.3.0 (May 11, 2017)

  • Improved speed on "crawling" Tumblr API for posts/images
  • UI reorganization
  • Misc small code adjustments