We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d07e3 commit dc36e84Copy full SHA for dc36e84
2 files changed
CHANGELOG.md
@@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5
6
## [Unreleased]
7
8
+## [0.5.0] - 2026-05-17
9
+
10
+### Added
11
12
+- Support to install the latest git master snapshot and old releases
13
+- Architecture auto-detection
14
+- Two new providers: BtBN and OSXExperts (arm64 support)
15
16
+### Changed
17
18
+- Revamped provider/configuration data handling
19
+- ``ffdl.ffmpeg_version`` returns ``Version``, provider string, and build type string if installed
20
21
## [0.4.1] - 2025-11-14
22
23
### Fixed
src/ffmpeg_downloader/__init__.py
@@ -1,8 +1,9 @@
1
from __future__ import annotations
2
3
-__version__ = "0.4.1"
+__version__ = "0.5.0"
4
import os
from . import _backend as _
0 commit comments