Skip to content

Commit

Permalink
Version number & docs for PR #27.
Browse files Browse the repository at this point in the history
  • Loading branch information
prof79 committed Mar 15, 2024
1 parent 13f7b94 commit 213a076
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**

Expand Down
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
5 changes: 3 additions & 2 deletions fansly_downloader_ng.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = [
Expand All @@ -17,6 +17,7 @@
'Avnsx',
'KasumiDev',
'FletcherD',
'XelaRellum',
]

# TODO: Remove pyffmpeg's "Github Activeness" message
Expand Down

0 comments on commit 213a076

Please sign in to comment.