Skip to content

New package: HuLaSpark.HuLa version 2.6.12 #262060

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions manifests/h/HuLaSpark/HuLa/2.6.12/HuLaSpark.HuLa.installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Created with YamlCreate.ps1 v2.4.6 $debug=NVS1.CRLF.7-5-1.Win32NT
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json

PackageIdentifier: HuLaSpark.HuLa
PackageVersion: 2.6.12
ReleaseDate: 2025-05-25
Installers:
- Architecture: x64
InstallerType: nullsoft
Scope: user
InstallerUrl: https://github.com/HuLaSpark/HuLa/releases/download/v2.6.12/HuLa_2.6.12_x64-setup.exe
InstallerSha256: A0E27BAA790BD153117F47228FF293BCA0E2260B6C82C4D683332C810D4D5072
ProductCode: HuLa
- Architecture: x64
InstallerType: wix
Scope: machine
InstallerUrl: https://github.com/HuLaSpark/HuLa/releases/download/v2.6.12/HuLa_2.6.12_x64_zh-CN.msi
InstallerSha256: 621A24CD2213A81D9223DC8ACC581787ADA25D10214366C45EC72D987D41BD4C
InstallerSwitches:
InstallLocation: INSTALLDIR="<INSTALLPATH>"
ProductCode: '{E50E43A7-A3DF-43B5-B93C-DDBF9859B54F}'
AppsAndFeaturesEntries:
- UpgradeCode: '{B3F67017-3BE2-5E94-ADD9-86A186F83104}'
ManifestType: installer
ManifestVersion: 1.10.0
40 changes: 40 additions & 0 deletions manifests/h/HuLaSpark/HuLa/2.6.12/HuLaSpark.HuLa.locale.en-US.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Created with YamlCreate.ps1 v2.4.6 $debug=NVS1.CRLF.7-5-1.Win32NT
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json

PackageIdentifier: HuLaSpark.HuLa
PackageVersion: 2.6.12
PackageLocale: en-US
# Publisher:
# PublisherUrl:
# PublisherSupportUrl:
# PrivacyUrl:
# Author:
# PackageName:
# PackageUrl:
# License:
# LicenseUrl:
# Copyright:
# CopyrightUrl:
ShortDescription: An Instant Messaging System Built with Tauri, Vite 6, Vue 3, and TypeScript
Description: HuLa is an instant messaging system developed with Tauri, Vite 6, Vue 3, and TypeScript. It leverages the cross-platform capabilities of Tauri and the reactive design of Vue 3, combined with TypeScript's type safety features and the fast build system of Vite 6, to provide users with an efficient, secure, and easy-to-use communication solution.
# Moniker:
Tags:
- call
- chat
- friends
- im
- instant-messaging
- message
- send
- share
- talk
- voice
# ReleaseNotes:
# ReleaseNotesUrl:
# PurchaseUrl:
# InstallationNotes:
Documentations:
- DocumentLabel: Documentation
DocumentUrl: https://hulaspark.com/docs/getting-started/introduction
ManifestType: locale
ManifestVersion: 1.10.0
57 changes: 57 additions & 0 deletions manifests/h/HuLaSpark/HuLa/2.6.12/HuLaSpark.HuLa.locale.zh-CN.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Created with YamlCreate.ps1 v2.4.6 $debug=NVS1.CRLF.7-5-1.Win32NT
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json

PackageIdentifier: HuLaSpark.HuLa
PackageVersion: 2.6.12
PackageLocale: zh-CN
Publisher: hula
PublisherUrl: https://hulaspark.com/
PublisherSupportUrl: https://github.com/HuLaSpark/HuLa/issues
# PrivacyUrl:
# Author:
PackageName: HuLa
PackageUrl: https://hulaspark.com/
License: Apache-2.0
LicenseUrl: https://github.com/HuLaSpark/HuLa/blob/HEAD/LICENSE
Copyright: Copyright © 2025 HuLaSpark All Rights Reserved.
# CopyrightUrl:
ShortDescription: 一款基于 Tauri、Vite 6、Vue 3 和 TypeScript 构建的即时通讯系统
Description: HuLa 是一款基于 Tauri、Vite 6、Vue 3 和 TypeScript 构建的即时通讯系统。它利用了 Tauri 的跨平台能力和 Vue 3 的响应式设计,结合了 TypeScript 的类型安全特性和 Vite 6 的快速构建,为用户提供了一个高效、安全和易用的通讯解决方案。
# Moniker:
Tags:
- 信息
- 共享
- 分享
- 发送
- 好友
- 朋友
- 消息
- 电话
- 聊天
- 语音
- 通话
ReleaseNotes: |-
更新内容
- fix(input): 🐛 修复 mac 下输入框检查拼写和字母大小写问题
- perf(global): ⚡ 增加 ws 健康检查兜底刷新最新消息内容、网络断线恢复重连
- fix(hook): 🐛 修复 mac 系统右键会选中文本的问题
- feat(hook): ✨ 增强文本选择复制
- fix(view): 🐛 修改邮箱输入框长度限制
- fix(mac): 🐛 修复 mac 下点击关闭按钮无法关闭 home 窗口问题
- fix(worker): 🐛 修复 ws 在重连后清空 token 导致无法对应获取消息问题
- fix(agreement): 🐛 安装界面乱码 (#277)
- fix: 修复 ws 链接断开没有重试问题 (#276)
- fix(hook): 🐛 暂时移除/唤起 ai 快捷键识别
- build(ios): 📦 重新构建 ios 启动配置
- fix(hook): 🐛 修复除 emoji 类型和图片类型都可以另存为的 bug
- feat(component): ✨ 增加右键 emoji 可以另存为
- fix(view): 🐛 修复托盘菜单内容不展示问题和托盘图标闪烁后不展示问题
Full Changelog: https://github.com/HuLaSpark/HuLa/compare/v2.6.11...v2.6.12
ReleaseNotesUrl: https://github.com/HuLaSpark/HuLa/releases/tag/v2.6.12
# PurchaseUrl:
# InstallationNotes:
Documentations:
- DocumentLabel: 文档
DocumentUrl: https://hulaspark.com/docs/getting-started/introduction
ManifestType: defaultLocale
ManifestVersion: 1.10.0
8 changes: 8 additions & 0 deletions manifests/h/HuLaSpark/HuLa/2.6.12/HuLaSpark.HuLa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with YamlCreate.ps1 v2.4.6 $debug=NVS1.CRLF.7-5-1.Win32NT
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json

PackageIdentifier: HuLaSpark.HuLa
PackageVersion: 2.6.12
DefaultLocale: zh-CN
ManifestType: version
ManifestVersion: 1.10.0