Skip to content

Commit b63bea4

Browse files
authored
New version: blueberrycongee.TermCanvas version 0.25.0 (#355155)
1 parent 949bade commit b63bea4

File tree

4 files changed

+103
-0
lines changed

4 files changed

+103
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: blueberrycongee.TermCanvas
5+
PackageVersion: 0.25.0
6+
InstallerType: nullsoft
7+
InstallerSwitches:
8+
Upgrade: --updated
9+
UpgradeBehavior: install
10+
ProductCode: 75eb9126-42bc-5b65-8c9c-967fc346dcf8
11+
ReleaseDate: 2026-04-03
12+
Installers:
13+
- Architecture: x64
14+
Scope: user
15+
InstallerUrl: https://github.com/blueberrycongee/termcanvas/releases/download/v0.25.0/TermCanvas.Setup.0.25.0.exe
16+
InstallerSha256: 7755320F6D25E7930C34088B7B574275E71911025ED2370D64DB57EB45D2889C
17+
InstallerSwitches:
18+
Custom: /currentuser
19+
- Architecture: x64
20+
Scope: machine
21+
InstallerUrl: https://github.com/blueberrycongee/termcanvas/releases/download/v0.25.0/TermCanvas.Setup.0.25.0.exe
22+
InstallerSha256: 7755320F6D25E7930C34088B7B574275E71911025ED2370D64DB57EB45D2889C
23+
InstallerSwitches:
24+
Custom: /allusers
25+
ManifestType: installer
26+
ManifestVersion: 1.12.0
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: blueberrycongee.TermCanvas
5+
PackageVersion: 0.25.0
6+
PackageLocale: en-US
7+
Publisher: blueberrycongee
8+
PublisherUrl: https://github.com/blueberrycongee
9+
PublisherSupportUrl: https://github.com/blueberrycongee/termcanvas/issues
10+
PackageName: TermCanvas
11+
PackageUrl: https://github.com/blueberrycongee/termcanvas
12+
License: MIT
13+
LicenseUrl: https://github.com/blueberrycongee/termcanvas/blob/HEAD/LICENSE
14+
Copyright: Copyright (c) 2026 TermCanvas Contributors
15+
ShortDescription: An infinite canvas desktop app for visually managing terminals
16+
Description: |-
17+
TermCanvas spreads all your terminals across an infinite spatial canvas — no more tabs, no more split panes. Drag them around, zoom in to focus, zoom out to see the big picture.
18+
It organizes everything in a Project → Worktree → Terminal hierarchy that mirrors how you actually use git. Add a project, and TermCanvas auto-detects its worktrees. Create a new worktree from the terminal, and it appears on the canvas instantly.
19+
Tags:
20+
- agent
21+
- agentic
22+
- ai
23+
- chatbot
24+
- claude-code
25+
- code
26+
- codex
27+
- coding
28+
- gemini-cli
29+
- large-language-model
30+
- llm
31+
- programming
32+
ReleaseNotes: |-
33+
Added
34+
- Live sessions panel and session replay in right sidebar
35+
- Session scanner with managed session discovery
36+
- Session store with IPC subscription
37+
- Right panel tab system with Usage and Sessions tabs
38+
- i18n for sessions panel and replay view
39+
Fixed
40+
- Race guard, error handling, async IO, and user prompt issues (challenge findings)
41+
- Summary CLI stderr capture increased from 200 to 500 chars for better error diagnostics
42+
Changed
43+
- Stable socket path for hook receiver
44+
ReleaseNotesUrl: https://github.com/blueberrycongee/termcanvas/releases/tag/v0.25.0
45+
ManifestType: defaultLocale
46+
ManifestVersion: 1.12.0
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: blueberrycongee.TermCanvas
5+
PackageVersion: 0.25.0
6+
PackageLocale: zh-CN
7+
ShortDescription: 一款用于可视化管理终端的无限画布桌面应用
8+
Description: |-
9+
TermCanvas 可将你所有的终端窗口排布在无限空间画布上——无需再使用标签页,也不必拆分窗格。你可以随意拖动终端,放大即可聚焦单个窗口,缩小就能查看全局布局。
10+
它采用「项目→工作树→终端」的层级结构管理所有内容,完全贴合你实际使用 Git 的习惯。添加项目后,TermCanvas 会自动检测其包含的工作树;你在终端中创建新工作树时,它也会立刻显示在画布上。
11+
Tags:
12+
- claude-code
13+
- codex
14+
- gemini-cli
15+
- 人工智能
16+
- 代码
17+
- 大语言模型
18+
- 智能体
19+
- 编程
20+
- 聊天机器人
21+
- 自主智能
22+
ManifestType: locale
23+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: blueberrycongee.TermCanvas
5+
PackageVersion: 0.25.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)