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.

56 lines
1.6 KiB

7 years ago
9 years ago
7 years ago
  1. Before new_layout branch merge
  2. ==============================
  3. * README.md update (pull-request #145)
  4. * Script to automatically update file contents:
  5. version : ISSUE_TEMPLATE.md, version.py
  6. contributors : AUTHORS
  7. After new_layout merge
  8. ======================
  9. * Send emails to update translations
  10. Next release
  11. ============
  12. * Improve playlist downloads
  13. * Remember list of urls after closing & re-opening
  14. * About dialog show youtube-dl version
  15. * Icons theme selection (vote on github) (or at least make it easy to change between them)
  16. * Settings menu add "Statistics"
  17. * Mix formats option
  18. * Non-Windows shutdown using D-Bus instead of 'shutdown'
  19. Structure
  20. =========
  21. * Create devscripts/ directory and move all the utility scripts there
  22. * Create docs/ directory and move all the guides there
  23. * Re-structure package
  24. Localization
  25. ============
  26. * Add support for right to left languages (hebrew, arabic)
  27. * Fix paths on R2L layouts
  28. * Script to automatically check translations (use google-translate library)
  29. Other
  30. =====
  31. * Add FAQs into docs/ (after package re-structure)
  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
  43. * Change 'Warning' status to 'Finished (*)' or something similar? (see: issue #131)