Skip to content

Commit 95c2b04

Browse files
committed
Release v0.4.2
1 parent bee2e5a commit 95c2b04

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.4.2 (11.06.2021)
2+
3+
- Fixed crash with newer ffmpeg versions, caused by ffprobe changing it’s XML output format.
4+
15
Version 0.4.1 (30.04.2020)
26

37
- Fixed parser issue with custom ffmpeg arguments that contain nested quotation marks with spaces

av1transcoder/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
__version__ = "0.4.1"
16+
__version__ = "0.4.2"
1717

1818

1919
PROGRAMNAME = "av1transcoder"

0 commit comments

Comments
 (0)