diff --git a/README.md b/README.md index 5c4d3f4..6ebd424 100644 --- a/README.md +++ b/README.md @@ -115,11 +115,13 @@ This is a rewrite/refactoring of [Avnsx](https://github.com/Avnsx)'s original [F ## 📰 What's New (Release Notes) -### v0.7.5 2024-01-02 +### v0.7.6 2024-01-02 Thanks to [@icewinterberry12](https://github.com/icewinterberry12) a Fansly API size limitation was uncovered and fixed by them. Kudos! Further research required whether this also fixes issues other people are having or not. +Compared to v0.7.5 I added some error handling for batching and did minor restructuring myself. + For more details and history see: **[Release Notes](ReleaseNotes.md)** ## 🏗️ Setup diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 8e915c5..fb87233 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -2,6 +2,13 @@ ## 🗒️ Release Notes +### v0.7.6 2024-01-02 + +Thanks to [@icewinterberry12](https://github.com/icewinterberry12) a Fansly API size limitation was uncovered and fixed by them. Kudos! +Further research required whether this also fixes issues other people are having or not. + +Compared to v0.7.5 I added some error handling for batching and did minor restructuring myself. + ### v0.7.5 2024-01-02 Thanks to [@icewinterberry12](https://github.com/icewinterberry12) a Fansly API size limitation was uncovered and fixed by them. Kudos! diff --git a/fansly_downloader_ng.py b/fansly_downloader_ng.py index c50f6f9..2635a4c 100644 --- a/fansly_downloader_ng.py +++ b/fansly_downloader_ng.py @@ -2,8 +2,8 @@ """Fansly Downloader NG""" -__version__ = '0.7.5' -__date__ = '2024-01-02T15:21:00+01' +__version__ = '0.7.6' +__date__ = '2024-01-02T16:34:00+01' __maintainer__ = 'prof79' __copyright__ = f'Copyright (C) 2023-2024 by {__maintainer__}' __authors__ = [