From 16e4ebf9f15a983474c1f153b4ea76642b5ffc2a Mon Sep 17 00:00:00 2001 From: silvernode Date: Wed, 31 Jul 2013 02:56:26 -0500 Subject: [PATCH] Updated changelog, TODO, and changed version number in README and main dialog --- README.md | 2 +- TODO.txt | 2 +- changelog.txt | 4 ++++ mandy.lua | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbf55ce..9c62c0a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Mandy - current version: 0.4 +#Mandy - current version: 0.5.0 ##About diff --git a/TODO.txt b/TODO.txt index 48b5fee..35b403a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -2,7 +2,7 @@ TODO: key: + = to add, - = to remove, x = completed, # = comment -+Add option for multiple audio formats +xAdd option for multiple audio formats +Dynamic libraries +Create custom url entry dialog +Create dialog asking to play finished file or not diff --git a/changelog.txt b/changelog.txt index 86ffe93..63406af 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,10 @@ ***CHANGELOG*** +Version 0.5.0 (7-31-13) +*added audio format selection for mp3. ogg, and flac +-autoplay has been removed, users now play files manually + Version 0.4 (7-27-13) + fixed media player error when opening finished file diff --git a/mandy.lua b/mandy.lua index 64fdf4a..3b5df08 100644 --- a/mandy.lua +++ b/mandy.lua @@ -9,7 +9,7 @@ require('ffmpeg_progress') function url_entry() local url = "" local format = 0 - res, url, format = iup.GetParam("Mandy 0.4 - Enter URL", nil, + res, url, format = iup.GetParam("Mandy 0.5.0 - Enter URL", nil, "Enter Youtube URL: %s\n".. "Select an audio format: %l|mp3|ogg|flac|\n", url, format)