Updated changelog, TODO, and changed version number in README and main dialog

This commit is contained in:
silvernode 2013-07-31 02:56:26 -05:00
parent 9d8c206c2a
commit 16e4ebf9f1
4 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#Mandy - current version: 0.4
#Mandy - current version: 0.5.0
##About

View File

@ -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

View File

@ -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

View File

@ -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)