From 9ee16a120c0a5f99d1f8c4a5940a1072741c30ad Mon Sep 17 00:00:00 2001 From: cytopia Date: Wed, 9 Dec 2015 14:47:57 +0100 Subject: [PATCH] Prepare Release v0.5 --- CHANGELOG.md | 8 ++++++-- README.md | 2 +- ffscreencast | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc584df..86a6246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ -Version 0.5 (unreleased) +Version 0.6 (unreleased) ----------- +Version 0.5 +----------- + +- [Fix] Fixed quoting issue - [Enh] Pass shellcheck -- [FIX] Remove `-video_size` option if no resolution was found +- [Fix] Remove `-video_size` option if no resolution was found - [Fix] Replaced commands (grep, awk, sed) with full system path to avoid aliases diff --git a/README.md b/README.md index ec8df1b..1b82255 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ffscreencast (beta) +# ffscreencast [Features](https://github.com/cytopia/ffscreencast#1-features) | [Usage](https://github.com/cytopia/ffscreencast#2-usage) | diff --git a/ffscreencast b/ffscreencast index 3f221d2..c8f9e44 100755 --- a/ffscreencast +++ b/ffscreencast @@ -17,9 +17,9 @@ INFO_AUTHOR="Patrick Plocke " INFO_GPGKEY="0x28BF179F" -INFO_DATE="2015-09-04" +INFO_DATE="2015-12-09" INFO_LICENSE="MIT" -INFO_VERSION="0.5-beta" +INFO_VERSION="0.5"