Skip to content

Commit c6d1081

Browse files
committed
Release notes: Refined the format
1 parent 992c71b commit c6d1081

File tree

2 files changed

+64
-60
lines changed

2 files changed

+64
-60
lines changed

release_note_en.md

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Release notes (English)
2+
=======================
13
( **English** / [Japanese](release_note_ja.md) )
24

35
### Bug fixes
@@ -10,7 +12,7 @@
1012
- Enable `RELEASE SAVEPOINT`(#19), `REPLACE INTO`(#20,MySQL) and `SET`(#21) to execute within a transaction.
1113

1214
v0.26.0
13-
=======
15+
-------
1416
Nov 11, 2025
1517

1618
### Bug fixes
@@ -38,7 +40,7 @@ Nov 11, 2025
3840
- Switched terminal input API calls to use `go-ttyadapter` v0.2.0 (#9)
3941

4042
v0.25.0
41-
=======
43+
-------
4244
Nov 3, 2025
4345

4446
### Bug fixes
@@ -64,7 +66,7 @@ Nov 3, 2025
6466
- Rewrote the SQLite3 test written in PowerShell 7 using Go’s standard `go test` framework to enable testing on Linux and GitHub Actions. (#7)
6567

6668
v0.24.0
67-
=======
69+
-------
6870
Oct 25, 2025
6971

7072
- Fixed an issue in the `edit` command where table names containing spaces were incorrectly expanded in SQL statements.
@@ -75,7 +77,7 @@ Oct 25, 2025
7577
- Enabled syntax highlighting for the `HOST` command and filename completion after `HOST`.
7678

7779
v0.23.0
78-
=======
80+
-------
7981
Oct 14, 2025
8082

8183
- For non-DML SQL, `"database/sql".Conn` is now used instead of `"database/sql".DB`
@@ -96,7 +98,7 @@ Oct 14, 2025
9698
- When the environment variable `COLORFGBG` is defined in the form `(FG);(BG)` and `(FG)` is less than `(BG)`, the program now uses color settings designed for light backgrounds (equivalent to `-rv`).
9799

98100
v0.22.0
99-
=======
101+
-------
100102
Oct 5, 2025
101103

102104
- On the `edit` command:
@@ -111,7 +113,7 @@ Oct 5, 2025
111113
- Modified the existing CRLF mode to avoid using golang.org/x/text/transform.
112114

113115
v0.21.0
114-
=======
116+
-------
115117
Sep 27, 2025
116118

117119
- `edit` command
@@ -130,7 +132,7 @@ Sep 27, 2025
130132
- Added the `host` command to execute operating system commands.
131133

132134
v0.20.0
133-
=======
135+
-------
134136
Sep 14, 2025
135137

136138
- Bug Fixes
@@ -151,7 +153,7 @@ Sep 14, 2025
151153
- Moved the database-specific customization packages under `"dialect"`.
152154

153155
v0.19.0
154-
=======
156+
-------
155157
Sep 6, 2025
156158

157159
- Parameters for the START command are now completed as filenames.
@@ -163,7 +165,7 @@ Sep 6, 2025
163165
- Added search command (`*` and `#`) to find the next occurrence of the current cell's content
164166

165167
v0.18.0
166-
=======
168+
-------
167169
Jun 25, 2025
168170

169171
- Updated go-readline-ny to v1.9.1
@@ -175,7 +177,7 @@ Jun 25, 2025
175177
- Made it possible to build with Go 1.20.14 to support Windows 7, 8, and Server 2008 or later.
176178

177179
v0.17.0
178-
=======
180+
-------
179181
Jan 20, 2025
180182

181183
- Update the dependency of go-multiline-ny to v0.18.4 and go-readline-ny to v1.7.1
@@ -185,7 +187,7 @@ Jan 20, 2025
185187
- Applied colors to input SQL, such as cyan for reserved words and magenta for strings.
186188

187189
v0.16.0
188-
=======
190+
-------
189191
Nov 21, 2024
190192

191193
- Show the prompt as `SQL*` instead of `SQL>` during a transaction.
@@ -202,28 +204,28 @@ way
202204
- Fix: when editing the longer lines than screen height, the number of the lines scrolling was one line short
203205

204206
v0.15.2
205-
=======
207+
-------
206208
Sep 21, 2024
207209

208210
- Fix: [#3] panic occurred during y/n prompts since v0.15.0
209211

210212
[#3]: https://github.com/hymkor/sqlbless/issues/3
211213

212214
v0.15.1
213-
=======
215+
-------
214216
Sep 19, 2024
215217

216218
- Fix: a panic occured when only an empty input was provided
217219
- Separate the main package into cmd/sqlbless to allow usage as a library
218220

219221
v0.15.0
220-
=======
222+
-------
221223
Jul 28, 2024
222224

223225
- With the support for windows/386 in modernc.org/sqlite v1.31.0, the SQLite3 driver has been consolidated to github.com/glebarez/go-sqlite. PureGo implementation is now enabled for all architectures.
224226

225227
v0.14.0
226-
=======
228+
-------
227229
Jun 10, 2024
228230

229231
- When the cell validation fails, prompt to modify the input text instead of discarding
@@ -243,7 +245,7 @@ Jun 10, 2024
243245
- Fix: When `-debug` was specfied, `d` or `x` could clear the debug-header.
244246

245247
v0.13.0
246-
=======
248+
-------
247249
Jun 4, 2024
248250

249251
- Modify the error message of `desc` with no arguments when no tables exist.
@@ -273,7 +275,7 @@ Jun 4, 2024
273275
- Do not create an empty row at the tail
274276

275277
v0.12.0
276-
=======
278+
-------
277279
May 29, 2024
278280

279281
- [#1] Support SQLite3. For windows-386, use "mattn/go-sqlite3" and for others, "glebarez/go-sqlite" (Thanks to [@emisjerry] and [@spiegel-im-spiegel])
@@ -285,7 +287,7 @@ May 29, 2024
285287
[@spiegel-im-spiegel]: https://github.com/spiegel-im-spiegel
286288

287289
v0.11.0
288-
=======
290+
-------
289291
May 27, 2024
290292

291293
- Create new statement: `edit TABLENAME [WHERE...]` to edit the records of table with [CSVI]
@@ -295,7 +297,7 @@ May 27, 2024
295297
- (go-multiline-ny) The text before the first Ctrl-P/N is treated as if it were the latest entry in the history not to lose them
296298

297299
v0.10.1
298-
=======
300+
-------
299301
May 9, 2024
300302

301303
- Fix: CSV pager was called even when SQL Statement raised error
@@ -304,7 +306,7 @@ May 9, 2024
304306
- Fix: EOF was reported as an error when Ctrl-D or `exit` is typed.
305307

306308
v0.10.0
307-
=======
309+
-------
308310
May 8, 2024
309311

310312
- Implement `-auto` option (for test and benchmark)
@@ -315,19 +317,19 @@ May 8, 2024
315317
[CSVI]: https://github.com/hymkor/csvi
316318

317319
v0.9.0
318-
======
320+
------
319321
Sep 4, 2023
320322

321323
- When lines end with `;`, Enter-key works as submiting
322324

323325
v0.8.0
324-
======
326+
------
325327
May 15, 2023
326328

327329
- Added input completion for some keywords such as SELECT and INSERT.
328330

329331
v0.7.1
330-
======
332+
------
331333
May 4, 2023
332334

333335
- Update importing libraries
@@ -337,7 +339,7 @@ May 4, 2023
337339
- Ctrl-F can move cursor to the beginning of the next line
338340

339341
v0.7.0
340-
======
342+
------
341343
Apr 25, 2023
342344

343345
- Option `-f -`: read a script from STDIN
@@ -346,7 +348,7 @@ Apr 25, 2023
346348
- Add debug option -print-type
347349

348350
v0.6.0
349-
======
351+
------
350352
Apr 22, 2023
351353

352354
- Disable Ctrl-S and Ctrl-R (incremental search)
@@ -358,15 +360,15 @@ Apr 22, 2023
358360
- Print `Ok` after DDL succeeds.
359361

360362
v0.5.0
361-
======
363+
------
362364
Apr 19, 2023
363365

364366
- `spool` writes program version also
365367
- Support Microsoft SQL Server
366368
- Fix: login error was not raised until the first SQL was input.
367369

368370
v0.4.0
369-
=======
371+
------
370372
Apr 17, 2023
371373

372374
- On start, print version, GOOS, GOARCH, and runtime-version.
@@ -376,7 +378,7 @@ Apr 17, 2023
376378
- Add the option -tsv: use TAB as field separator
377379

378380
v0.3.0
379-
======
381+
------
380382
Apr 16, 2023
381383

382384
- select: when data is []byte and valid as utf8, print it as string
@@ -390,7 +392,7 @@ Apr 16, 2023
390392
- Open as append-mode. Do not truncate existing spooled file.
391393

392394
v0.2.0
393-
======
395+
------
394396
Apr 16, 2023
395397

396398
- Insert `#` at the beginning of each line of spooled SQL
@@ -400,7 +402,7 @@ Apr 16, 2023
400402
- Implemented automatic rollback of a transaction on 'exit', 'quit', or EOF
401403

402404
v0.1.0
403-
======
405+
------
404406
Apr 10, 2023
405407

406408
- The first version

0 commit comments

Comments
 (0)