From c08a06b1e91b62a1b6160659bb2e9cb7955ebcab Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 22 Dec 2012 22:53:48 +0000 Subject: [PATCH] * morituri/common/program.py: feature: add %r/%R for release type to track/disc template. * morituri/rip/image.py: feature: add rip image rename to rename files based on metadata. --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2a868f1..fa63a0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,9 @@ 2012-12-22 Thomas Vander Stichele * morituri/common/program.py: - * morituri/rip/image.py: feature: add %r/%R for release type to track/disc template. + * morituri/rip/image.py: + feature: add rip image rename to rename files based on metadata. 2012-12-22 Thomas Vander Stichele