diff options
author | papoteur-mga <yves.brungard_git@gadz.org> | 2013-09-19 22:22:45 +0200 |
---|---|---|
committer | papoteur-mga <yves.brungard_git@gadz.org> | 2013-09-19 22:22:45 +0200 |
commit | d07eae36a9a8200f158e0addf52d2f28c363048a (patch) | |
tree | 54b293b9fcb37a6c9c7cd4736472b286f805ef32 | |
parent | a407eb1e08afccc6141079c62199ece8b7761c2c (diff) | |
parent | 97920c04b491bbcbbcbb6aff846e1d812b818ba2 (diff) | |
download | isodumper-d07eae36a9a8200f158e0addf52d2f28c363048a.tar isodumper-d07eae36a9a8200f158e0addf52d2f28c363048a.tar.gz isodumper-d07eae36a9a8200f158e0addf52d2f28c363048a.tar.bz2 isodumper-d07eae36a9a8200f158e0addf52d2f28c363048a.tar.xz isodumper-d07eae36a9a8200f158e0addf52d2f28c363048a.zip |
Merge branch 'master' of https://github.com/papoteur-mga/isodumper
-rw-r--r-- | CHANGELOG | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..588b6cf --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,12 @@ +The initial state comes from https://launchpad.net/usb-imagewriter +The modifications are: + - changing the name into isodumper + - replaced the dd command with direct writing command python. + - progressbar is functionnal. + - replaced the banner (header.png) with an Mageia's header. + - added .iso filter. + - added writing ~/.isodumper/isodumper.log at the end. + - writing progression in details only each 5%. + - point at the end of the logview window. + - indicating the name of the log file. + - new feature : the application doesn't close when a stick is inserted after the start and a dialog box which is displayed to say it. |