Skip to content

Commit

Permalink
Made Japanese release note
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Jul 5, 2021
1 parent a0dee16 commit a5995e0
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,8 @@ Key-binding
* w
* output to file

[Release Note](.\release_note.md)
Release Note
============

- [English](/release_note_en.md)
- [Japanese](/release_note_ja.md)
File renamed without changes.
36 changes: 36 additions & 0 deletions release_note_ja.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Release notes
=============

0.2.1
-----
(2021.07.05)

- (#1) UTF8文字の先頭を探すためのポインタがマイナスになるオーバーフローを修正 (Thx @spiegel-im-spiegel)
- カーソルが UTF8 のバイト列上にない時は `(not utf8)` と表記するようにした
- パラメータがディレクトリの時ハングしていたのを、エラーを表示して、即終了するようにした

0.2.0
-----
(2021.07.05)

- ステータスラインに以下を表示
- カーソル上の UTF8 のコードポイント
- 変更ありを示すマーク
- キーの機能を追加
- p (カーソルの右にペースト)
- P (カーソルの左にペースト)
- a (カーソルの右に '\0' を追加)
- ライブラリを更新: [go-readline-ny to v0.4.13](https://github.com/zetamatta/go-readline-ny/releases/tag/v0.4.13)

0.1.1
-----
(2020.12.28)

- go-readline-ny の 0.2.6 と 0.2.8 間の非互換のためにビルド不能になっていた問題を修正
- 0.1.0 のバイナリ実行ファイルには問題はなし

0.1.0
-----
(2020.11.08)

- 初版

0 comments on commit a5995e0

Please sign in to comment.