Thanks to visit codestin.com
Credit goes to github.com

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

Tags: johanneszab/TumblThree

Tags

v1.0.8.77

Toggle v1.0.8.77's commit message
Implements new Tumblr tag search.

Tumblr is now using a non-official, undescribed API v2 Endpoint (api/v2/mobile/search) for their tag search on the website.

v1.0.8.76

Toggle v1.0.8.76's commit message
Implements new Tumblr tag search.

Tumblr is now using a non-official, undescribed API v2 Endpoint (api/v2/mobile/search) for their tag search on the website.

v1.0.8.75

Toggle v1.0.8.75's commit message
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.

v1.0.8.74

Toggle v1.0.8.74's commit message
Cache StreamWriter instances for text downloading

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.

v1.0.8.73

Toggle v1.0.8.73's commit message
Save settings to disk after change.

Directly persists settings changes to the disk after performing a change via the "Settings" window, instead of only saving them on application exit.

v1.0.8.68

Toggle v1.0.8.68's commit message
Merge branch 'master' into release/api

v1.0.8.63

Toggle v1.0.8.63's commit message
Check if data structures are complete and valid at startup

- Fixes crawler stall bug if the queue list is empty at startup which was introduced by the new database consistency checks (#284).
- Clears queue list before reinitializing it with a possible local Queuelist.json if the database location was changed in the settings view.
- Checks if for each IBlog exist an IFiles if the database location was changed in the settings view.

v1.0.8.61

Toggle v1.0.8.61's commit message
Fixes pagination detection in Tumblr likes.

Fixes the pagination detection in the Tumblr likes crawler for blogs that contain a dash in the name.

v1.0.7.63

Toggle v1.0.7.63's commit message
Fixes pagination detection in Tumblr likes.

Fixes the pagination detection in the Tumblr likes crawler for blogs that contain a dash in the name.

v1.0.5.80

Toggle v1.0.5.80's commit message
Fixes pagination detection in Tumblr likes.

Fixes the pagination detection in the Tumblr likes crawler for blogs that contain a dash in the name.