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.

53 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. * Extract filename info on 'Already Downloaded'
  24. * Change 'Warning' status to 'Finished (*)' or something similar? (see: issue #131)
  25. * Non-Windows shutdown using D-Bus instead of 'shutdown'
  26. Other
  27. =====
  28. * ISSUE_TEMPLATE.md add TODO file
  29. * README.md update (pull-request #145)
  30. * Add FAQs into docs/
  31. * Script to automatically update file contents like version from .github/ISSUE_TEMPLATE.md file, AUTHORS file, etc..
  32. * Refactor
  33. * Review - rewrite threads communications
  34. * Add support for Python 3.*
  35. * Logging system using the Python 'logging' module
  36. * Use youtube-dl directly from python instead of using the subprocess module
  37. Probably wont add
  38. =================
  39. * ListCtrl double click to "Rename"
  40. * Option to enable-disable items deletion from the filesystem
  41. * Add '--recode-video' to Formats tab
  42. * Auto video format detection