File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55
66## [ Unreleased]
77
8+ ## [ 0.4.0] - 2025-02-10
9+
10+ ### Changed
11+
12+ - ` ffdl.installed ` can return the path with new optional argument ` return_path=True `
13+ - ` ffdl.ffxxx_path ` attributes returns None if the binary is not installed
14+
15+ ### Fixed
16+
17+ - ` main ` - allows no input argument (display the help text)
18+
819## [ 0.3.0] - 2023-12-07
920
1021### Added
@@ -57,7 +68,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5768
5869- First release via GitHub Action
5970
60- [ Unreleased ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.0...HEAD
71+ [ Unreleased ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.4.0...HEAD
72+ [ 0.4.0 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.0...v0.4.0
6173[ 0.3.0 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.2.0...v0.3.0
6274[ 0.2.0 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.4...v0.2.0
6375[ 0.1.4 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.3...v0.1.4
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- __version__ = "0.3 .0"
3+ __version__ = "0.4 .0"
44
55import os
66from . import _backend as _
You can’t perform that action at this time.
0 commit comments