Skip to content

Commit 69d8683

Browse files
authored
Merge pull request #28 from hymkor/release-v0.27.2
Release v0.27.2
2 parents f7a3aab + c0d7bc2 commit 69d8683

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

release_note_en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Release notes (English)
22
=======================
33
( **English** / [Japanese](release_note_ja.md) )
44

5+
v0.27.2
6+
-------
7+
Jan 18, 2026
8+
59
- Update github.com/hymkor/csvi from v1.19.1 to v1.20.1 (#27)
610
- Use `(*csvi.Application) MessageAndGetKey` instead of removed `(*csvi.Application) YesNo`
711
- Fix display overflow caused by halfwidth kana with voiced/semi-voiced sound marks

release_note_ja.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Release notes (Japanese)
22
========================
33
( [English](release_note_en.md) / **Japanese** )
44

5+
v0.27.2
6+
-------
7+
Jan 18, 2026
8+
59
- Update github.com/hymkor/csvi from v1.19.1 to v1.20.1 (#27)
610
- 廃止された `(*csvi.Application) YesNo` のかわりに、`(*csvi.Application) MessageAndGetKey` を使うようにした
711
- 半角カナの濁音・半濁音記号が含まれていると表示桁数が超過して表示が乱れる問題を修正

sqlbless.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"version": "0.27.1",
2+
"version": "0.27.2",
33
"description": "The Command-line Database Client",
44
"homepage": "https://github.com/hymkor/sqlbless",
55
"license": "MIT License",
66
"architecture": {
77
"32bit": {
8-
"url": "https://github.com/hymkor/sqlbless/releases/download/v0.27.1/sqlbless-v0.27.1-windows-386.zip",
9-
"hash": "cbc6706ffb542e433e1e11d36c116b7f9119a41cc2ee84671d4f9b8a86c1cc2e"
8+
"url": "https://github.com/hymkor/sqlbless/releases/download/v0.27.2/sqlbless-v0.27.2-windows-386.zip",
9+
"hash": "b99beb58d258579971937ee35ae7b58a7f41d11a4cc705d02699a9eb89b5acad"
1010
},
1111
"64bit": {
12-
"url": "https://github.com/hymkor/sqlbless/releases/download/v0.27.1/sqlbless-v0.27.1-windows-amd64.zip",
13-
"hash": "fe3f7a27508d526eeb92ab9ddf69ac7cf28057a7a1d1208657c101c6b7b82a0e"
12+
"url": "https://github.com/hymkor/sqlbless/releases/download/v0.27.2/sqlbless-v0.27.2-windows-amd64.zip",
13+
"hash": "f18d942b1192505f02c21cc872c03e37fac3aa7daa54b2f4be1a9844ddd0ebc0"
1414
}
1515
},
1616
"bin": "sqlbless.exe",

0 commit comments

Comments
 (0)