July 19th, 2011· This version removes the thin border around the scroll area widget.
· It fixes compilation errors on some systems (such as Ubuntu) caused by conflict with Page.h from libpoppler.
July 6th, 2011· implemented PDF support; requires libpoppler-qt4.
· don't report that unrar-free was detected if neither unrar nor unrar-free was installed.
December 14th, 2010· This release brings German translation and adds .cb7 to the list of supported archive extenstions (via p7zip).
November 26th, 2010· It fixes to minor bugs and brings Czech translation.
July 26th, 2010· use standard directories for cache and bookmarks file (e.g ~/.local/share/data and ~/.cache) obtained from QDesktopServices. Qt >= 4.4.0 is now required.
· added support for translations. Brazilian Portuguese, Finnish, French, Italian, Polish, Spanish and Ukrainian translations added.
· active web page and email links in 'About' dialog.
· shorten path names in 'Recently opened' menu.
· fixed regression: display image size info in statusbar.
· minor fixes for better portability; QComicBook should now compile and work (with limitations) on Windows.
· cmake build fix: make it possible to compile the program outside of the source directory.
November 30th, 2009· implemented true continuous viewing mode. 'Continuous scrolling' option moved to 'View' menu.
· removed 'Forward two pages in two pages mode' option.
· cmake-based build system (replaces autoconf/automake).
· all windows/dialogs implemented via QtDesigner's .ui files and handled by uic.
· icons and splash screen are now handled by Qt resources system and compiled-in in the resulting qcomicbook executable. These files are no longer installed into share/data/qcomicbook directory.
· new, improved 'System Information' dialog.
· new splash screen (courtesy of Adam Mateja).
· fixed splash screen showing.
· lots of internal and architectural changes.
September 17th, 2009· This release fixes a bug in subdirectories handling that resulted in some missing images.
September 4th, 2009· fixed bug with p7zip archiver detection that could result in crash when opening .7z archives
September 3rd, 2009· fixed compilation warnings (no return values in two methods caused compilation problems on some systems)
· fixed compilation problems due to hardcoded moc-qt4 name
· added option to embed page numbers on displayed page
· properly clear empty ereas when displaying 2 pages of different size
· removed duplicated code in bookmarks handling
· removed bnv_have_qt as it was no longer really used