diff --git a/README.md b/README.md index 0f82bc1..bf44f2f 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,10 @@ This is a rewrite/refactoring of [Avnsx](https://github.com/Avnsx)'s original [F ⚠️ Due to a [hashing bug](../../issues/13) duplicate videos might be downloaded if a creator re-posts a lot. Downloaded videos will have to be renamed in a future version when video hashing is perfected. +### v0.8.4 2024-02-02 + +Program version number for v0.8.3 still showed v0.8.2. Version number corrected, no code changes. + ### v0.8.3 2024-02-02 The MP4 parser, required for hashing, now properly supports files larger than 4 GiB in size. diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 5e4bfbc..da68c85 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -2,6 +2,10 @@ ## 🗒️ Release Notes +### v0.8.4 2024-02-02 + +Program version number for v0.8.3 still showed v0.8.2. Version number corrected, no code changes. + ### v0.8.3 2024-02-02 The MP4 parser, required for hashing, now properly supports files larger than 4 GiB in size. diff --git a/fansly_downloader_ng.py b/fansly_downloader_ng.py index 1278ed9..f8d2ca2 100644 --- a/fansly_downloader_ng.py +++ b/fansly_downloader_ng.py @@ -2,8 +2,8 @@ """Fansly Downloader NG""" -__version__ = '0.8.2' -__date__ = '2024-02-02T18:19:00+01' +__version__ = '0.8.4' +__date__ = '2024-02-02T23:24:00+01' __maintainer__ = 'prof79' __copyright__ = f'Copyright (C) 2023-2024 by {__maintainer__}' __authors__ = [