Skip to content

Releases: dlmw/dplaylist

v1.1

03 Oct 14:59
Compare
Choose a tag to compare

Support for flags added.

Now, you must execute the program by passing a named argument:

# The following commands are completely equivalent
# You may use the flags "f" and "file" interchangeably"
# Run "./dplaylist --help" for help

./dplaylist
./dplaylist -f youtube.txt
./dplaylist -f=youtube.txt

v1.0

06 Jul 12:30
Compare
Choose a tag to compare
Update .gitignore and create cross-compiling script