2014-12-23 tim <gyunaev@ulduzsoft.com>
- Version 7.2 released
- Ported to Qt5 (but still builds and works with Qt4)
- Added support for 3rd party integration
- Fixed some minor issues
2014-10-12 tim <gyunaev@ulduzsoft.com>
- Version 7.1 released
- Added support for creating kchmviewer as a portable app
- Fixed a crash when indexing (in search) certain malformed HTML files
- Fixed parsing CHM files whose filenames contained URL-encoded characters
2014-03-26 tim <gyunaev@ulduzsoft.com>
- Version 6.1 released
- Keyboard usability improved thanks to the Giuseppe "Cowo" Corbelli.
- The focus is now moved to the content page once the link is clicked, so the keyboard navigation is available immediately. You can switch the focus back by pressing Ctrl+(1-4).
- Added extended keyboard shortcuts for FindNext and FindPrevious; F3 still works.
- Navigation tab window activation (Contents, Search, Index, Bookmarks) now automatically focus the proper element.
- The items in the navigation page now reacts on onItemActivated, and hence act on <Return> key and follow the DE policy (such as respecting KDE single click).
- Upon successful search, the focus moves to the results list.
- Titles are now space-trimmed.
- Fixed binary TOC parser check which led to crashes for some CHM files.
- Fixed incorrect settings file storage name when the CHM file contains multiple dots.
- Fixed the Ctrl+click and Shift+click when the release event was intercepted by other applications (i.e. GoldenDict)
- 'Esc' closes the search dialog and restores focus in the content window.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
2011-12-18 tim <gyunaev@ulduzsoft.com>
- Version 6.0 released
- Removed outdated and buggy QTextBrowser support.
- Removed unneeded KHTMLPart support. Only QWebKit is now supported.
- Fixed zoom and "select all".
- Fixed storing scrollbar position.
- Added browser options to control JavaScript, Java and HTML5 features, which now apply to Webkit
- Fixed crash on start when the number of recent files was set to zero
- Added support for opening the specific page on startup using the --url switch
- Fixed scrolling at the same page when links are clicked
- Fixed the "Locate in content tree" which was broken for QWebKit
- For CHM entries with an URL but no name use the URL as name
- Updated copyrights
2011-01-14 tim <gyunaev@ulduzsoft.com>
- Version 5.3 released.
- Fixed spelling error (thx Razvan Visan)
- Changed encodings order for Chinese and Japanese languages
(thanks Kai-Chieh Ku)
- Added Ukrainian localization (thanks Olexander Yatsenko)
- Added Brazilian localization (thanks Márcio Moraes)
- Fixed some grammatical errors (thanks Robin 'cheese' Lee)
- Fixed webkit engine for buggy CHMs which do not have all
content, as well as cases when external references cannot be
loaded. Thanks to Kai-Chieh Ku
- Added Mac support (thanks Serge Weinstock)
2010-04-26 tim <gyunaev@ulduzsoft.com>
- 5.2 RELEASE
- Fixed missing images on CHM files under Windows XP SP3;
- Fixed viewing CHM files which embed links to other CHM files;
2010-04-23 tim <gyunaev@ulduzsoft.com>
- Fixed window icon (thanks Aaron Lewis)
- Fixed typos in README and FAQ (thanks Martin 'Cheese' Lee)
- Fixed errors while building index because 'keyword' was ignored (thanks ivg)
- Switched to use new cross-compiler from http://mingw-cross-env.nongnu.org/ to create Windows builds
2009-12-17 tim <gyunaev@ulduzsoft.com>
- 5.1 RELEASE
- Trying to use non-normalized URL first to fix CHMs which use them in TOC/Index
2009-12-16 tim <gyunaev@ulduzsoft.com>
- Fixed application settings storage.
- Fixed bookmark edit button.
- Version changed to 5.1
Qt 4.5 is now required. The navigation tab is now a dock window,
which can be moved or left floating. The index parser was fixed.
Default toolbars now use large icons and text labels, and are
configurable through the settings. A new version check was added.
It checks once a week and can be disabled in the settings. An
OpenSuSE 11.2 RPM was provided.
2009-24-10 tim <gyunaev@ulduzsoft.com>
- Version changed to 4.2
- Fixed font size change on KHTMLPart (thanks to Jure Repinc)
- Fixed Windows file opener being unable to open the file with non-English characters.
- Fixed "Open in new tab" for QTextBrowser opening an empty page.
- Middle button in QTextBrowser and WebKit now opens the link in new tab in background.
- Middle button now closes opened tabs in the tab bar.
- Version changed to 4.1
- Updated Dutch translation (thanks to Sander Pientka)
- Updated Turkish translation (thanks to Ozan Caglayan)
- Default toolbar button order changed to standard -/+
- Automatic encoding detection for KHTMLPart/WebKit is now disabled by default.
- Fixed incorrect index string encoding for non-English strings.
- Fixed text size auto-increase each time the file is loaded for WebKit browser.
- License changed from GPLv2 to GPLv3.