FreeCBR ![FreeCBR icon](images/FreeCBR_big.gif)
Version FreeCBR 1.1.4
- Updated the documentation regarding how the hit percentage is calculated
Version FreeCBR 1.1.3
- Made it possible to read files saved in Excel as "tab separated text". This means it is now allowed to enclose MultiString values with quotation marks, and Float values may use comma as decimal separator
Version FreeCBR 1.1.2
- Made it a native ActiveX component. To use it in VB, .Net, .asp or whatever Microsoft environment, no Java is required at all.
Version FreeCBR 1.1.1
- Added a small MS Excel integration example file that calls FreeCBR from within Excel
- Fixed fuzzy ">" and "<" searches for type Int. Example: ">4" returns the same as ">=5" and "<10" returns the same as "<=9"
- Fixed a bug in searchAX, weight was actually a Short but is now an Integer (32 bits) which is was meant to be. See also next item
- Made the searchAX method more "forgiving", now virtually any kind of number is allowed as input, even numbers in strings (such as "123.4").
Version FreeCBR 1.1.0
- Added JSmooth .exe wrapper
- Added ActiveX wrapper
- Changed so that the GUI is NOT default in read-only mode
Version FreeCBR 1.0.1
- Fixed some code in search window
- Fixed a bug that prevented the application to be used as a JavaBean
- Fixed a bug regarding log file in GUI mode
- Added output to stderr and possibility to disable the output
- Changed the output log format somewhat
- Fixed a couple of bugs related to loading case sets
- Fixed a couple of bugs in the JSP-pages
Version FreeCBR 1.0.0
- Changed UNIX name to FreeCBR
- Added test data file (to web application)
Version 1.0.1
- Enhanced the javadoc API documentation
- Added the FreeCBR icon to the GUI application
Version 1.0
- Changed messages after saving in command line mode
- Fixed a bug that prevented the GUI utility to remember when a new case set was saved
- Fixed a bug regarding saving a new case set
- Fixed a couple of errors in the readme.html file
- Fixed a bug regarding using the default empty case set
- Added release file creation to the build file
Version 0.9.1
- Changed the search options (sorry...)
- Changed naming from SEARCH_TYPE_xx to SEARCH_TERM_xx, from SEARCH_DISTANCE_FAR to boolean SEARCH_INVERTED and from SEARCH_SCALE_xx to SEARCH_TYPE_xx
- Added SEARCH_TYPE_STRICT, SEARCH_TYPE_FUZZY_LINEAR and SEARCH_TYPE_FUZZY_LOGARITHMIC
- Removed SEARCH_TERM_CLOSE. Use SEARCH_TERM_EQUAL and SEARCH_TYPE_FUZZY_LINEAR instead.