diff --git a/README.md b/README.md index f52aa15..236cd23 100644 --- a/README.md +++ b/README.md @@ -117,9 +117,9 @@ 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.17 2024-02-18 +### v0.8.18 2024-02-18 -Better error handling to diagnose another [M3U8 error](../../issues/23). +Ubuntu 22.04 support for built-in Python by [XelaRellum](https://github.com/XelaRellum). Kudos! For more details and history see: **[Release Notes](ReleaseNotes.md)** diff --git a/ReleaseNotes.md b/ReleaseNotes.md index c7b7444..ab54277 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -2,6 +2,10 @@ ## 🗒️ Release Notes +### v0.8.18 2024-02-18 + +Ubuntu 22.04 support for built-in Python by [XelaRellum](https://github.com/XelaRellum). Kudos! + ### v0.8.17 2024-02-18 Better error handling to diagnose another [M3U8 error](../../issues/23). diff --git a/fansly_downloader_ng.py b/fansly_downloader_ng.py index 3c4edab..75e70a5 100644 --- a/fansly_downloader_ng.py +++ b/fansly_downloader_ng.py @@ -2,8 +2,8 @@ """Fansly Downloader NG""" -__version__ = '0.8.17' -__date__ = '2024-02-18T19:08:00+01' +__version__ = '0.8.18' +__date__ = '2024-03-15T17:03:00+01' __maintainer__ = 'prof79' __copyright__ = f'Copyright (C) 2023-2024 by {__maintainer__}' __authors__ = [ @@ -17,6 +17,7 @@ 'Avnsx', 'KasumiDev', 'FletcherD', + 'XelaRellum', ] # TODO: Remove pyffmpeg's "Github Activeness" message