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.

58 lines
1.6 KiB

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