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.

52 lines
1.5 KiB

9 years ago
  1. Next release
  2. ============
  3. * Improve playlist downloads
  4. * Remember list of urls after closing & re-opening
  5. * About dialog show youtube-dl version
  6. * Icons theme selection (vote on github) (or at least make it easy to change between them)
  7. * Settings menu add "Statistics"
  8. * Mix formats option
  9. Structure
  10. =========
  11. * Create devscripts/ directory and move all the utility scripts there
  12. * Create docs/ directory and move all the guides there
  13. * Re-structure package
  14. Localization
  15. ============
  16. * Add support for right to left languages (hebrew, arabic)
  17. * Fix paths on R2L layouts
  18. * Compile *.po files at build time
  19. * Script to automatically check translations (use google-translate library)
  20. * Send emails to update translations
  21. Fixes
  22. =====
  23. * Change 'Warning' status to 'Finished (*)' or something similar? (see: issue #131)
  24. * Non-Windows shutdown using D-Bus instead of 'shutdown'
  25. Other
  26. =====
  27. * ISSUE_TEMPLATE.md add TODO file
  28. * README.md update (pull-request #145)
  29. * Add FAQs into docs/
  30. * Script to automatically update file contents like version from .github/ISSUE_TEMPLATE.md file, AUTHORS file, etc..
  31. * Refactor
  32. * Review - rewrite threads communications
  33. * Add support for Python 3.*
  34. * Logging system using the Python 'logging' module
  35. * Use youtube-dl directly from python instead of using the subprocess module
  36. Probably wont add
  37. =================
  38. * ListCtrl double click to "Rename"
  39. * Option to enable-disable items deletion from the filesystem
  40. * Add '--recode-video' to Formats tab
  41. * Auto video format detection