File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5
5
6
6
## [ Unreleased]
7
7
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
+ - [ win32] error finding snapshot assets
24
+
8
25
## [ 0.2.0] - 2022-11-19
9
26
10
27
### Changed
@@ -40,7 +57,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
40
57
41
58
- First release via GitHub Action
42
59
43
- [ Unreleased ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.2.0...HEAD
60
+ [ Unreleased ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.0...HEAD
61
+ [ 0.3.0 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.2.0...v0.3.0
44
62
[ 0.2.0 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.4...v0.2.0
45
63
[ 0.1.4 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.3...v0.1.4
46
64
[ 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"
2
2
3
3
import os
4
4
from . import _backend as _
You can’t perform that action at this time.
0 commit comments