-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
- 初版 |