Version 0.2.4 ------------- - added "Update index" menu entry - added contents panel - books are now stored in XML files in ~/.documancer/books/ instead of in config file - added Refresh and Stop buttons - PyLucene is now used instead of SWISH-E for fulltext search and Unicode is fully supported - search UI improvements - Python 2.3+ is now required Version 0.2.3 ------------- - Documancer now chooses TCP/IP ports it will use randomly from specified range (49152-65535 by default) instead of using single port, so that multiple users can run Documancer simultaneously - improvements to search results UI and highlighting performance - added toolbar buttons for going to next/previous search result in the page - fixed indexer to not treat _ as words deliminer - fixed window title setting Version 0.2.2 ------------- - info provider: use INFOPATH and INFODIR variables when looking for info pages (fixes missing manuals on Gentoo Linux) - search results for info and man providers are not prefixed with catalog file name or "Manpage of" so that it's easier to read the results - fixed problems with bundled Python on Windows if Python was already installed on the machine Version 0.2.1 ------------- - many fixes to previous version - man provider: added regex filtering of man pages and ability to view only one section - info provider: (re)added ability to have only single info page in a book Version 0.2.0 ------------- - rewritten using wxPython and wxMozilla Version 0.1.7 ------------- - added provider for pydoc, on-the-fly generated documenation for all installed Python modules Version 0.1.6 ------------- - cosmetic fixes to man provider - RPM package should now work on at least Mandrake and RedHat and integrates into GNOME, KDE and Mandrake menu systems Version 0.1.5 ------------- - fixes to tarball and RPM spec files (the former made 0.1.4 uncompilable) Version 0.1.4 ------------- - first public release