Skip to content

Releases: skyjt/teahouse

茶话间 · Teahouse v0.57.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 05:28

更新内容 / What's changed

中英文模式

  • 新增 English 模式,覆盖主窗口、首次向导、设置、文件柜、截图、图片查看器、托盘、通知及应用自有提示。
  • 首次启动根据系统首选语言预选:简体、繁体及港澳台中文默认简体中文,其余语言默认 English;向导第一页即可手动更改。
  • 在「设置 → 通用 → 语言 / Language」随时切换,所有窗口即时同步并记住选择,保留正在输入的草稿和截图选区。
  • 已有用户升级后保留中文。聊天正文、昵称、群名、文件名及历史系统提示保留原文;新系统提示支持随语言切换。
  • 所有语言资源本地打包,保持纯内网运行及 Electron 22.3.27 / Win7 兼容基线。

Chinese and English

  • English is now available throughout the app, including onboarding, settings, file cabinets, capture, image viewing, tray menus and notifications.
  • The first onboarding page selects Simplified Chinese for Chinese system languages, including Traditional Chinese, and English for other languages. You can change the selection immediately.
  • Switch at any time in Settings → General → Language. All windows update immediately and remember your choice, preserving drafts and capture selections.
  • Existing users keep Chinese after upgrading. Messages, names, filenames and historical system messages retain their original text. New system messages follow your selected language.
  • All language resources are bundled locally. LAN-only operation and the Electron 22.3.27 / Windows 7 compatibility baseline are preserved.

验证 / Validation

本地 117 个测试文件、723 项测试,以及数据库自测、类型检查、构建和隔离启动冒烟均通过;真实 Electron 22 验证四窗口语言同步、首次向导、选择持久化与草稿/截图选区保留。Win7 / UOS 真机界面仍需目标平台复测。

All 723 tests across 117 files passed, along with database, type, build and isolated startup checks. Real Electron 22 checks covered four-window language switching, onboarding, persistence, drafts and capture selections. Physical Win7/UOS UI testing remains a target-platform check.

完整变更 / Full changelog: v0.56.2…v0.57.0


可用安装包 / Downloads

平台 / Platform 文件 / File 说明 / Description
Windows 7 SP1+ x64 Teahouse-0.57.0-win-x64-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ x64 Teahouse-0.57.0-win-x64-portable.exe 便携版 / portable
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.57.0-win-ia32-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.57.0-win-ia32-portable.exe 便携版 / portable
Debian 10 / UOS 20 x64 Teahouse-0.57.0-linux-amd64.deb dpkg 安装包 / package
Debian 10 / UOS 20 x64 Teahouse-0.57.0-linux-x86_64.AppImage 通用 AppImage / portable AppImage
Debian 10 / UOS 20 arm64 Teahouse-0.57.0-linux-arm64.deb dpkg 安装包 / package
Debian 10 / UOS 20 arm64 Teahouse-0.57.0-linux-arm64.AppImage 通用 AppImage / portable AppImage
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.57.0-mac-arm64.dmg 磁盘映像 / disk image
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.57.0-mac-arm64.zip 压缩包 / archive

每个平台产物附 SHA-256 校验清单(SHA256SUMS-*.txt)。
Each platform includes a SHA-256 checksum manifest.

macOS 构建未签名;首次打开需在「系统设置 → 隐私与安全性」中允许,或执行 xattr -dr com.apple.quarantine /Applications/Teahouse.app
The macOS build is unsigned; approve it under System Settings → Privacy & Security on first launch, or run the command above.

茶话间 · Teahouse v0.56.2

Choose a tag to compare

@github-actions github-actions released this 07 Sep 02:30

更新内容 / What's changed

本次发布说明覆盖 v0.56.1v0.56.2 的所有提交。

This release covers every commit from v0.56.1 through v0.56.2.

English documentation: README · Documentation index

🐛 问题修复 / Fixes

  • 修复表情复制与 Linux 小键盘数字输入

