You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release_note_en.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,24 @@
1
1
( **English** / [Japanese](release_note_ja.md) )
2
2
3
-
- Refactor `dialect` subpackage: rename fields and methods for clarity (#8)
4
-
- Updated `go-readline-ny` to v1.12.2 and `go-ttyadapter` to v0.2.0, and switched API calls to use `go-ttyadapter`.(#9)
3
+
### Bug fixes
4
+
5
+
- Fix: completion — cursor moved to the start of the previous word when the current word was empty (#15, [go-readline-ny #17](https://github.com/nyaosorg/go-readline-ny/pull/17))
6
+
7
+
### Specification changes
8
+
5
9
- Support `SAVEPOINT` as a TCL command (#11)
6
10
- Support `SAVE TRANSACTION` as a TCL command (#14)
7
11
- Support `ROLLBACK TO` (or `ROLLBACK TRANSACTION`) as a TCL command (#11)
8
12
- Require `;` after `ROLLBACK` to prevent accidental execution (#11)
9
-
- Fix: Correct handling of `io.EOF` during script execution (#12)
10
-
- Suppress output of empty lines and leading/trailing spaces in script output (#12)
11
-
- Fix: `CSVI` launched by `SELECT` in a script now terminates automatically with `>`, `q`, and `y` (#12)
12
-
- Update go-readline-ny to v1.12.3 (#15)
13
-
- Fix: completion: cursor moved to the start of the previous word when the current word is empty ([go-readline-ny#17](https://github.com/nyaosorg/go-readline-ny/pull/17))
13
+
- Script execution improvements (#12):
14
+
- Fix: correct handling of `io.EOF`
15
+
- Suppress output of empty lines and leading/trailing spaces
16
+
- Fix: `CSVI` launched by `SELECT` in a script now terminates automatically with `>`, `q`, and `y`
17
+
18
+
### Internal changes
19
+
20
+
- Refactor `dialect` subpackage: renamed fields and methods for clarity (#8)
21
+
- Switched terminal input API calls to use `go-ttyadapter` v0.2.0 (#9)
0 commit comments