0.6.3
- Work on katslave
- Fix katclient double click into list view.
- Fix crash in search mode when we double click on a directory
- Add lyx fulltext plugins
- Disable Help button until doc will write
- Fix search dialogbox layout
- Reload catalogs when we changed excludedir/files
- Use readPathList to expand macro for example ($HOME) in katdeamon and
katcontrol
- Fix mem leak
- Sync with beagle inotify glut
- Fix compile with unsermake
- Add man fulltext plugins
- Add chemical/x-pdb fulltext plugin
- Add item in kicker find extension menu for kat
- Add --searchmode argument
- Add DVI fulltext plugin
- Allow to use kregexpeditor for edit file exclude
- Fix inotify test
- Add --wizard argument to launch wizard
- Add --onlysystray argument to launch only systray
- Fix mem leak in katclient
- Fix katcontrol: emit signal when it's necessary
- Fix katcontrol: when url is not valid select it
- Fix dlgproperties bugs: fix display autoupdate value
- Add --import argument

0.6.2
- Fixed compilation errors
- Fix detect sqlite3.h
- Add missing katdaemon dcop function
- Update katdaemon when we change exclude dir/files
- Fix crash into oo/koffice/gnumeric plugins 
- Remove duplicate code
- Now kat support official inotify-0.24 (Thanks Fred Crozat)
- Create a new dialogbox to display properties of catalog
- Don't display popupmenu when it's not necessary
- Fix remove quit button into systray in all languages

0.6.1
- Fixed compilation under kde 3.3 (katdaemon)
- Added menu to launch wizard in katclient
- Completely disabled visibility
- Added configuration to show/hide splashscreen
- Turned katclient to kuniqueapplication
- Fixed knotify
- Fixed dcop error message
- Added dcop function to katdaemon to see list of catalog
- Fixed dcop call when katclient is not launched and we add/delete catalog from katcontrol
- Fixed dcop call to update daemon when we change values in katcontrol
- Added argument to kat executable to disable splashscreen
- Rewritten all fulltext plugins to adopt the new paradigm based on external helper applications
- Added fulltex plugin for Postscript
- Added fulltex plugin for LaTeX
- Added fulltex plugin for Email (experimental)
- Added fulltex plugin for MS Excel
- Added fulltex plugin for MS PowerPoint
- Fix FSF adress into license

0.6.0
- Fixed compilation under kde 3.3
- Added Simplified Chinese translation
- Added Russian translation
- Added Spanish (Argentina) translation
- Fixed enable/disable delete button in katcontrol
- Fixed view button in kat GUI
- Cleaned code
- Increased speed of indexer
- Fixed translations in katcontrol and systray
- Fixed systray tooltip
- Added tip of the day
- Fixed update of systray when user changes load value in katcontrol
- Disabled -visibility for broken distros...
- Added notification for start/stop of the daemon

0.6.0beta1
- Created the Kat API
  If you are a developer you can add the advanced search functionalities of Kat to your application or develop a client for Kat using the new Kat API
- All catalog/database operations are now performed through the Kat API
- Implemented create/delete(all)/import/export catalog
- Modified menu to add new entry catalog (import/export/delete(all))
- Reorganized cvs directory to move GUI code into katclient
- Implemented autoupdate daemon
- Added kioslave
- Added a kcontrol module to configure kat/kat deamon
- Added a systray applet to control the status of the indexer daemon
- Added a startup wizard guiding the user after installation
- PDF and DOC fulltext plugins do not depend on external libraries anymore, they simply call external helper programs (pdftotext and antiword)
- Eliminated dependency from libpoppler-qt
- Fixed layout into wizard
- Removed duplicated code
- Allow compilation without xattr lib

0.5.4
- Fixed Timeout management in PreviewJob
- Added Turkish translation

0.5.3
- Added RTF fulltext plugin
- Removed global variables
- Implemented Icon and Thumbnail views for search results
- Implemented Open With context menu for files in all views
- Implemented multiple selection in the views
- Implemented drag&drop of files and directories in all views
- Fixed GUI removed fixed size
- Fixed --enable-final
- Added dcop interface
- Added timeout to previewjob to solve freeze/crash in scan routine (especially during the creation of thumbnails for videos)

0.5.2
- Fixed crash
- Added koffice fulltext plugins
- Use KStdguiitem for standard text
- Save/load header order
- Fixed mem leak into koffice/oo fulltext
- Added gnumeric fulltext plugins
- Fixed mem leak cppsqile3 was never deleted

0.5.1
- Fixed minor bugs
- Fixed compile with kde <= 3.4
- Fixed compile warning