本次修复 / Fix details

  • 修复聊天内置 emoji 选区复制时丢失字符,保留连续表情、混合文字和换行;复制为纯文本,避免本地 SVG 或透明样式进入剪贴板。
  • 补齐 Win7 聊天输入框中含 emoji 的复制、剪切与原生撤销。
  • 增加 Linux 小键盘数字输入兼容处理:NumLock 开启时恢复数字输入,关闭时保留导航;输入法组词、组合键、只读和禁用控件保持原有行为。

Built-in emoji now retain their Unicode text when copied from chat selections. The Win7 chat editor supports copying and cutting emoji with native undo. Linux text inputs gain a NumLock compatibility fix while preserving navigation with NumLock off, IME composition, modifier keys, and readonly/disabled controls.

验证 / Validation

  • 本地五项验证全部通过:714 个测试、Electron 数据库自测、类型检查、构建与隔离启动冒烟。
  • Electron 22 实际组件回归通过,覆盖 emoji 复制/粘贴/剪切/撤销及 31 项小键盘检查。
  • Win7/UOS 的本次修复仍需真机复测;多平台 CI 构建不等同于目标系统桌面验收。

All five local validation gates passed, including 714 tests. Real Electron 22 component checks cover emoji copy/paste/cut/undo and 31 numpad cases. The fixes still require verification on actual Win7/UOS desktops; CI packaging does not replace that check.

提交明细 / Commits

范围 / Range: v0.56.1..v0.56.2

  • 06becb9 fix: 修复表情复制与 Linux 小键盘数字输入

可用安装包 / Downloads

平台 / Platform 文件 / File 说明 / Description
Windows 7 SP1+ x64 Teahouse-0.56.2-win-x64-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ x64 Teahouse-0.56.2-win-x64-portable.exe 便携版 / portable
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.56.2-win-ia32-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.56.2-win-ia32-portable.exe 便携版 / portable
Debian 10 / UOS 20 x64 Teahouse-0.56.2-linux-amd64.deb dpkg 安装包 / package
Debian 10 / UOS 20 x64 Teahouse-0.56.2-linux-x86_64.AppImage 通用 AppImage / portable AppImage
Debian 10 / UOS 20 arm64 Teahouse-0.56.2-linux-arm64.deb dpkg 安装包 / package
Debian 10 / UOS 20 arm64 Teahouse-0.56.2-linux-arm64.AppImage 通用 AppImage / portable AppImage
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.56.2-mac-arm64.dmg 磁盘映像 / disk image
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.56.2-mac-arm64.zip 压缩包 / archive

每个平台产物附 SHA-256 校验清单(SHA256SUMS-*.txt)。
Each platform includes a SHA-256 checksum manifest.

macOS 构建未签名;首次打开需在「系统设置 → 隐私与安全性」中允许,或执行 xattr -dr com.apple.quarantine /Applications/Teahouse.app
The macOS build is unsigned; approve it under System Settings → Privacy & Security on first launch, or run the command above.

茶话间 · Teahouse v0.56.1

Choose a tag to compare

@github-actions github-actions released this 06 Sep 12:43

更新内容 / What's changed

本次发布说明覆盖 v0.54.12v0.56.1 的所有提交。

This release covers every commit from v0.54.12 through v0.56.1.

English documentation: README · Documentation index

✨ 新功能 / Features

  • 支持图片内原生选字与按需后台识别
  • 支持聊天图片前后切换

🐛 问题修复 / Fixes

  • 校准图片文字选区并稳定跨行拖选光标

提交明细 / Commits

范围 / Range: v0.54.12..v0.56.1

  • 2a9381c feat: 支持聊天图片前后切换
  • 5bc44cb feat: 支持图片内原生选字与按需后台识别
  • 061013d fix: 校准图片文字选区并稳定跨行拖选光标

可用安装包 / Downloads

平台 / Platform 文件 / File 说明 / Description
Windows 7 SP1+ x64 Teahouse-0.56.1-win-x64-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ x64 Teahouse-0.56.1-win-x64-portable.exe 便携版 / portable
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.56.1-win-ia32-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.56.1-win-ia32-portable.exe 便携版 / portable
Debian 10 / UOS 20 x64 Teahouse-0.56.1-linux-amd64.deb dpkg 安装包 / package
Debian 10 / UOS 20 x64 Teahouse-0.56.1-linux-x86_64.AppImage 通用 AppImage / portable AppImage
Debian 10 / UOS 20 arm64 Teahouse-0.56.1-linux-arm64.deb dpkg 安装包 / package
Debian 10 / UOS 20 arm64 Teahouse-0.56.1-linux-arm64.AppImage 通用 AppImage / portable AppImage
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.56.1-mac-arm64.dmg 磁盘映像 / disk image
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.56.1-mac-arm64.zip 压缩包 / archive

