Skip to content

Commit 0da9a8f

Browse files
authored
New package: pluveto.Daan version 0.4.2 (microsoft#256393)
1 parent 90ef245 commit 0da9a8f

File tree

4 files changed

+93
-0
lines changed

4 files changed

+93
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Created with YamlCreate.ps1 v2.4.6 $debug=NVS1.CRLF.7-5-1.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: pluveto.Daan
5+
PackageVersion: 0.4.2
6+
InstallerType: nullsoft
7+
Scope: user
8+
ProductCode: daan
9+
ReleaseDate: 2025-05-08
10+
Installers:
11+
- Architecture: x64
12+
InstallerUrl: https://github.com/pluveto/daan/releases/download/v0.4.2/daan_0.4.2_x64-setup.exe
13+
InstallerSha256: F1BB9A5C1989462EA887EDED5B69B7B969CDB8EEF01A79B3992AF1D3A5EEDCBC
14+
ManifestType: installer
15+
ManifestVersion: 1.10.0
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Created with YamlCreate.ps1 v2.4.6 $debug=NVS1.CRLF.7-5-1.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: pluveto.Daan
5+
PackageVersion: 0.4.2
6+
PackageLocale: en-US
7+
Publisher: fojosoft
8+
PublisherUrl: https://github.com/pluveto
9+
PublisherSupportUrl: https://github.com/pluveto/daan/issues
10+
# PrivacyUrl:
11+
Author: Zijing Zhang
12+
PackageName: daan
13+
PackageUrl: https://daan.one/
14+
License: AGPL-3.0
15+
LicenseUrl: https://github.com/pluveto/daan/blob/HEAD/LICENSE
16+
Copyright: © 2025 Daan Project. All rights reserved.
17+
# CopyrightUrl:
18+
ShortDescription: A Lightweight LLM Client
19+
Description: Daan (答案, "Answer" in Chinese) is a concise and lightweight client for interacting with Large Language Models (LLMs), offering a smooth and efficient AI experience. Compatible with OpenAI's GPT series and compatible APIs.
20+
# Moniker:
21+
# Tags:
22+
ReleaseNotes: |-
23+
What's Changed
24+
- feat: support for miniapp and miniapp as mcp server by @pluveto in #24
25+
- fix: top-level await is not available #23 by @pluveto in #25
26+
- perf: use database as data persistence layer by @pluveto in #26
27+
- feat: marketplace support for miniapps and custom characters by @pluveto in #29
28+
- feat: add installingId prop to MarketplaceItemGrid and MarketplaceItemCard for install button state management; add pagination for market list by @pluveto in #49
29+
- feat: support view marketplace item detail by @pluveto in #50
30+
- fix: update isPinned handling in IndexedDBChatDataService to fix bug that delete unpinned not working by @pluveto in #55
31+
- feat: support fetch models; feat: add mobile-web-app-capable meta tag by @pluveto in #62
32+
Full Changelog: https://github.com/pluveto/daan/compare/v0.3.1...v0.4.2
33+
ReleaseNotesUrl: https://github.com/pluveto/daan/releases/tag/v0.4.2
34+
# PurchaseUrl:
35+
# InstallationNotes:
36+
Documentations:
37+
- DocumentLabel: Docs
38+
DocumentUrl: https://daan.one/docs
39+
ManifestType: defaultLocale
40+
ManifestVersion: 1.10.0
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Created with YamlCreate.ps1 v2.4.6 $debug=NVS1.CRLF.7-5-1.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: pluveto.Daan
5+
PackageVersion: 0.4.2
6+
PackageLocale: zh-CN
7+
Publisher: fojosoft
8+
PublisherUrl: https://github.com/pluveto
9+
PublisherSupportUrl: https://github.com/pluveto/daan/issues
10+
# PrivacyUrl:
11+
Author: Zijing Zhang
12+
PackageName: daan
13+
PackageUrl: https://daan.one/zh
14+
License: AGPL-3.0
15+
LicenseUrl: https://github.com/pluveto/daan/blob/HEAD/LICENSE
16+
Copyright: © 2025 Daan Project. All rights reserved.
17+
# CopyrightUrl:
18+
ShortDescription: 一个轻量级的 LLM 开源客户端
19+
Description: Daan(答案)是一个简洁轻量的、用于与大型语言模型(LLM)交互的客户端,提供流畅高效的 AI 体验。兼容 OpenAI GPT 系列及兼容 API。
20+
# Moniker:
21+
# Tags:
22+
# ReleaseNotes:
23+
ReleaseNotesUrl: https://github.com/pluveto/daan/releases/tag/v0.4.2
24+
# PurchaseUrl:
25+
# InstallationNotes:
26+
Documentations:
27+
- DocumentLabel: 文档
28+
DocumentUrl: https://daan.one/zh/docs
29+
ManifestType: locale
30+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 v2.4.6 $debug=NVS1.CRLF.7-5-1.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: pluveto.Daan
5+
PackageVersion: 0.4.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)