Skip to content

Commit

Permalink
Increment version (v4.0.6 -> v4.0.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brisppy committed May 7, 2024
1 parent 7f6e1f0 commit 952f572
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
**(2024-05-07) Version 4.0.7**
**Changes and Fixes:**
* Fix error logging when downloading stream segments or fetching stream parts fails.
* Fix issues with fetching stream parts for newly live streams.

**(2024-03-06) Version 4.0.6**

**Changes and Fixes:**
* Fix downloaded thumbnails being very low resolution.
* Raise temporary buffer before archiving to reduce chance for the paired stream VOD being missed.
* Bump required Python version (3.7 -> 3.9).
* Update dockerfile to use updated Python version (https://github.com/Brisppy/twitch-archiver/pull/32 - Thanks @helmut1337).
* Fix docker build failing due to outdated Python version (https://github.com/Brisppy/twitch-archiver/pull/32 - Thanks @helmut1337).

**(2024-01-28) Version 4.0.5**

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "twitch-archiver"
version = "4.0.6"
version = "4.0.7"
dependencies = [
"requests>=2.28.0",
"m3u8>=0.3.12",
Expand Down
2 changes: 1 addition & 1 deletion twitcharchiver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
get_temp_dir,
)

__version__ = "4.0.6"
__version__ = "4.0.7"

from twitcharchiver.vod import Vod, ArchivedVod

Expand Down

0 comments on commit 952f572

Please sign in to comment.