You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.2 KiB

7 years ago
9 years ago
7 years ago
  1. Release 0.4.1
  2. =============
  3. * Intergrity check youtube-dl bin
  4. * Non-Windows shutdown using D-Bus instead of 'shutdown'
  5. * Custom youtube-dl format selection filters (e.g. -f best[height<=360])
  6. * Remember list of urls after closing & re-opening
  7. * Context menu add new option "Go to file" or change the behaviour of "Open destination"
  8. * Context menu "Report Failed URL to Github" (see: #16)
  9. * Icons theme selection
  10. Features
  11. ========
  12. * Improve playlist downloads
  13. * Mix formats option
  14. * About dialog show youtube-dl version (probably will have to create new frame)
  15. * Settings menu add "Statistics"
  16. Localization
  17. ============
  18. * Add support for right to left languages (hebrew, arabic)
  19. * Fix paths on R2L layouts
  20. Other
  21. =====
  22. * Re-structure package
  23. * Refactor
  24. * Review - rewrite threads communications
  25. * Add support for Python 3.*
  26. * Logging system using the Python 'logging' module
  27. * Use youtube-dl directly from python instead of using the subprocess module
  28. Probably wont add
  29. =================
  30. * ListCtrl double click to "Rename"
  31. * Option to enable-disable items deletion from the filesystem
  32. * Add '--recode-video' to Formats tab
  33. * Auto video format detection
  34. * Change 'Warning' status to 'Finished (*)' or something similar? (see: issue #131)