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.

44 lines
1.2 KiB

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