0.7.737
- When an incomplete map is determined by unmapped key, mark that key as noremap
- fix that editor may point to an invalid row after :copy
- 不完全なマップがマップされていないキーによって完全になった際、そのキーは noremap 扱いとするようにした
- :copy 後に不正な行を指す場合があるのを修正
0.7.734
- fix tag symbol degrade
- fix '*', '#' command degrade
- fix '?' command degrade
- make options appears on Firefox's extensions details page
- relax the condition of relocation (#169)
- タグシンボルが動かなくなっていたのを修正
- '*', '#' コマンドが動かなくなっていたのを修正
- '?' コマンドが動かなくなっていたのを修正
- Firefox のエクステンション詳細ページにオプションボタンが表示されるようにした
- 再配置の条件をゆるめた (#169)
0.7.721
- Relocate wasavi even if target position changes (#169)
- clipboard fixes for WebExtensions
- fix the issue that cursor position becomes illegal after emphasis a pair bracket
- overhaule gj/gk/g^/g$ (#161, #162)
- 対象の要素の位置が変化した場合も wasavi を再配置するようにした (#169)
- WebExtensions 版のクリップボード関連の修正
- 対となる括弧を強調表示した後にカーソルの位置が変になるのを修正
- gj/gj/g^/g$ コマンドをオーバーホール (#161, #162)
0.7.711
- make sound settings controlled by wasavi options (#172)
- suppress 'This connection is not secure' alert on Firefox (#174)
- add visual bell feature and visualbell option (#172)
- open console automatically if there is an error in exrc (#171)
- make ^C exits input mode as well as esc key (#167)
- fix the issue charwise p command on empty line is incorrect (#163)
- support migemo search
- use marquee element if message is longer than width of status line
- use Promise
- update Unicode database for fFtT command to 9.0.0
- update internal Unicode data to 9.0.0
- 効果音の設定は、wasavi のオプションで制御するようにした (#172)
- Firefox 上で 'The connection is not secure' という警告が出るのを抑制 (#174)
- ビジュアルベル機能及び visualbell オプションを追加 (#172)
- exrc にエラーがある場合は自動的にコンソールを開くようにした (#171)
- esc と同様に ^C でもインプットモードを抜けるようにした (#167)
- 文字単位の p コマンドが空行上で正しく動作しないのを修正 (#163)
- migemo 検索に対応した
- ステータスラインのメッセージが長い場合に marquee 要素を使うようにした
- Promise を使うようにした
- fFtT コマンドが使用する Unicode データベースを 9.0.0 にアップデートした
- 内部で参照する Unicode データベースを 9.0.0 にアップデートした
0.6.690
- improve expression parser
- improve strftime compatibility with glibc
- fix that the delimiter not removed if only delimiter is added as a trailer in :s command
- fix that offset specifier in /,? commands not working
- port increase (^A) / decrease (^X) feature from vim (#145)
- fix font family label
- fix an issue that memorandum activation failed from context menu
- fixed an issue that failed authentication with OneDrive
- fix an issue where subsequent implicit addresses are not recognized in an ex command
- fix shift/unshift fails on an empty row
- 式の解析器の改善
- strftime の glibc に対する互換性の改善
- :s コマンドの末尾にデリミタだけが付加された場合にデリミタが取り除かれないのを修正
- /、? コマンドにオフセットを付加しても認識されないのを修正
- vim から増加 (^A) / 減少 (^X) コマンドを移植 (#145)
- フォントファミリのラベルを修正
- コンテキストメニューからメモランダムを起動できないのを修正
- OneDrive に対する認証が失敗するのを修正
- ex コマンドで、後続の暗黙的なアドレスが認識されないのを修正
- 空行に対するシフト/アンシフトが失敗するのを修正