Updated changelog, TODO, and changed version number in README and main dialog
This commit is contained in:
parent
9d8c206c2a
commit
16e4ebf9f1
@ -1,4 +1,4 @@
|
||||
#Mandy - current version: 0.4
|
||||
#Mandy - current version: 0.5.0
|
||||
|
||||
|
||||
##About
|
||||
|
2
TODO.txt
2
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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user