0.5.0
- The scan routine has been divided in two parts: 
   + The first scans the folder and saves only the basic files properties
   + The second reads the filenames from the database and extract previews, metadata and fulltext
  This reduces the complexity of code and allow a better management of memory
- Kat has been tested on a 4.5 Gb folder without crashes
- Now we use .kde/share/apps/kat to save/load language
- Don't copy all language into $HOME
- Allow to translate toolbar text
- Implemented save/restore session
- Fix exit (ask if we want to save or not search)

0.4.4
- The fulltext_pdf plugin now depends on the poppler library. To compile it, please download poppler version 0.3.1 from http://poppler.freedesktop.org/ or get the following package from your distribution (Debian still provides version 0.3.0 which does not work with Kat):
   + libpoppler0 (0.3.1) if you only want to use the plugin
   + libpoppler-dev (0.3.1) if you want to compile it
- Kat now is able to identify the language of the documents. We provide language profiles for 77 languages. If you need other languages, you can add them.
- The scanning routine has been optimized for speed.
- Fulltext is saved in a zipped form to save catalog space.
- Search is performed on indexed words.
- Fixed lots of GUI bugs
- Added translation (nl)
- Now we can load a catalog directly from the command line
- Open Recent action works
- Fixed dialogbox
- Added kat mimetype (x-kat.desktop)

0.4.3
 Added translations (it/de/pt_br/fr)
 Added fulltext plugins for:
 - ODT/ODS/ODP (OpenOffice 2.0)
 Use KDialogBase
 Fixed i18n
 Switched to poppler-qt for pdf fulltext (on CVS)
 Fixed interface to use KAction/menu
 Allowed users to configure shortcut/toolbar
 Fixed lots of GUI bugs
 Added context menus for retrieved files
 Implemented functionality to save fulltext and wordslist of files

0.4.2
 Re-engineered the routines for the management of the words. 
 Dramatic increase in the speed of the scan process.
 Now the user has a context menu (right click on filename) in the main view (not in the results by now) to open dialogs displaying the fulltext and the list of the words found in the file.
 Added fulltext plugins for:
 - SXI (OpenOffice Impress)
 - SXC (OpenOffice Calc)
 - SXM (OpenOffice Math)

 0.4.1 Patches
 Thanks to Laurent Montel (1-4) and Martijn Meijer (5) who patched the code. In particular:
 Patch 1: fix quit
 Patch 2: fix const
 Patch 3: fix duplicate code
 Patch 4: fix i18n
 Patch 5: fix database manager

 0.4.1
 Added fulltext plugin for OpenOffice Writer files (SXW) 
 Now Kat is able to extract fulltext from: 
 - PDF (Adobe Acrobat) 
 - DOC (Microsoft Word) 
 - SXW (OpenOffice Writer) 
 - HTML (HyperText Markup Language) 
 - TXT (Plain text) 
 Thumbnails and metadata are extracted from all files for which KDE has a kfile plugin.

 0.4.0
 Another revolutionary release. 
 Now Kat relies completely on KDE kfile plugin technology. In collaboration with KDE developers (special thanks to Fred Schaettgen) now we have a first version of the new plugin class dealing with FULLTEXT extraction (to be further developed). 
 If you need to index files saved in a format which is not supported yet, you can create a plugin for it using one of ours (txt, doc, pdf, html) as an example. 
 Every ANSI C++ legacy code has been replaced by Qt3 classes, so we should have much less compilation problems.

 0.3.1
 Bug-fix and total refactoring release.
 All char* have been replaced by QString, QByteArray and other specific Qt classes.
 Dramatically improved stability.
 Known issue: during fulltext scan the GUI freezes :-(

 0.3.0
 Revolutionary release :-D
 Completely rewritten scanning routine.
 Now Kat uses kfile plugins to extract metainfo and thumbnails from the files. If you want Kat to support a file format, now you can develop a simple kfile plugin.
 Fulltext extraction still relies on Kat plugins. We are working to port this feature also to the kfile plugin architecture.
 The Kat plugins for image formats have been trashed (we use kfile plugins now). Therefore the Magick++ library is no longer needed.
 The Database Model has been heavily modified: now we have separate tables for metadata and thumbnails. The files table has been expanded in order to contain all information coming from the file system.

 0.2.1
 Bug fix release. 
 Fixed problem that prevented DOC and PDF plugins to be built on 64bit architectures.
 Fixed multilanguage support

 0.2.0
 With this release two important goals have been accomplished:
 1. It is now possible to search for files using filenames, metainformation, full text
 2. The database structure has been redesigned in order to collect whatever metainfo comes from actual and future plugins (see the Database Model in the file section)

 0.1.3
 This is the first public Beta version of Kat.
