History.txt in zcc-0.0.3 vs History.txt in zcc-0.1.0

- old
+ new

@@ -1,4 +1,19 @@ +== 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.