about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorCiro Mattia Gonano <ciro@winged.it>2013-01-30 13:01:16 +0100
committerCiro Mattia Gonano <ciro@winged.it>2013-01-30 13:01:16 +0100
commite4eea55ec7f937a66ed481534c626c3329b34876 (patch)
tree1931677500622b07c714c588429ad5c178947c4d /README.md
parentUpdate README.md (diff)
downloadkcc-e4eea55ec7f937a66ed481534c626c3329b34876.tar.gz
kcc-e4eea55ec7f937a66ed481534c626c3329b34876.tar.bz2
kcc-e4eea55ec7f937a66ed481534c626c3329b34876.zip
README formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8816ed6..2441cd9 100644
--- a/README.md
+++ b/README.md
@@ -94,20 +94,20 @@ and installed in a directory reachable by your PATH (e.g. `/usr/local/bin/` or `
   - 1.10: Added support for CBZ/CBR files in comic2ebook.py
   - 1.11: Added support for CBZ/CBR files in KindleComicConverter
   - 1.20: Comic optimizations! Split pages not target-oriented (landscape with portrait target or portrait
-   with landscape target), add palette and other image optimizations from Mangle.
+   with landscape target), add palette and other image optimizations from Mangle.  
    WARNING: PIL is required for all image mangling!
-  - 1.30: Fixed an issue in OPF generation for device resolution
+  - 1.30: Fixed an issue in OPF generation for device resolution  
    Reworked options system (call with -h option to get the inline help)
-  - 1.40: Added some options for controlling image optimization
+  - 1.40: Added some options for controlling image optimization  
         Further optimization (ImageOps, page numbering cut, autocontrast)
   - 1.41: Fixed a serious bug on resizing when img ratio was bigger than device one
   - 1.50: Added subfolder support for multiple chapters.
   - 2.0: GUI! AppleScript is gone and Tk is used to provide cross-platform GUI support.
   - 2.1: Added basic error reporting
-  - 2.2: Added (valid!) ePub 2.0 output
+  - 2.2: Added (valid!) ePub 2.0 output  
         Rename .zip files to .cbz to avoid overwriting
   - 2.3: Fixed win32 ePub generation, folder handling, filenames with spaces and subfolders
-  - 2.4: Use temporary directory as workdir (fixes converting from external volumes and zipfiles renaming)
+  - 2.4: Use temporary directory as workdir (fixes converting from external volumes and zipfiles renaming)  
         Fixed "add folders" from GUI.
 
 ## TODO