每个平台产物附 SHA-256 校验清单(SHA256SUMS-*.txt)。
Each platform includes a SHA-256 checksum manifest.

macOS 构建未签名;首次打开需在「系统设置 → 隐私与安全性」中允许,或执行 xattr -dr com.apple.quarantine /Applications/Teahouse.app
The macOS build is unsigned; approve it under System Settings → Privacy & Security on first launch, or run the command above.

茶话间 · Teahouse v0.54.12

Choose a tag to compare

@github-actions github-actions released this 05 Sep 16:07

更新内容 / What's changed

本次发布说明覆盖 v0.54.9v0.54.12 的所有提交。

This release covers every commit from v0.54.9 through v0.54.12.

English documentation: README · Documentation index

🐛 问题修复 / Fixes

  • 补齐列表原生键盘操作与焦点展示(OPT-30)
  • 提高列表辅助文字对比度(OPT-29)
  • 消除打包重复编译并缓存构建工具下载

提交明细 / Commits

范围 / Range: v0.54.9..v0.54.12

  • 45fa4ea fix: 消除打包重复编译并缓存构建工具下载
  • b848ff1 fix: 提高列表辅助文字对比度(OPT-29)
  • 7df80e1 fix: 补齐列表原生键盘操作与焦点展示(OPT-30)

可用安装包 / Downloads

平台 / Platform 文件 / File 说明 / Description
Windows 7 SP1+ x64 Teahouse-0.54.12-win-x64-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ x64 Teahouse-0.54.12-win-x64-portable.exe 便携版 / portable
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.54.12-win-ia32-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.54.12-win-ia32-portable.exe 便携版 / portable
Debian 10 / UOS 20 x64 Teahouse-0.54.12-linux-amd64.deb dpkg 安装包 / package
Debian 10 / UOS 20 x64 Teahouse-0.54.12-linux-x86_64.AppImage 通用 AppImage / portable AppImage
Debian 10 / UOS 20 arm64 Teahouse-0.54.12-linux-arm64.deb dpkg 安装包 / package
Debian 10 / UOS 20 arm64 Teahouse-0.54.12-linux-arm64.AppImage 通用 AppImage / portable AppImage
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.54.12-mac-arm64.dmg 磁盘映像 / disk image
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.54.12-mac-arm64.zip 压缩包 / archive

每个平台产物附 SHA-256 校验清单(SHA256SUMS-*.txt)。
Each platform includes a SHA-256 checksum manifest.

macOS 构建未签名;首次打开需在「系统设置 → 隐私与安全性」中允许,或执行 xattr -dr com.apple.quarantine /Applications/Teahouse.app
The macOS build is unsigned; approve it under System Settings → Privacy & Security on first launch, or run the command above.

茶话间 · Teahouse v0.54.9

Choose a tag to compare

@github-actions github-actions released this 05 Sep 14:56

更新内容 / What's changed

本次发布说明覆盖 v0.54.3v0.54.9 的所有提交。

This release covers every commit from v0.54.3 through v0.54.9.

English documentation: README · Documentation index

🐛 问题修复 / Fixes

  • 限制缩略图并发并回收无效排队(OPT-28)
  • 回收闲置会话与传输缓存(OPT-27)
  • 减少全局搜索重复 FTS 查询(OPT-26)
  • 合并引用和传输状态重复读取(OPT-25)
  • 清理全局搜索过期请求(OPT-24)
  • 修复会话菜单边缘裁切(OPT-23)

提交明细 / Commits

范围 / Range: v0.54.3..v0.54.9

  • 1ab905b fix: 修复会话菜单边缘裁切(OPT-23)
  • a15557e fix: 清理全局搜索过期请求(OPT-24)
  • 4cdc74b fix: 合并引用和传输状态重复读取(OPT-25)
  • 3af5d7a fix: 减少全局搜索重复 FTS 查询(OPT-26)
  • c600d9a fix: 回收闲置会话与传输缓存(OPT-27)
  • 92c416a fix: 限制缩略图并发并回收无效排队(OPT-28)

