Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.13.0"
".": "0.13.1"
}
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
* Tell apart live videos from buffered videos (#464) [medape]


## [0.13.1](https://github.com/skorokithakis/catt/compare/v0.13.0...v0.13.1) (2025-09-06)


### Features

* Drop support for Python before 3.11, as that's what PyChromecast requires ([a815de7](https://github.com/skorokithakis/catt/commit/a815de7c46585454e33a351e79a733d2e56d3596))
* More control over subtitles ([#467](https://github.com/skorokithakis/catt/issues/467)) ([7bd7788](https://github.com/skorokithakis/catt/commit/7bd7788754e19883fe5fa9692a5e5cda7f2cfca8))

## [0.13.0](https://github.com/skorokithakis/catt/compare/v0.12.0...v0.13.0) (2025-08-19)


Expand Down Expand Up @@ -1159,5 +1167,3 @@
* Make temporary directory finding cross-platform. [Stavros Korokithakis]

* Remove unused import. [Stavros Korokithakis]


2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
tag = True
commit = True
current_version = 0.13.0
current_version = 0.13.1

[wheel]
universal = 1
Expand Down