Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions release_note_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Release notes (English)
=======================
( **English** / [Japanese](release_note_ja.md) )

v0.27.2
-------
Jan 18, 2026

- Update github.com/hymkor/csvi from v1.19.1 to v1.20.1 (#27)
- Use `(*csvi.Application) MessageAndGetKey` instead of removed `(*csvi.Application) YesNo`
- Fix display overflow caused by halfwidth kana with voiced/semi-voiced sound marks
Expand Down
4 changes: 4 additions & 0 deletions release_note_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Release notes (Japanese)
========================
( [English](release_note_en.md) / **Japanese** )

v0.27.2
-------
Jan 18, 2026

- Update github.com/hymkor/csvi from v1.19.1 to v1.20.1 (#27)
- 廃止された `(*csvi.Application) YesNo` のかわりに、`(*csvi.Application) MessageAndGetKey` を使うようにした
- 半角カナの濁音・半濁音記号が含まれていると表示桁数が超過して表示が乱れる問題を修正
Expand Down
10 changes: 5 additions & 5 deletions sqlbless.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "0.27.1",
"version": "0.27.2",
"description": "The Command-line Database Client",
"homepage": "https://github.com/hymkor/sqlbless",
"license": "MIT License",
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/sqlbless/releases/download/v0.27.1/sqlbless-v0.27.1-windows-386.zip",
"hash": "cbc6706ffb542e433e1e11d36c116b7f9119a41cc2ee84671d4f9b8a86c1cc2e"
"url": "https://github.com/hymkor/sqlbless/releases/download/v0.27.2/sqlbless-v0.27.2-windows-386.zip",
"hash": "b99beb58d258579971937ee35ae7b58a7f41d11a4cc705d02699a9eb89b5acad"
},
"64bit": {
"url": "https://github.com/hymkor/sqlbless/releases/download/v0.27.1/sqlbless-v0.27.1-windows-amd64.zip",
"hash": "fe3f7a27508d526eeb92ab9ddf69ac7cf28057a7a1d1208657c101c6b7b82a0e"
"url": "https://github.com/hymkor/sqlbless/releases/download/v0.27.2/sqlbless-v0.27.2-windows-amd64.zip",
"hash": "f18d942b1192505f02c21cc872c03e37fac3aa7daa54b2f4be1a9844ddd0ebc0"
}
},
"bin": "sqlbless.exe",
Expand Down