File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55
66## [ Unreleased]
77
8+ ## [ 0.3.0] - 2023-12-07
9+
10+ ### Added
11+
12+ - Support for aarch64
13+ - Qt QWizard subclass InstallFFmpegWizard
14+ - Run wizard with command ` ffdl-gui `
15+ - Switched to using platformdirs package from appdirs
16+
17+ ### Fixed
18+
19+ - uninstall command argument processing
20+ - uninstall clear env vars
21+ - linux clr_symlinks()
22+ - downloader no longer try to copy again to cache dir
23+
824## [ 0.2.0] - 2022-11-19
925
1026### Changed
@@ -40,7 +56,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
4056
4157- First release via GitHub Action
4258
43- [ Unreleased ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.2.0...HEAD
59+ [ Unreleased ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.0...HEAD
60+ [ 0.3.0 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.2.0...v0.3.0
4461[ 0.2.0 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.4...v0.2.0
4562[ 0.1.4 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.3...v0.1.4
4663[ 0.1.3 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.2...v0.1.3
Original file line number Diff line number Diff line change 1- __version__ = "0.2 .0"
1+ __version__ = "0.3 .0"
22
33import os
44from . import _backend as _
You can’t perform that action at this time.
0 commit comments