== 0.1.0 * The version is incompatible with previous versions. * major changes: * Major rewrite of the code to make the library more object oriented and reusable. Major improvements here include the ability of records to carry around the z-target source. * Added dependency to gem term-ansicolor. * Rewrite of menuing system to utilize HighLine and add functionality like better help. Adding new functionality is now much easier as well. * Corrected some configuration issues with zebra that should allow it to work with different installations and changed to storing MARC21 instead of MARCXML. * Threaded searches. Ability to group Z39.50 targets and search them in parallel. * Added option to save directly to Koha-2.2.X * minor changes: * Simple relevancy ranking on title searches. * Fields that show in browse are configurable as well as the number of records to show per page. * Sorting of records in browse, selected record highlighting, forwards and backwards through result set. * Search error logging so user can remove bad z-targets--or report a bug in zcc :) == 0.0.3 * major changes: * added dependencies to Rakefile * added dependency to gem highline * added subfield editing of existing fields. very basic but seems to work. * Character encoding conversion from MARC-8 to UTF-8. ruby-zoom takes care of conversion through YAZ * Added experimental localhost ztarget through zebra. See http://zcc.rubyforge.org/zebra.html This feature is turned ON by default. * minor changes: * general code cleaning and refactoring. paid more attention to namespace issues * added information on website on how to locally deploy gem from svn * added some colorizing to MARC records in display using Highline == 0.0.2 2007-06-24 * 2 major changes: * moved all config to yaml file * added notes on how to use with Koha * 1 minor change: *website install instructions == 0.0.1 2007-06-22 * 1 major enhancement: * Initial release