zcc root directory
[zcc.git] / History.txt
blobd37cc71caca00d3650ad6a32091e84475a3ee798
1 == 0.1.0
2 * The version is incompatible with previous versions.
3 * major changes:
4   * 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.
5   * Added dependency to gem term-ansicolor.
6   * Rewrite of menuing system to utilize HighLine and add functionality like better help. Adding new functionality is now much easier as well. 
7   * Corrected some configuration issues with zebra that should allow it to work with different installations and changed to storing MARC21 instead of MARCXML.
8   * Threaded searches. Ability to group Z39.50 targets and search them in parallel.
9   * Added option to save directly to Koha-2.2.X
10 * minor changes:
11   * Simple relevancy ranking on title searches.
12   * Fields that show in browse are configurable as well as the number of records to show per page.
13   * Sorting of records in browse, selected record highlighting, forwards and backwards through result set.
14   * Search error logging so user can remove bad z-targets--or report a bug in zcc :)
15   
16 == 0.0.3 
17 * major changes:
18   * added dependencies to Rakefile
19   * added dependency to gem highline
20   * added subfield editing of existing fields. very basic but seems to work.
21   * Character encoding conversion from MARC-8 to UTF-8. ruby-zoom takes care of conversion through YAZ
22   * Added experimental localhost ztarget through zebra. See http://zcc.rubyforge.org/zebra.html  This feature is turned ON by default.
23 * minor changes:
24   * general code cleaning and refactoring. paid more attention to
25     namespace issues
26   * added information on website on how to locally deploy gem from svn
27   * added some colorizing to MARC records in display using Highline
29 == 0.0.2 2007-06-24
30 * 2 major changes:
31   * moved all config to yaml file
32   * added notes on how to use with Koha
33 * 1 minor change:
34   *website install instructions
36 == 0.0.1 2007-06-22
38 * 1 major enhancement:
39   * Initial release