readme.org in code_zauker-0.0.2 vs readme.org in code_zauker-0.0.3
- old
+ new
@@ -9,25 +9,36 @@
To install Code Zauker,simply issue
#+BEGIN_SRC sh
gem install code_zauker
#+END_SRC
You need also [[http://redis.io/][redis-2.4.6]] or better.
-For a sample redis configuration see the etc/ dreictory of the project
+For a sample redis configuration see the etc/ directory of the project
-* Release Notes
-** 0.0.1
- First "we are here" release.
+** Release Notes (details)
+** 0.0.3
+ Fully implemented case insensitive search
+ + czindexer supports reindexing, verbose output
+ + czsearcher supports case insenstive search, file exclusion, context clipping
+ + Now Code Zauker handle Windows ISO file in a nice way.
+ *The whole trigram database will be stored in UTF-8*
** 0.0.2
Code Cleanup, reindexing features, and sample redis server config
czsearch now do not relay on unix grep, so it is easier to use with jruby
czsearch/czindexer supports options
+** 0.0.1
+ First "we are here" release.
+
+
* Release History
- | Version | Date | Summary |
- | 0.0.1 | 26 Jan 2012 | First RubyGems Release (for testing purpose only) |
- | 0.0.2 | 29 Jan 2012 | Removed dependency on unix find for czindexer. |
- | | | |
+ | Version | Date | Summary |
+ |---------+-------------+------------------------------------------------------|
+ | 0.0.3 | | Added Case insensitive search UTF-8 trigram database |
+ | 0.0.2 | 29 Jan 2012 | Removed dependency on unix find for czindexer. |
+ | 0.0.1 | 26 Jan 2012 | First RubyGems Release (for testing purpose only) |
+ | | | |
+
* DEVELOPING
For developing with Code Zauker you need bundler 1.0.21 or above
See devel.org file