Skip to content

Commit

Permalink
release v0.3, added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anyc committed Jan 20, 2017
1 parent fffde8b commit 1233545
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
v0.3
====

* encoding flags can be loaded from file
* fixed a bug that occurs if the end of a video is included
* support for FFmpeg 3
* improved parsing of commandline arguments

Thanks to baskerville and monarc99
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-include local.mk

APP=avcut
AVCUT_VERSION=0.2
AVCUT_VERSION=0.3

ifneq ($(CROSS_COMPILE),)
CC=$(CROSS_COMPILE)gcc
Expand Down

0 comments on commit 1233545

Please sign in to comment.