Skip to content

Releases: AlexCSDev/PatreonDownloader

Release 32

Choose a tag to compare

@AlexCSDev AlexCSDev released this 08 Mar 01:01

This release contains the following changes:

  • Fixed post descriptions not being downloaded. Patreon API has been changed and post description is now being provided as json rather than html, so description.html is now description.json. Please note that this file contains raw json data provided by patreon, no processing been done to make it in any way compatible with previously used description.html. If you have any external tools relying on description.html, they will be broken.

IMPORTANT: As a by-product of recent patreon api change, the scanning of post description for external data is (temporary) disabled because it relies on the description being an html data. The issue tracking fix for that is #282.

Release 31

Choose a tag to compare

@AlexCSDev AlexCSDev released this 07 Mar 18:35

This release contains the following changes:

  • Fixed issues related to Patreon blocking old user agent in their API. Thanks to emerladCoder for contributing necessary changes. (#279, #280)

Release 30

Choose a tag to compare

@AlexCSDev AlexCSDev released this 23 Aug 15:18

This release contains the following changes:

  • Fixed issues related to "tcm" cookie. (#265) Thanks for that goes to juanjecilla.
  • Fixed an issue with retrieving campaign id for some creators. (#268) Thanks for that goes to MathiusD.
  • Made "__cf_bm" cookie optional since it seems like some users don't have it anymore. (#269)
  • Updated to .NET 9.
  • Updated libraries/chrome.

Mega.nz plugin unfortunately still got the same issues (#257), there are some upstream fixes but they are not fully working at the time of this release.

Release 29

Choose a tag to compare

@AlexCSDev AlexCSDev released this 05 Apr 15:21

This release contains the following changes:

  • Fixed cookie validation issue (#259). Thanks to emerladCoder and PrincessRTFM for handling this issue while I was unable to push the update.
  • Mega.nz plugin will no longer crash the whole application when it cannot sign in into the account.
  • Mega.nz plugin will now provide some troubleshooting steps if it cannot sign in into the account for a known reason.
  • PatreonDownloader will now display proper informational message if it detects that user network is being blocked by Patreon instead of throwing "403 Forbidden" message.
  • Improved handling of login procedure, browser should no longer hang on Patreon home page after entering login and password.
  • Updated copyright dates.

Release 28

Choose a tag to compare

@AlexCSDev AlexCSDev released this 22 Oct 15:53

Important notice
Patreon has implemented changes to their attachments system. This breaks PatreonDownloader's ability to detect files downloaded with previous versions of the application. Be prepared to download most of the files again, I am sorry for inconvenience.

This release contains the following changes:

  • Updated to .NET 8.
  • Updated chrome browser to latest available version, this should fix some cloudflare issues. (Thanks to xWTF)
  • Changed user agent used to access patreon.com, this should fix some cloudflare issues.
  • Fixed attachments parsing issues caused by changes in patreon api. (#234, Thanks to emerladCoder and xWTF)
  • Fixed downloaded file counter not incrementing properly (#212, Thanks to DavidArchibald)
  • Removed check for datadome cookie as it seems like it is no longer used.
  • Updated url blacklist to include x.com.
  • Updated copyright dates.
  • Updated libraries.

Release 27

Choose a tag to compare

@AlexCSDev AlexCSDev released this 28 Oct 20:07

This is a hotfix release for release 26 containing changes which were accidentally not included in the original release.

Please refer to release notes for release 26 for details about included changes.

Release 26

Choose a tag to compare

@AlexCSDev AlexCSDev released this 28 Oct 19:55
9a19a0e

This release contains the following changes:

  • Fix for #163 (Thanks Ovear for help!)
  • Fix for #196 (Thanks Skyl3lazer for the fix!)
  • Fixed login procedure being broken due to changes on patreon frontend

Release 25 - Hotfix for datadome cookie issues

Choose a tag to compare

@AlexCSDev AlexCSDev released this 31 Mar 21:32

This release contains the following changes:

  • Disabled check for datadome cookie presence since some users started reporting not receiving this cookie from the server. Please report if you start experiencing issues because of this change. (#174)

Release 24

Choose a tag to compare

@AlexCSDev AlexCSDev released this 22 Jan 13:35

This release contains the following changes:

  • Fixed issue which resulted in plugins downloading files into the wrong folders (#159)

Release 23

Choose a tag to compare

@AlexCSDev AlexCSDev released this 20 Jan 17:28
1b7379e

This release contains the following changes:

  • Fixed google docs failing to download.
  • Fixed download directory bugs introduced in release 21/22.
  • Fixed incorrect filenames for attachments caused by typo.
  • Fixed --max-sub-directory-name-length limiting path name incorrectly. (leaving spaces on the end which are not supported on windows)
  • --max-sub-directory-name-length will not append "~" symbol to the end of the directory name if it was edited.
  • Big code refactoring. A lot of testing has been done, but there still might be some bugs. Please report them.