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.

50 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. * Non-Windows shutdown using D-Bus instead of 'shutdown'
  10. Structure
  11. =========
  12. * Create devscripts/ directory and move all the utility scripts there
  13. * Create docs/ directory and move all the guides there
  14. * Re-structure package
  15. Localization
  16. ============
  17. * Add support for right to left languages (hebrew, arabic)
  18. * Fix paths on R2L layouts
  19. * Compile *.po files at build time
  20. * Script to automatically check translations (use google-translate library)
  21. * Send emails to update translations
  22. Other
  23. =====
  24. * ISSUE_TEMPLATE.md add TODO file
  25. * README.md update (pull-request #145)
  26. * Add FAQs into docs/
  27. * Script to automatically update file contents:
  28. version : ISSUE_TEMPLATE.md, version.py
  29. contributors : AUTHORS
  30. * Refactor
  31. * Review - rewrite threads communications
  32. * Add support for Python 3.*
  33. * Logging system using the Python 'logging' module
  34. * Use youtube-dl directly from python instead of using the subprocess module
  35. Probably wont add
  36. =================
  37. * ListCtrl double click to "Rename"
  38. * Option to enable-disable items deletion from the filesystem
  39. * Add '--recode-video' to Formats tab
  40. * Auto video format detection
  41. * Change 'Warning' status to 'Finished (*)' or something similar? (see: issue #131)