Skip to content

Commit 53546de

Browse files
committed
Update Changelog for v1.4.0
1 parent e8f8415 commit 53546de

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.0] - 2023-10-12
9+
10+
## Added
11+
12+
- Added function `open_stream()` that calls the `dvdcss_open_stream` function of the libdvdcss library.
13+
- Defined `dvdcss_stream_cb`, `pf_seek`, `pf_read`, `pf_readv`, and `dvdcss_open_stream`.
14+
15+
## Changed
16+
17+
- Various structural and organisational changes to the repository, CI/CD, and more.
18+
- Updated dependencies as far as I could while keeping support for actively supported versions of Python.
19+
- Moved all documentation dependencies from dev to main group as optionals installed through the `docs` extra.
20+
21+
## Removed
22+
23+
- Dropped support for Python 3.5, 3.6, and 3.7. This is to have support for the latest dependency versions.
24+
- Removed all uses of poetry-dynamic-versioning as it's simply unnecessary.
25+
826
## [1.3.2] - 2021-04-18
927

1028
### Added
@@ -140,6 +158,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140158

141159
Initial release.
142160

161+
[1.4.0]: https://github.com/rlaphoenix/pydvdcss/releases/tag/v1.4.0
143162
[1.3.2]: https://github.com/rlaphoenix/pydvdcss/releases/tag/v1.3.2
144163
[1.3.1]: https://github.com/rlaphoenix/pydvdcss/releases/tag/v1.3.1
145164
[1.3.0]: https://github.com/rlaphoenix/pydvdcss/releases/tag/v1.3.0

0 commit comments

Comments
 (0)