可用安装包 / Downloads

平台 / Platform 文件 / File 说明 / Description
Windows 7 SP1+ x64 Teahouse-0.54.9-win-x64-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ x64 Teahouse-0.54.9-win-x64-portable.exe 便携版 / portable
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.54.9-win-ia32-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.54.9-win-ia32-portable.exe 便携版 / portable
Debian 10 / UOS 20 x64 Teahouse-0.54.9-linux-amd64.deb dpkg 安装包 / package
Debian 10 / UOS 20 x64 Teahouse-0.54.9-linux-x86_64.AppImage 通用 AppImage / portable AppImage
Debian 10 / UOS 20 arm64 Teahouse-0.54.9-linux-arm64.deb dpkg 安装包 / package
Debian 10 / UOS 20 arm64 Teahouse-0.54.9-linux-arm64.AppImage 通用 AppImage / portable AppImage
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.54.9-mac-arm64.dmg 磁盘映像 / disk image
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.54.9-mac-arm64.zip 压缩包 / archive

每个平台产物附 SHA-256 校验清单(SHA256SUMS-*.txt)。
Each platform includes a SHA-256 checksum manifest.

macOS 构建未签名;首次打开需在「系统设置 → 隐私与安全性」中允许,或执行 xattr -dr com.apple.quarantine /Applications/Teahouse.app
The macOS build is unsigned; approve it under System Settings → Privacy & Security on first launch, or run the command above.

茶话间 · Teahouse v0.54.3

Choose a tag to compare

@github-actions github-actions released this 05 Sep 00:13

更新内容 / What's changed

本次发布说明覆盖 v0.54.2v0.54.3 的所有提交。

This release covers every commit from v0.54.2 through v0.54.3.

English documentation: README · Documentation index

