Skip to content

Commit 567c738

Browse files
YusukeKokuboclaude
andcommitted
v1.3.4 リリース
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1ee7a4d commit 567c738

5 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.3.4] - 2026-05-22
2+
3+
### Added
4+
- Socket Modeの再接続・切断通知と画像の非同期取得を実装
5+
6+
### Fixed
7+
- Socket Modeのタスク重複実行とAPI呼び出しタイムアウトを修正
8+
- tauri-api.ts リスナーの Promise 完了前アンマウントによるメモリリークを修正
9+
- Socket Mode 安定化のレビュー指摘点(4件)を修正
10+
- SocketRetryOutcome を impl ブロック外に移してビルドエラーを解消
11+
12+
---
13+
114
## [1.3.3] - 2026-05-22
215

316
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "leaner-waigaya",
33
"productName": "Leaners Waigaya",
4-
"version": "1.3.3",
4+
"version": "1.3.4",
55
"description": "Slack Message Display App",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leaner-waigaya"
3-
version = "1.3.3"
3+
version = "1.3.4"
44
description = "Slack Message Display App"
55
authors = ["Yusuke Kokubo <yusuke.kokubo@gmail.com>"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json",
33
"productName": "Leaner Waigaya",
4-
"version": "1.3.3",
4+
"version": "1.3.4",
55
"identifier": "jp.co.leaner.waigaya",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)