Skip to content

Commit

Permalink
Version number & docs for PR #26.
Browse files Browse the repository at this point in the history
  • Loading branch information
prof79 committed Mar 15, 2024
1 parent 2a58112 commit dcd5f29
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,14 @@ 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.18 2024-02-18
### v0.8.19 2024-03-15

Kudos to [sunbart](https://github.com/sunbart) who contributed a switch to hide skipped item messages in PR #26 - meaning less clutter for those running headless and relying on the logs.
There are one or two caveats and I'll try to improve on them later.

And sorry, v0.8.18 docs had a wrong datestamp.

### v0.8.18 2024-03-15

Ubuntu 22.04 support for built-in Python by [XelaRellum](https://github.com/XelaRellum). Kudos!

Expand Down
9 changes: 8 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

## 🗒️ Release Notes

### v0.8.18 2024-02-18
### v0.8.19 2024-03-15

Kudos to [sunbart](https://github.com/sunbart) who contributed a switch to hide skipped item messages in PR #26 - meaning less clutter for those running headless and relying on the logs.
There are one or two caveats and I'll try to improve on them later.

And sorry, v0.8.18 docs had a wrong datestamp.

### v0.8.18 2024-03-15

Ubuntu 22.04 support for built-in Python by [XelaRellum](https://github.com/XelaRellum). Kudos!

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.18'
__date__ = '2024-03-15T17:03:00+01'
__version__ = '0.8.19'
__date__ = '2024-03-15T17:32:00+01'
__maintainer__ = 'prof79'
__copyright__ = f'Copyright (C) 2023-2024 by {__maintainer__}'
__authors__ = [
Expand All @@ -18,6 +18,7 @@
'KasumiDev',
'FletcherD',
'XelaRellum',
'sunbart',
]

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

0 comments on commit dcd5f29

Please sign in to comment.