🐛 问题修复 / Fixes

  • 完善 Esc 隐藏与浮层优先处理(#38

提交明细 / Commits

范围 / Range: v0.54.2..v0.54.3

  • c604b04 fix(窗口): 完善 Esc 隐藏与浮层优先处理(#38

可用安装包 / Downloads

平台 / Platform 文件 / File 说明 / Description
Windows 7 SP1+ x64 Teahouse-0.54.3-win-x64-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ x64 Teahouse-0.54.3-win-x64-portable.exe 便携版 / portable
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.54.3-win-ia32-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.54.3-win-ia32-portable.exe 便携版 / portable
Debian 10 / UOS 20 x64 Teahouse-0.54.3-linux-amd64.deb dpkg 安装包 / package
Debian 10 / UOS 20 x64 Teahouse-0.54.3-linux-x86_64.AppImage 通用 AppImage / portable AppImage
Debian 10 / UOS 20 arm64 Teahouse-0.54.3-linux-arm64.deb dpkg 安装包 / package
Debian 10 / UOS 20 arm64 Teahouse-0.54.3-linux-arm64.AppImage 通用 AppImage / portable AppImage
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.54.3-mac-arm64.dmg 磁盘映像 / disk image
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.54.3-mac-arm64.zip 压缩包 / archive

每个平台产物附 SHA-256 校验清单(SHA256SUMS-*.txt)。
Each platform includes a SHA-256 checksum manifest.

macOS 构建未签名;首次打开需在「系统设置 → 隐私与安全性」中允许,或执行 xattr -dr com.apple.quarantine /Applications/Teahouse.app
The macOS build is unsigned; approve it under System Settings → Privacy & Security on first launch, or run the command above.

茶话间 · Teahouse v0.54.2

Choose a tag to compare

@github-actions github-actions released this 04 Sep 23:20
1c1a60b

更新内容 / What's changed

本次发布说明覆盖 v0.53.1v0.54.2 的所有提交。

This release covers every commit from v0.53.1 through v0.54.2.

English documentation: README · Documentation index

✨ 新功能 / Features

  • 增加群简介、群公告

🐛 问题修复 / Fixes

  • 修复跨版本群信息补齐(决议 #292)
  • 修复简介公告合并阻断

提交明细 / Commits

范围 / Range: v0.53.1..v0.54.2

  • 9130171 feat(群聊): 增加群简介、群公告
  • 98b1aab fix(群聊): 修复简介公告合并阻断
  • 2f7c112 fix(群聊): 修复跨版本群信息补齐(决议 #292)
  • 1c1a60b feat(群聊): 合并群简介与群公告(#39

可用安装包 / Downloads

平台 / Platform 文件 / File 说明 / Description
Windows 7 SP1+ x64 Teahouse-0.54.2-win-x64-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ x64 Teahouse-0.54.2-win-x64-portable.exe 便携版 / portable
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.54.2-win-ia32-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.54.2-win-ia32-portable.exe 便携版 / portable
Debian 10 / UOS 20 x64 Teahouse-0.54.2-linux-amd64.deb dpkg 安装包 / package
Debian 10 / UOS 20 x64 Teahouse-0.54.2-linux-x86_64.AppImage 通用 AppImage / portable AppImage
Debian 10 / UOS 20 arm64 Teahouse-0.54.2-linux-arm64.deb dpkg 安装包 / package
Debian 10 / UOS 20 arm64 Teahouse-0.54.2-linux-arm64.AppImage 通用 AppImage / portable AppImage
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.54.2-mac-arm64.dmg 磁盘映像 / disk image
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.54.2-mac-arm64.zip 压缩包 / archive

每个平台产物附 SHA-256 校验清单(SHA256SUMS-*.txt)。
Each platform includes a SHA-256 checksum manifest.

macOS 构建未签名;首次打开需在「系统设置 → 隐私与安全性」中允许,或执行 xattr -dr com.apple.quarantine /Applications/Teahouse.app
The macOS build is unsigned; approve it under System Settings → Privacy & Security on first launch, or run the command above.

茶话间 · Teahouse v0.53.1

Choose a tag to compare

@github-actions github-actions released this 30 Aug 04:18
a7385e4

更新内容 / What's changed

本次发布说明覆盖 v0.53.0v0.53.1 的所有提交。

This release covers every commit from v0.53.0 through v0.53.1.

English documentation: README · Documentation index

🐛 问题修复 / Fixes

  • avoid ARM64 Wayland native crash (#34)

提交明细 / Commits

范围 / Range: v0.53.0..v0.53.1

  • 90680a6 fix(capture): avoid ARM64 Wayland native crash (#34)
  • a7385e4 Merge pull request #37 from skyjt/fix/arm64-wayland-screenshot-34

可用安装包 / Downloads

平台 / Platform 文件 / File 说明 / Description
Windows 7 SP1+ x64 Teahouse-0.53.1-win-x64-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ x64 Teahouse-0.53.1-win-x64-portable.exe 便携版 / portable
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.53.1-win-ia32-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.53.1-win-ia32-portable.exe 便携版 / portable
Debian 10 / UOS 20 x64 Teahouse-0.53.1-linux-amd64.deb dpkg 安装包 / package
Debian 10 / UOS 20 x64 Teahouse-0.53.1-linux-x86_64.AppImage 通用 AppImage / portable AppImage
Debian 10 / UOS 20 arm64 Teahouse-0.53.1-linux-arm64.deb dpkg 安装包 / package
Debian 10 / UOS 20 arm64 Teahouse-0.53.1-linux-arm64.AppImage 通用 AppImage / portable AppImage
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.53.1-mac-arm64.dmg 磁盘映像 / disk image
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.53.1-mac-arm64.zip 压缩包 / archive

每个平台产物附 SHA-256 校验清单(SHA256SUMS-*.txt)。
Each platform includes a SHA-256 checksum manifest.

macOS 构建未签名;首次打开需在「系统设置 → 隐私与安全性」中允许,或执行 xattr -dr com.apple.quarantine /Applications/Teahouse.app
The macOS build is unsigned; approve it under System Settings → Privacy & Security on first launch, or run the command above.

茶话间 · Teahouse v0.53.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 03:24
a9ca5c5

更新内容 / What's changed

本次发布说明覆盖 v0.52.0v0.53.0 的所有提交。

This release covers every commit from v0.52.0 through v0.53.0.

English documentation: README · Documentation index

✨ 新功能 / Features

  • 群聊增加引用消息

🐛 问题修复 / Fixes

  • 补载历史引用消息

提交明细 / Commits

范围 / Range: v0.52.0..v0.53.0

  • aac3b67 feat(群聊): 群聊增加引用消息
  • 29176b3 Merge pull request #35 from kleinmoretti-xu/main
  • 09c8618 fix(群聊): 补载历史引用消息
  • a9ca5c5 Merge pull request #36 from skyjt/fix/group-reply-history-35

可用安装包 / Downloads

平台 / Platform 文件 / File 说明 / Description
Windows 7 SP1+ x64 Teahouse-0.53.0-win-x64-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ x64 Teahouse-0.53.0-win-x64-portable.exe 便携版 / portable
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.53.0-win-ia32-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.53.0-win-ia32-portable.exe 便携版 / portable
Debian 10 / UOS 20 x64 Teahouse-0.53.0-linux-amd64.deb dpkg 安装包 / package
Debian 10 / UOS 20 x64 Teahouse-0.53.0-linux-x86_64.AppImage 通用 AppImage / portable AppImage
Debian 10 / UOS 20 arm64 Teahouse-0.53.0-linux-arm64.deb dpkg 安装包 / package
Debian 10 / UOS 20 arm64 Teahouse-0.53.0-linux-arm64.AppImage 通用 AppImage / portable AppImage
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.53.0-mac-arm64.dmg 磁盘映像 / disk image
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.53.0-mac-arm64.zip 压缩包 / archive

每个平台产物附 SHA-256 校验清单(SHA256SUMS-*.txt)。
Each platform includes a SHA-256 checksum manifest.

macOS 构建未签名;首次打开需在「系统设置 → 隐私与安全性」中允许,或执行 xattr -dr com.apple.quarantine /Applications/Teahouse.app
The macOS build is unsigned; approve it under System Settings → Privacy & Security on first launch, or run the command above.

茶话间 · Teahouse v0.52.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 13:45

更新内容 / What's changed

本次发布说明覆盖 v0.51.2v0.52.0 的所有提交。

This release covers every commit from v0.51.2 through v0.52.0.

English documentation: README · Documentation index

✨ 新功能 / Features

  • 完善表情包导入、布局与群聊发送 (#30)

提交明细 / Commits

范围 / Range: v0.51.2..v0.52.0

  • 035c586 feat: 完善表情包导入、布局与群聊发送 (#30)

可用安装包 / Downloads

平台 / Platform 文件 / File 说明 / Description
Windows 7 SP1+ x64 Teahouse-0.52.0-win-x64-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ x64 Teahouse-0.52.0-win-x64-portable.exe 便携版 / portable
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.52.0-win-ia32-setup.exe NSIS 安装包 / installer
Windows 7 SP1+ 32 位 / 32-bit Teahouse-0.52.0-win-ia32-portable.exe 便携版 / portable
Debian 10 / UOS 20 x64 Teahouse-0.52.0-linux-amd64.deb dpkg 安装包 / package
Debian 10 / UOS 20 x64 Teahouse-0.52.0-linux-x86_64.AppImage 通用 AppImage / portable AppImage
Debian 10 / UOS 20 arm64 Teahouse-0.52.0-linux-arm64.deb dpkg 安装包 / package
Debian 10 / UOS 20 arm64 Teahouse-0.52.0-linux-arm64.AppImage 通用 AppImage / portable AppImage
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.52.0-mac-arm64.dmg 磁盘映像 / disk image
macOS arm64(M 系列 / Apple Silicon) Teahouse-0.52.0-mac-arm64.zip 压缩包 / archive

每个平台产物附 SHA-256 校验清单(SHA256SUMS-*.txt)。
Each platform includes a SHA-256 checksum manifest.

macOS 构建未签名;首次打开需在「系统设置 → 隐私与安全性」中允许,或执行 xattr -dr com.apple.quarantine /Applications/Teahouse.app
The macOS build is unsigned; approve it under System Settings → Privacy & Security on first launch, or run the command above.