- version 3.1.0, 2016-02-04
- 装飾を適用するメソッドに Kernel.#printf, Kernel.#putc を追加しました。
- 次の新しいメソッドを追加しました -> CE.withdraw, CE.get_assigned
- 以下の問題を修正しました
- version 3.0.0, 2016-01-29
- v2.0.4, 2016-01-06
- v2.0.3, 2016-01-06
- 最新のgemコマンドはbinで指定したファイルにシンボリックリンクが使えないため古いgemでビルドし直しました。
- v2.0.2, 2016-01-06
- 以下の問題を修正しました
- colorechoコマンドが使えないバグがあります。このバージョンではなくv2.0.3を使用してください。
- version 2.0.1, 2015-08-21
- コマンドラインインターフェースで複数行の入力を与えられたときマッチした行のハイライトが正しくつかない問題を修正しました。
- version 2.0.0, 2015-05-20
- 次の新しいメソッドを追加しました -> CE.hitline, CE.enable_refresh, CE.disable_refresh
- CE.reset のスコープに CE.pickupで指定したパターンとマッチした行に適用するシーケンスコードをリセットする ‘:hitline’ を追加しました。
- colorechoコマンドを複数パイプで渡すと出力がバッファに溜まりリアルタイムで出力されない問題を解消しました。
- 正しくないエンコーディングを検知した際に対話モードが終了してしまう問題を解消しました。
- 対話モードを ctl + c で終了した時の WARNINGエラーを解消しました。
- コマンドラインインターフェースのデフォルトの文字色をいかなる時も ‘yellow’ になるようにしました。
- version 1.3.0, 2015-02-06
- Change some options help messages.
- You can call ‘colorecho’ as ‘color_echo’ in command line interface.
- version 1.2.0, 2015-01-28
- version 1.1.0, 2015-01-27
- Modified to output the argument when the standard input is hit.
- Add –stripe option in the command line interface.
- Change the delimiter of long option with a hyphen -> –symbol-list,–index-list; Can to specify also underline as before.
- version 1.0.0, 2015-01-23
- Add command line interface.
- version 0.9.0, 2015-01-19
- Add a mode to receive as the words with ANSI escape sequence; without output to display.
- version 0.8.0, 2015-01-14
- Change for the specified arguments of reset method.
- Fix small bugs.
- version 0.7.0, 2015-01-08
- Add new method -> pickup
- Add new symbol that can to specify in reset method of first parameter -> CE.reset(:pickup)
- version 0.6.0, 2015-01-05
- version 0.5.0, 2014-12-16
- Add a new method -> #once, #times
- version 0.4.0, 2014-12-11
- version 0.3.0, 2014-12-08
- Add high colors.
- Can to select multi value in ch_tx method.
- Add parameter to the #reset method.
- version 0.2.4, 2014-12-04
- Can to specify a non-string when rainbow mode.
- Cab take over the setting of other types of sequence when rainbow mode.
- version 0.2.3, 2014-12-02
- version 0.2.0
- Added new method -> rainbow
- Added some method alias.
- version 0.1.0
- Added new method -> ch, unuse
- Added some method alias.
Back