Skip to content

Commit b7b9cf2

Browse files
authored
New version: blueberrycongee.TermCanvas version 0.28.1 (#361323)
1 parent 13c0f8b commit b7b9cf2

File tree

4 files changed

+105
-0
lines changed

4 files changed

+105
-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.28.1
6+
InstallerType: nullsoft
7+
InstallerSwitches:
8+
Upgrade: --updated
9+
UpgradeBehavior: install
10+
ProductCode: 75eb9126-42bc-5b65-8c9c-967fc346dcf8
11+
ReleaseDate: 2026-04-16
12+
Installers:
13+
- Architecture: x64
14+
Scope: user
15+
InstallerUrl: https://github.com/blueberrycongee/termcanvas/releases/download/v0.28.1/TermCanvas-Setup-0.28.1.exe
16+
InstallerSha256: 09414798782BB68F42BBE5D3C1D344079B7AFCA48B8E6F6D5E5D710C5C8B2059
17+
InstallerSwitches:
18+
Custom: /currentuser
19+
- Architecture: x64
20+
Scope: machine
21+
InstallerUrl: https://github.com/blueberrycongee/termcanvas/releases/download/v0.28.1/TermCanvas-Setup-0.28.1.exe
22+
InstallerSha256: 09414798782BB68F42BBE5D3C1D344079B7AFCA48B8E6F6D5E5D710C5C8B2059
23+
InstallerSwitches:
24+
Custom: /allusers
25+
ManifestType: installer
26+
ManifestVersion: 1.12.0
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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.28.1
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+
- Canvas: click anywhere on a terminal tile to zoom in when zoomed out (Cmd+E), using fit-all scale as adaptive threshold
34+
Fixed
35+
- Canvas: commit compact positions to store on label click without drag
36+
- Terminal: prevent stale "Copied" toast from re-appearing on re-mount after zoom-to-fit
37+
- UI: refine terminal focus indicator from hard ring to soft glow
38+
- Focus: make spatial focus cycling (Cmd+]/Cmd+[) worktree-group-aware
39+
ReleaseNotesUrl: https://github.com/blueberrycongee/termcanvas/releases/tag/v0.28.1
40+
ManifestType: defaultLocale
41+
ManifestVersion: 1.12.0
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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.28.1
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+
ReleaseNotes: |-
23+
- 画布:缩小状态下(Cmd+E)单击终端 tile 任意位置即可放大聚焦,阈值基于 fit-all 缩放自适应
24+
Fixed (zh-CN)
25+
- 画布:点击标签(无拖拽)时正确提交紧凑布局位置
26+
- 终端:修复 zoom-to-fit 后重新挂载时"已复制"提示错误重现
27+
- UI:终端聚焦指示器从硬边框改为柔和光晕
28+
- 聚焦:Cmd+]/Cmd+[ 空间导航现在按 worktree 分组循环
29+
ManifestType: locale
30+
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.28.1
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)