From 4fb816a1a12df9bd92abb691487cdd5ce7b95cf1 Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Tue, 27 Dec 2016 16:44:45 +0200 Subject: [PATCH] Update TODO file --- TODO | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/TODO b/TODO index e822b2e..4c6b573 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,7 @@ Next release * Icons theme selection (vote on github) (or at least make it easy to change between them) * Settings menu add "Statistics" * Mix formats option +* Non-Windows shutdown using D-Bus instead of 'shutdown' Structure @@ -24,18 +25,14 @@ Localization * Send emails to update translations -Fixes -===== -* Change 'Warning' status to 'Finished (*)' or something similar? (see: issue #131) -* Non-Windows shutdown using D-Bus instead of 'shutdown' - - Other ===== * ISSUE_TEMPLATE.md add TODO file * README.md update (pull-request #145) * Add FAQs into docs/ -* Script to automatically update file contents like version from .github/ISSUE_TEMPLATE.md file, AUTHORS file, etc.. +* Script to automatically update file contents: + version : ISSUE_TEMPLATE.md, version.py + contributors : AUTHORS * Refactor * Review - rewrite threads communications @@ -50,3 +47,4 @@ Probably wont add * Option to enable-disable items deletion from the filesystem * Add '--recode-video' to Formats tab * Auto video format detection +* Change 'Warning' status to 'Finished (*)' or something similar? (see: issue #131)