- Added general / basic support for video mode - see #6
- Added misc-menu entry to main-menu - see #7
- Added support for color-styles using rc file - see #8
- Added about dialog to misc-menu
- Moved both update functions from main-menu to the new misc-menu
- Added awk to dependencies check - see #5
- Added silent update check on script start (info onlx if update available)
- Adding ascii-art to
- youtube-dl update check
- download start
- Improved version check to handle all 3 cases (up-to-date VS outdated VS dev version)
- Download UI: changed button label
- dialogs all show the project url using the --hline parameter
- dialogs are now using the same width
- Improve url input validation (now checks if it is a link & if so if its reachable)
- Removed zenity dependency
- Simplify dialogs
- Adding back support for zenity notifications
- Fix ydownl.sh update script (if version is up to date)
- Switched to ncruses like mode based on 'dialog'
- Added variable for download target folder
- Youtube-DL: Removing --newline
- Youtube-DL: Adding update check before execution
- Youtube-DL: Adding --no-mtime
- Youtube-DL: Adding --add-metadata
- Youtube-DL: Adding --write-info-json
- Youtube-DL: Adding --write-annotations
- Youtube-DL: Adding --write-thumbnail
- Youtube-DL: Adding --embed-thumbnail
- Youtube-DL: Adding --user-agent
- Youtube-DL: Adding --output-na-placeholder
- Improved output by missing dependency
- Added check for updates - see #1
- Added dependecy check for ffmpeg
- Added output after processing finished
- Minor changes to status output
- Adding zenity input dialog if started without providing an URL
- Youtube-DL: Adding --restrict-filenames
- Youtube-DL: Adding --write-description
- Youtube-DL: Adding --newline
- Youtube-DL: Adding --console-title
- Initial version
- core implementation
- including support for notification (zenity)
- basic support for user configs