Skip to content

Commit

Permalink
Bump version to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelYochpaz committed Feb 4, 2025
1 parent 73bc606 commit c85af91
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## 2.6.2 [2025-02-04]
### Bug Fixes:
* Fixed an issue where AppleTV API calls would fail due to changes on AppleTV requiring a missing `utsk` parameter. ([Issue #80](https://github.com/MichaelYochpaz/iSubRip/issues/80))
* Fixed an issue where iTunes URLs would not work due to iTunes no longer redirecting to AppleTV. A different method will be used now to find corresponding AppleTV URLs. Also added a retry mechanism as it appears to be a bit unreliable at times. (thanks @yonatand1230 for suggesting this method!). ([Issue #78](https://github.com/MichaelYochpaz/iSubRip/issues/78))
* Removed progress bar when where there are no matching subtitles to download (previously, it would just show 0/0 with 0% progress).
---
## 2.6.1 [2025-01-31]
### Bug Fixes:
* Fixed a backwards compatibility issue in code, which would cause errors when running on Python versions lower than 3.12. ([Issue #78](https://github.com/MichaelYochpaz/iSubRip/issues/78))
Expand Down
2 changes: 1 addition & 1 deletion isubrip/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# General
PACKAGE_NAME = "isubrip"
PACKAGE_VERSION = "2.6.1"
PACKAGE_VERSION = "2.6.2"

# Async
EVENT_LOOP = asyncio.get_event_loop()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "isubrip"
version = "2.6.1"
version = "2.6.2"
description = "A Python package for scraping and downloading subtitles from AppleTV / iTunes movie pages."
authors = [
{name = "Michael Yochpaz"}
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c85af91

Please sign in to comment.