Skip to content

LocalChat v1.1.0

Choose a tag to compare

@Mintcolour Mintcolour released this 17 Jun 15:38
· 46 commits to main since this release

LocalChat v1.1.0 📦

中文说明

本版本加入应用内中文/英文切换,并将应用版本提升到 1.1.0+2

更新内容 ✨

  • 新增设置页语言切换,可在中文和 English 之间切换。
  • 新增集中式 App 文案层,覆盖主界面、设备列表、配对弹窗、会话操作、文件操作和状态栏。
  • 接收文字、接收文件、自动复制到剪贴板等系统通知会跟随当前语言显示。
  • 保持局域网发现、可信配对、安全传输和本地历史逻辑不变。

下载说明 🚀

  • LocalChat-v1.1.0-windows-x64.zip:Windows 64 位便携包,解压后运行 localchat.exe
  • LocalChat-v1.1.0-android-arm64-v8a.apk:大多数现代 Android 手机推荐使用。
  • LocalChat-v1.1.0-android-armeabi-v7a.apk:较旧 32 位 Android 设备使用。
  • LocalChat-v1.1.0-android-x86_64.apk:Android 模拟器或 x86_64 设备使用。
  • SHA256SUMS.txt:用于校验下载文件完整性。

验证 🧭

  • 已运行 flutter analyze,无问题。
  • 已运行 flutter test,全部测试通过。
  • 已运行 flutter build apk --release --split-per-abi,构建成功。
  • 已运行 flutter build windows --release,构建成功。

English

This release adds in-app Chinese/English switching and bumps the app version to 1.1.0+2.

Changes ✨

  • Added a Settings language switch between Chinese and English.
  • Added a centralized App text layer for the main UI, device list, pairing dialogs, chat actions, file actions, and status bar.
  • Receive-message, receive-file, and clipboard-copy notifications now follow the selected language.
  • LAN discovery, trusted pairing, secure transfer, and local history behavior remain unchanged.

Downloads 🚀

  • LocalChat-v1.1.0-windows-x64.zip: Windows 64-bit portable package. Extract it and run localchat.exe.
  • LocalChat-v1.1.0-android-arm64-v8a.apk: recommended for most modern Android phones.
  • LocalChat-v1.1.0-android-armeabi-v7a.apk: for older 32-bit Android devices.
  • LocalChat-v1.1.0-android-x86_64.apk: for Android emulators or x86_64 devices.
  • SHA256SUMS.txt: checksum file for verifying downloaded assets.

Verification 🧭

  • flutter analyze passed.
  • flutter test passed.
  • flutter build apk --release --split-per-abi passed.
  • flutter build windows --release passed.