diff --git a/manifests/a/Altova/MobileTogetherServer/Advanced/3.18/Altova.MobileTogetherServer.Advanced.installer.yaml b/manifests/a/Altova/MobileTogetherServer/Advanced/3.18/Altova.MobileTogetherServer.Advanced.installer.yaml index 4e5d0825b00f..3d2d192d3ebc 100644 --- a/manifests/a/Altova/MobileTogetherServer/Advanced/3.18/Altova.MobileTogetherServer.Advanced.installer.yaml +++ b/manifests/a/Altova/MobileTogetherServer/Advanced/3.18/Altova.MobileTogetherServer.Advanced.installer.yaml @@ -28,11 +28,11 @@ AppsAndFeaturesEntries: Installers: - Architecture: x86 InstallerUrl: https://cdn.sw.altova.com/MT_10.2/MobileTogetherServerAdv_10.2.exe - InstallerSha256: 2B04D1A5A486A4161B0150A2016FF4C0D5BD1360CF1D995F5D0F9350D1421013 + InstallerSha256: 7AC963DF37FE6C962D2DBFDC814040E687744BE043A8E94ABEC9AECC5CF85A3E ProductCode: '{1FE2C676-399B-4E5E-B557-903262291E61}' - Architecture: x64 InstallerUrl: https://cdn.sw.altova.com/MT_10.2/MobileTogetherServerAdv_10.2_x64.exe - InstallerSha256: 54D488EBCE88758A7B543D474879434287E433D36861C68363450B5E41447BC8 + InstallerSha256: 826DB1B7717FDEFA8C065BB63FE4B27533CCEEFD1E28415E49EAEE87B21657C5 ProductCode: '{0EA6F4CC-F06F-4D9B-9A77-D42E7817F035}' ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/a/aelassas/Servy/4.3/aelassas.Servy.installer.yaml b/manifests/a/aelassas/Servy/4.3/aelassas.Servy.installer.yaml new file mode 100644 index 000000000000..fc4a91941a25 --- /dev/null +++ b/manifests/a/aelassas/Servy/4.3/aelassas.Servy.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: aelassas.Servy +PackageVersion: '4.3' +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{8343B121-BE1C-463F-AA5B-FD237DD2F8D0}_is1' +ReleaseDate: 2025-12-19 +AppsAndFeaturesEntries: +- ProductCode: '{8343B121-BE1C-463F-AA5B-FD237DD2F8D0}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Servy' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aelassas/servy/releases/download/v4.3/servy-4.3-x64-installer.exe + InstallerSha256: 55DFE76AF23A99D75A9066362CCCEF02DA0C7126976598DC99943654AC559A92 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/aelassas/Servy/4.3/aelassas.Servy.locale.en-US.yaml b/manifests/a/aelassas/Servy/4.3/aelassas.Servy.locale.en-US.yaml new file mode 100644 index 000000000000..1a52b4ef13bc --- /dev/null +++ b/manifests/a/aelassas/Servy/4.3/aelassas.Servy.locale.en-US.yaml @@ -0,0 +1,67 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: aelassas.Servy +PackageVersion: '4.3' +PackageLocale: en-US +Publisher: Akram El Assas +PublisherUrl: https://github.com/aelassas +PublisherSupportUrl: https://github.com/aelassas/servy/issues +Author: Akram El Assas +PackageName: Servy +PackageUrl: https://servy-win.github.io/ +License: MIT +LicenseUrl: https://github.com/aelassas/servy/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2025 Akram El Assas +ShortDescription: Servy lets you run any app as a native Windows service with full control over working directory, startup type, process priority, logging, health checks, pre-launch scripts and parameters. +Description: |- + Servy lets you run any app as a native Windows service with full control over the working directory, startup type, process priority, logging, health checks, environment variables, dependencies, pre-launch and post-launch hooks, and parameters. It's designed to be a full-featured alternative to NSSM, WinSW, and FireDaemon Pro. + + Servy is digitally signed using a trusted code-signing certificate provided by the SignPath Foundation. This ensures that all Servy executables and installers are verified and secure, giving you peace of mind when using the tool. + + Servy offers a desktop app, a CLI, and a PowerShell module that let you create, configure, and manage Windows services interactively or through scripts and CI/CD pipelines. It also includes a Manager app for easily monitoring and managing all installed services in real time. + + Features: + - Clean, simple UI + - Monitor and manage all installed services with Servy Manager + - Real-time CPU and RAM usage tracking for installed services + - CLI and PowerShell module for full scripting and automated deployments + - Run any executable as a Windows service + - Set service name, description, startup type, priority, working directory, environment variables, dependencies, and parameters + - Environment variable expansion supported in both environment variables and process parameters + - Run services as Local System, local or domain accounts, Active Directory accounts, or gMSAs + - Redirect stdout/stderr to log files with automatic size-based and date-based rotations + - Run pre-launch hook before starting the service, with retries, timeout, logging and failure handling + - Run post-launch hook after the application starts successfully + - Supports Ctrl+C for command-line apps, close-window for GUI apps, and force kill if unresponsive + - Prevent orphaned/zombie processes with improved lifecycle management and ensuring resource cleanup + - Health checks and automatic service recovery + - Browse and search logs by level, date, and keyword for faster troubleshooting from Servy Manager + - Export/Import service configurations + - Service Event Notification alerts on service failures via Windows notifications and email + - Compatible with Windows 7-11 x64 and Windows Server editions + + Who is it for? + - Developers: Run development servers, scripts, or custom tools as services without extra setup. + - Sysadmins & IT professionals: Ensure critical background processes stay alive, monitored, and properly logged. + - Teams or organizations: Automate background services reliably across multiple machines. +Moniker: servy +Tags: +- background-service +- dotnet +- nssm +- service-manager +- service-wrapper +- windows-service +- windows-tools +- winsw +ReleaseNotes: |- + - fix(core): upgrade to System.Data.SQLite 2.0.2 to ensure database stability and security + - fix(sbom): exclude test projects from SBOMs + - fix(sbom): add Servy version to SBOMs +ReleaseNotesUrl: https://github.com/aelassas/servy/releases/tag/v4.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/aelassas/servy/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/aelassas/Servy/4.3/aelassas.Servy.yaml b/manifests/a/aelassas/Servy/4.3/aelassas.Servy.yaml new file mode 100644 index 000000000000..2dbf7813f750 --- /dev/null +++ b/manifests/a/aelassas/Servy/4.3/aelassas.Servy.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: aelassas.Servy +PackageVersion: '4.3' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.12/anyme123.AnyCode.installer.yaml b/manifests/a/anyme123/AnyCode/4.0.12/anyme123.AnyCode.installer.yaml new file mode 100644 index 000000000000..cd89a5d4fc9e --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.12/anyme123.AnyCode.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.12 +UpgradeBehavior: install +ReleaseDate: 2025-10-30 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.0.12/Claude.Workbench_4.0.12_x64-setup.exe + InstallerSha256: 3C8E785A0151B7276981BF61FCE7D8DBE9CA61C61801A1555B19BECCCA8302EC + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.0.12/Claude.Workbench_4.0.12_x64_en-US.msi + InstallerSha256: 8640A67FEF57D484E45A63FC736210E0FD7CA2BC9724B9B9B05F4CFF16EBFE6A + ProductCode: '{82A3265E-D2B1-46B0-B645-2CB9F3E8E76E}' + AppsAndFeaturesEntries: + - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.12/anyme123.AnyCode.locale.en-US.yaml b/manifests/a/anyme123/AnyCode/4.0.12/anyme123.AnyCode.locale.en-US.yaml new file mode 100644 index 000000000000..5b156a6dc6ff --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.12/anyme123.AnyCode.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.12 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.12/anyme123.AnyCode.locale.zh-CN.yaml b/manifests/a/anyme123/AnyCode/4.0.12/anyme123.AnyCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..0e2d467a0523 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.12/anyme123.AnyCode.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.12 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/claude-workbench/releases/tag/v4.0.12 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.12/anyme123.AnyCode.yaml b/manifests/a/anyme123/AnyCode/4.0.12/anyme123.AnyCode.yaml new file mode 100644 index 000000000000..9baad787eac9 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.12/anyme123.AnyCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.12 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.13/anyme123.AnyCode.installer.yaml b/manifests/a/anyme123/AnyCode/4.0.13/anyme123.AnyCode.installer.yaml new file mode 100644 index 000000000000..bc0b19251643 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.13/anyme123.AnyCode.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.13 +UpgradeBehavior: install +ReleaseDate: 2025-11-02 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.0.13/Claude.Workbench_4.0.13_x64-setup.exe + InstallerSha256: 652EB50860761E7247AD4AEF70F22651AB8762B81FAC10332DB82D8C59F19F42 + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.0.13/Claude.Workbench_4.0.13_x64_en-US.msi + InstallerSha256: 18074CAF5B02A1C1CCD37FA5633B842FE703DDA07AF91C7673FB858AA325A303 + ProductCode: '{68BE5324-9775-47DF-8885-6FE2A4CAA6E7}' + AppsAndFeaturesEntries: + - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.13/anyme123.AnyCode.locale.en-US.yaml b/manifests/a/anyme123/AnyCode/4.0.13/anyme123.AnyCode.locale.en-US.yaml new file mode 100644 index 000000000000..a71cf42ee93b --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.13/anyme123.AnyCode.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.13 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.13/anyme123.AnyCode.locale.zh-CN.yaml b/manifests/a/anyme123/AnyCode/4.0.13/anyme123.AnyCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..cb663018b4b4 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.13/anyme123.AnyCode.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.13 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/claude-workbench/releases/tag/v4.0.13 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.13/anyme123.AnyCode.yaml b/manifests/a/anyme123/AnyCode/4.0.13/anyme123.AnyCode.yaml new file mode 100644 index 000000000000..b2651660109c --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.13/anyme123.AnyCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.13 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.14/anyme123.AnyCode.installer.yaml b/manifests/a/anyme123/AnyCode/4.0.14/anyme123.AnyCode.installer.yaml new file mode 100644 index 000000000000..34f1c9e47106 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.14/anyme123.AnyCode.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.14 +UpgradeBehavior: install +ReleaseDate: 2025-11-03 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.0.14/Claude.Workbench_4.0.13_x64-setup.exe + InstallerSha256: 6EA106BE0AC047CAD52480EB7561F5BD706570EAFB242958ECE11FBF45F367B6 + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.0.14/Claude.Workbench_4.0.13_x64_en-US.msi + InstallerSha256: 4F0998F6BFF16B37DED956986D933D1A6C8F0D15896BF845D7987F284D022B08 + ProductCode: '{5615404C-A167-4EDC-885D-5016BCA3A9BB}' + AppsAndFeaturesEntries: + - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.14/anyme123.AnyCode.locale.en-US.yaml b/manifests/a/anyme123/AnyCode/4.0.14/anyme123.AnyCode.locale.en-US.yaml new file mode 100644 index 000000000000..6efc5224e65f --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.14/anyme123.AnyCode.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.14 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.14/anyme123.AnyCode.locale.zh-CN.yaml b/manifests/a/anyme123/AnyCode/4.0.14/anyme123.AnyCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..f53b8b7304fc --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.14/anyme123.AnyCode.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.14 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/claude-workbench/releases/tag/v4.0.14 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.14/anyme123.AnyCode.yaml b/manifests/a/anyme123/AnyCode/4.0.14/anyme123.AnyCode.yaml new file mode 100644 index 000000000000..1bb833c78bea --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.14/anyme123.AnyCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.14 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.15/anyme123.AnyCode.installer.yaml b/manifests/a/anyme123/AnyCode/4.0.15/anyme123.AnyCode.installer.yaml new file mode 100644 index 000000000000..900e5dfd4e25 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.15/anyme123.AnyCode.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.15 +UpgradeBehavior: install +ReleaseDate: 2025-11-04 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.0.15/Claude.Workbench_4.0.15_x64-setup.exe + InstallerSha256: 787020BF7E5D28D65BC3171B9255E7F7766652FC1C8903E4FE59C12A71201ABD + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.0.15/Claude.Workbench_4.0.15_x64_en-US.msi + InstallerSha256: CDA20EB1586F5B7ED6A94ED484E468F58167A0C3DC1484BD685E19958B0B055D + ProductCode: '{5C5CB052-C9B9-4B47-886A-CCB287D4F40E}' + AppsAndFeaturesEntries: + - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.15/anyme123.AnyCode.locale.en-US.yaml b/manifests/a/anyme123/AnyCode/4.0.15/anyme123.AnyCode.locale.en-US.yaml new file mode 100644 index 000000000000..a50dd8e7bb9b --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.15/anyme123.AnyCode.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.15 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.15/anyme123.AnyCode.locale.zh-CN.yaml b/manifests/a/anyme123/AnyCode/4.0.15/anyme123.AnyCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..22159f1b6de9 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.15/anyme123.AnyCode.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.15 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/claude-workbench/releases/tag/v4.0.15 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.15/anyme123.AnyCode.yaml b/manifests/a/anyme123/AnyCode/4.0.15/anyme123.AnyCode.yaml new file mode 100644 index 000000000000..164624a9baa8 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.15/anyme123.AnyCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.15 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.16/anyme123.AnyCode.installer.yaml b/manifests/a/anyme123/AnyCode/4.0.16/anyme123.AnyCode.installer.yaml new file mode 100644 index 000000000000..083ff9a5006d --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.16/anyme123.AnyCode.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.16 +UpgradeBehavior: install +ReleaseDate: 2025-11-05 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.0.16/Claude.Workbench_4.0.16_x64-setup.exe + InstallerSha256: 5206BF411989C60223482302192C3822D536DF582222C41F84E8DBB6AABC4E89 + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.0.16/Claude.Workbench_4.0.16_x64_en-US.msi + InstallerSha256: D811C8EBEBE9AC4C7367DA5E3EF36E0E4F17FA899EFBCE6A64FDD571071741B6 + ProductCode: '{C5DA3415-3F02-4754-955D-AA4488F30A1A}' + AppsAndFeaturesEntries: + - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.16/anyme123.AnyCode.locale.en-US.yaml b/manifests/a/anyme123/AnyCode/4.0.16/anyme123.AnyCode.locale.en-US.yaml new file mode 100644 index 000000000000..cead9592b2a4 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.16/anyme123.AnyCode.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.16 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.16/anyme123.AnyCode.locale.zh-CN.yaml b/manifests/a/anyme123/AnyCode/4.0.16/anyme123.AnyCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..f325cb00fbf9 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.16/anyme123.AnyCode.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.16 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/claude-workbench/releases/tag/v4.0.16 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.0.16/anyme123.AnyCode.yaml b/manifests/a/anyme123/AnyCode/4.0.16/anyme123.AnyCode.yaml new file mode 100644 index 000000000000..56945a062f63 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.0.16/anyme123.AnyCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.0.16 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.1.3/anyme123.AnyCode.installer.yaml b/manifests/a/anyme123/AnyCode/4.1.3/anyme123.AnyCode.installer.yaml new file mode 100644 index 000000000000..00cf70ae6e8e --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.1.3/anyme123.AnyCode.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.1.3 +UpgradeBehavior: install +ReleaseDate: 2025-11-09 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.1.3/Claude.Workbench_4.1.3_x64-setup.exe + InstallerSha256: F332C12ED9D4A048B6AD90C8BD4B51D2DC740F6CA25D7F97C342E788216D4C10 + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.1.3/Claude.Workbench_4.1.3_x64_en-US.msi + InstallerSha256: 209D96D8F202AEEF6029807126A5B27DD3BC7AAA63D73295C47513054BA8E383 + ProductCode: '{FDA39270-C49E-4AFE-9A5B-F95CCB625F89}' + AppsAndFeaturesEntries: + - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.1.3/anyme123.AnyCode.locale.en-US.yaml b/manifests/a/anyme123/AnyCode/4.1.3/anyme123.AnyCode.locale.en-US.yaml new file mode 100644 index 000000000000..5f537f443519 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.1.3/anyme123.AnyCode.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.1.3 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.1.3/anyme123.AnyCode.locale.zh-CN.yaml b/manifests/a/anyme123/AnyCode/4.1.3/anyme123.AnyCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..ce2651c7f6e8 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.1.3/anyme123.AnyCode.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.1.3 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/claude-workbench/releases/tag/v4.1.3 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.1.3/anyme123.AnyCode.yaml b/manifests/a/anyme123/AnyCode/4.1.3/anyme123.AnyCode.yaml new file mode 100644 index 000000000000..87c98495ba6c --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.1.3/anyme123.AnyCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.1.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.3.3/anyme123.AnyCode.installer.yaml b/manifests/a/anyme123/AnyCode/4.3.3/anyme123.AnyCode.installer.yaml new file mode 100644 index 000000000000..91b54cf1b6c2 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.3.3/anyme123.AnyCode.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.3.3 +UpgradeBehavior: install +ReleaseDate: 2025-11-16 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.3.3/Claude.Workbench_4.3.3_x64-setup.exe + InstallerSha256: B1DD7337D8B77A3CCD50F76C17B2BF64C37BC4D638B028FF1E2EE0F03B528580 + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.3.3/Claude.Workbench_4.3.3_x64_en-US.msi + InstallerSha256: 5F48DF916BA22772D6681CCB6860CC57953E2D9495BC16DF7AC53361E49032A2 + ProductCode: '{29F9D023-8EB2-4065-BC3F-E4D71860575E}' + AppsAndFeaturesEntries: + - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.3.3/anyme123.AnyCode.locale.en-US.yaml b/manifests/a/anyme123/AnyCode/4.3.3/anyme123.AnyCode.locale.en-US.yaml new file mode 100644 index 000000000000..355d4bb30138 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.3.3/anyme123.AnyCode.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.3.3 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.3.3/anyme123.AnyCode.locale.zh-CN.yaml b/manifests/a/anyme123/AnyCode/4.3.3/anyme123.AnyCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..1c0c216b022a --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.3.3/anyme123.AnyCode.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.3.3 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/claude-workbench/releases/tag/v4.3.3 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.3.3/anyme123.AnyCode.yaml b/manifests/a/anyme123/AnyCode/4.3.3/anyme123.AnyCode.yaml new file mode 100644 index 000000000000..4a1bca10aab5 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.3.3/anyme123.AnyCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.3.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.4.0/anyme123.AnyCode.installer.yaml b/manifests/a/anyme123/AnyCode/4.4.0/anyme123.AnyCode.installer.yaml new file mode 100644 index 000000000000..93083bb84704 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.4.0/anyme123.AnyCode.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.4.0 +UpgradeBehavior: install +ReleaseDate: 2025-11-22 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.4.0/Claude.Workbench_4.4.0_x64-setup.exe + InstallerSha256: 84713046C1A7171E5CDB5363032F6C9B20E68DB6DB8D6372134EA50F5420F66B + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.4.0/Claude.Workbench_4.4.0_x64_en-US.msi + InstallerSha256: 4EB38D7AE33D27153CCEAC6C295137122EA42A6215031906C969211A9B20F060 + ProductCode: '{0C83E4F4-1F83-4004-9920-CB9E40544A8E}' + AppsAndFeaturesEntries: + - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.4.0/anyme123.AnyCode.locale.en-US.yaml b/manifests/a/anyme123/AnyCode/4.4.0/anyme123.AnyCode.locale.en-US.yaml new file mode 100644 index 000000000000..820ccef8d155 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.4.0/anyme123.AnyCode.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.4.0 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.4.0/anyme123.AnyCode.locale.zh-CN.yaml b/manifests/a/anyme123/AnyCode/4.4.0/anyme123.AnyCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..aa9389723efb --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.4.0/anyme123.AnyCode.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.4.0 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/claude-workbench/releases/tag/v4.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/4.4.0/anyme123.AnyCode.yaml b/manifests/a/anyme123/AnyCode/4.4.0/anyme123.AnyCode.yaml new file mode 100644 index 000000000000..c15e5fa20acf --- /dev/null +++ b/manifests/a/anyme123/AnyCode/4.4.0/anyme123.AnyCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 4.4.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.0.0/anyme123.AnyCode.installer.yaml b/manifests/a/anyme123/AnyCode/5.0.0/anyme123.AnyCode.installer.yaml new file mode 100644 index 000000000000..e5f164e2ad4b --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.0.0/anyme123.AnyCode.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 5.0.0 +UpgradeBehavior: install +ReleaseDate: 2025-11-26 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.0/Any.Code_5.0.0_x64-setup.exe + InstallerSha256: F74069B605523F25F05802247A5E7B9E9714D81551440D76AD11908E4410A234 + ProductCode: Any Code +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.0/Any.Code_5.0.0_x64_en-US.msi + InstallerSha256: C469E726DF6A4030413912C9D410B2566EC720D016ED38BD82EAF615E9D5D996 + ProductCode: '{2EEBD511-33CA-43E1-A4D2-286B40BFAC30}' + AppsAndFeaturesEntries: + - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.0.0/anyme123.AnyCode.locale.en-US.yaml b/manifests/a/anyme123/AnyCode/5.0.0/anyme123.AnyCode.locale.en-US.yaml new file mode 100644 index 000000000000..7042a74cd4ef --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.0.0/anyme123.AnyCode.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 5.0.0 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.0.0/anyme123.AnyCode.locale.zh-CN.yaml b/manifests/a/anyme123/AnyCode/5.0.0/anyme123.AnyCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..0a9bd1c3ef68 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.0.0/anyme123.AnyCode.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 5.0.0 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/Any-code/releases/tag/v5.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.0.0/anyme123.AnyCode.yaml b/manifests/a/anyme123/AnyCode/5.0.0/anyme123.AnyCode.yaml new file mode 100644 index 000000000000..04c279d50568 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.0.0/anyme123.AnyCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 5.0.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.6.6/anyme123.AnyCode.installer.yaml b/manifests/a/anyme123/AnyCode/5.6.6/anyme123.AnyCode.installer.yaml new file mode 100644 index 000000000000..5620f5917c81 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.6.6/anyme123.AnyCode.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 5.6.6 +UpgradeBehavior: install +ReleaseDate: 2025-12-03 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.6.6/Any.Code_5.6.6_x64-setup.exe + InstallerSha256: BD0720F1878A5BF82A8D5046531EC34DA772CA2E256F810ABB555C496EA44D5D + ProductCode: Any Code +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.6.6/Any.Code_5.6.6_x64_en-US.msi + InstallerSha256: 13B910EADE093DDE92D00792AE00EF8F9C82A5BAA5110FC88E9EB196DEAB7640 + ProductCode: '{597ABB25-A1D9-4549-B8E7-C8ACD9C1D0A8}' + AppsAndFeaturesEntries: + - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.6.6/anyme123.AnyCode.locale.en-US.yaml b/manifests/a/anyme123/AnyCode/5.6.6/anyme123.AnyCode.locale.en-US.yaml new file mode 100644 index 000000000000..ed6f08d3798f --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.6.6/anyme123.AnyCode.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 5.6.6 +PackageLocale: en-US +ShortDescription: Professional AI code assistant desktop application - Multi-engine, modern, efficient, fully-featured GUI toolkit +Description: |- + Any Code is a professional desktop application designed specifically for AI-powered code development workflows, supporting three major AI engines: Claude Code CLI, OpenAI Codex, and Google Gemini CLI. It provides complete project management, session control, cost tracking, intelligent translation, and advanced feature extensions. With an intuitive visual interface and innovative multi-engine architecture, Any Code enables you to leverage AI for development tasks more efficiently. + Why Choose Any Code? + - ✅ Triple-engine Architecture – Supports Claude Code, OpenAI Codex, and Google Gemini, with seamless switching and integration + - ✅ Complete Session Management – Multi-tab sessions, history records, real-time streaming output, unified cross-engine management + - ✅ Precise Cost Tracking – Multi-model pricing, token statistics, usage analytics dashboard, cost optimization suggestions + - ✅ Powerful Extension System – MCP integration, Hooks automation, Claude extension management, custom tools + - ✅ Intelligent Translation Middleware – Transparent Chinese-English translation, progressive translation, translation caching, 8 content extraction strategies + - ✅ Automatic Context Management – Smart monitoring, automatic compression, token optimization, compression history management + - ✅ Developer-friendly Features – Git integration, code context search, Slash commands, multi-project management + - ✅ Modern UI/UX – Dark/light themes, smooth animations, responsive design, internationalization support +Tags: +- agent +- agentic +- ai +- claude-code +- code +- codex +- coding +- gemini-cli +- llm +- programming +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.6.6/anyme123.AnyCode.locale.zh-CN.yaml b/manifests/a/anyme123/AnyCode/5.6.6/anyme123.AnyCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..1b4f75e92d14 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.6.6/anyme123.AnyCode.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 5.6.6 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/Any-code/issues +PackageName: Any Code +PackageUrl: https://github.com/anyme123/Any-code +License: MIT +LicenseUrl: https://github.com/anyme123/Any-code/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 AI 代码助手桌面应用 - 多引擎、现代化、高效、功能完备的 GUI 工具包 +Description: |- + Any Code 是一个为 AI 驱动的代码开发工作流量身打造的专业桌面应用,支持 Claude Code CLI、OpenAI Codex 和 Google Gemini CLI 三大 AI 引擎。提供完整的项目管理、会话控制、成本追踪、智能翻译和高级功能扩展。通过直观的可视化界面和创新的多引擎架构,让您更高效地使用 AI 进行辅助开发。 + 为什么选择 Any Code? + - ✅ 三引擎架构 - 支持 Claude Code、OpenAI Codex 和 Google Gemini 三大引擎,一键切换,无缝集成 + - ✅ 完整的会话管理 - 多标签页会话、历史记录、实时流式输出、跨引擎统一管理 + - ✅ 精确的成本追踪 - 多模型定价、Token 统计、使用分析仪表板、成本优化建议 + - ✅ 强大的扩展系统 - MCP 集成、Hooks 自动化、Claude 扩展管理、自定义工具 + - ✅ 智能翻译中间件 - 中英文透明翻译、渐进式翻译、翻译缓存、8 种内容提取策略 + - ✅ 自动上下文管理 - 智能监控、自动压缩、Token 优化、压缩历史管理 + - ✅ 开发者友好 - Git 集成、代码上下文搜索、Slash 命令、多项目管理 + - ✅ 现代化 UI/UX - 深色/浅色主题、流畅动画、响应式设计、国际化支持 +Tags: +- claude-code +- codex +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 自主智能 +ReleaseNotesUrl: https://github.com/anyme123/Any-code/releases/tag/v5.6.6 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.6.6/anyme123.AnyCode.yaml b/manifests/a/anyme123/AnyCode/5.6.6/anyme123.AnyCode.yaml new file mode 100644 index 000000000000..0f041776bb8a --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.6.6/anyme123.AnyCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 5.6.6 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.9.2/anyme123.AnyCode.installer.yaml b/manifests/a/anyme123/AnyCode/5.9.2/anyme123.AnyCode.installer.yaml new file mode 100644 index 000000000000..c4a3ee5457dc --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.9.2/anyme123.AnyCode.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 5.9.2 +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2025-12-11 +Installers: +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.9.2/Any.Code_5.9.2_x64-setup.exe + InstallerSha256: 66EAB824B485272CAF0953A65F6C2F529B52DD706CFED72FBBF8D3322CA145F6 + ProductCode: Any Code +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.9.2/Any.Code_5.9.2_x64_en-US.msi + InstallerSha256: 6702AEB4830CAD7952A2AD26077533B32157728A8182C942F814F1A90257963C + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{1147FD2A-BD82-420D-B6E6-83AC48088C64}' + AppsAndFeaturesEntries: + - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.9.2/anyme123.AnyCode.locale.en-US.yaml b/manifests/a/anyme123/AnyCode/5.9.2/anyme123.AnyCode.locale.en-US.yaml new file mode 100644 index 000000000000..fc1d9ae474e8 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.9.2/anyme123.AnyCode.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 5.9.2 +PackageLocale: en-US +ShortDescription: Professional AI code assistant desktop application - Multi-engine, modern, efficient, fully-featured GUI toolkit +Description: |- + Any Code is a professional desktop application designed specifically for AI-powered code development workflows, supporting three major AI engines: Claude Code CLI, OpenAI Codex, and Google Gemini CLI. It provides complete project management, session control, cost tracking, intelligent translation, and advanced feature extensions. With an intuitive visual interface and innovative multi-engine architecture, Any Code enables you to leverage AI for development tasks more efficiently. + Why Choose Any Code? + - ✅ Triple-engine Architecture – Supports Claude Code, OpenAI Codex, and Google Gemini, with seamless switching and integration + - ✅ Complete Session Management – Multi-tab sessions, history records, real-time streaming output, unified cross-engine management + - ✅ Precise Cost Tracking – Multi-model pricing, token statistics, usage analytics dashboard, cost optimization suggestions + - ✅ Powerful Extension System – MCP integration, Hooks automation, Claude extension management, custom tools + - ✅ Intelligent Translation Middleware – Transparent Chinese-English translation, progressive translation, translation caching, 8 content extraction strategies + - ✅ Automatic Context Management – Smart monitoring, automatic compression, token optimization, compression history management + - ✅ Developer-friendly Features – Git integration, code context search, Slash commands, multi-project management + - ✅ Modern UI/UX – Dark/light themes, smooth animations, responsive design, internationalization support +Tags: +- agent +- agentic +- ai +- claude-code +- code +- codex +- coding +- gemini-cli +- llm +- programming +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.9.2/anyme123.AnyCode.locale.zh-CN.yaml b/manifests/a/anyme123/AnyCode/5.9.2/anyme123.AnyCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..5635689ece7d --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.9.2/anyme123.AnyCode.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 5.9.2 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/Any-code/issues +PackageName: Any Code +PackageUrl: https://github.com/anyme123/Any-code +License: MIT +LicenseUrl: https://github.com/anyme123/Any-code/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 AI 代码助手桌面应用 - 多引擎、现代化、高效、功能完备的 GUI 工具包 +Description: |- + Any Code 是一个为 AI 驱动的代码开发工作流量身打造的专业桌面应用,支持 Claude Code CLI、OpenAI Codex 和 Google Gemini CLI 三大 AI 引擎。提供完整的项目管理、会话控制、成本追踪、智能翻译和高级功能扩展。通过直观的可视化界面和创新的多引擎架构,让您更高效地使用 AI 进行辅助开发。 + 为什么选择 Any Code? + - ✅ 三引擎架构 - 支持 Claude Code、OpenAI Codex 和 Google Gemini 三大引擎,一键切换,无缝集成 + - ✅ 完整的会话管理 - 多标签页会话、历史记录、实时流式输出、跨引擎统一管理 + - ✅ 精确的成本追踪 - 多模型定价、Token 统计、使用分析仪表板、成本优化建议 + - ✅ 强大的扩展系统 - MCP 集成、Hooks 自动化、Claude 扩展管理、自定义工具 + - ✅ 智能翻译中间件 - 中英文透明翻译、渐进式翻译、翻译缓存、8 种内容提取策略 + - ✅ 自动上下文管理 - 智能监控、自动压缩、Token 优化、压缩历史管理 + - ✅ 开发者友好 - Git 集成、代码上下文搜索、Slash 命令、多项目管理 + - ✅ 现代化 UI/UX - 深色/浅色主题、流畅动画、响应式设计、国际化支持 +Tags: +- claude-code +- codex +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 自主智能 +ReleaseNotes: |- + Any Code v5.9.2 + Downloads + Choose the appropriate installer for your platform: + - macOS (Apple Silicon): *-aarch64.dmg or *-aarch64.app.tar.gz + - macOS (Intel): *-x64.dmg or *-x64.app.tar.gz + - Windows (安装版): *-setup.exe (NSIS) or *.msi - 支持自动更新 + - Windows (免安装版): *.exe (Portable) - 需手动更新 + - Linux: *.AppImage or *.deb + Auto-Update Support + 安装版本(NSIS/MSI)支持自动更新,应用会自动检查并提示更新。 + 免安装版本(Portable)不支持自动更新,需要手动下载新版本。 + What's Changed + See the full changelog at https://github.com/anyme123/Any-code/commits/v5.9.2 +ReleaseNotesUrl: https://github.com/anyme123/Any-code/releases/tag/v5.9.2 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.9.2/anyme123.AnyCode.yaml b/manifests/a/anyme123/AnyCode/5.9.2/anyme123.AnyCode.yaml new file mode 100644 index 000000000000..505085877250 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.9.2/anyme123.AnyCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 5.9.2 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.10.2/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.10.2/anyme123.ClaudeWorkbench.installer.yaml new file mode 100644 index 000000000000..b1a6553ae77c --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.10.2/anyme123.ClaudeWorkbench.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.10.2 +UpgradeBehavior: install +ReleaseDate: 2025-12-15 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.10.2/Any.Code_5.10.2_x64-setup.exe + InstallerSha256: 058115603AFC2E9D5CCE76BA14F6849B6976153ADD2DEA6C441D94459B3A2421 + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.10.2/Any.Code_5.10.2_x64_en-US.msi + InstallerSha256: 0DBAE3E7C25E726032E5D6533D6B73054DE587A65E96DA0DA2BF8B3472B36781 + ProductCode: '{CD108921-3E30-4434-AA27-988FF5E7E330}' + AppsAndFeaturesEntries: + - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.10.2/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.10.2/anyme123.ClaudeWorkbench.locale.en-US.yaml new file mode 100644 index 000000000000..501837e2c4d0 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.10.2/anyme123.ClaudeWorkbench.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.10.2 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.10.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.10.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml new file mode 100644 index 000000000000..9e144ddc2ae2 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.10.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.10.2 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/Any-code/releases/tag/v5.10.2 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.10.2/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.10.2/anyme123.ClaudeWorkbench.yaml new file mode 100644 index 000000000000..3ebc3d3ca3f8 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.10.2/anyme123.ClaudeWorkbench.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.10.2 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.10.9/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.10.9/anyme123.ClaudeWorkbench.installer.yaml new file mode 100644 index 000000000000..2d63268c3393 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.10.9/anyme123.ClaudeWorkbench.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.10.9 +UpgradeBehavior: install +ReleaseDate: 2025-12-16 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.10.9/Any.Code_5.10.9_x64-setup.exe + InstallerSha256: B26AA3C579F9DDC2E892FB575F62D3C76D212B681DF87F61B0D4A1BFBF3C0F46 + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.10.9/Any.Code_5.10.9_x64_en-US.msi + InstallerSha256: 0E4B5C46E91956A558B06533E3723851E686419DB2B781C925FCB55D94ED29B3 + ProductCode: '{52A7BA34-329F-4B9A-B74A-5D7976313B53}' + AppsAndFeaturesEntries: + - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.10.9/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.10.9/anyme123.ClaudeWorkbench.locale.en-US.yaml new file mode 100644 index 000000000000..600a4bd7f59c --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.10.9/anyme123.ClaudeWorkbench.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.10.9 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.10.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.10.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml new file mode 100644 index 000000000000..733406373a2f --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.10.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.10.9 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/Any-code/releases/tag/v5.10.9 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.10.9/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.10.9/anyme123.ClaudeWorkbench.yaml new file mode 100644 index 000000000000..a1f6380cd25c --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.10.9/anyme123.ClaudeWorkbench.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.10.9 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.12.6/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.12.6/anyme123.ClaudeWorkbench.installer.yaml new file mode 100644 index 000000000000..a81d87a61d29 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.12.6/anyme123.ClaudeWorkbench.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.12.6 +UpgradeBehavior: install +ReleaseDate: 2025-12-17 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.12.6/Any.Code_5.12.6_x64-setup.exe + InstallerSha256: 4154F60483677BE240455B8069AA471D082E4FE9E64D62F63D5C07DF8B70E118 + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.12.6/Any.Code_5.12.6_x64_en-US.msi + InstallerSha256: F8AF0FA046B9BD867EC51D0C23512E372035536739D2E245E4D49BD3AEF08734 + ProductCode: '{FABD1E84-3ED6-4B44-8D8C-2E5AE38DF8CE}' + AppsAndFeaturesEntries: + - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.12.6/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.12.6/anyme123.ClaudeWorkbench.locale.en-US.yaml new file mode 100644 index 000000000000..8ebe2feb9a1b --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.12.6/anyme123.ClaudeWorkbench.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.12.6 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.12.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.12.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml new file mode 100644 index 000000000000..c11a75d5740b --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.12.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.12.6 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/Any-code/releases/tag/v5.12.6 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.12.6/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.12.6/anyme123.ClaudeWorkbench.yaml new file mode 100644 index 000000000000..f0b826d82e96 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.12.6/anyme123.ClaudeWorkbench.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.12.6 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.9.3/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.9.3/anyme123.ClaudeWorkbench.installer.yaml new file mode 100644 index 000000000000..4a9b534b0f7f --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.9.3/anyme123.ClaudeWorkbench.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.9.3 +UpgradeBehavior: install +ReleaseDate: 2025-12-12 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.9.3/Any.Code_5.9.3_x64-setup.exe + InstallerSha256: 9E54276A37FCC4127D1A8894DC3F9FAA783A52D704F9DE72F3C160D98A3FF61E + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.9.3/Any.Code_5.9.3_x64_en-US.msi + InstallerSha256: CBE0AFB6D0205671D3B762B97D43A98D4D1483940136BCAD83A7F11F7EFA26C9 + ProductCode: '{5690B8D2-181E-4043-AA96-17C5B656C960}' + AppsAndFeaturesEntries: + - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.9.3/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.9.3/anyme123.ClaudeWorkbench.locale.en-US.yaml new file mode 100644 index 000000000000..71e4c96c7a2e --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.9.3/anyme123.ClaudeWorkbench.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.9.3 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.9.3/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.9.3/anyme123.ClaudeWorkbench.locale.zh-CN.yaml new file mode 100644 index 000000000000..8ebee427a276 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.9.3/anyme123.ClaudeWorkbench.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.9.3 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/Any-code/releases/tag/v5.9.3 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.9.3/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.9.3/anyme123.ClaudeWorkbench.yaml new file mode 100644 index 000000000000..a5b31704b8cf --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.9.3/anyme123.ClaudeWorkbench.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.9.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.9.5/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.9.5/anyme123.ClaudeWorkbench.installer.yaml new file mode 100644 index 000000000000..a2067e1f385f --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.9.5/anyme123.ClaudeWorkbench.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.9.5 +UpgradeBehavior: install +ReleaseDate: 2025-12-12 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.9.5/Any.Code_5.9.5_x64-setup.exe + InstallerSha256: F8667FB886BDB79BA11A2DCECA1C27E8DF1A54AC9FCFFA64B14F0178576DC5A3 + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.9.5/Any.Code_5.9.5_x64_en-US.msi + InstallerSha256: 60D95502174063D2603DC4555828203A2D04116A14276A7BCF380F02FDDC7711 + ProductCode: '{DC68F4AF-832D-40D6-95D6-A6137D2ED816}' + AppsAndFeaturesEntries: + - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.9.5/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.9.5/anyme123.ClaudeWorkbench.locale.en-US.yaml new file mode 100644 index 000000000000..bea681da9cf2 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.9.5/anyme123.ClaudeWorkbench.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.9.5 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.9.5/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.9.5/anyme123.ClaudeWorkbench.locale.zh-CN.yaml new file mode 100644 index 000000000000..dbeb2c2b8bc2 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.9.5/anyme123.ClaudeWorkbench.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.9.5 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/Any-code/releases/tag/v5.9.5 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.9.5/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.9.5/anyme123.ClaudeWorkbench.yaml new file mode 100644 index 000000000000..1ac45dfbd047 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.9.5/anyme123.ClaudeWorkbench.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.9.5 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/BaldurKarlsson/RenderDoc/1.42.0/BaldurKarlsson.RenderDoc.installer.yaml b/manifests/b/BaldurKarlsson/RenderDoc/1.42.0/BaldurKarlsson.RenderDoc.installer.yaml new file mode 100644 index 000000000000..53fc4ffba456 --- /dev/null +++ b/manifests/b/BaldurKarlsson/RenderDoc/1.42.0/BaldurKarlsson.RenderDoc.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: BaldurKarlsson.RenderDoc +PackageVersion: 1.42.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +FileExtensions: +- dds +- exr +- hdr +- psd +- rdc +- tga +ReleaseDate: 2025-12-19 +AppsAndFeaturesEntries: +- UpgradeCode: '{D320753C-4B18-4905-A752-E68959943E7D}' +Installers: +- Architecture: x86 + InstallerUrl: https://renderdoc.org/stable/1.42/RenderDoc_1.42_32.msi + InstallerSha256: 0DA483BF47C086F8E87AEDB6C17BE9704BE01D3052717049341A6765BFC866C6 + ProductCode: '{C773FB40-4C82-480E-B720-9516D6676BBF}' +- Architecture: x64 + InstallerUrl: https://renderdoc.org/stable/1.42/RenderDoc_1.42_64.msi + InstallerSha256: C08D38B2DFFFFE4ACFB3F527377B0A89A3CC52F184C4C028734E624A9191FAE6 + ProductCode: '{65FC9996-D80B-48A6-A87B-AE2EE75012CE}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/BaldurKarlsson/RenderDoc/1.42.0/BaldurKarlsson.RenderDoc.locale.en-US.yaml b/manifests/b/BaldurKarlsson/RenderDoc/1.42.0/BaldurKarlsson.RenderDoc.locale.en-US.yaml new file mode 100644 index 000000000000..409ae98188c3 --- /dev/null +++ b/manifests/b/BaldurKarlsson/RenderDoc/1.42.0/BaldurKarlsson.RenderDoc.locale.en-US.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: BaldurKarlsson.RenderDoc +PackageVersion: 1.42.0 +PackageLocale: en-US +Publisher: Baldur Karlsson +PublisherUrl: https://renderdoc.org/ +PublisherSupportUrl: https://github.com/baldurk/renderdoc/issues +Author: Baldur Karlsson +PackageName: RenderDoc +PackageUrl: https://renderdoc.org/ +License: MIT +LicenseUrl: https://github.com/baldurk/renderdoc/blob/HEAD/LICENSE.md +Copyright: Copyright © Baldur Karlsson 2025 +ShortDescription: A stand-alone graphics debugging tool +Description: RenderDoc is a free MIT licensed stand-alone graphics debugger that allows quick and easy single-frame capture and detailed introspection of any application using Vulkan, D3D11, OpenGL & OpenGL ES or D3D12 across Windows, Linux, Android, or Nintendo Switch™. +Moniker: renderdoc +Tags: +- debug +- debugger +- debugging +- debugging-tool +- graphics +- rendering +ReleaseNotes: |- + This release includes limited support for shader debugging on OpenGL. More details are found below, and bear in mind that likely a minority of shaders and not all drivers will be supported as it requires a relatively modern shader code and modern drivers. + NOTE: currently AMD's official drivers contain a reported bug that may cause any shader debugging that depends on multiple threads to fail to debug correctly. You may also encounter problems with using VK_EXT_descriptor_buffer as noted in the v1.40 release notes. + Binary builds with installers, zips and tarballs are available on renderdoc.org. + NOTE: After this release, the code signing key used to sign windows nightly and stable builds will change. As Windows security is mostly fake this may trigger warnings about an unrecognised publisher or you may have to disable smartscreen or similar functionality to install or run new builds for an unknown period of time. The new code signing key is authentic from a real authority and can be checked manually in the file properties, so there is nothing that can be done about this unfortunately. + Main highlights + Limited OpenGL shader debugging + A limited form of shader debugging is now supported on OpenGL. Only shaders that aren't so outdated and legacy that they are incompatible with SPIR-V compilation can be debugged. There may be issues with shaders that are not fully compatible with SPIR-V compilation so the most reliable results will come from shaders that compile as-is to SPIR-V without modification. Otherwise undefined behaviour from differences in bindings may occur. + The feature has high minimum requirements - both GL_ARB_compute_shader and ARB_shader_storage_buffer_object (or equivalent core version functionality) - so it's expected that not all GL drivers will be supported. Shader debugging will be disabled entirely for any OpenGL capture if the minimum requirements are not met. It also requires SSBO support for the stage being debugged, meaning that commonly on Android vertex shaders will not be debuggable. + Python Breaking API changes + - None. + Features/Improvements + - UI: The resource usage display in the resource inspector now displays the marker where each usage entry sits, and allows splitting the list by parent marker. + - UI: Add the ability to customise the keyboard and mouse controls used for the flycam in the mesh viewer, as well as customising the near/far plane of the display (separate from any near/far plane used for unprojection of vertex data). + - UI: Added a feature to embed all external dependencies into a capture, such as separate shader debug info to make the capture more easily portable. This can be done via the Tools menu which also includes the option to remove any embedded files. + - D3D12: Add support for GPU_UPLOAD heaps. + - D3D12: Display compute shader referenced builtin inputs in the UI when debugging a compute shader (SV_DispatchThreadID, SV_GroupID, SV_GroupIndex, SV_GroupThreadID). + - D3D12: Add compute shader debugger support for quad and derivative operations (SM6.6+). + - D3D12: Add DXIL shader debugging support for shaders using UAV Counters. + - Vulkan: Add support for compute shader debugging shaders using VK_KHR_compute_shader_derivatives and quad operations. + Bugfixes + - UI: Fix the display of bounding box calculated data for mesh shaders. + - D3D11/D3D12: Fix incorrect DXBC shader debug of CalculateLevelOfDetailUnclamped. + - D3D11: Fix a crash if running on extremely low-end drivers such as WARP when reporting video functionality to the application that is unsupported. + - D3D11: Fix an issue with the NV counters where results may not be returned if gathering over a lot of events. + - D3D12: Fix some resource references while debugging a shader having the incorrect type. + - D3D12: Fix a potential crash when capturing a TIGHT_ALIGNMENT resource due to the D3D12 runtime returning invalid data. + - D3D12: Fix a rare race condition when capturing if the capture ends as a queue submission is happening with mapped memory on another thread. + - D3D12: Fix a crash when a UPLOAD heap is created mid-capture. + - D3D12: Fix a problem where pixel history could crash or return the wrong results if logic ops are used. + - D3D12: Fix handling of matrix inputs to a shader stage. + - D3D12: Fix a potential issue where shader interfaces using float3 arrays would not properly be fetched when shader debugging. + - D3D12: Fix wireframe overlay not displaying if conservative rasterization is enabled. + - D3D12: Fix a problem with pixel history being run on 3D textures. + - D3D12: Fix an error when replaying an execute indirect that does not need a root signature attached. + - D3D12: Fix a crash in WriteToSubresource reading the wrong amount of data. + - Vulkan: Fix a potential crash after a fatal error (e.g. device lost or android device disconnection) depending on the current selected event. + - Vulkan: Add DESCRIPTOR_BUFFER usage internally to some buffers which is required to map to certain memory types. + - Vulkan: Fix a crash binding a NULL index buffer. + - Vulkan: Fix an issue where vkCmdDrawIndexedIndirectCount would fail in some circumstances if an individual draw was selected. + - Vulkan: Fix a potential race condition if multiple threads are submitting work using the same mapped memory. + - Vulkan: Fix a case where matrix source variables were not properly displayed depending on how they mapped to SSA IDs. + - Vulkan: Fix a potential crash when running pixel history on a renderpass with multiple subpasses and secondary command buffers. + - Vulkan: Fix invalid API use by never replaying suspend/resume and always using load/store instead. + - Vulkan: Fix an issue using primitive ID input when debugging a pixel shader that is linked to a mesh shader. + - Vulkan: Fix incorrect shader debug of GLSL textureProj with a shadow sampler (SPIR-V OpImageSampleProjDrefExplicitLod, OpImageSampleProjDrefImplicitLod. +ReleaseNotesUrl: https://github.com/baldurk/renderdoc/releases/tag/v1.42 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://renderdoc.org/docs/index.html +- DocumentLabel: Wiki + DocumentUrl: https://github.com/baldurk/renderdoc/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/BaldurKarlsson/RenderDoc/1.42.0/BaldurKarlsson.RenderDoc.locale.zh-CN.yaml b/manifests/b/BaldurKarlsson/RenderDoc/1.42.0/BaldurKarlsson.RenderDoc.locale.zh-CN.yaml new file mode 100644 index 000000000000..ea5edca28496 --- /dev/null +++ b/manifests/b/BaldurKarlsson/RenderDoc/1.42.0/BaldurKarlsson.RenderDoc.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: BaldurKarlsson.RenderDoc +PackageVersion: 1.42.0 +PackageLocale: zh-CN +ShortDescription: 独立图形调试工具 +Description: RenderDoc 是一款 MIT 许可证下的免费独立图形调试器,可在 Windows、Linux、Android 或 Nintendo Switch™ 上对任何使用 Vulkan、D3D11、OpenGL & OpenGL ES 或 D3D12 的应用程序快速轻松进行单帧捕获和详细检查。 +Tags: +- 图形 +- 渲染 +- 调试 +- 调试器 +- 调试工具 +ReleaseNotesUrl: https://github.com/baldurk/renderdoc/releases/tag/v1.42 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://renderdoc.org/docs/index.html +- DocumentLabel: Wiki + DocumentUrl: https://github.com/baldurk/renderdoc/wiki +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7561.0/Google.Chrome.Canary.yaml b/manifests/b/BaldurKarlsson/RenderDoc/1.42.0/BaldurKarlsson.RenderDoc.yaml similarity index 74% rename from manifests/g/Google/Chrome/Canary/145.0.7561.0/Google.Chrome.Canary.yaml rename to manifests/b/BaldurKarlsson/RenderDoc/1.42.0/BaldurKarlsson.RenderDoc.yaml index f25b4b751326..01d57e90eb2f 100644 --- a/manifests/g/Google/Chrome/Canary/145.0.7561.0/Google.Chrome.Canary.yaml +++ b/manifests/b/BaldurKarlsson/RenderDoc/1.42.0/BaldurKarlsson.RenderDoc.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 145.0.7561.0 +PackageIdentifier: BaldurKarlsson.RenderDoc +PackageVersion: 1.42.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/c/CHIRPSoftware/CHIRP-next/20251219/CHIRPSoftware.CHIRP-next.installer.yaml b/manifests/c/CHIRPSoftware/CHIRP-next/20251219/CHIRPSoftware.CHIRP-next.installer.yaml new file mode 100644 index 000000000000..d7f8d7b0cf53 --- /dev/null +++ b/manifests/c/CHIRPSoftware/CHIRP-next/20251219/CHIRPSoftware.CHIRP-next.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: CHIRPSoftware.CHIRP-next +PackageVersion: '20251219' +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +ProductCode: CHIRP +ReleaseDate: 2025-12-19 +AppsAndFeaturesEntries: +- DisplayName: CHIRP + ProductCode: CHIRP +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\CHIRP' +Installers: +- Architecture: x64 + InstallerUrl: https://archive.chirpmyradio.com/chirp_next/next-20251219/chirp-next-20251219-installer.exe + InstallerSha256: 39BFBE12D7DC4ABE8CEE49E818BA5D180E3C9F7DDD04DB473BD46DECE5C7A350 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/CHIRPSoftware/CHIRP-next/20251219/CHIRPSoftware.CHIRP-next.locale.en-US.yaml b/manifests/c/CHIRPSoftware/CHIRP-next/20251219/CHIRPSoftware.CHIRP-next.locale.en-US.yaml new file mode 100644 index 000000000000..7c8df2dcd35d --- /dev/null +++ b/manifests/c/CHIRPSoftware/CHIRP-next/20251219/CHIRPSoftware.CHIRP-next.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: CHIRPSoftware.CHIRP-next +PackageVersion: '20251219' +PackageLocale: en-US +Publisher: CHIRP Software LLC +PackageName: CHIRP-next +License: GPL-3.0-only +ShortDescription: The next-generation version of CHIRP, a free, open-source tool for programming your amateur radio that supports a large number of manufacturers and models. +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/CHIRPSoftware/CHIRP-next/20251219/CHIRPSoftware.CHIRP-next.yaml b/manifests/c/CHIRPSoftware/CHIRP-next/20251219/CHIRPSoftware.CHIRP-next.yaml new file mode 100644 index 000000000000..cbb6bbb527a5 --- /dev/null +++ b/manifests/c/CHIRPSoftware/CHIRP-next/20251219/CHIRPSoftware.CHIRP-next.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: CHIRPSoftware.CHIRP-next +PackageVersion: '20251219' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/d/Danfoss/Coolselector/2/5.6.8.812/Danfoss.Coolselector.2.installer.yaml b/manifests/d/Danfoss/Coolselector/2/5.6.9.815/Danfoss.Coolselector.2.installer.yaml similarity index 79% rename from manifests/d/Danfoss/Coolselector/2/5.6.8.812/Danfoss.Coolselector.2.installer.yaml rename to manifests/d/Danfoss/Coolselector/2/5.6.9.815/Danfoss.Coolselector.2.installer.yaml index 24974bfcb113..a574422c4543 100644 --- a/manifests/d/Danfoss/Coolselector/2/5.6.8.812/Danfoss.Coolselector.2.installer.yaml +++ b/manifests/d/Danfoss/Coolselector/2/5.6.9.815/Danfoss.Coolselector.2.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Danfoss.Coolselector.2 -PackageVersion: 5.6.8.812 +PackageVersion: 5.6.9.815 InstallerType: inno Scope: user FileExtensions: @@ -12,6 +12,6 @@ ProductCode: Danfoss Coolselector2_is1 Installers: - Architecture: x86 InstallerUrl: https://coolselector.danfoss.com/Coolselector2/setup.exe - InstallerSha256: 8DF2569427BCB62C30892B6B919A8D6E92A680F2A52AC3F86D096964BB67A3B0 + InstallerSha256: 8299C70812E543B40F5418888BCC87CCB94067334B2134DBE654EC1D620231DF ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/d/Danfoss/Coolselector/2/5.6.8.812/Danfoss.Coolselector.2.locale.en-US.yaml b/manifests/d/Danfoss/Coolselector/2/5.6.9.815/Danfoss.Coolselector.2.locale.en-US.yaml similarity index 98% rename from manifests/d/Danfoss/Coolselector/2/5.6.8.812/Danfoss.Coolselector.2.locale.en-US.yaml rename to manifests/d/Danfoss/Coolselector/2/5.6.9.815/Danfoss.Coolselector.2.locale.en-US.yaml index 201ffd81d4e8..9ba319d14050 100644 --- a/manifests/d/Danfoss/Coolselector/2/5.6.8.812/Danfoss.Coolselector.2.locale.en-US.yaml +++ b/manifests/d/Danfoss/Coolselector/2/5.6.9.815/Danfoss.Coolselector.2.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Danfoss.Coolselector.2 -PackageVersion: 5.6.8.812 +PackageVersion: 5.6.9.815 PackageLocale: en-US Publisher: Danfoss A/S PublisherUrl: https://www.danfoss.com/ diff --git a/manifests/d/Danfoss/Coolselector/2/5.6.8.812/Danfoss.Coolselector.2.locale.zh-CN.yaml b/manifests/d/Danfoss/Coolselector/2/5.6.9.815/Danfoss.Coolselector.2.locale.zh-CN.yaml similarity index 97% rename from manifests/d/Danfoss/Coolselector/2/5.6.8.812/Danfoss.Coolselector.2.locale.zh-CN.yaml rename to manifests/d/Danfoss/Coolselector/2/5.6.9.815/Danfoss.Coolselector.2.locale.zh-CN.yaml index 4fa7e95200a7..83e90e43fe9c 100644 --- a/manifests/d/Danfoss/Coolselector/2/5.6.8.812/Danfoss.Coolselector.2.locale.zh-CN.yaml +++ b/manifests/d/Danfoss/Coolselector/2/5.6.9.815/Danfoss.Coolselector.2.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json PackageIdentifier: Danfoss.Coolselector.2 -PackageVersion: 5.6.8.812 +PackageVersion: 5.6.9.815 PackageLocale: zh-CN PublisherUrl: https://www.danfoss.com.cn/zh-cn/ PublisherSupportUrl: https://www.danfoss.com/zh-cn/service-and-support/downloads/dcs/coolselector-2/#tab-support diff --git a/manifests/d/Danfoss/Coolselector/2/5.6.8.812/Danfoss.Coolselector.2.yaml b/manifests/d/Danfoss/Coolselector/2/5.6.9.815/Danfoss.Coolselector.2.yaml similarity index 90% rename from manifests/d/Danfoss/Coolselector/2/5.6.8.812/Danfoss.Coolselector.2.yaml rename to manifests/d/Danfoss/Coolselector/2/5.6.9.815/Danfoss.Coolselector.2.yaml index 08a24e38c942..9ccaa494c80b 100644 --- a/manifests/d/Danfoss/Coolselector/2/5.6.8.812/Danfoss.Coolselector.2.yaml +++ b/manifests/d/Danfoss/Coolselector/2/5.6.9.815/Danfoss.Coolselector.2.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Danfoss.Coolselector.2 -PackageVersion: 5.6.8.812 +PackageVersion: 5.6.9.815 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/d/Devolutions/Launcher/2025.3.27.0/Devolutions.Launcher.installer.yaml b/manifests/d/Devolutions/Launcher/2025.3.27.0/Devolutions.Launcher.installer.yaml new file mode 100644 index 000000000000..62ec74db2e3e --- /dev/null +++ b/manifests/d/Devolutions/Launcher/2025.3.27.0/Devolutions.Launcher.installer.yaml @@ -0,0 +1,39 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Devolutions.Launcher +PackageVersion: 2025.3.27.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.9 +Protocols: +- rdp +- ssh +- vnc +- telnet +- http +- https +- ftp +- sftp +- ard +- webdav +ProductCode: '{6748F72C-6CCE-497D-BE37-72E86C1F9ADD}' +ReleaseDate: 2025-12-11 +AppsAndFeaturesEntries: +- UpgradeCode: '{CB5FC4EF-9B66-411D-8F6E-2713D2B8F664}' +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.devolutions.net/download/Setup.Devolutions.Launcher.2025.3.27.0.msi + InstallerSha256: D03743D8E468F9F6E6BA2EA8884684A8D9617D6CCF7945D4F1F209C06048860B +ManifestType: installer +ManifestVersion: 1.10.0 + diff --git a/manifests/d/Devolutions/Launcher/2025.3.27.0/Devolutions.Launcher.locale.en-US.yaml b/manifests/d/Devolutions/Launcher/2025.3.27.0/Devolutions.Launcher.locale.en-US.yaml new file mode 100644 index 000000000000..9bed851dbbc2 --- /dev/null +++ b/manifests/d/Devolutions/Launcher/2025.3.27.0/Devolutions.Launcher.locale.en-US.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Devolutions.Launcher +PackageVersion: 2025.3.27.0 +PackageLocale: en-US +Publisher: Devolutions inc. +PublisherUrl: https://devolutions.net/ +PublisherSupportUrl: https://devolutions.net/support +PrivacyUrl: https://devolutions.net/legal/privacy +Author: Devolutions +PackageName: Launcher +PackageUrl: https://devolutions.net/launcher/ +License: Proprietary +LicenseUrl: https://devolutions.net/legal/customer-agreements +Copyright: Copyright (c) 2006-2025 Devolutions Inc. +ShortDescription: Remote Connection Launching Tool for Devolutions Server & Devolutions Hub Business! +Moniker: launcher +Tags: +- devolutions +- rdm +- rdp +- remote-desktop +- remote-desktop-manager +- launcher +- ssh +- tool +- utility +- vnc +ManifestType: defaultLocale +ManifestVersion: 1.10.0 + diff --git a/manifests/d/Devolutions/Launcher/2025.3.27.0/Devolutions.Launcher.yaml b/manifests/d/Devolutions/Launcher/2025.3.27.0/Devolutions.Launcher.yaml new file mode 100644 index 000000000000..6e1d0f311adf --- /dev/null +++ b/manifests/d/Devolutions/Launcher/2025.3.27.0/Devolutions.Launcher.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Devolutions.Launcher +PackageVersion: 2025.3.27.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 + diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.141.2/Elsevier.MendeleyReferenceManager.installer.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.141.2/Elsevier.MendeleyReferenceManager.installer.yaml new file mode 100644 index 000000000000..7c9c988ef35d --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.141.2/Elsevier.MendeleyReferenceManager.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.141.2 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: b4b58389-01e4-5dfd-9842-aad36733657a +ReleaseDate: 2025-12-19 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://static.mendeley.com/bin/desktop/mendeley-reference-manager-2.141.2.exe + InstallerSha256: 48F5250B9BF24D6E3C7906CC316FBA3C03F2428F76526E221E1D8093286C0F51 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://static.mendeley.com/bin/desktop/mendeley-reference-manager-2.141.2.exe + InstallerSha256: 48F5250B9BF24D6E3C7906CC316FBA3C03F2428F76526E221E1D8093286C0F51 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.141.2/Elsevier.MendeleyReferenceManager.locale.en-US.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.141.2/Elsevier.MendeleyReferenceManager.locale.en-US.yaml new file mode 100644 index 000000000000..f0d7cbf2f0e5 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.141.2/Elsevier.MendeleyReferenceManager.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.141.2 +PackageLocale: en-US +Publisher: Mendeley +PublisherUrl: https://www.mendeley.com/ +PublisherSupportUrl: https://service.elsevier.com/app/home/supporthub/mendeley/ +PrivacyUrl: https://www.elsevier.com/legal/privacy-policy +Author: Elsevier Ltd. +PackageName: Mendeley Reference Manager +PackageUrl: https://www.mendeley.com/download-reference-manager/windows +License: Proprietary +LicenseUrl: https://www.mendeley.com/terms/ +Copyright: © 2025 Mendeley Ltd. All rights reserved. +CopyrightUrl: https://www.mendeley.com/terms/copyright/ +ShortDescription: Simplify your referencing, accelerate your research +Description: Mendeley Reference Manager simplifies your referencing so that you can spend more time researching. Store, search, organize, note, share and cite from just one reference library. Offering time saving efficiencies, Mendeley Reference Manager enables you to reduce your workload and advance your research goals. +Tags: +- academics +- article +- citation +- cite +- literature +- paper +- reasearch +- thesis +ReleaseNotesUrl: https://www.mendeley.com/release-notes-reference-manager/ +PurchaseUrl: https://www.mendeley.com/reference-management/premium +Documentations: +- DocumentLabel: Help Guides + DocumentUrl: https://www.mendeley.com/guides/mendeley-reference-manager/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.141.2/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.141.2/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml new file mode 100644 index 000000000000..9b406ae32a9a --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.141.2/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.141.2 +PackageLocale: zh-CN +Publisher: Mendeley +PublisherUrl: https://www.mendeley.com/ +PublisherSupportUrl: https://service.elsevier.com/app/home/supporthub/mendeley/ +PrivacyUrl: https://www.elsevier.com/legal/privacy-policy +Author: Elsevier Ltd. +PackageName: Mendeley Reference Manager +PackageUrl: https://www.mendeley.com/download-reference-manager/windows +License: 专有软件 +LicenseUrl: https://www.mendeley.com/terms/ +Copyright: © 2025 Mendeley Ltd. All rights reserved. +CopyrightUrl: https://www.mendeley.com/terms/copyright/ +ShortDescription: 简化文献引用,提高研究效率 +Description: Mendeley Reference Manager 可以简化您的文献引用,从而让您有更多时间进行研究。只需在同一个参考文献库中进行存储、搜索、组织、记录、共享和引用,Mendeley Reference Manager 通过省时高效的功能帮助您减少工作量并实现研究目标。 +Tags: +- 学术 +- 引用 +- 文献 +- 研究 +- 论文 +ReleaseNotesUrl: https://www.mendeley.com/release-notes-reference-manager/ +PurchaseUrl: https://www.mendeley.com/reference-management/premium +Documentations: +- DocumentLabel: 帮助指南 + DocumentUrl: https://www.mendeley.com/guides/mendeley-reference-manager/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.141.2/Elsevier.MendeleyReferenceManager.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.141.2/Elsevier.MendeleyReferenceManager.yaml new file mode 100644 index 000000000000..61872afdd2aa --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.141.2/Elsevier.MendeleyReferenceManager.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.141.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/f/Fluxzy/Fluxzy/1.31.24/Fluxzy.Fluxzy.installer.yaml b/manifests/f/Fluxzy/Fluxzy/1.31.24/Fluxzy.Fluxzy.installer.yaml new file mode 100644 index 000000000000..78651aecd3c0 --- /dev/null +++ b/manifests/f/Fluxzy/Fluxzy/1.31.24/Fluxzy.Fluxzy.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Fluxzy.Fluxzy +PackageVersion: 1.31.24 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fluxzy.exe + PortableCommandAlias: fluxzy +- RelativeFilePath: fluxzynetcap.exe + PortableCommandAlias: fluxzynetcap +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/haga-rak/fluxzy.core/releases/download/v1.31.24.27401/fluxzy-cli-1.31.24.27401-win-x64.zip + InstallerSha256: 015977C39F79ED34A9FB4B8F41DF2575880EAD95CB3C3E065DDC4A0AA2962C64 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/f/Fluxzy/Fluxzy/1.31.24/Fluxzy.Fluxzy.locale.en-US.yaml b/manifests/f/Fluxzy/Fluxzy/1.31.24/Fluxzy.Fluxzy.locale.en-US.yaml new file mode 100644 index 000000000000..0e0448018fe4 --- /dev/null +++ b/manifests/f/Fluxzy/Fluxzy/1.31.24/Fluxzy.Fluxzy.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Fluxzy.Fluxzy +PackageVersion: 1.31.24 +PackageLocale: en-US +Publisher: Fluxzy SAS +PackageName: Fluxzy +License: GPLv3 +ShortDescription: MITM HTTP debugging proxy for intercepting and altering HTTP/1.1, H2, and WebSocket traffic +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/f/Fluxzy/Fluxzy/1.31.24/Fluxzy.Fluxzy.yaml b/manifests/f/Fluxzy/Fluxzy/1.31.24/Fluxzy.Fluxzy.yaml new file mode 100644 index 000000000000..51aaaae8517f --- /dev/null +++ b/manifests/f/Fluxzy/Fluxzy/1.31.24/Fluxzy.Fluxzy.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Fluxzy.Fluxzy +PackageVersion: 1.31.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7561.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/145.0.7561.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index ca43ab48d813..000000000000 --- a/manifests/g/Google/Chrome/Canary/145.0.7561.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 145.0.7561.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/acej6n2k2scr42r4zmsulhqyrfla_145.0.7561.0/145.0.7561.0_chrome_installer_uncompressed.exe - InstallerSha256: 5C10D7F94F6A75BD76D1C4FC7E5A0502817343E71FBDAF2CB131D1631373FF6B -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adn74lwodqkyclpknmvgul5jstzq_145.0.7561.0/145.0.7561.0_chrome_installer_uncompressed.exe - InstallerSha256: E1DC8EE761F9FAB52A0DF89797FD074B863582EC59E116CFA8B67515452AC14B -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acgupsvwvobmjnqiwgosc4ynzwwa_145.0.7561.0/145.0.7561.0_chrome_installer_uncompressed.exe - InstallerSha256: 28234A459961D3891FCC4DC47B894D2D4757545275BD6E7DF30CEA0C45CD247E -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7561.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/145.0.7561.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index fc294c021fcf..000000000000 --- a/manifests/g/Google/Chrome/Canary/145.0.7561.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 145.0.7561.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2025 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7561.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/145.0.7561.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 88116a254e39..000000000000 --- a/manifests/g/Google/Chrome/Canary/145.0.7561.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 145.0.7561.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2025 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7561.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/145.0.7561.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 97e18f89124e..000000000000 --- a/manifests/g/Google/Chrome/Canary/145.0.7561.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 145.0.7561.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2025 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7562.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/145.0.7562.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 4208fcc8338d..000000000000 --- a/manifests/g/Google/Chrome/Canary/145.0.7562.0/Google.Chrome.Canary.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 145.0.7562.0 -InstallerType: exe -Scope: user -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" - Custom: --chrome-sxs --do-not-launch-chrome -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome SxS -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ads2i5jk7taauh7ufpg5ayznq7fq_145.0.7562.0/145.0.7562.0_chrome_installer_uncompressed.exe - InstallerSha256: B1A48227B4BB09B65DD59C8AF1FBD098601AE1EE73DECEA992C22E347E3FE9E4 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/accmc4vueder4tcgaaqqjetlozxa_145.0.7562.0/145.0.7562.0_chrome_installer_uncompressed.exe - InstallerSha256: 2837588803F6F4C4A29AEE4A00FE026AC40EB9AC7526ED8AD641A62DCA907367 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/cu7fjcbehpf3ycnfdrwokwty2a_145.0.7562.0/145.0.7562.0_chrome_installer_uncompressed.exe - InstallerSha256: D53EFDDE8706671050E999F9028BBD238CB8B4F45D8516D32335170878BB4D77 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7562.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/145.0.7562.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index b05f07c294e0..000000000000 --- a/manifests/g/Google/Chrome/Canary/145.0.7562.0/Google.Chrome.Canary.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 145.0.7562.0 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/chrome/canary -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2025 Google LLC. All rights reserved. -ShortDescription: Nightly build for developers -Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. -Moniker: chrome-canary -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7562.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/145.0.7562.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index fa94be0627af..000000000000 --- a/manifests/g/Google/Chrome/Canary/145.0.7562.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 145.0.7562.0 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/no/chrome/canary -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2025 Google LLC. Med enerett. -ShortDescription: Nattlig delversjon for utviklere -Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7562.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/145.0.7562.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index fc9ecc84687c..000000000000 --- a/manifests/g/Google/Chrome/Canary/145.0.7562.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 145.0.7562.0 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome Canary -PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2025 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的每日构建版 -Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/i/iTop/iTopVoicy/1.0.1.1475/iTop.iTopVoicy.installer.yaml b/manifests/i/iTop/iTopVoicy/1.0.1.1475/iTop.iTopVoicy.installer.yaml new file mode 100644 index 000000000000..b60751302759 --- /dev/null +++ b/manifests/i/iTop/iTopVoicy/1.0.1.1475/iTop.iTopVoicy.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: iTop.iTopVoicy +PackageVersion: 1.0.1.1475 +InstallerLocale: en-US +InstallerType: inno +ProductCode: iTop Voicy_is1 +AppsAndFeaturesEntries: +- ProductCode: iTop Voicy_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://download.itopupdate.com/dl/itop-voicy-setup.exe + InstallerSha256: 457861F7CBB58DF621437690B5887BE48B4B8A284B8C697034751CE7B3E573AA +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-12-11 diff --git a/manifests/i/iTop/iTopVoicy/1.0.1.1475/iTop.iTopVoicy.locale.en-US.yaml b/manifests/i/iTop/iTopVoicy/1.0.1.1475/iTop.iTopVoicy.locale.en-US.yaml new file mode 100644 index 000000000000..d878b9ce85c7 --- /dev/null +++ b/manifests/i/iTop/iTopVoicy/1.0.1.1475/iTop.iTopVoicy.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: iTop.iTopVoicy +PackageVersion: 1.0.1.1475 +PackageLocale: en-US +Publisher: iTop Inc. +PublisherUrl: https://www.itopvpn.com/ +PublisherSupportUrl: https://www.itopvpn.com/support/ +PrivacyUrl: https://www.itopvpn.com/privacy/ +PackageName: iTop Voicy +PackageUrl: https://www.itopvpn.com/itop-voicy/ +License: Freeware +LicenseUrl: https://www.itopvpn.com/eula/ +Copyright: Copyright © iTop Inc. All rights reserved. +CopyrightUrl: https://www.itopvpn.com/terms/ +ShortDescription: Free Real-Time Voice Changer for PC - iTop Voicy +ReleaseNotes: |- + v1.0 (2025-12-11) + - Real-time Voice Changing - Experience instant voice transformation with ease + - Extensive Voice Library - Access hundreds of voice models and sound effects + - Live Effect Layering - Support applying sound effects while using a voice model + - Advanced Voice Lab - Create your custom voice via fine-tuning pitch, timbre, formant, etc., and with powerful effects like noise reduction and echo cancellation + - Audio/Video Re-voicing - Change the voice in your audio or video files effortlessly + - Flexible Record & Export - Apply voice change to your recordings and export them freely in multiple formats + - Cross-platform Support - Work seamlessly across popular platforms: social apps (Discord, Zoom, Microsoft Teams, Google Meet), games (Roblox, Fortnite), and streaming services (YouTube, TikTok, OBS, Twitch) + - Multi-device Sync - Keep your voice settings and favorites synced across computers + - Instant Voice Switch - Switch different voice models instantly with custom keybinds + - Import Custom Sound - Import your own sound effects for a personalized experience +Documentations: +- DocumentLabel: Blog + DocumentUrl: https://www.itopvpn.com/blog/ +- DocumentLabel: FAQ + DocumentUrl: https://www.itopvpn.com/faqs/ +- DocumentLabel: User Manual + DocumentUrl: https://www.itopvpn.com/user-manual/ivc/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/i/iTop/iTopVoicy/1.0.1.1475/iTop.iTopVoicy.yaml b/manifests/i/iTop/iTopVoicy/1.0.1.1475/iTop.iTopVoicy.yaml new file mode 100644 index 000000000000..758faf5ece6a --- /dev/null +++ b/manifests/i/iTop/iTopVoicy/1.0.1.1475/iTop.iTopVoicy.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: iTop.iTopVoicy +PackageVersion: 1.0.1.1475 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/j/JamesTsang/Nettune/0.2.4/JamesTsang.Nettune.installer.yaml b/manifests/j/JamesTsang/Nettune/0.2.4/JamesTsang.Nettune.installer.yaml new file mode 100644 index 000000000000..0af8684563b7 --- /dev/null +++ b/manifests/j/JamesTsang/Nettune/0.2.4/JamesTsang.Nettune.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: JamesTsang.Nettune +PackageVersion: 0.2.4 +InstallerType: portable +Commands: +- nettune +ReleaseDate: 2025-12-14 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jtsang4/nettune/releases/download/v0.2.4/nettune-windows-amd64.exe + InstallerSha256: 92B411A22C40339CF73055AFB5A30271474BE812149A81E2D6ACD6291A73A966 +- Architecture: arm64 + InstallerUrl: https://github.com/jtsang4/nettune/releases/download/v0.2.4/nettune-windows-arm64.exe + InstallerSha256: 8C77E813DFE54CF8CA137CF6AE698F17B1F932077893E77646B305BDC4AF0DF7 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/j/JamesTsang/Nettune/0.2.4/JamesTsang.Nettune.locale.en-US.yaml b/manifests/j/JamesTsang/Nettune/0.2.4/JamesTsang.Nettune.locale.en-US.yaml new file mode 100644 index 000000000000..66ae5486ac6c --- /dev/null +++ b/manifests/j/JamesTsang/Nettune/0.2.4/JamesTsang.Nettune.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: JamesTsang.Nettune +PackageVersion: 0.2.4 +PackageLocale: en-US +Publisher: James Tsang +PublisherUrl: https://jtsang.me/ +PublisherSupportUrl: https://github.com/jtsang4/nettune/issues +Author: James Tsang +PackageName: Nettune +PackageUrl: https://github.com/jtsang4/nettune +License: Freeware +ShortDescription: A network diagnostics and TCP optimization tool with MCP (Model Context Protocol) integration for AI-assisted configuration. +Description: |- + A network diagnostics and TCP optimization tool with MCP (Model Context Protocol) integration for AI-assisted configuration. + Features + - End-to-end Network Testing: RTT measurement, throughput testing, latency under load detection + - Configuration Profiles: Pre-built profiles for BBR, FQ, buffer tuning + - Safe Apply/Rollback: Automatic snapshots before configuration changes with rollback capability + - MCP Integration: Works with Claude and other LLM chat interfaces via MCP stdio protocol +Tags: +- ai +- large-language-model +- llm +- mcp +- network +ReleaseNotes: 'Full Changelog: https://github.com/jtsang4/nettune/compare/v0.2.3...v0.2.4' +ReleaseNotesUrl: https://github.com/jtsang4/nettune/releases/tag/v0.2.4 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JamesTsang/Nettune/0.2.4/JamesTsang.Nettune.locale.zh-CN.yaml b/manifests/j/JamesTsang/Nettune/0.2.4/JamesTsang.Nettune.locale.zh-CN.yaml new file mode 100644 index 000000000000..6afc12c3e5f2 --- /dev/null +++ b/manifests/j/JamesTsang/Nettune/0.2.4/JamesTsang.Nettune.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: JamesTsang.Nettune +PackageVersion: 0.2.4 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 一款集成了 MCP(模型上下文协议)的网络诊断与 TCP 优化工具,支持 AI 辅助配置。 +Description: |- + 一款集成了 MCP(模型上下文协议)的网络诊断与 TCP 优化工具,支持 AI 辅助配置。 + 功能 + - 端到端网络测试:RTT 测量、吞吐量测试、负载下延迟检测 + - 配置配置文件:预设 BBR、FQ、缓冲区调优等配置文件 + - 安全应用/回滚:配置更改前自动创建快照,支持回滚 + - MCP 集成:通过 MCP stdio 协议与 Claude 及其他大语言模型聊天界面协同工作 +Tags: +- mcp +- 人工智能 +- 大语言模型 +- 网络 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7562.0/Google.Chrome.Canary.yaml b/manifests/j/JamesTsang/Nettune/0.2.4/JamesTsang.Nettune.yaml similarity index 74% rename from manifests/g/Google/Chrome/Canary/145.0.7562.0/Google.Chrome.Canary.yaml rename to manifests/j/JamesTsang/Nettune/0.2.4/JamesTsang.Nettune.yaml index ea78f7c002d4..a6d122d4149c 100644 --- a/manifests/g/Google/Chrome/Canary/145.0.7562.0/Google.Chrome.Canary.yaml +++ b/manifests/j/JamesTsang/Nettune/0.2.4/JamesTsang.Nettune.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: Google.Chrome.Canary -PackageVersion: 145.0.7562.0 +PackageIdentifier: JamesTsang.Nettune +PackageVersion: 0.2.4 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/k/KDE/Elisa/26.03.70/KDE.Elisa.installer.yaml b/manifests/k/KDE/Elisa/26.03.70/KDE.Elisa.installer.yaml index b4ed6c290ae7..ce78d3846474 100644 --- a/manifests/k/KDE/Elisa/26.03.70/KDE.Elisa.installer.yaml +++ b/manifests/k/KDE/Elisa/26.03.70/KDE.Elisa.installer.yaml @@ -9,14 +9,14 @@ ProductCode: Elisa Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/multimedia/elisa/master/windows/elisa-master-4164-windows-cl-msvc2022-x86_64.exe - InstallerSha256: CFEB5901B9A2A1560470F98EF06784676B7FDC5FC48560588DAB9CE615142F20 + InstallerUrl: https://cdn.kde.org/ci-builds/multimedia/elisa/master/windows/elisa-master-4169-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 7DDD7B26DD04A6F8463D7B031CB07792E5BBE2EA3B6A81A8E312A732D1912406 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/multimedia/elisa/master/windows/elisa-master-4164-windows-cl-msvc2022-x86_64.exe - InstallerSha256: CFEB5901B9A2A1560470F98EF06784676B7FDC5FC48560588DAB9CE615142F20 + InstallerUrl: https://cdn.kde.org/ci-builds/multimedia/elisa/master/windows/elisa-master-4169-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 7DDD7B26DD04A6F8463D7B031CB07792E5BBE2EA3B6A81A8E312A732D1912406 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.6.31/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.6.31/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 000000000000..a93b6df65d90 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.6.31/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.6.31 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2025-12-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v6.6.31/CLIProxyAPI_6.6.31_windows_amd64.zip + InstallerSha256: FFC779D28A5ECD9D41B524E634ECD65D99F93971488F921BF7E743F71575DD0F +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.6.31/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.6.31/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 000000000000..56a874161147 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.6.31/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.6.31 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Changelog + - f607231efae18dedbfa2706b7113167f1e7bb14f Merge pull request #627 from router-for-me/gemini + - 20390628451cc9e26dade50f820a59a36e2a4a9a fix(gemini): add optional skip for gemini3 thinking conversion +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v6.6.31 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.6.31/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.6.31/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..4d801382074d --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.6.31/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.6.31 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.6.31/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.6.31/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 000000000000..0b399f452267 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.6.31/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.6.31 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/l/LutzRoeder/Netron/8.7.9/LutzRoeder.Netron.installer.yaml b/manifests/l/LutzRoeder/Netron/8.7.9/LutzRoeder.Netron.installer.yaml new file mode 100644 index 000000000000..8bfb0a6ab858 --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/8.7.9/LutzRoeder.Netron.installer.yaml @@ -0,0 +1,94 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: LutzRoeder.Netron +PackageVersion: 8.7.9 +Platform: +- Windows.Desktop +InstallModes: +- silent +- silentWithProgress +Installers: +- Architecture: x86 + Scope: user + InstallerType: nullsoft + InstallerUrl: https://github.com/lutzroeder/netron/releases/download/v8.7.9/Netron-Setup-8.7.9.exe + InstallerSha256: B7ADF94AEAD161475BFE884FB2D2A0F1C7FE4224DFBF0E1B9476ED775B19B67A + InstallerLocale: en-US + InstallerSwitches: + Custom: /NORESTART + UpgradeBehavior: install +- Architecture: arm64 + Scope: user + InstallerType: nullsoft + InstallerUrl: https://github.com/lutzroeder/netron/releases/download/v8.7.9/Netron-Setup-8.7.9.exe + InstallerSha256: B7ADF94AEAD161475BFE884FB2D2A0F1C7FE4224DFBF0E1B9476ED775B19B67A + InstallerLocale: en-US + InstallerSwitches: + Custom: /NORESTART + UpgradeBehavior: install +FileExtensions: +- armnn +- caffemodel +- circle +- ckpt +- cmf +- dlc +- dnn +- gguf +- h5 +- hd5 +- hdf5 +- hn +- kann +- keras +- kgraph +- kmodel +- lite +- mar +- maxviz +- meta +- mge +- mlir +- mlirbc +- mlmodel +- mlnet +- mlpackage +- mnn +- model +- nb +- ngf +- nn +- nnp +- npy +- npz +- om +- onnx +- ort +- paddle +- param +- pb +- pbtxt +- pdiparams +- pdmodel +- pdopt +- pdparams +- pickle +- pkl +- prototxt +- pt +- pt2 +- pte +- pth +- ptl +- rknn +- safetensors +- t7 +- tfl +- tflite +- tm +- tmfile +- tnnproto +- torchscript +- uff +- xmodel +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/l/LutzRoeder/Netron/8.7.9/LutzRoeder.Netron.locale.en-US.yaml b/manifests/l/LutzRoeder/Netron/8.7.9/LutzRoeder.Netron.locale.en-US.yaml new file mode 100644 index 000000000000..c2f87bbac98e --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/8.7.9/LutzRoeder.Netron.locale.en-US.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: LutzRoeder.Netron +PackageVersion: 8.7.9 +PackageName: Netron +PackageLocale: en-US +PackageUrl: https://github.com/lutzroeder/netron +Publisher: Lutz Roeder +PublisherUrl: https://github.com/lutzroeder/netron +PublisherSupportUrl: https://github.com/lutzroeder/netron/issues +Author: Lutz Roeder +License: MIT +Copyright: Copyright (c) Lutz Roeder +CopyrightUrl: https://github.com/lutzroeder/netron/blob/main/LICENSE +ShortDescription: Visualizer for neural network, deep learning, and machine learning models +Description: Visualizer for neural network, deep learning, and machine learning models +Moniker: netron +Tags: +- machine-learning +- deep-learning +- neural-network +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/l/LutzRoeder/Netron/8.7.9/LutzRoeder.Netron.yaml b/manifests/l/LutzRoeder/Netron/8.7.9/LutzRoeder.Netron.yaml new file mode 100644 index 000000000000..31a49091fd9a --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/8.7.9/LutzRoeder.Netron.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: LutzRoeder.Netron +PackageVersion: 8.7.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/m/Midry/hato/1.0.0/Midry.hato.installer.yaml b/manifests/m/Midry/hato/1.0.0/Midry.hato.installer.yaml new file mode 100644 index 000000000000..0cad8bdca65a --- /dev/null +++ b/manifests/m/Midry/hato/1.0.0/Midry.hato.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.5-1-26100-7019.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Midry.hato +PackageVersion: 1.0.0 +InstallerType: zip +Commands: +- hato +ReleaseDate: 2025-12-16 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hato.exe + PortableCommandAlias: hato + InstallerUrl: https://github.com/midry3/hato/releases/download/v1.0.0/hato_windows_amd64.zip + InstallerSha256: 2B8E48B7C7BDE2C36788262FF1738863D52E191237B6CE4D6FE2543D4ABBCFA5 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/Midry/hato/1.0.0/Midry.hato.locale.en-US.yaml b/manifests/m/Midry/hato/1.0.0/Midry.hato.locale.en-US.yaml new file mode 100644 index 000000000000..8d6bc25885ae --- /dev/null +++ b/manifests/m/Midry/hato/1.0.0/Midry.hato.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.5-1-26100-7019.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Midry.hato +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: Midry +PublisherUrl: https://github.com/midry3 +PublisherSupportUrl: https://github.com/midry3/hato/issues +# PrivacyUrl: +Author: Midry +PackageName: hato +PackageUrl: https://github.com/midry3/hato +License: MIT +LicenseUrl: https://github.com/midry3/hato/blob/v1.0.0/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: Task runner with pre-run checklist for safer task execution. +Description: Before performing important tasks like committing or pushing to a repository, you can review a pre-set checklist. Of course, you can also use it as a standalone checklist or simply as a task runner. +# Moniker: +Tags: +- cli +- dev +- go +- runner +- task-runner +- tool +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/midry3/hato/releases/tag/v1.0.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/Midry/hato/1.0.0/Midry.hato.yaml b/manifests/m/Midry/hato/1.0.0/Midry.hato.yaml new file mode 100644 index 000000000000..f7523028fc55 --- /dev/null +++ b/manifests/m/Midry/hato/1.0.0/Midry.hato.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.5-1-26100-7019.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Midry.hato +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoeruAI/AIRI/0.8.0-beta.2/MoeruAI.AIRI.installer.yaml b/manifests/m/MoeruAI/AIRI/0.8.0-beta.2/MoeruAI.AIRI.installer.yaml new file mode 100644 index 000000000000..3b3daf2e59da --- /dev/null +++ b/manifests/m/MoeruAI/AIRI/0.8.0-beta.2/MoeruAI.AIRI.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: MoeruAI.AIRI +PackageVersion: 0.8.0-beta.2 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: AIRI +ReleaseDate: 2025-12-11 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.2/AIRI-0.8.0-beta.2-windows-x64-setup.exe + InstallerSha256: 56799CB8695D67AE42429FDB8084A11EA507AF00FD8A4B00B57E7BA54FAC0AE7 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoeruAI/AIRI/0.8.0-beta.2/MoeruAI.AIRI.locale.en-US.yaml b/manifests/m/MoeruAI/AIRI/0.8.0-beta.2/MoeruAI.AIRI.locale.en-US.yaml new file mode 100644 index 000000000000..2ccd40d97fc4 --- /dev/null +++ b/manifests/m/MoeruAI/AIRI/0.8.0-beta.2/MoeruAI.AIRI.locale.en-US.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: MoeruAI.AIRI +PackageVersion: 0.8.0-beta.2 +PackageLocale: en-US +Publisher: moeru +PublisherUrl: https://moeru.ai/ +PublisherSupportUrl: https://github.com/moeru-ai/airi/issues +PackageName: AIRI +PackageUrl: https://airi.moeru.ai/docs/ +License: MIT +LicenseUrl: https://github.com/moeru-ai/airi/blob/HEAD/LICENSE +Copyright: © Moeru AI 2025 +ShortDescription: Re-creating Neuro-sama, a container of souls of AI waifu / virtual characters to bring them into our worlds. +Tags: +- ai +- live2d +- vtuber +ReleaseNotes: |- + 🚀 Features + - airi-plugin-vscode: Publish workflow - by @nekomeowww (86d62) + - nix/stage-tamagotchi: Update to electron rewrite - by @Weathercold and @nekomeowww in https://github.com/moeru-ai/airi/issues/646 (19c05) + - stage-shared: Add an audio tapping node for troubleshooting beat-sync - by @sumimakito (7f4a0) + - stage-tamagotchi,stage-pages,stage-shared: Show audio spectrum for better input monitoring - by @sumimakito (88428) + - stage-tamagotchi,stage-web,stage-ui: About window & about dialog refactor - by @nekomeowww (f171b) + - stage-ui,stage-pages,stage-tamagotchi: Visualize beat sync target value, plugin-lize live2d motion, styles of beat sync - by @nekomeowww (93cbf) + - stage-ui,stage-tamagotchi,stage-web,stage-pages,i18n: Add data management (import, export, reset, clear) - by @nekomeowww (22ef3) + 🐞 Bug Fixes + - Build type check - by @nekomeowww (f6c5c) + - 18n: + - Key map errors. - by @nekomeowww (17d8e) + - airi-plugin-vscode: + - Should not hard encode the path as it fails on Windows - by @nekomeowww (327cb) + - Should always recreate dir for codegen - by @nekomeowww (6745f) + - ? windows still fails - by @nekomeowww (59a9a) + - ? windows still fails" - by @nekomeowww (63e3e) + - ci: + - Cleanup disk usage first before docker run - by @nekomeowww (38561) + - Cannot resolve to correct path - by @nekomeowww (e9785) + - crates: + - Switch to stable in toolchain overrides; bump MSRV for tauri-plugin-mcp - by @sumimakito in https://github.com/moeru-ai/airi/issues/791 (486e6) + - stage-*: + - Redundant type & incorrect import - by @nekomeowww (db1cb) + - Redundant template ref & ref for elmenets - by @nekomeowww (7f523) + - stage-pages: + - Propagate the DOM.AsyncIterable too - by @nekomeowww (3d223) + - stage-ui: + - Speech provider not set correctly when choosing voices - by @nekomeowww (f68f1) + - TTS audio playback fails when navigating from config pages - by @nekomeowww (ed391) + - Type error for defineSlots - by @nekomeowww (4d696) + - Missing tsconfig DOM.AsyncIterable for OPFS - by @nekomeowww (17580) + - stage-web: + - Avoid passing functions directly to (@)click - by @sumimakito (22547) + View changes on GitHub + New Contributors + - @github-actions[bot] made their first contribution in https://github.com/moeru-ai/airi/pull/763 + Full Changelog: https://github.com/moeru-ai/airi/compare/v0.8.0-alpha.6...v0.8.0-beta.2 +ReleaseNotesUrl: https://github.com/moeru-ai/airi/releases/tag/v0.8.0-beta.2 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoeruAI/AIRI/0.8.0-beta.2/MoeruAI.AIRI.locale.zh-CN.yaml b/manifests/m/MoeruAI/AIRI/0.8.0-beta.2/MoeruAI.AIRI.locale.zh-CN.yaml new file mode 100644 index 000000000000..037f3ea33104 --- /dev/null +++ b/manifests/m/MoeruAI/AIRI/0.8.0-beta.2/MoeruAI.AIRI.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: MoeruAI.AIRI +PackageVersion: 0.8.0-beta.2 +PackageLocale: zh-CN +PackageUrl: https://airi.moeru.ai/docs/zh-Hans/ +ShortDescription: 模型驱动的灵魂容器,什么都能做一点的桌宠:让 Neuro-sama 这样的虚拟伴侣也成为我们世界中的一份子吧! +Tags: +- live2d +- 人工智能 +- 皮套人 +- 虚拟主播 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoeruAI/AIRI/0.8.0-beta.2/MoeruAI.AIRI.yaml b/manifests/m/MoeruAI/AIRI/0.8.0-beta.2/MoeruAI.AIRI.yaml new file mode 100644 index 000000000000..c10d08138960 --- /dev/null +++ b/manifests/m/MoeruAI/AIRI/0.8.0-beta.2/MoeruAI.AIRI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: MoeruAI.AIRI +PackageVersion: 0.8.0-beta.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoonshotAI/Kimi/2.1.3/MoonshotAI.Kimi.installer.yaml b/manifests/m/MoonshotAI/Kimi/2.1.3/MoonshotAI.Kimi.installer.yaml new file mode 100644 index 000000000000..7372ad7b53ae --- /dev/null +++ b/manifests/m/MoonshotAI/Kimi/2.1.3/MoonshotAI.Kimi.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: MoonshotAI.Kimi +PackageVersion: 2.1.3 +InstallerType: inno +Scope: user +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: 57D320D2-7471-4345-8679-07D645B034CB_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://kimi-img.moonshot.cn/app/download/windows/kimi_2.1.3.exe + InstallerSha256: D9C1601B746FEBA24AD260869C80E86DC6126424A9B814F76BE6685DD3453D9A +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoonshotAI/Kimi/2.1.3/MoonshotAI.Kimi.locale.en-US.yaml b/manifests/m/MoonshotAI/Kimi/2.1.3/MoonshotAI.Kimi.locale.en-US.yaml new file mode 100644 index 000000000000..e3d543c2bf1b --- /dev/null +++ b/manifests/m/MoonshotAI/Kimi/2.1.3/MoonshotAI.Kimi.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: MoonshotAI.Kimi +PackageVersion: 2.1.3 +PackageLocale: en-US +Publisher: 北京月之暗面科技有限公司 +PublisherUrl: https://www.moonshot.cn/ +PrivacyUrl: https://kimi.moonshot.cn/user/agreement/userprivacy +Author: Beijing Yuezhi Dark Face Technology Co., Ltd. +PackageName: Kimi智能助手 +PackageUrl: https://kimi.moonshot.cn/ +License: Proprietary +LicenseUrl: https://kimi.moonshot.cn/user/agreement/modeluse +ShortDescription: An AI assistant that reasons and interprets, and thinks in depth +Description: Kimi is a new productivity tool for students and professionals. It helps you interpret papers, write codes and find bugs, make plans, compose novels, and translate into multiple languages. Ask Kimi to solve all your problems with one click! +Tags: +- ai +- chatbot +- large-language-model +- llm +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoonshotAI/Kimi/2.1.3/MoonshotAI.Kimi.locale.zh-CN.yaml b/manifests/m/MoonshotAI/Kimi/2.1.3/MoonshotAI.Kimi.locale.zh-CN.yaml new file mode 100644 index 000000000000..19699f8f2d26 --- /dev/null +++ b/manifests/m/MoonshotAI/Kimi/2.1.3/MoonshotAI.Kimi.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: MoonshotAI.Kimi +PackageVersion: 2.1.3 +PackageLocale: zh-CN +Publisher: 北京月之暗面科技有限公司 +PublisherUrl: https://www.moonshot.cn/ +PrivacyUrl: https://kimi.moonshot.cn/user/agreement/userprivacy +Author: 北京月之暗面科技有限公司 +PackageName: Kimi智能助手 +PackageUrl: https://kimi.moonshot.cn/ +License: 专有软件 +LicenseUrl: https://kimi.moonshot.cn/user/agreement/modeluse +ShortDescription: 会推理解析,能深度思考的 AI 助手 +Description: Kimi 是一款学生和职场人的新质生产力工具。帮你解读论文,写代码查 BUG,策划方案,创作小说,多语言翻译。有问题问 Kimi,一键解决你的所有难题 +Tags: +- llm +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: 修复了一些问题,优化了一些交互 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoonshotAI/Kimi/2.1.3/MoonshotAI.Kimi.yaml b/manifests/m/MoonshotAI/Kimi/2.1.3/MoonshotAI.Kimi.yaml new file mode 100644 index 000000000000..2a483460fbaa --- /dev/null +++ b/manifests/m/MoonshotAI/Kimi/2.1.3/MoonshotAI.Kimi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: MoonshotAI.Kimi +PackageVersion: 2.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/0.66/MoonshotAI.KimiCLI.installer.yaml b/manifests/m/MoonshotAI/KimiCLI/0.66/MoonshotAI.KimiCLI.installer.yaml new file mode 100644 index 000000000000..0790f48e8c27 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/0.66/MoonshotAI.KimiCLI.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: "0.66" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: kimi.exe +Commands: +- kimi +ProductCode: 2025-11-12 +ReleaseDate: 2025-12-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/MoonshotAI/kimi-cli/releases/download/0.66/kimi-0.66-x86_64-pc-windows-msvc.zip + InstallerSha256: 2E89455C2950A051A45901BF6877C6CC6CAC5C3065289C47D34A5ADF57AF0C58 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/0.66/MoonshotAI.KimiCLI.locale.en-US.yaml b/manifests/m/MoonshotAI/KimiCLI/0.66/MoonshotAI.KimiCLI.locale.en-US.yaml new file mode 100644 index 000000000000..aa8cfeceeb00 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/0.66/MoonshotAI.KimiCLI.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: "0.66" +PackageLocale: en-US +Publisher: Beijing Yuezhi Dark Face Technology Co., Ltd. +PublisherUrl: https://www.moonshot.ai/ +PublisherSupportUrl: https://github.com/MoonshotAI/kimi-cli/issues +PrivacyUrl: https://www.kimi.com/user/agreement/userPrivacy?version=v2 +Author: Beijing Yuezhi Dark Face Technology Co., Ltd. +PackageName: Kimi CLI +PackageUrl: https://www.kimi.com/coding/docs/en/kimi-cli.html +License: Apache-2.0 +LicenseUrl: https://github.com/MoonshotAI/kimi-cli/blob/HEAD/LICENSE +ShortDescription: A new CLI agent that can help you with your software development tasks and terminal operations. +Moniker: kimi-cli +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- kimi +- large-language-model +- llm +- programming +ReleaseNotes: |- + What's Changed + - feat(wire): provide token usage and message id in StatusUpdate message by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/490 + - feat(shell-ui): remove duplicated user input display by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/491 + - refactor(toolset): move _load_tools from agent.py to KimiToolset.load_tools by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/493 + - refactor: move _load_mcp_tools to KimiToolset.load_mcp_tools by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/494 + - feat(llm): support vertexai chat provider by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/497 + - chore(deps): bump pykaos from 0.5.1 to 0.5.2 by @dependabot[bot] in https://github.com/MoonshotAI/kimi-cli/pull/496 + - feat(config): migrate config file from json to toml by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/498 + - feat(mcp): allow passing in validated MCPConfigs by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/495 + - perf(mcp): connecting to mcp servers in background by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/501 + - feat(slash): move /init, /compact, /yolo slash commands to soul-level by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/504 + - chore(deps-dev): update uv-build requirement from <0.9.0,>=0.8.5 to >=0.8.5,<0.10.0 by @dependabot[bot] in https://github.com/MoonshotAI/kimi-cli/pull/489 + - chore(deps-dev): bump ruff from 0.14.9 to 0.14.10 by @dependabot[bot] in https://github.com/MoonshotAI/kimi-cli/pull/503 + - feat: add /mcp to show connected mcp tools by @xiaoju111a in https://github.com/MoonshotAI/kimi-cli/pull/478 + - feat(mcp): add mcp-session-id header to ensure same session across tool calls by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/505 + - perf(mcp): connect to mcp servers in parallel by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/506 + - chore: bump version to 0.66 by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/507 + Full Changelog: https://github.com/MoonshotAI/kimi-cli/compare/0.65...0.66 +ReleaseNotesUrl: https://github.com/MoonshotAI/kimi-cli/releases/tag/0.66 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/0.66/MoonshotAI.KimiCLI.locale.zh-CN.yaml b/manifests/m/MoonshotAI/KimiCLI/0.66/MoonshotAI.KimiCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..df842ea468a4 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/0.66/MoonshotAI.KimiCLI.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: "0.66" +PackageLocale: zh-CN +Publisher: 北京月之暗面科技有限公司 +PublisherUrl: https://www.moonshot.cn/ +Author: 北京月之暗面科技有限公司 +PackageUrl: https://www.kimi.com/coding/docs/kimi-cli.html +ShortDescription: Moonshot AI 自研的命令行通用智能体工具,帮助你快速完成各种各样的编程和文件处理等任务。 +Tags: +- kimi +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/0.66/MoonshotAI.KimiCLI.yaml b/manifests/m/MoonshotAI/KimiCLI/0.66/MoonshotAI.KimiCLI.yaml new file mode 100644 index 000000000000..124bda2c9f32 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/0.66/MoonshotAI.KimiCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: "0.66" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/147.0/Mozilla.Firefox.DeveloperEdition.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/147.0/Mozilla.Firefox.DeveloperEdition.installer.yaml index 79edb573c7ca..5b4031533c32 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/147.0/Mozilla.Firefox.DeveloperEdition.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/147.0/Mozilla.Firefox.DeveloperEdition.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-15 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win32/en-US/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 1729D52828224CDA0E0948859D93EED40E8B5D31D313F222873A61F32DAEEBC7 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/en-US/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 14C9F8D69C536B6442BDB40EBDBB591D4BB2D015F65E1E8844481A743EEC580B ProductCode: Firefox Developer Edition 147.0 (x86 en-US) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64/en-US/Firefox%20Setup%20147.0b4.exe - InstallerSha256: A924841E490406B9496F764337C29CCB7F7AD4D25B2E5BD1C13A34D9F28C5526 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/en-US/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 9DEE007836592271455F761861552D248E5DC03C9A71D0553B5BF70370DEA138 ProductCode: Firefox Developer Edition 147.0 (x64 en-US) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64-aarch64/en-US/Firefox%20Setup%20147.0b4.exe - InstallerSha256: C7D66242AF12F5143A71771FBD112DA68DF28E1A447BE78670A82BBB1CE94E11 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/en-US/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 3E5BC9CD08EA7174C834B7A4675431585952A9742C4B0951A889F2E943E24835 ProductCode: Firefox Developer Edition 147.0 (arm64 en-US) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/147.0/Mozilla.Firefox.DeveloperEdition.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/147.0/Mozilla.Firefox.DeveloperEdition.locale.en-US.yaml index fa75fd84463a..f4f49e94d99b 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/147.0/Mozilla.Firefox.DeveloperEdition.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/147.0/Mozilla.Firefox.DeveloperEdition.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ach/147.0/Mozilla.Firefox.DeveloperEdition.ach.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ach/147.0/Mozilla.Firefox.DeveloperEdition.ach.installer.yaml index e3666c1e7a70..c07cd2e399bd 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ach/147.0/Mozilla.Firefox.DeveloperEdition.ach.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ach/147.0/Mozilla.Firefox.DeveloperEdition.ach.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-15 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win32/ach/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 73B1488D346109063C7A0BF3C25E9D3E452BA175846D60761F994709B521DFDE + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/ach/Firefox%20Setup%20147.0b6.exe + InstallerSha256: DFA23B8BB02377A0D213FC7013A1C5746FF0EB75A9C9527BC70D136618455465 ProductCode: Firefox Developer Edition 147.0 (x86 ach) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64/ach/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 6EC8076633A0766D0E6AF0A7C1D0355FA660420A359008DA9C87A5895D065E1B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/ach/Firefox%20Setup%20147.0b6.exe + InstallerSha256: D7FB9A5154E7A28B7F46EB899FF0EB9F51A5378C0E3127A0FA6F36FB96818BBB ProductCode: Firefox Developer Edition 147.0 (x64 ach) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64-aarch64/ach/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 202ACE6FD406DCD20A742385F84643DD3E3DD38FFB63065BB71AA0135E3FBA07 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/ach/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 7A4B117F98BEE1F7AB8D807F6128A377E6D741E28B4F11DB4358DCCF55D6C41C ProductCode: Firefox Developer Edition 147.0 (arm64 ach) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ach/147.0/Mozilla.Firefox.DeveloperEdition.ach.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ach/147.0/Mozilla.Firefox.DeveloperEdition.ach.locale.en-US.yaml index 15868a44b109..83e90a116474 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ach/147.0/Mozilla.Firefox.DeveloperEdition.ach.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ach/147.0/Mozilla.Firefox.DeveloperEdition.ach.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/af/147.0/Mozilla.Firefox.DeveloperEdition.af.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/af/147.0/Mozilla.Firefox.DeveloperEdition.af.installer.yaml index ae6f281c8d43..5922ccc1a190 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/af/147.0/Mozilla.Firefox.DeveloperEdition.af.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/af/147.0/Mozilla.Firefox.DeveloperEdition.af.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-17 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win32/af/Firefox%20Setup%20147.0b5.exe - InstallerSha256: EAA65E67513FF034CC333D0F100D0E848B8625CA1F129347836C7FD79506B1AC + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/af/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 57105B55529A6240CA45DA78CE77D63B9CE5BC47DC76B0EF2DA9F87E7B9D51A3 ProductCode: Firefox Developer Edition 147.0 (x86 af) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win64/af/Firefox%20Setup%20147.0b5.exe - InstallerSha256: 12AAEC81C1B610A8267A69B02ACEB6D925E3CA4175FCF43BFF66EC278DE0650E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/af/Firefox%20Setup%20147.0b6.exe + InstallerSha256: C342BFE24CAD57F1D4BF11E037485693E4372B5295388ADA14CD55C25CDE5404 ProductCode: Firefox Developer Edition 147.0 (x64 af) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win64-aarch64/af/Firefox%20Setup%20147.0b5.exe - InstallerSha256: FDBD08F2DAA52A7A17D395A297672CEB7E0A4F3475A83CF61E1BFC7372B5688D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/af/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 9082E9363782409D0F7E0E2C09A81B1E2D83BD976D3D32245107C95FC364246C ProductCode: Firefox Developer Edition 147.0 (arm64 af) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ar/147.0/Mozilla.Firefox.DeveloperEdition.ar.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ar/147.0/Mozilla.Firefox.DeveloperEdition.ar.installer.yaml index 338af3940356..6c1c759303a8 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ar/147.0/Mozilla.Firefox.DeveloperEdition.ar.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ar/147.0/Mozilla.Firefox.DeveloperEdition.ar.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-17 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win32/ar/Firefox%20Setup%20147.0b5.exe - InstallerSha256: 3D1BD5999A2AA19FC6596058ED2A1A098F0F3C314256B16672EC684C604E8DD7 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/ar/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 606082E5C66A752978D717558DA6EB6066210027237E5AFBA058393A170D89F4 ProductCode: Firefox Developer Edition 147.0 (x86 ar) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win64/ar/Firefox%20Setup%20147.0b5.exe - InstallerSha256: 1E7D5A52FD8071A3C2858868F802D327990854881C8D78B3BC267312E6C7E2B5 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/ar/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 043A80754B8A86C7BE947B90A50330D017DB1FC1DDDAB2C80FD14A86308C5B69 ProductCode: Firefox Developer Edition 147.0 (x64 ar) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win64-aarch64/ar/Firefox%20Setup%20147.0b5.exe - InstallerSha256: 6B05F02D7B29B34A225A5991F60A409C697952E05957859F77A398E9A55E8E80 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/ar/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 4C07847E8EA21EF5D03CF857AF57203E28BDAFEA057A93DF04711A620F885363 ProductCode: Firefox Developer Edition 147.0 (arm64 ar) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ast/147.0/Mozilla.Firefox.DeveloperEdition.ast.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ast/147.0/Mozilla.Firefox.DeveloperEdition.ast.installer.yaml index 4385b12fc017..1f96a4781ca7 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ast/147.0/Mozilla.Firefox.DeveloperEdition.ast.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ast/147.0/Mozilla.Firefox.DeveloperEdition.ast.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-15 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win32/ast/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 951BAFF827C03D516F22510FB7C43D5FD0410ACDBAB0EA402FBB47A40E4D475E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/ast/Firefox%20Setup%20147.0b6.exe + InstallerSha256: F964CD583DC57D4F477D664FD975F379DDDA07DC34C3CB28A41175DE78E7938A ProductCode: Firefox Developer Edition 147.0 (x86 ast) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64/ast/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 4D13C858FC0AF14C81551652285CA1749CD506DECB73DB70A528E798617B1B32 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/ast/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 53A92209BC5B675C1F368E8514DF107B51E0FB71AD4CCD2B10F527F892B848C8 ProductCode: Firefox Developer Edition 147.0 (x64 ast) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64-aarch64/ast/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 98E1EE2D74C9E81B2CA8AE27A27F2E7DA8EFD7732BBC75DCBB5B7FA8E3183AEC + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/ast/Firefox%20Setup%20147.0b6.exe + InstallerSha256: C3BC364A1229CF0E50D852D50D8412984E0D9D9394CB97B78E09ECFD192090FF ProductCode: Firefox Developer Edition 147.0 (arm64 ast) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ast/147.0/Mozilla.Firefox.DeveloperEdition.ast.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ast/147.0/Mozilla.Firefox.DeveloperEdition.ast.locale.en-US.yaml index e67c59814ca1..ff4c05386a1e 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ast/147.0/Mozilla.Firefox.DeveloperEdition.ast.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ast/147.0/Mozilla.Firefox.DeveloperEdition.ast.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/az/147.0/Mozilla.Firefox.DeveloperEdition.az.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/az/147.0/Mozilla.Firefox.DeveloperEdition.az.installer.yaml index db164123d1d5..29145fcbb813 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/az/147.0/Mozilla.Firefox.DeveloperEdition.az.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/az/147.0/Mozilla.Firefox.DeveloperEdition.az.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-15 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win32/az/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 0BD1FDCECDAB5B30AB73CA547AF0818E42DDA540A7F76076DA39820F2D1E0451 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/az/Firefox%20Setup%20147.0b6.exe + InstallerSha256: E121AD53A8D0DB8CB99A3EAE093EC7287DC88D839D185D32DA9027E035031EA5 ProductCode: Firefox Developer Edition 147.0 (x86 az) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64/az/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 79977D69D6B26E63BB87945EAE4CD94F56AD19C3D7B37409C5B25D1B24E1B72E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/az/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 92D8BA85C368D78E653BEE0E9001C1C1953ADCAC981D6CEE82F3CA789B71FCEE ProductCode: Firefox Developer Edition 147.0 (x64 az) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64-aarch64/az/Firefox%20Setup%20147.0b4.exe - InstallerSha256: D259346AB57E2BFADCB8F4FEBA37CE669D6DE52DDC6AC4170DF674854BE62151 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/az/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 4D8A4DC69E0FE72733EDA766510DFC0488FA194C23CFB07286B49245ABC9784B ProductCode: Firefox Developer Edition 147.0 (arm64 az) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/az/147.0/Mozilla.Firefox.DeveloperEdition.az.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/az/147.0/Mozilla.Firefox.DeveloperEdition.az.locale.en-US.yaml index 301ea8857a8c..9a7661856283 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/az/147.0/Mozilla.Firefox.DeveloperEdition.az.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/az/147.0/Mozilla.Firefox.DeveloperEdition.az.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/be/147.0/Mozilla.Firefox.DeveloperEdition.be.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/be/147.0/Mozilla.Firefox.DeveloperEdition.be.installer.yaml index a8e03b60da47..6341c6b3aa58 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/be/147.0/Mozilla.Firefox.DeveloperEdition.be.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/be/147.0/Mozilla.Firefox.DeveloperEdition.be.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-15 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win32/be/Firefox%20Setup%20147.0b4.exe - InstallerSha256: D848E0BAED3BCEB37F42D7381EE0E03570605C8FD3A75BBEEF53AF0830300769 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/be/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 6CBC8B664DD208B4D91F37D902F92F23BB2C9CB638E77C79845C54A78CE93A7A ProductCode: Firefox Developer Edition 147.0 (x86 be) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64/be/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 0BCA64624B1D2E87DF6D1150CC21639B8E83D6BD4CC13BF0F1278F19706DD456 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/be/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 7BD766661DEA61BE8527600E6D47484E8359D4D949812109CA7BC86D39515E08 ProductCode: Firefox Developer Edition 147.0 (x64 be) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64-aarch64/be/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 7C958AC8A297DD375E54E2A6316C53DBE456FD34AAB10938DAEB4DC80B5C124F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/be/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 4BC20F3EEB4D236F35324CCF1FC09A004AD95D104B48BE35D9EAD861A21E52F6 ProductCode: Firefox Developer Edition 147.0 (arm64 be) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/be/147.0/Mozilla.Firefox.DeveloperEdition.be.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/be/147.0/Mozilla.Firefox.DeveloperEdition.be.locale.en-US.yaml index 6de045a2048c..9920534ae715 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/be/147.0/Mozilla.Firefox.DeveloperEdition.be.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/be/147.0/Mozilla.Firefox.DeveloperEdition.be.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/147.0/Mozilla.Firefox.DeveloperEdition.bn.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/147.0/Mozilla.Firefox.DeveloperEdition.bn.installer.yaml index 52dd7d01d091..636323d5bca6 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/147.0/Mozilla.Firefox.DeveloperEdition.bn.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/147.0/Mozilla.Firefox.DeveloperEdition.bn.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-15 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win32/bn/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 138364F782BEA4758A752B823B94A09ECAD49D913BE74516A67C52B67213D015 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/bn/Firefox%20Setup%20147.0b6.exe + InstallerSha256: FB34C39A573545B6F45C74CB865B798811EF0EB692E2BA5208E6343B72013C9B ProductCode: Firefox Developer Edition 147.0 (x86 bn) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64/bn/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 9C57D89E75D47C0846FCDE86FA6D81C97731564A3C262EE3724A4093D73A2CD4 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/bn/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 927249CDDDB27D761C08CA8E1B6E15086DFA46883DE80E8E504CC23DB13A6AFC ProductCode: Firefox Developer Edition 147.0 (x64 bn) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64-aarch64/bn/Firefox%20Setup%20147.0b4.exe - InstallerSha256: D9F0073D5C7AE616DB2E77FCD0DE08E5B16B0E024EC0EA4626C1FB2317576EAF + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/bn/Firefox%20Setup%20147.0b6.exe + InstallerSha256: BAC34B534F7D8EC8248A46C71E4AAFAAE4116BDB799BFBECCEDC8BAE8B1D8EA0 ProductCode: Firefox Developer Edition 147.0 (arm64 bn) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/147.0/Mozilla.Firefox.DeveloperEdition.bn.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/147.0/Mozilla.Firefox.DeveloperEdition.bn.locale.en-US.yaml index ed4743b4a74b..a2dcb2d0451e 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/147.0/Mozilla.Firefox.DeveloperEdition.bn.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/147.0/Mozilla.Firefox.DeveloperEdition.bn.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/bs/147.0/Mozilla.Firefox.DeveloperEdition.bs.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/bs/147.0/Mozilla.Firefox.DeveloperEdition.bs.installer.yaml index 930980c87807..efb8230ca982 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/bs/147.0/Mozilla.Firefox.DeveloperEdition.bs.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/bs/147.0/Mozilla.Firefox.DeveloperEdition.bs.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-17 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win32/bs/Firefox%20Setup%20147.0b5.exe - InstallerSha256: AFAB6AFA4EC159EA6537B9586CD1A90CC7B0E339F6092E0A8BC9C60C81324057 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/bs/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 711F0132F97BAD6F3FD9C73BFB1BF0EC9D1598FF38329FDD96FA66B3B54CA863 ProductCode: Firefox Developer Edition 147.0 (x86 bs) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win64/bs/Firefox%20Setup%20147.0b5.exe - InstallerSha256: B69BE6F48E1A684EFCA8CDDAB7BFD6C6AF2F76E7F95EE27EAE247DB301DDFA2C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/bs/Firefox%20Setup%20147.0b6.exe + InstallerSha256: C79AF82E6F67087A6FEC4E45BEC41ABBC17AC6BD50B0D117222E45D2C2A20A1D ProductCode: Firefox Developer Edition 147.0 (x64 bs) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win64-aarch64/bs/Firefox%20Setup%20147.0b5.exe - InstallerSha256: A12FA33956D877341AF700D70CA4425AF08287B7BF8D525043F7AA1D18A00B56 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/bs/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 4C74EC05016EF93AA2F27E6516498A007FCB73EE9D4A692731FDDB348EE48D2E ProductCode: Firefox Developer Edition 147.0 (arm64 bs) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/de/147.0/Mozilla.Firefox.DeveloperEdition.de.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/de/147.0/Mozilla.Firefox.DeveloperEdition.de.installer.yaml index 35ab7fb07af9..0397bdc8494e 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/de/147.0/Mozilla.Firefox.DeveloperEdition.de.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/de/147.0/Mozilla.Firefox.DeveloperEdition.de.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-15 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win32/de/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 56CA532B288DE16547A4B05637740A0FFF337864948C6F770A8037DB08DF47AB + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/de/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 9AC004C490FB93DF1F18C4907FD6AA9C644F2A2C9BE76B376ED9EC5ED63F54B4 ProductCode: Firefox Developer Edition 147.0 (x86 de) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64/de/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 2E33E2C5F8B28C35F89EA0774C07154F9827A656B34E232D5B480FB5D36806FA + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/de/Firefox%20Setup%20147.0b6.exe + InstallerSha256: A74FF97CDE4FDF409BEAFDE3377BF8AB728E0501A996CCC985B5B2C5F1D9897A ProductCode: Firefox Developer Edition 147.0 (x64 de) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64-aarch64/de/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 2A446E16869B581A3310AEFA417A808AFD5A17F2F46EAD1CD805A995C38EEC22 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/de/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 6A2E77B1ED7C2A5DAFC91F124048F91B57519F2441EE67E92F31883F24B1830D ProductCode: Firefox Developer Edition 147.0 (arm64 de) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/de/147.0/Mozilla.Firefox.DeveloperEdition.de.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/de/147.0/Mozilla.Firefox.DeveloperEdition.de.locale.en-US.yaml index 9b24cd225a3a..e915ecf730a9 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/de/147.0/Mozilla.Firefox.DeveloperEdition.de.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/de/147.0/Mozilla.Firefox.DeveloperEdition.de.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/dsb/147.0/Mozilla.Firefox.DeveloperEdition.dsb.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/dsb/147.0/Mozilla.Firefox.DeveloperEdition.dsb.installer.yaml index 682ca093a517..79b3e9222605 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/dsb/147.0/Mozilla.Firefox.DeveloperEdition.dsb.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/dsb/147.0/Mozilla.Firefox.DeveloperEdition.dsb.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-17 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win32/dsb/Firefox%20Setup%20147.0b5.exe - InstallerSha256: 720C386CC93D2CE271527B70B667E31B68BAFE72B6B9A90D2EB16679BCB51243 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/dsb/Firefox%20Setup%20147.0b6.exe + InstallerSha256: C9D4305FE447070301AE6706EC2EC8A5792D7219EF8E688FC44383B8C03256F4 ProductCode: Firefox Developer Edition 147.0 (x86 dsb) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win64/dsb/Firefox%20Setup%20147.0b5.exe - InstallerSha256: 54B8AA3AC0CBE8F807616878EEFE18F21204322F1AECE66725DE878A996C8BCF + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/dsb/Firefox%20Setup%20147.0b6.exe + InstallerSha256: E2B57F40B328D86F53FD0203A8D6DE48CCD54907DDC6812A164B7A79A825D3C8 ProductCode: Firefox Developer Edition 147.0 (x64 dsb) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win64-aarch64/dsb/Firefox%20Setup%20147.0b5.exe - InstallerSha256: 68F75E21E1D70AEF146F8D37F4597B6C65DEE14F32D8FF4B01084C3BCBA924B9 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/dsb/Firefox%20Setup%20147.0b6.exe + InstallerSha256: ECD8DA98062519A2030AEBC132B31F3D84DC6B205E1681A35486F658A301BAB1 ProductCode: Firefox Developer Edition 147.0 (arm64 dsb) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/el/147.0/Mozilla.Firefox.DeveloperEdition.el.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/el/147.0/Mozilla.Firefox.DeveloperEdition.el.installer.yaml index 19b1ee3ce75c..28e1d157c40c 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/el/147.0/Mozilla.Firefox.DeveloperEdition.el.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/el/147.0/Mozilla.Firefox.DeveloperEdition.el.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-17 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win32/el/Firefox%20Setup%20147.0b5.exe - InstallerSha256: 58F5F647A8978B7F9E7796212F27A043D24BCBE00C9F14C257145E344458CDEA + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/el/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 8FEC4F94232B2D1DE09B59BE73C6ACB1AE355DDBD838C80FC173D569B3E05905 ProductCode: Firefox Developer Edition 147.0 (x86 el) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win64/el/Firefox%20Setup%20147.0b5.exe - InstallerSha256: 9DBAB3580FFE70F03EA3D2799B1A3D1A7A011A97DADF0752B2F0127133EDB158 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/el/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 4E3AD7E22CC8EFB9D56AD5089244272C53B4E0521E17783B1808F3C5047AD718 ProductCode: Firefox Developer Edition 147.0 (x64 el) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win64-aarch64/el/Firefox%20Setup%20147.0b5.exe - InstallerSha256: 9056AA211F01863B73ACF361E4620A09E28616A9EE2E4D61DE2AF6820FC09DC1 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/el/Firefox%20Setup%20147.0b6.exe + InstallerSha256: FE3DABBCF34A5C5AC64CD543DA08534D02E02B9DEFB6C66CD3D9B284FEE214D9 ProductCode: Firefox Developer Edition 147.0 (arm64 el) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/en-CA/147.0/Mozilla.Firefox.DeveloperEdition.en-CA.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/en-CA/147.0/Mozilla.Firefox.DeveloperEdition.en-CA.installer.yaml index 291a7fb60662..25ff8b7361df 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/en-CA/147.0/Mozilla.Firefox.DeveloperEdition.en-CA.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/en-CA/147.0/Mozilla.Firefox.DeveloperEdition.en-CA.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-15 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win32/en-CA/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 5135A8A645E90DE9A0AFF406993745CF39FB5B7D8C3FD8E8C89F3F460180B425 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/en-CA/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 8B950922DD9FA7E36AEC4B484900974B586B33AEBA04F2C8845EAF7509547236 ProductCode: Firefox Developer Edition 147.0 (x86 en-CA) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64/en-CA/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 046F157E6A385D758E9C13A584B0810D04E260C16EB1A337F3DC1FC63FE87CF5 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/en-CA/Firefox%20Setup%20147.0b6.exe + InstallerSha256: A8F082F38BA0CE4831D7E3E6A2EB07ED9680F57BF81A043D01D2852B65097033 ProductCode: Firefox Developer Edition 147.0 (x64 en-CA) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64-aarch64/en-CA/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 050F481DD0AC1BD84794970D8C6A6DA9F460ED1AEE3F6CD433F70152A928CA6F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/en-CA/Firefox%20Setup%20147.0b6.exe + InstallerSha256: DD29E9C49C346A0CFA36AF612CC39DDCDDAA64216159A9E65B34ED8D5659A4CF ProductCode: Firefox Developer Edition 147.0 (arm64 en-CA) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/en-CA/147.0/Mozilla.Firefox.DeveloperEdition.en-CA.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/en-CA/147.0/Mozilla.Firefox.DeveloperEdition.en-CA.locale.en-US.yaml index c0d16ff45034..7428ce8f342e 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/en-CA/147.0/Mozilla.Firefox.DeveloperEdition.en-CA.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/en-CA/147.0/Mozilla.Firefox.DeveloperEdition.en-CA.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/en-GB/147.0/Mozilla.Firefox.DeveloperEdition.en-GB.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/en-GB/147.0/Mozilla.Firefox.DeveloperEdition.en-GB.installer.yaml index 81cdb26194e0..b9855a97d6e3 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/en-GB/147.0/Mozilla.Firefox.DeveloperEdition.en-GB.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/en-GB/147.0/Mozilla.Firefox.DeveloperEdition.en-GB.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-17 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win32/en-GB/Firefox%20Setup%20147.0b5.exe - InstallerSha256: 2EBD8880883C7AD1BC8A155EBF1702FF1A446221C53F36DF72AEB3FDEE596F40 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/en-GB/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 8A30C149ECAE714C768E2A3A5775D2842374520F13B5CF3E27964F54C65911A0 ProductCode: Firefox Developer Edition 147.0 (x86 en-GB) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win64/en-GB/Firefox%20Setup%20147.0b5.exe - InstallerSha256: 7CF0BB0E2A1F3ACB7050926AF54F2DBA06075A2969764B375C3A57584F58A7F2 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/en-GB/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 6AF05E85D284D854485B1E2C0EB8E25F46D2F8EB03A5C428A89822AFB524236A ProductCode: Firefox Developer Edition 147.0 (x64 en-GB) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win64-aarch64/en-GB/Firefox%20Setup%20147.0b5.exe - InstallerSha256: 4FAD9563B73F6913BB0FB4C491C7289B35337168ABA55F6241719C554D6EEE40 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/en-GB/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 1666FDB9615ED036E74E4173CD1B90E818C5A185DA45E3E041546D6E7B5F1A44 ProductCode: Firefox Developer Edition 147.0 (arm64 en-GB) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/eo/147.0/Mozilla.Firefox.DeveloperEdition.eo.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/eo/147.0/Mozilla.Firefox.DeveloperEdition.eo.installer.yaml index 617752d58b2a..183a2e04267f 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/eo/147.0/Mozilla.Firefox.DeveloperEdition.eo.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/eo/147.0/Mozilla.Firefox.DeveloperEdition.eo.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-15 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win32/eo/Firefox%20Setup%20147.0b4.exe - InstallerSha256: C401A8D620B4664D1B1323FC0ACB1948A09EA27BB868C2371D35D947FAAEDEE9 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/eo/Firefox%20Setup%20147.0b6.exe + InstallerSha256: BC15CC0004AB835D5AC1F676F5562EC0AD7C68F6617B844817819C2D4489BB1E ProductCode: Firefox Developer Edition 147.0 (x86 eo) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64/eo/Firefox%20Setup%20147.0b4.exe - InstallerSha256: BF8DBAA1388A237D038663EC90EC8FE049EDC3C8D2B0CDA87194D90C10E932F4 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/eo/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 1AAA0F995832ADEB6C00C8DFAEE465774594A8F51BEC8658F65E6AD19CAD2DA5 ProductCode: Firefox Developer Edition 147.0 (x64 eo) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64-aarch64/eo/Firefox%20Setup%20147.0b4.exe - InstallerSha256: BF623BC6E825C4E90955FD1BE1BA44A3841DD68404572253A22229F46C62A2B4 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/eo/Firefox%20Setup%20147.0b6.exe + InstallerSha256: EE7D59E55F22F96EA911199C1B51FB50940E1A457A80CF67576EC34F4C49CBE3 ProductCode: Firefox Developer Edition 147.0 (arm64 eo) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/eo/147.0/Mozilla.Firefox.DeveloperEdition.eo.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/eo/147.0/Mozilla.Firefox.DeveloperEdition.eo.locale.en-US.yaml index 06d6345f804a..5e546c9ca1a6 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/eo/147.0/Mozilla.Firefox.DeveloperEdition.eo.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/eo/147.0/Mozilla.Firefox.DeveloperEdition.eo.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/es-ES/147.0/Mozilla.Firefox.DeveloperEdition.es-ES.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/es-ES/147.0/Mozilla.Firefox.DeveloperEdition.es-ES.installer.yaml index 9fe7d90e7da0..b1ff3b7dfb92 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/es-ES/147.0/Mozilla.Firefox.DeveloperEdition.es-ES.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/es-ES/147.0/Mozilla.Firefox.DeveloperEdition.es-ES.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-15 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win32/es-ES/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 29AC55212229E2F72065F374F7F1655D705D4F9260198C72DBAA4CC191C5A27F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/es-ES/Firefox%20Setup%20147.0b6.exe + InstallerSha256: AD4512020D9CC00D73D3EAFCCFA27BCA6E9975E02E72D413963B79654471A70E ProductCode: Firefox Developer Edition 147.0 (x86 es-ES) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64/es-ES/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 5FB4D637F675CCB4A83236FB8A5FC1DD5EA204BEA3F4DDF7F0E558964791E0CE + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/es-ES/Firefox%20Setup%20147.0b6.exe + InstallerSha256: A1AEA927A9C580F528069962FECAC44CF378CED012282706E3FC792BA8CAE2FD ProductCode: Firefox Developer Edition 147.0 (x64 es-ES) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64-aarch64/es-ES/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 1DD23DE9256A1228B56AAACEE3F8321351197A92A7B8C0A73D5402FD2A552A37 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/es-ES/Firefox%20Setup%20147.0b6.exe + InstallerSha256: C70F63E63D7FB570BF252686FFA8F4D9488DD70BC9C63A5B2038906332074CA7 ProductCode: Firefox Developer Edition 147.0 (arm64 es-ES) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/es-ES/147.0/Mozilla.Firefox.DeveloperEdition.es-ES.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/es-ES/147.0/Mozilla.Firefox.DeveloperEdition.es-ES.locale.en-US.yaml index ff1d8ffb7fd2..9238502d85d2 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/es-ES/147.0/Mozilla.Firefox.DeveloperEdition.es-ES.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/es-ES/147.0/Mozilla.Firefox.DeveloperEdition.es-ES.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/et/147.0/Mozilla.Firefox.DeveloperEdition.et.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/et/147.0/Mozilla.Firefox.DeveloperEdition.et.installer.yaml index 287ed81dd14e..995eebe661a7 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/et/147.0/Mozilla.Firefox.DeveloperEdition.et.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/et/147.0/Mozilla.Firefox.DeveloperEdition.et.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-17 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win32/et/Firefox%20Setup%20147.0b5.exe - InstallerSha256: 7CE399F493E28A8E610E326A6979BEC9F48E85ECFAE1BEE08AE94A869E0AACD1 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/et/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 9A73783EEA3CF5F88C2EEF3525F59B923C76E12E6DF4F0739EEF7E5B33EAA2AC ProductCode: Firefox Developer Edition 147.0 (x86 et) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win64/et/Firefox%20Setup%20147.0b5.exe - InstallerSha256: 2C61348FB273E1219CB193BBA022484DC71D984E9E0AE8A3DE1EE873A60C1DB1 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/et/Firefox%20Setup%20147.0b6.exe + InstallerSha256: D501D946555DE25E553955CB7EB42B5D19D8E92A5403E8B6A68CC6192D5AB042 ProductCode: Firefox Developer Edition 147.0 (x64 et) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win64-aarch64/et/Firefox%20Setup%20147.0b5.exe - InstallerSha256: FD62E7350019753FEB32EEA3E98DFAE835BDD271F4B79966B99C55E9170F045D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/et/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 5C6BB271ABC4A3705C98B58A266D0DA0006FEAB9AE5C673B4E13A36C03402226 ProductCode: Firefox Developer Edition 147.0 (arm64 et) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/eu/147.0/Mozilla.Firefox.DeveloperEdition.eu.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/eu/147.0/Mozilla.Firefox.DeveloperEdition.eu.installer.yaml index 80446b9a10da..98ce258d6848 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/eu/147.0/Mozilla.Firefox.DeveloperEdition.eu.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/eu/147.0/Mozilla.Firefox.DeveloperEdition.eu.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-17 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win32/eu/Firefox%20Setup%20147.0b5.exe - InstallerSha256: 47C7AD1A2AF50F9F964280B220024AEC488243F22E70EB84662314F9561679EA + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/eu/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 3589306F54826FADFE3ECC13EC26D6BA9022B83602BE7F04C056DBB228F6791C ProductCode: Firefox Developer Edition 147.0 (x86 eu) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win64/eu/Firefox%20Setup%20147.0b5.exe - InstallerSha256: B81D3CD1CDC22E01E5CA7130544CC14CF91623D4F788DC70C5D36A5FE53FF955 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/eu/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 98A588B862B771B599DF14E32DEB82D75C72BD08DF02C851267D0765D7CB87EE ProductCode: Firefox Developer Edition 147.0 (x64 eu) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b5/win64-aarch64/eu/Firefox%20Setup%20147.0b5.exe - InstallerSha256: 9AAD065BEA6BB5B8F490C0721FB8052A2AD22A160D099F36566669A6555262DB + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/eu/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 830B3CC98FD0D57BD8A1E70AD1B3024DF311B361516A533D8F4044C26B5CBAF9 ProductCode: Firefox Developer Edition 147.0 (arm64 eu) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/fr/147.0/Mozilla.Firefox.DeveloperEdition.fr.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/fr/147.0/Mozilla.Firefox.DeveloperEdition.fr.installer.yaml index be062592d683..11c59ad0054e 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/fr/147.0/Mozilla.Firefox.DeveloperEdition.fr.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/fr/147.0/Mozilla.Firefox.DeveloperEdition.fr.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-15 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win32/fr/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 8250803889704FF646D1F0BCF10A1EC69F1BB3CAE248B555A7F54CCF3EB39617 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/fr/Firefox%20Setup%20147.0b6.exe + InstallerSha256: F237B9F56847E4B862A1ADAADA16F685486148FD56C69AE510E582A6B05C1537 ProductCode: Firefox Developer Edition 147.0 (x86 fr) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64/fr/Firefox%20Setup%20147.0b4.exe - InstallerSha256: B28D6F76B076BB4F797E46C8AAD768541E0DE32341A74EFA7C1EE021F7C2FA70 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/fr/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 3AD4CE8F0E3910D51D48310D55A7ED9D2D70AADF19AA108E29BA74B49AD5C602 ProductCode: Firefox Developer Edition 147.0 (x64 fr) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64-aarch64/fr/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 2A6282749F82592240EE5AAB3C04758ECEF2E363C1A9E8114713EFB4D957DFBE + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/fr/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 87531E43130B89ACC3CAEB5BD673018465F17AE7EA358B0ACEE2B918CA5657F0 ProductCode: Firefox Developer Edition 147.0 (arm64 fr) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/fr/147.0/Mozilla.Firefox.DeveloperEdition.fr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/fr/147.0/Mozilla.Firefox.DeveloperEdition.fr.locale.en-US.yaml index d36e02eb8926..1770538beeb2 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/fr/147.0/Mozilla.Firefox.DeveloperEdition.fr.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/fr/147.0/Mozilla.Firefox.DeveloperEdition.fr.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/gl/147.0/Mozilla.Firefox.DeveloperEdition.gl.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/gl/147.0/Mozilla.Firefox.DeveloperEdition.gl.installer.yaml index 91bbd8c5f01a..d5dd026ed89d 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/gl/147.0/Mozilla.Firefox.DeveloperEdition.gl.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/gl/147.0/Mozilla.Firefox.DeveloperEdition.gl.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-12 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b3/win32/gl/Firefox%20Setup%20147.0b3.exe - InstallerSha256: 91E58C58F14C7A077FBA6D3CC19E6499B8A191A857E14BF538AD1F318974D178 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/gl/Firefox%20Setup%20147.0b6.exe + InstallerSha256: EDB7BEF7195053207CE5B437120B3CC68E27877E613A22930A7649765B3E1D0F ProductCode: Firefox Developer Edition 147.0 (x86 gl) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b3/win64/gl/Firefox%20Setup%20147.0b3.exe - InstallerSha256: 1BDD1DED985E64AF54C99624B424B5902012035A4229E79B0EAE9C89DF946F6A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/gl/Firefox%20Setup%20147.0b6.exe + InstallerSha256: A47C7AF082C98DA8D2C2F44C22E31BAD64C6EBEC8C1D51DE2E44F23982F53C39 ProductCode: Firefox Developer Edition 147.0 (x64 gl) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b3/win64-aarch64/gl/Firefox%20Setup%20147.0b3.exe - InstallerSha256: 93B02B2D43959176290DC6C72424AF2B730427FC5C2FDAEF3AD452D5700BBAC7 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/gl/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 08D8813DA6129AA8FCBB3F7178DE20A22108C28053A52DBBEAE722186F546675 ProductCode: Firefox Developer Edition 147.0 (arm64 gl) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/gl/147.0/Mozilla.Firefox.DeveloperEdition.gl.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/gl/147.0/Mozilla.Firefox.DeveloperEdition.gl.locale.en-US.yaml index c7edcd6bf728..b50316dc125e 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/gl/147.0/Mozilla.Firefox.DeveloperEdition.gl.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/gl/147.0/Mozilla.Firefox.DeveloperEdition.gl.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/hi-IN/147.0/Mozilla.Firefox.DeveloperEdition.hi-IN.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/hi-IN/147.0/Mozilla.Firefox.DeveloperEdition.hi-IN.installer.yaml index 6438e4687576..905137dd23fc 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/hi-IN/147.0/Mozilla.Firefox.DeveloperEdition.hi-IN.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/hi-IN/147.0/Mozilla.Firefox.DeveloperEdition.hi-IN.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-15 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win32/hi-IN/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 9B9B14A14A7384918081BCC24A71A9E56666E76E369B0DA56A9388DD8FD8F839 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/hi-IN/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 70F8F56F649FDFECE30116874D9F574FF53E66FA9A005150C2F3F726D3CFE1A3 ProductCode: Firefox Developer Edition 147.0 (x86 hi-IN) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64/hi-IN/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 80DE07ACCFFF58061B73ED55CE91D5773E4A65E9E1C9CA6A2F93A13024665CCD + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/hi-IN/Firefox%20Setup%20147.0b6.exe + InstallerSha256: AE9F8A12C2A59636FF65E0321B0DB3FA3AA27235A081F86F7D00106EEF2A4541 ProductCode: Firefox Developer Edition 147.0 (x64 hi-IN) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64-aarch64/hi-IN/Firefox%20Setup%20147.0b4.exe - InstallerSha256: E4AEBDA51394E1B196327E6CFB548EFF0BE1DBBB8B162CF2471440E0C2668A63 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/hi-IN/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 3EE3014EC7DE8887E84FF5EA7CD98D8B8AB6882ABB4338703997914BE116FEFC ProductCode: Firefox Developer Edition 147.0 (arm64 hi-IN) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/hi-IN/147.0/Mozilla.Firefox.DeveloperEdition.hi-IN.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/hi-IN/147.0/Mozilla.Firefox.DeveloperEdition.hi-IN.locale.en-US.yaml index 984bb3fbead7..4ff620774106 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/hi-IN/147.0/Mozilla.Firefox.DeveloperEdition.hi-IN.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/hi-IN/147.0/Mozilla.Firefox.DeveloperEdition.hi-IN.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/hu/147.0/Mozilla.Firefox.DeveloperEdition.hu.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/hu/147.0/Mozilla.Firefox.DeveloperEdition.hu.installer.yaml index 9cac262c7766..a62934fce3b4 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/hu/147.0/Mozilla.Firefox.DeveloperEdition.hu.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/hu/147.0/Mozilla.Firefox.DeveloperEdition.hu.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-15 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win32/hu/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 785D774D995575322C45742C759CBAD447EDDDE507303AC09D93050948B1B275 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/hu/Firefox%20Setup%20147.0b6.exe + InstallerSha256: D9C9FBEF2E0A09EFB0E4C8DE4FE09D73B38E4F5C72EC29396825B8D1C472F1C6 ProductCode: Firefox Developer Edition 147.0 (x86 hu) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64/hu/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 9144958A7F37942ADEB45F8B0B0CF829F0DDD3A2E72A7520E7B303B5AC21151A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/hu/Firefox%20Setup%20147.0b6.exe + InstallerSha256: C6B6E2F8BD37BA0355D708087298E5964221C3D12CE1C93ECAE9585CF2FF9B12 ProductCode: Firefox Developer Edition 147.0 (x64 hu) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64-aarch64/hu/Firefox%20Setup%20147.0b4.exe - InstallerSha256: A2180DE888413EEF72917E73319EFA07E6F5DCADE0E79CBCCE032A5B4C39D660 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/hu/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 564E0A22E8D109D026A3F933451D6ED13E6A177908E39CE153F0DB6D51279B1A ProductCode: Firefox Developer Edition 147.0 (arm64 hu) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/hu/147.0/Mozilla.Firefox.DeveloperEdition.hu.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/hu/147.0/Mozilla.Firefox.DeveloperEdition.hu.locale.en-US.yaml index 81403e83c4b5..4b62be2df0e4 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/hu/147.0/Mozilla.Firefox.DeveloperEdition.hu.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/hu/147.0/Mozilla.Firefox.DeveloperEdition.hu.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ko/147.0/Mozilla.Firefox.DeveloperEdition.ko.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ko/147.0/Mozilla.Firefox.DeveloperEdition.ko.installer.yaml index d9133702c7ab..5dd79ea5b778 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ko/147.0/Mozilla.Firefox.DeveloperEdition.ko.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ko/147.0/Mozilla.Firefox.DeveloperEdition.ko.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-15 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win32/ko/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 7BBA57DB348EA7A3756588E2E0A666AD815C5DBEE8209BE36D5F539478EA08F7 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/ko/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 38B5EA91A29BD5D7819EC8CAF2E83522D5BC04421051C62638BA0B5D5371E86A ProductCode: Firefox Developer Edition 147.0 (x86 ko) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64/ko/Firefox%20Setup%20147.0b4.exe - InstallerSha256: FFCF5D5CA7BF863AED7BD8A19AD106DCC79E9F76539FD70CC83A86E2D103B715 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/ko/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 8049EEAAE92CFDD3677ACE9F76E4E581F82FCFB0C04B9B16BEF5FDBA93D4E92B ProductCode: Firefox Developer Edition 147.0 (x64 ko) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64-aarch64/ko/Firefox%20Setup%20147.0b4.exe - InstallerSha256: E3E16AFA8161623793F1008F92672CEBD53D25EE85F3FBB9102A0AE96AF7236C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/ko/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 4C664C9BD1C45C73AD04319CE21B425119E50CE9C805EA7BED36E6FE949BC42F ProductCode: Firefox Developer Edition 147.0 (arm64 ko) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ko/147.0/Mozilla.Firefox.DeveloperEdition.ko.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ko/147.0/Mozilla.Firefox.DeveloperEdition.ko.locale.en-US.yaml index 3656942f519c..8a60c662565c 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ko/147.0/Mozilla.Firefox.DeveloperEdition.ko.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ko/147.0/Mozilla.Firefox.DeveloperEdition.ko.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/lt/147.0/Mozilla.Firefox.DeveloperEdition.lt.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/lt/147.0/Mozilla.Firefox.DeveloperEdition.lt.installer.yaml index e04b0ff9cc56..4af059fc930b 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/lt/147.0/Mozilla.Firefox.DeveloperEdition.lt.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/lt/147.0/Mozilla.Firefox.DeveloperEdition.lt.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-15 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win32/lt/Firefox%20Setup%20147.0b4.exe - InstallerSha256: E71A0B22EC9E019D00F2FD9DA679FE2F2F6734C996646D282E1785759C3849E6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/lt/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 255CA1CAAD3330DA9C6FA2482263B84019D600F30CEA7F2C868FE7A1E1377C2A ProductCode: Firefox Developer Edition 147.0 (x86 lt) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64/lt/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 10608F1B64BCDBAE390C27A78B6E3ED209727A2A327A7C1B2708D4839809E51A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/lt/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 6AEC2F1A5F10B6917A6209F820A0EF6CC7F730DE95BAAC0A75DF9C570699948E ProductCode: Firefox Developer Edition 147.0 (x64 lt) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64-aarch64/lt/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 2FD291E56EA652A88EA50C76E775E868C8A68DE325AA7D6C8C1CDAEB37E552EB + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/lt/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 7576C5486E6CC05377604CA88A42D29212C82498AF20E8BA232137CAEAD6C875 ProductCode: Firefox Developer Edition 147.0 (arm64 lt) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/lt/147.0/Mozilla.Firefox.DeveloperEdition.lt.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/lt/147.0/Mozilla.Firefox.DeveloperEdition.lt.locale.en-US.yaml index a4fdac239946..595ff8b58652 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/lt/147.0/Mozilla.Firefox.DeveloperEdition.lt.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/lt/147.0/Mozilla.Firefox.DeveloperEdition.lt.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/oc/147.0/Mozilla.Firefox.DeveloperEdition.oc.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/oc/147.0/Mozilla.Firefox.DeveloperEdition.oc.installer.yaml index 187e23939943..3ad4b87c25e7 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/oc/147.0/Mozilla.Firefox.DeveloperEdition.oc.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/oc/147.0/Mozilla.Firefox.DeveloperEdition.oc.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-15 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win32/oc/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 0A3F3356B957596F189E0B7B9422DEE14B3BA561B8635BADC61C8FE1205A728A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/oc/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 34089E6F4373934C9520A69543AF6E23C585F3DB7AE6484CBC490B82DB25A224 ProductCode: Firefox Developer Edition 147.0 (x86 oc) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64/oc/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 497E984D419371105B73C8CE0B1D6C3CB1F52517C8CD33F0EE7A97AEA4BED759 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/oc/Firefox%20Setup%20147.0b6.exe + InstallerSha256: D5E55B252F865EFAF4DCA9D89EDE832B96D084C7E9B911CB8510D1AFBB6CB4BD ProductCode: Firefox Developer Edition 147.0 (x64 oc) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64-aarch64/oc/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 695094981855F534E25A189480C213CBD9638A629672D67520AC9285FBBBD12E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/oc/Firefox%20Setup%20147.0b6.exe + InstallerSha256: CEFF717031197DD77F085B72EE59521D65E469086C999B8DEC0BFFD7993571C7 ProductCode: Firefox Developer Edition 147.0 (arm64 oc) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/oc/147.0/Mozilla.Firefox.DeveloperEdition.oc.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/oc/147.0/Mozilla.Firefox.DeveloperEdition.oc.locale.en-US.yaml index eade7bece735..049cad74b9d1 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/oc/147.0/Mozilla.Firefox.DeveloperEdition.oc.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/oc/147.0/Mozilla.Firefox.DeveloperEdition.oc.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ro/147.0/Mozilla.Firefox.DeveloperEdition.ro.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ro/147.0/Mozilla.Firefox.DeveloperEdition.ro.installer.yaml index 8dff42c96312..4d6f2695f812 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ro/147.0/Mozilla.Firefox.DeveloperEdition.ro.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ro/147.0/Mozilla.Firefox.DeveloperEdition.ro.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-12-15 +ReleaseDate: 2025-12-19 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win32/ro/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 1AF92C790E081CD075AF6253AC9D22B926B959E5D15806EE7C0A9102EC1942D6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win32/ro/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 9D6A11FCBA8AB2C5F7647494C947E4749C55BB248C520BB74A751C99B72CEC89 ProductCode: Firefox Developer Edition 147.0 (x86 ro) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64/ro/Firefox%20Setup%20147.0b4.exe - InstallerSha256: 2D631B3BCC9D082065DE71FEE686A9FB8BE8DD7BA40D9DC3C3C5BAD8632ABCEE + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64/ro/Firefox%20Setup%20147.0b6.exe + InstallerSha256: BDC1B039906A02DFCCF65703A1B6A1649FDD9B361E18AC5F19F3265F747A84EB ProductCode: Firefox Developer Edition 147.0 (x64 ro) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b4/win64-aarch64/ro/Firefox%20Setup%20147.0b4.exe - InstallerSha256: E1BB0C4F0438F6909EFD6F7ADFCD6EAD4258C145DBDF24FC93860C6D3198EC61 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/147.0b6/win64-aarch64/ro/Firefox%20Setup%20147.0b6.exe + InstallerSha256: 18E3AB9737B5782E5ED5A3B7EE561962F7F0002F9CED47840CA3F1CF568982D8 ProductCode: Firefox Developer Edition 147.0 (arm64 ro) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ro/147.0/Mozilla.Firefox.DeveloperEdition.ro.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ro/147.0/Mozilla.Firefox.DeveloperEdition.ro.locale.en-US.yaml index 47fee0e97526..125ba4005d09 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ro/147.0/Mozilla.Firefox.DeveloperEdition.ro.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ro/147.0/Mozilla.Firefox.DeveloperEdition.ro.locale.en-US.yaml @@ -38,6 +38,7 @@ ReleaseNotes: |- - A draggable button is now draggable if the drag is started from the button itself. - Fixed an issue that prevented Windows users from selecting a tab when the cursor was at the top of the screen and Firefox was maximized on some kinds of monitors. - For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of actual window size. + - Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fallback to HTTP/2 after awhile. Changed - Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent with q=0.9 instead of q=0.5, with subsequent languages decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values. Developer @@ -51,6 +52,8 @@ ReleaseNotes: |- - CSS Module Scripts allow stylesheets to be imported using the JavaScript module system and import attributes, for more information, please see https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules#loading_non-javascript_resources. - Support for CSS anchor positioning was added, which allows to tether elements together. The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound. - Firefox now supports Storage-Access-Headers allowing servers to opt-in into unpartitioned cookies via HTTP headers if storage-access was granted prior with the Storage-Access-API. + - Module service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps. + - Implemented CSS root-font-relative units rcap, rch, rex and ric. ReleaseNotesUrl: https://www.mozilla.org/firefox/147.0beta/releasenotes/ ManifestType: defaultLocale ManifestVersion: 1.10.0 diff --git a/manifests/o/OfficeTimeline/OfficeTimeline/12.5.0/OfficeTimeline.OfficeTimeline.installer.yaml b/manifests/o/OfficeTimeline/OfficeTimeline/13.17.0/OfficeTimeline.OfficeTimeline.installer.yaml similarity index 79% rename from manifests/o/OfficeTimeline/OfficeTimeline/12.5.0/OfficeTimeline.OfficeTimeline.installer.yaml rename to manifests/o/OfficeTimeline/OfficeTimeline/13.17.0/OfficeTimeline.OfficeTimeline.installer.yaml index 9c8f32f3ffb3..6e452754293b 100644 --- a/manifests/o/OfficeTimeline/OfficeTimeline/12.5.0/OfficeTimeline.OfficeTimeline.installer.yaml +++ b/manifests/o/OfficeTimeline/OfficeTimeline/13.17.0/OfficeTimeline.OfficeTimeline.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OfficeTimeline.OfficeTimeline -PackageVersion: 12.5.0 +PackageVersion: 13.17.0 InstallerType: zip NestedInstallerType: wix NestedInstallerFiles: @@ -14,15 +14,15 @@ Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VSTOR - PackageIdentifier: Microsoft.EdgeWebView2Runtime -ProductCode: '{52D46F29-4C89-4AA3-8254-7EB48174DCAF}' +ProductCode: '{2C0106B7-BDEE-4940-8CDD-DBC45B1CA7FB}' AppsAndFeaturesEntries: - UpgradeCode: '{8E493579-8C4D-4530-8A2E-B338DB490784}' Installers: - Architecture: x86 InstallerUrl: https://img.officetimeline.com/website/Content/download/install/latest/OfficeTimelinePreExtracted.zip - InstallerSha256: C7A2981AD25CEC531A6A2F0B36E620291C3BB4BA2A6DCB32F2721E56E23570FD + InstallerSha256: A70C6B6606142B516BD85B00AF1DF47354231C9A1DCA027F308C5398ABB53AED - Architecture: x64 InstallerUrl: https://img.officetimeline.com/website/Content/download/install/latest/OfficeTimelinePreExtracted.zip - InstallerSha256: C7A2981AD25CEC531A6A2F0B36E620291C3BB4BA2A6DCB32F2721E56E23570FD + InstallerSha256: A70C6B6606142B516BD85B00AF1DF47354231C9A1DCA027F308C5398ABB53AED ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/o/OfficeTimeline/OfficeTimeline/12.5.0/OfficeTimeline.OfficeTimeline.locale.en-US.yaml b/manifests/o/OfficeTimeline/OfficeTimeline/13.17.0/OfficeTimeline.OfficeTimeline.locale.en-US.yaml similarity index 97% rename from manifests/o/OfficeTimeline/OfficeTimeline/12.5.0/OfficeTimeline.OfficeTimeline.locale.en-US.yaml rename to manifests/o/OfficeTimeline/OfficeTimeline/13.17.0/OfficeTimeline.OfficeTimeline.locale.en-US.yaml index 5923167946f1..cc8f8c2e5d33 100644 --- a/manifests/o/OfficeTimeline/OfficeTimeline/12.5.0/OfficeTimeline.OfficeTimeline.locale.en-US.yaml +++ b/manifests/o/OfficeTimeline/OfficeTimeline/13.17.0/OfficeTimeline.OfficeTimeline.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OfficeTimeline.OfficeTimeline -PackageVersion: 12.5.0 +PackageVersion: 13.17.0 PackageLocale: en-US Publisher: Office Timeline LLC PublisherUrl: https://www.officetimeline.com/ diff --git a/manifests/o/OfficeTimeline/OfficeTimeline/12.5.0/OfficeTimeline.OfficeTimeline.locale.zh-CN.yaml b/manifests/o/OfficeTimeline/OfficeTimeline/13.17.0/OfficeTimeline.OfficeTimeline.locale.zh-CN.yaml similarity index 94% rename from manifests/o/OfficeTimeline/OfficeTimeline/12.5.0/OfficeTimeline.OfficeTimeline.locale.zh-CN.yaml rename to manifests/o/OfficeTimeline/OfficeTimeline/13.17.0/OfficeTimeline.OfficeTimeline.locale.zh-CN.yaml index 61665077c3f1..edca37d55c46 100644 --- a/manifests/o/OfficeTimeline/OfficeTimeline/12.5.0/OfficeTimeline.OfficeTimeline.locale.zh-CN.yaml +++ b/manifests/o/OfficeTimeline/OfficeTimeline/13.17.0/OfficeTimeline.OfficeTimeline.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json PackageIdentifier: OfficeTimeline.OfficeTimeline -PackageVersion: 12.5.0 +PackageVersion: 13.17.0 PackageLocale: zh-CN License: 专有软件 ShortDescription: 仅需一半的时间即可制作有效的甘特图。 diff --git a/manifests/o/OfficeTimeline/OfficeTimeline/12.5.0/OfficeTimeline.OfficeTimeline.yaml b/manifests/o/OfficeTimeline/OfficeTimeline/13.17.0/OfficeTimeline.OfficeTimeline.yaml similarity index 91% rename from manifests/o/OfficeTimeline/OfficeTimeline/12.5.0/OfficeTimeline.OfficeTimeline.yaml rename to manifests/o/OfficeTimeline/OfficeTimeline/13.17.0/OfficeTimeline.OfficeTimeline.yaml index 0fd34f7062fb..2c6bda379114 100644 --- a/manifests/o/OfficeTimeline/OfficeTimeline/12.5.0/OfficeTimeline.OfficeTimeline.yaml +++ b/manifests/o/OfficeTimeline/OfficeTimeline/13.17.0/OfficeTimeline.OfficeTimeline.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OfficeTimeline.OfficeTimeline -PackageVersion: 12.5.0 +PackageVersion: 13.17.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/o/Oracle/OCI-CLI/3.71.4/Oracle.OCI-CLI.installer.yaml b/manifests/o/Oracle/OCI-CLI/3.71.4/Oracle.OCI-CLI.installer.yaml new file mode 100644 index 000000000000..f69b3ec102c1 --- /dev/null +++ b/manifests/o/Oracle/OCI-CLI/3.71.4/Oracle.OCI-CLI.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Oracle.OCI-CLI +PackageVersion: 3.71.4 +InstallerLocale: en-US +InstallerType: msi +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- oci +ProductCode: '{395DE2F9-1393-4DA3-A50F-C49A45F68590}' +ReleaseDate: 2025-12-19 +AppsAndFeaturesEntries: +- DisplayName: oci-cli + Publisher: Oracle + ProductCode: '{395DE2F9-1393-4DA3-A50F-C49A45F68590}' + UpgradeCode: '{48B079F4-B598-438D-A62A-8A233A3F8901}' +InstallationMetadata: + DefaultInstallLocation: Lib +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/oracle/oci-cli/releases/download/v3.71.4/oci-cli-3.71.4-Windows-Server-Installer.msi + InstallerSha256: 485CD11D09A16FA1F206CEA231619521EEF9E0C55E1B1F157AA1E51F3C684764 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oracle/OCI-CLI/3.71.4/Oracle.OCI-CLI.locale.en-US.yaml b/manifests/o/Oracle/OCI-CLI/3.71.4/Oracle.OCI-CLI.locale.en-US.yaml new file mode 100644 index 000000000000..f8b4e9641492 --- /dev/null +++ b/manifests/o/Oracle/OCI-CLI/3.71.4/Oracle.OCI-CLI.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Oracle.OCI-CLI +PackageVersion: 3.71.4 +PackageLocale: en-US +Publisher: Oracle Corporation +PublisherUrl: https://github.com/oracle +PublisherSupportUrl: https://github.com/oracle/oci-cli/issues +PackageName: Oracle Cloud Infrastructure CLI +PackageUrl: https://github.com/oracle/oci-cli +License: Dual License (UPL-1.0 / Apache-2.0) +LicenseUrl: https://github.com/oracle/oci-cli/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved. +CopyrightUrl: https://github.com/oracle/oci-cli/blob/master/LICENSE.txt +ShortDescription: Command Line Interface for Oracle Cloud Infrastructure +Tags: +- bare-metal +- cli +- cloud +- infrastructure +ReleaseNotes: |- + Fixed + - Github Issue #1013 _ for instance principal auth + File Checksums (SHA256) + oci-cli-3.71.4.zip 10de31c1c5e918d266c6facc26eedfefacaab2e7964d2cae54642e091cc8d4db + oci-cli-3.71.4-Windows-Server-Installer.msi 485cd11d09a16fa1f206cea231619521eef9e0c55e1b1f157aa1e51f3c684764 + oci-cli-3.71.4-Windows-Server-2016-Offline.zip 7b4b49fc05544282b301d1bfc3b9abe7d5368cadc119c057644cfe586750ee05 + oci-cli-3.71.4-Windows-Server-2019-Offline.zip 309a5cd446e2a516830925e407b3b22a911a7d8c078c988238b1e582aa09d0e9 + oci-cli-3.71.4-Oracle-Linux-9-Offline.zip dc03ff0f23fb58e5dd5de8b1fa008076d8da028d04c742aadcd1b995ae0ea421 +ReleaseNotesUrl: https://github.com/oracle/oci-cli/releases/tag/v3.71.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oracle/OCI-CLI/3.71.4/Oracle.OCI-CLI.yaml b/manifests/o/Oracle/OCI-CLI/3.71.4/Oracle.OCI-CLI.yaml new file mode 100644 index 000000000000..7c38c1ef4935 --- /dev/null +++ b/manifests/o/Oracle/OCI-CLI/3.71.4/Oracle.OCI-CLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Oracle.OCI-CLI +PackageVersion: 3.71.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonDrive/1.12.4/Proton.ProtonDrive.installer.yaml b/manifests/p/Proton/ProtonDrive/1.12.4/Proton.ProtonDrive.installer.yaml new file mode 100644 index 000000000000..1eebefe50b10 --- /dev/null +++ b/manifests/p/Proton/ProtonDrive/1.12.4/Proton.ProtonDrive.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Proton.ProtonDrive +PackageVersion: 1.12.4 +InstallerType: burn +Scope: user +UpgradeBehavior: install +FileExtensions: +- protondoc +ReleaseDate: 2025-12-19 +Installers: +- Architecture: x64 + InstallerUrl: https://proton.me/download/drive/windows/1.12.4/x64/Proton%20Drive%20Setup%201.12.4.exe + InstallerSha256: 17B6D5299DF563CE8A5B07AA3F824A7CF4441C8C1D529BC7FC30806910DDAFB1 + ProductCode: '{d0f7b2d0-47fe-4168-8219-60dbcd9f1c66}' + AppsAndFeaturesEntries: + - ProductCode: '{d0f7b2d0-47fe-4168-8219-60dbcd9f1c66}' + UpgradeCode: '{198F3E44-4F43-41BF-AA0C-30FCA64DBCF3}' +- Architecture: arm64 + InstallerUrl: https://proton.me/download/drive/windows/1.12.4/arm64/Proton%20Drive%20Setup%201.12.4.exe + InstallerSha256: 902BFB287DAEEE2FF11522A4A15E2A03BBADE4554ABC6C69DC8E248A5930767C + ProductCode: '{3c9f02ce-8e53-43e5-99a1-b3b1840ff3fc}' + AppsAndFeaturesEntries: + - ProductCode: '{3c9f02ce-8e53-43e5-99a1-b3b1840ff3fc}' + UpgradeCode: '{198F3E44-4F43-41BF-AA0C-30FCA64DBCF3}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/Proton/ProtonDrive/1.12.4/Proton.ProtonDrive.locale.en-US.yaml b/manifests/p/Proton/ProtonDrive/1.12.4/Proton.ProtonDrive.locale.en-US.yaml new file mode 100644 index 000000000000..67ae5e57619f --- /dev/null +++ b/manifests/p/Proton/ProtonDrive/1.12.4/Proton.ProtonDrive.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Proton.ProtonDrive +PackageVersion: 1.12.4 +PackageLocale: en-US +Publisher: Proton AG +PublisherUrl: https://proton.me/ +PublisherSupportUrl: https://proton.me/support/drive +PrivacyUrl: https://proton.me/legal/privacy +Author: Proton AG +PackageName: Proton Drive +PackageUrl: https://proton.me/drive +License: Proprietary +LicenseUrl: https://proton.me/legal/terms +Copyright: © 2025 Proton AG +ShortDescription: Free secure cloud storage +Description: Proton Drive is an end-to-end encrypted Swiss vault for your files that protects your data. +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- secure +- security +- share +- sync +- upload +ReleaseNotes: |- + Bug Fixes + - Bug fixes +PurchaseUrl: https://proton.me/drive/pricing +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/Proton/ProtonDrive/1.12.4/Proton.ProtonDrive.locale.zh-CN.yaml b/manifests/p/Proton/ProtonDrive/1.12.4/Proton.ProtonDrive.locale.zh-CN.yaml new file mode 100644 index 000000000000..74e567d452d2 --- /dev/null +++ b/manifests/p/Proton/ProtonDrive/1.12.4/Proton.ProtonDrive.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Proton.ProtonDrive +PackageVersion: 1.12.4 +PackageLocale: zh-CN +Publisher: Proton AG +PublisherUrl: https://proton.me/ +PublisherSupportUrl: https://proton.me/support/drive +PrivacyUrl: https://proton.me/legal/privacy +Author: Proton AG +PackageName: Proton Drive +PackageUrl: https://proton.me/drive +License: 专有软件 +LicenseUrl: https://proton.me/legal/terms +Copyright: © 2025 Proton AG +ShortDescription: 免费安全的云存储 +Description: Proton Drive 是一款来自瑞士的端到端加密文件库,可以保护您的数据。 +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 安全 +- 文件 +- 网盘 +PurchaseUrl: https://proton.me/drive/pricing +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/p/Proton/ProtonDrive/1.12.4/Proton.ProtonDrive.yaml b/manifests/p/Proton/ProtonDrive/1.12.4/Proton.ProtonDrive.yaml new file mode 100644 index 000000000000..989291a282f1 --- /dev/null +++ b/manifests/p/Proton/ProtonDrive/1.12.4/Proton.ProtonDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Proton.ProtonDrive +PackageVersion: 1.12.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/p/Python/PythonInstallManager/25.2.240.0/Python.PythonInstallManager.installer.yaml b/manifests/p/Python/PythonInstallManager/25.2.240.0/Python.PythonInstallManager.installer.yaml new file mode 100644 index 000000000000..a13f563bbd4d --- /dev/null +++ b/manifests/p/Python/PythonInstallManager/25.2.240.0/Python.PythonInstallManager.installer.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Python.PythonInstallManager +PackageVersion: 25.2.240.0 +Commands: +- py +- py-manager +- pymanager +- pyshellext +- python +- python3 +- pythonw +- pythonw3 +- pyw +- pyw-manager +- pywmanager +Installers: +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.19044.0 + Architecture: x64 + InstallerType: msix + InstallerUrl: https://www.python.org/ftp/python/pymanager/python-manager-25.2.msix + InstallerSha256: 2BAEB3240E042875F5B81DD0643F482AF6F916F19E3AA456581347F6D7E3404A + SignatureSha256: 6F3B87BEDB3C6BF871F2C0A2C988221DD8F800538C31FBCDFFFDA76280E55AF5 + UpgradeBehavior: install + FileExtensions: + - py + - pyc + - pyd + - pyw + - pyz + - pyzw + PackageFamilyName: PythonSoftwareFoundation.PythonManager_3847v3x7pw1km + RestrictedCapabilities: + - runFullTrust + - unvirtualizedResources + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\WindowsApps\PythonSoftwareFoundation.PythonManager_25.1.240.0_x64__3847v3x7pw1km' +- InstallerLocale: en-US + Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://www.python.org/ftp/python/pymanager/python-manager-25.2.msi + InstallerSha256: 08040F708DE7C77FCA0C976A2A638D27042A888048B279C0339E52E0437A8910 + InstallerSwitches: + InstallLocation: INSTALLFOLDER="" + ProductCode: '{0BBD4F65-9355-4966-A371-98EA45FFBAEF}' + AppsAndFeaturesEntries: + - ProductCode: '{0BBD4F65-9355-4966-A371-98EA45FFBAEF}' + UpgradeCode: '{E8B0C18E-35FD-4D63-BDEF-CE8B9E322FE5}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PyManager' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/Python/PythonInstallManager/25.2.240.0/Python.PythonInstallManager.locale.en-US.yaml b/manifests/p/Python/PythonInstallManager/25.2.240.0/Python.PythonInstallManager.locale.en-US.yaml new file mode 100644 index 000000000000..b7895268f3a8 --- /dev/null +++ b/manifests/p/Python/PythonInstallManager/25.2.240.0/Python.PythonInstallManager.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Python.PythonInstallManager +PackageVersion: 25.2.240.0 +PackageLocale: en-US +Publisher: Python Software Foundation +PublisherUrl: https://www.python.org/ +PublisherSupportUrl: https://github.com/python/pymanager/issues +PrivacyUrl: https://www.python.org/privacy/ +Author: Python Software Foundation +PackageName: Python Install Manager +PackageUrl: https://github.com/python/pymanager +License: PSF-2.0 +LicenseUrl: https://github.com/python/pymanager/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2001-2025 Python Software Foundation. All Rights Reserved. + Copyright (c) 2000 BeOpen.com. All Rights Reserved. + Copyright (c) 1995-2001 Corporation for National Research Initiatives. All Rights Reserved. + Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam. All Rights Reserved. +CopyrightUrl: https://www.python.org/about/legal/ +ShortDescription: Install, manage, and launch Python on Windows. +Description: |- + The Python install manager helps you to install, manage, and launch Python on Windows. + After install, the "py" command is your tool of choice - try "py help" to see what it can do! (Not working? You may need to uninstall the old "Python launcher", and check "Manage app execution aliases" to ensure the command is enabled.) +Tags: +- language +- programming +- programming-language +- py +- python +- python3 +- script +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.python.org/doc/ +- DocumentLabel: Python Install Manager Documentation + DocumentUrl: https://docs.python.org/dev/using/windows.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/Python/PythonInstallManager/25.2.240.0/Python.PythonInstallManager.locale.zh-CN.yaml b/manifests/p/Python/PythonInstallManager/25.2.240.0/Python.PythonInstallManager.locale.zh-CN.yaml new file mode 100644 index 000000000000..a7c34f93bf3b --- /dev/null +++ b/manifests/p/Python/PythonInstallManager/25.2.240.0/Python.PythonInstallManager.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Python.PythonInstallManager +PackageVersion: 25.2.240.0 +PackageLocale: zh-CN +ShortDescription: 安装、管理和运行 Windows 上的 Python。 +Description: |- + Python Install Manager 可帮助您在 Windows 系统上安装、管理和运行 Python。 + 安装完成后,“py”命令将成为您的主要工具 - 试试输入“py help”查看它能做什么吧!(不能正常工作?您可能需要卸载旧的“Python launcher”,并检查“管理应用执行别名”以确保该命令已启用。) +Tags: +- py +- python +- python3 +- 编程 +- 编程语言 +- 脚本 +- 语言 +Documentations: +- DocumentLabel: Python Install Manager 文档 + DocumentUrl: https://docs.python.org/zh-cn/dev/using/windows.html +- DocumentLabel: 文档 + DocumentUrl: https://www.python.org/doc/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/p/Python/PythonInstallManager/25.2.240.0/Python.PythonInstallManager.yaml b/manifests/p/Python/PythonInstallManager/25.2.240.0/Python.PythonInstallManager.yaml new file mode 100644 index 000000000000..8e02519d282c --- /dev/null +++ b/manifests/p/Python/PythonInstallManager/25.2.240.0/Python.PythonInstallManager.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Python.PythonInstallManager +PackageVersion: 25.2.240.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/r/RootsMagic/RootsMagic/8/8.5.0.0/RootsMagic.RootsMagic.8.installer.yaml b/manifests/r/RootsMagic/RootsMagic/8/8.5.0.0/RootsMagic.RootsMagic.8.installer.yaml index 1c6e8ef689b0..f6e20efa6010 100644 --- a/manifests/r/RootsMagic/RootsMagic/8/8.5.0.0/RootsMagic.RootsMagic.8.installer.yaml +++ b/manifests/r/RootsMagic/RootsMagic/8/8.5.0.0/RootsMagic.RootsMagic.8.installer.yaml @@ -19,7 +19,7 @@ FileExtensions: - rmtree ProductCode: '{A28324FE-31F8-44BC-83D7-0108E80B6FFB}_is1' AppsAndFeaturesEntries: -- DisplayVersion: RootsMagic 8.5.0.1 +- DisplayVersion: RootsMagic 8.5.0.0 ProductCode: '{A28324FE-31F8-44BC-83D7-0108E80B6FFB}_is1' ElevationRequirement: elevatesSelf InstallationMetadata: @@ -31,4 +31,3 @@ Installers: ManifestType: installer ManifestVersion: 1.10.0 ReleaseDate: 2023-02-09 - diff --git a/manifests/r/RootsMagic/RootsMagic/9/9.1.6.0/RootsMagic.RootsMagic.9.installer.yaml b/manifests/r/RootsMagic/RootsMagic/9/9.1.6.0/RootsMagic.RootsMagic.9.installer.yaml index 52e2cf6d80c9..0dfca0596082 100644 --- a/manifests/r/RootsMagic/RootsMagic/9/9.1.6.0/RootsMagic.RootsMagic.9.installer.yaml +++ b/manifests/r/RootsMagic/RootsMagic/9/9.1.6.0/RootsMagic.RootsMagic.9.installer.yaml @@ -26,16 +26,15 @@ Installers: InstallerSha256: 2C5FA62D3247A009D0E97B190D463BB2C7A26BCAF247B50F8C82E1ACC001BEA3 ProductCode: '{18C799A2-8152-47CD-BF93-054FF7E580FB}_is1' AppsAndFeaturesEntries: - - DisplayVersion: RootsMagic 9.1.6.1 (32-bit) + - DisplayVersion: RootsMagic 9.1.6.0 (32-bit) ProductCode: '{18C799A2-8152-47CD-BF93-054FF7E580FB}_is1' - Architecture: x64 InstallerUrl: https://files.rootsmagic.com/RM9/RootsMagic9SetupX64.exe InstallerSha256: 6DF6AE0EAD5C2DA0481502ECDB7B95A733A1E9395C7D5E2C0FB755D1DFA1153D ProductCode: '{5A9DB558-A7DF-401F-AA4C-B39135EC7DBC}_is1' AppsAndFeaturesEntries: - - DisplayVersion: RootsMagic 9.1.6.1 (64-bit) + - DisplayVersion: RootsMagic 9.1.6.0 (64-bit) ProductCode: '{5A9DB558-A7DF-401F-AA4C-B39135EC7DBC}_is1' ManifestType: installer ManifestVersion: 1.10.0 ReleaseDate: 2024-05-29 - diff --git a/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.installer.yaml b/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.installer.yaml new file mode 100644 index 000000000000..a9022e122cf9 --- /dev/null +++ b/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Ruihu.Apifox +PackageVersion: 2.7.55 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ReleaseDate: 2025-12-07 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://file-assets.apifox.com/download/2.7.55/legacy-Apifox-windows-x86-2.7.55.exe + InstallerSha256: 52E8A36315585F78AD76BBB32CC1D7D4375DA9D150F92275FD2FBC6F8C5BE14D + InstallerSwitches: + Custom: /currentuser +- Architecture: x86 + Scope: machine + InstallerUrl: https://file-assets.apifox.com/download/2.7.55/legacy-Apifox-windows-x86-2.7.55.exe + InstallerSha256: 52E8A36315585F78AD76BBB32CC1D7D4375DA9D150F92275FD2FBC6F8C5BE14D + InstallerSwitches: + Custom: /allusers +- Architecture: x64 + Scope: user + InstallerUrl: https://file-assets.apifox.com/download/2.7.55/Apifox-2.7.55.exe + InstallerSha256: 38BD52B3157F824677161FA172C683D9769C3A51A74FB043E61D083EB3C453D6 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://file-assets.apifox.com/download/2.7.55/Apifox-2.7.55.exe + InstallerSha256: 38BD52B3157F824677161FA172C683D9769C3A51A74FB043E61D083EB3C453D6 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.locale.en-US.yaml b/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.locale.en-US.yaml new file mode 100644 index 000000000000..bc31079feb62 --- /dev/null +++ b/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Ruihu.Apifox +PackageVersion: 2.7.55 +PackageLocale: en-US +Author: Guangzhou Ruihu Technology Co., Ltd. +License: Freeware +ShortDescription: All-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation +Description: |- + Apifox is an all-in-one collaboration platform for API documentation, API debugging, API Mock and API test automation, positioning Postman + Swagger + Mock + JMeter. + With one system and one data, it solves data sync problems among multiple systems. + As long as the API documentation is defined, API debugging, API data Mock, API test automation can be used directly without the need to redefine; API documentation shares the same tool with API development and debugging, so once the API debugging is completed, it can be ensured that it is identical to the definition of the API documentation. + Efficient, timely and accurate! +Tags: +- api +- automation +- debug +- develop +- development +- interface +- internet +- network +- request +- response +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.locale.zh-CN.yaml b/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.locale.zh-CN.yaml new file mode 100644 index 000000000000..6762d2e5b951 --- /dev/null +++ b/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Ruihu.Apifox +PackageVersion: 2.7.55 +PackageLocale: zh-CN +Publisher: Apifox Team +Author: 广州睿狐科技有限公司 +PackageName: Apifox +License: 免费软件 +Copyright: Copyright © 2025 Apifox Team +ShortDescription: API 文档、API 调试、API Mock、API 自动化测试一体化协作平台 +Description: Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台,定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据,解决多个系统之间的数据同步问题。只要定义好 API 文档,API 调试、API 数据 Mock、API 自动化测试就可以直接使用,无需再次定义;API 文档和 API 开发调试使用同一个工具,API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确! +Tags: +- api +- 互联网 +- 响应 +- 开发 +- 接口 +- 网络 +- 自动化 +- 请求 +- 调试 +ReleaseNotesUrl: https://docs.apifox.com/doc-5807637 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.yaml b/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.yaml new file mode 100644 index 000000000000..a768f28795d5 --- /dev/null +++ b/manifests/r/Ruihu/Apifox/2.7.55/Ruihu.Apifox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Ruihu.Apifox +PackageVersion: 2.7.55 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/Sefinek/GenshinStellaMod/8.8.5.0/Sefinek.GenshinStellaMod.installer.yaml b/manifests/s/Sefinek/GenshinStellaMod/8.8.5.0/Sefinek.GenshinStellaMod.installer.yaml new file mode 100644 index 000000000000..8f3ce6a4725e --- /dev/null +++ b/manifests/s/Sefinek/GenshinStellaMod/8.8.5.0/Sefinek.GenshinStellaMod.installer.yaml @@ -0,0 +1,32 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Sefinek.GenshinStellaMod +PackageVersion: 8.8.5.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /VERYSILENT /NORESTART +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.9 + - PackageIdentifier: Microsoft.EdgeWebView2Runtime + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: 5D6E44F3-2141-4EA4-89E3-6C3018583FF7_is1 +ReleaseDate: 2025-12-16 +AppsAndFeaturesEntries: +- Publisher: Sefinek + ProductCode: 5D6E44F3-2141-4EA4-89E3-6C3018583FF7_is1 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Genshin Stella Mod' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/sefinek/Genshin-Impact-ReShade/releases/download/v8.8.5.0/Stella-Mod-Setup_8.8.5.0.exe + InstallerSha256: 619A3ED7CD78B4CB591AEFF9C02B70C4307454A15E416E0833BE00678AC3A788 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/Sefinek/GenshinStellaMod/8.8.5.0/Sefinek.GenshinStellaMod.locale.en-US.yaml b/manifests/s/Sefinek/GenshinStellaMod/8.8.5.0/Sefinek.GenshinStellaMod.locale.en-US.yaml new file mode 100644 index 000000000000..d3ffc453e57d --- /dev/null +++ b/manifests/s/Sefinek/GenshinStellaMod/8.8.5.0/Sefinek.GenshinStellaMod.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Sefinek.GenshinStellaMod +PackageVersion: 8.8.5.0 +PackageLocale: en-US +Publisher: Sefinek Inc. +PublisherUrl: https://sefinek.net/ +PublisherSupportUrl: https://sefinek.net/genshin-stella-mod/docs?page=support +PrivacyUrl: https://sefinek.net/genshin-stella-mod/docs?page=privacy-policy +Author: Sefinek +PackageName: Genshin Stella Mod +PackageUrl: https://stella.sefinek.net/ +License: Attribution-NonCommercial-ShareAlike 4.0 International +LicenseUrl: https://stella.sefinek.net/docs?page=license_stella +Copyright: © 2022–2025 Sefinek. All rights reserved. +CopyrightUrl: https://sefinek.net/ +ShortDescription: Safe Genshin Impact mod with beautiful shaders, FPS unlocker, and 3DMigoto support. +Description: Enhanced graphics, carefully crafted shaders, impressive FPS unlocking, and mods provide players with an even better gameplay experience than ever before. Rediscover the world of Teyvat with new visuals. A dedicated launcher streamlines the entire process, allowing players to jump into the action quickly and easily. Take your gameplay to the next level. Immerse yourself in the enhanced world of Teyvat and create unforgettable moments. +Moniker: genshinstellamod +Tags: +- genshin +- genshin-3dmigoto +- genshin-fps +- genshin-fps-unlock +- genshin-fps-unlocker +- genshin-impact +- genshin-impact-3dmigoto +- genshin-impact-mod +- genshin-impact-unlock-fps +- genshin-mod +- genshin-reshade +- genshin-stella-mod +- genshinfps +- genshinmod +- stella-mod +- stellamod +ReleaseNotes: |- + 📥 Changelog for v8.8.5.0 from 16.12.2025 + 1. Fixed an issue with the WebSocket that prevented proper connection to the server. + 2. Updated Microsoft.Web.WebView2 to the latest version. + 3. Updated NLog to the latest version. + Full Changelog: https://sefinek.net/genshin-stella-mod/docs?page=changelog_v8#ver-885 +ReleaseNotesUrl: https://github.com/sefinek/Genshin-Impact-ReShade/releases/tag/v8.8.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 + diff --git a/manifests/s/Sefinek/GenshinStellaMod/8.8.5.0/Sefinek.GenshinStellaMod.locale.zh-CN.yaml b/manifests/s/Sefinek/GenshinStellaMod/8.8.5.0/Sefinek.GenshinStellaMod.locale.zh-CN.yaml new file mode 100644 index 000000000000..c44cfe2acf60 --- /dev/null +++ b/manifests/s/Sefinek/GenshinStellaMod/8.8.5.0/Sefinek.GenshinStellaMod.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Sefinek.GenshinStellaMod +PackageVersion: 8.8.5.0 +PackageLocale: zh-CN +Publisher: Sefinek Inc. +PublisherUrl: https://sefinek.net/ +PublisherSupportUrl: https://sefinek.net/genshin-stella-mod/docs?page=support +PrivacyUrl: https://sefinek.net/genshin-stella-mod/docs?page=privacy-policy +Author: Sefinek +PackageName: 原神 Stella 模组 +PackageUrl: https://stella.sefinek.net/ +License: 署名—非商业性使用—相同方式共享 4.0 协议国际版 +LicenseUrl: https://stella.sefinek.net/docs?page=license_stella +Copyright: © 2022–2025 Sefinek. 保留所有权利. +CopyrightUrl: https://sefinek.net/ +ShortDescription: 安全的原神模组,拥有精美的着色器、FPS 解锁器和 3DMigoto 支持。 +Description: 增强的画面效果、精心打造的着色器、强大的 FPS 解锁功能和模组,为玩家带来前所未有的游戏体验。以全新视觉重新探索提瓦特大陆。专用启动器简化了整个流程,让玩家能够快速轻松地进入游戏。提升你的游戏体验,沉浸在焕然一新的提瓦特世界,创造难忘的瞬间。 +Tags: +- 3DMigoto +- stella-mod +- stellamod +- 原神 +- 原神fps +- 原神fps解锁 +- 原神fps解锁器 +- 原神mod +- 原神stella模组 +- 原神模组 +- 原神解锁fps +- 原神重新渲染 +ReleaseNotes: |- + 📥 Changelog for v8.8.5.0 from 16.12.2025 + 1. Fixed an issue with the WebSocket that prevented proper connection to the server. + 2. Updated Microsoft.Web.WebView2 to the latest version. + 3. Updated NLog to the latest version. + Full Changelog: https://sefinek.net/genshin-stella-mod/docs?page=changelog_v8#ver-885 +ManifestType: locale +ManifestVersion: 1.10.0 + + diff --git a/manifests/s/Sefinek/GenshinStellaMod/8.8.5.0/Sefinek.GenshinStellaMod.yaml b/manifests/s/Sefinek/GenshinStellaMod/8.8.5.0/Sefinek.GenshinStellaMod.yaml new file mode 100644 index 000000000000..7598e714d4a4 --- /dev/null +++ b/manifests/s/Sefinek/GenshinStellaMod/8.8.5.0/Sefinek.GenshinStellaMod.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Sefinek.GenshinStellaMod +PackageVersion: 8.8.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/sohamw03/wifui/0.1.1/sohamw03.wifui.installer.yaml b/manifests/s/sohamw03/wifui/0.1.1/sohamw03.wifui.installer.yaml new file mode 100644 index 000000000000..a42f5b9eef7a --- /dev/null +++ b/manifests/s/sohamw03/wifui/0.1.1/sohamw03.wifui.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: sohamw03.wifui +PackageVersion: 0.1.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: wifui.exe + PortableCommandAlias: wifui +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/sohamw03/wifui/releases/download/0.1.1/wifui-x86_64-pc-windows-msvc.zip + InstallerSha256: 7FC5F5236C8DB331A155BC86FF957850C6BD3CCF6A360813DDADFBFB50A3C929 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-12-15 diff --git a/manifests/s/sohamw03/wifui/0.1.1/sohamw03.wifui.locale.en-US.yaml b/manifests/s/sohamw03/wifui/0.1.1/sohamw03.wifui.locale.en-US.yaml new file mode 100644 index 000000000000..2db777d94980 --- /dev/null +++ b/manifests/s/sohamw03/wifui/0.1.1/sohamw03.wifui.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: sohamw03.wifui +PackageVersion: 0.1.1 +PackageLocale: en-US +Publisher: Soham Waghmare +PublisherUrl: https://github.com/sohamw03 +PublisherSupportUrl: https://github.com/sohamw03/wifui/issues +PackageName: wifui +PackageUrl: https://github.com/sohamw03/wifui +License: MIT +ShortDescription: A lightweight, keyboard-driven Terminal User Interface (TUI) for managing Wi-Fi connections on Windows. +Tags: +- wifui +- cli +- command-line-tool +- network +- network-manager +- ratatui +- rust +- terminal +- tui +- wifi +- windows +- winget +- wireless +ReleaseNotesUrl: https://github.com/sohamw03/wifui/releases/tag/0.1.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/sohamw03/wifui/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/sohamw03/wifui/0.1.1/sohamw03.wifui.yaml b/manifests/s/sohamw03/wifui/0.1.1/sohamw03.wifui.yaml new file mode 100644 index 000000000000..57c61085d691 --- /dev/null +++ b/manifests/s/sohamw03/wifui/0.1.1/sohamw03.wifui.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: sohamw03.wifui +PackageVersion: 0.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/stackrox/kube-linter/0.8.1/stackrox.kube-linter.installer.yaml b/manifests/s/stackrox/kube-linter/0.8.1/stackrox.kube-linter.installer.yaml new file mode 100644 index 000000000000..4334980be0f3 --- /dev/null +++ b/manifests/s/stackrox/kube-linter/0.8.1/stackrox.kube-linter.installer.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: stackrox.kube-linter +PackageVersion: 0.8.1 +InstallerType: portable +Commands: +- kube-linter +ReleaseDate: 2025-12-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/stackrox/kube-linter/releases/download/v0.8.1/kube-linter.exe + InstallerSha256: 91F06FBDD09D4410F00D9F53FC121C5F4CD873C3A873EACFDBAC6190B02E1985 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/stackrox/kube-linter/0.8.1/stackrox.kube-linter.locale.en-US.yaml b/manifests/s/stackrox/kube-linter/0.8.1/stackrox.kube-linter.locale.en-US.yaml new file mode 100644 index 000000000000..c26ca5bd505b --- /dev/null +++ b/manifests/s/stackrox/kube-linter/0.8.1/stackrox.kube-linter.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: stackrox.kube-linter +PackageVersion: 0.8.1 +PackageLocale: en-US +Publisher: StackRox +PublisherUrl: https://github.com/stackrox +PublisherSupportUrl: https://github.com/stackrox/kube-linter/issues +PackageName: KubeLinter +PackageUrl: https://github.com/stackrox/kube-linter +License: Apache-2.0 +LicenseUrl: https://github.com/stackrox/kube-linter/blob/HEAD/LICENSE +ShortDescription: Analyze Kubernetes YAML files and Helm charts, and check them against a variety of best practices, with a focus on production readiness and security. +Tags: +- hactoberfest +- helm-charts +- kubernetes +- static-analysis +- yaml-files +ReleaseNotes: |- + What's Changed + Other Changes + - chore: upgrade cosign to v3 bundle format by @janisz in #1073 + Full Changelog: v0.8.0...v0.8.1 +ReleaseNotesUrl: https://github.com/stackrox/kube-linter/releases/tag/v0.8.1 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/stackrox/kube-linter/0.8.1/stackrox.kube-linter.yaml b/manifests/s/stackrox/kube-linter/0.8.1/stackrox.kube-linter.yaml new file mode 100644 index 000000000000..1b669de7d42e --- /dev/null +++ b/manifests/s/stackrox/kube-linter/0.8.1/stackrox.kube-linter.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: stackrox.kube-linter +PackageVersion: 0.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/t/TransformerLab/TransformerLab/0.27.4/TransformerLab.TransformerLab.installer.yaml b/manifests/t/TransformerLab/TransformerLab/0.27.4/TransformerLab.TransformerLab.installer.yaml new file mode 100644 index 000000000000..2e8f5adef0e8 --- /dev/null +++ b/manifests/t/TransformerLab/TransformerLab/0.27.4/TransformerLab.TransformerLab.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: TransformerLab.TransformerLab +PackageVersion: 0.27.4 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 470dce34-c249-5201-b573-d89ab7151f79 +ReleaseDate: 2025-12-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/transformerlab/transformerlab-app/releases/download/v0.27.4/Transformer-Lab-Setup-0.27.4.exe + InstallerSha256: EA4E32A44555184E18D4EDAACEFF5154C6E47230219783869B940631FC4D3997 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/t/TransformerLab/TransformerLab/0.27.4/TransformerLab.TransformerLab.locale.en-US.yaml b/manifests/t/TransformerLab/TransformerLab/0.27.4/TransformerLab.TransformerLab.locale.en-US.yaml new file mode 100644 index 000000000000..038bba55cadc --- /dev/null +++ b/manifests/t/TransformerLab/TransformerLab/0.27.4/TransformerLab.TransformerLab.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: TransformerLab.TransformerLab +PackageVersion: 0.27.4 +PackageLocale: en-US +Publisher: Ali Asaria +PublisherUrl: https://transformerlab.ai/ +PublisherSupportUrl: https://github.com/transformerlab/transformerlab-app/issues +PackageName: Transformer Lab +PackageUrl: https://transformerlab.ai/docs/download +License: AGPL-3.0 +LicenseUrl: https://github.com/transformerlab/transformerlab-app/blob/HEAD/LICENSE +ShortDescription: '100% Open Source Toolkit for Large Language Models: Train, Tune, Chat on your own Machine' +Description: Transformer Lab is a free, open-source LLM workspace that you can run on your own computer. It is designed to go beyond what most modern open LLM applications allow. Using Transformer Lab you can easily finetune, evaluate, export and test LLMs across different inference engines and platforms. +Tags: +- ai +- large-language-model +- llm +ReleaseNotes: |- + HIghlights + - Added Z Image model support + - Bug fix: Change logic for upload dataset in plugin sdk + What's Changed + - Add/compute resources by @mina-parham in https://github.com/transformerlab/transformerlab-app/pull/1056 + - Fix VSCode launch configuration for TransformerLab by @josh-janes in https://github.com/transformerlab/transformerlab-app/pull/1077 + - Make tasks gallery imports also use task.json if available by @deep1401 in https://github.com/transformerlab/transformerlab-app/pull/1078 + - Remove a separate step to fetch task.json by @deep1401 in https://github.com/transformerlab/transformerlab-app/pull/1068 + - Add usage report by @deep1401 in https://github.com/transformerlab/transformerlab-app/pull/1036 + - Make all job get json calls uncached by @deep1401 in https://github.com/transformerlab/transformerlab-app/pull/1082 + - Restore sidebar update by @dadmobile in https://github.com/transformerlab/transformerlab-app/pull/1080 + - Append jwt secrets to env file if file exists without secrets by @deep1401 in https://github.com/transformerlab/transformerlab-app/pull/1093 + - Add/compute resource slurm by @mina-parham in https://github.com/transformerlab/transformerlab-app/pull/1084 + - Added Z Image model support by @ParamThakkar123 in https://github.com/transformerlab/transformerlab-app/pull/1079 + - Dont run over and over in s3 mode by @deep1401 in https://github.com/transformerlab/transformerlab-app/pull/1101 + - Change logic for upload dataset in plugin sdk to avoid auth or requests altogether by @deep1401 in https://github.com/transformerlab/transformerlab-app/pull/1100 + - Remove titleBarStyle to prevent sidebar overlap on macos by @deep1401 in https://github.com/transformerlab/transformerlab-app/pull/1103 + - Show some default configs when adding a new provider by @deep1401 in https://github.com/transformerlab/transformerlab-app/pull/1096 + - First CLI by @aliasaria in https://github.com/transformerlab/transformerlab-app/pull/1097 + - Fix users router to work with api key auth by @deep1401 in https://github.com/transformerlab/transformerlab-app/pull/1095 + - Allow viewing and downloading image, video, json, txt and other popular artifacts by @deep1401 in https://github.com/transformerlab/transformerlab-app/pull/1102 + - Add/remove compute cluster by @mina-parham in https://github.com/transformerlab/transformerlab-app/pull/1104 + - Fix for UI Bug with Github PATs by @josh-janes in https://github.com/transformerlab/transformerlab-app/pull/1106 + Full Changelog: https://github.com/transformerlab/transformerlab-app/compare/v0.27.3...v0.27.4 +ReleaseNotesUrl: https://github.com/transformerlab/transformerlab-app/releases/tag/v0.27.4 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://transformerlab.ai/docs/intro +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/t/TransformerLab/TransformerLab/0.27.4/TransformerLab.TransformerLab.locale.zh-CN.yaml b/manifests/t/TransformerLab/TransformerLab/0.27.4/TransformerLab.TransformerLab.locale.zh-CN.yaml new file mode 100644 index 000000000000..f5e84e9306fa --- /dev/null +++ b/manifests/t/TransformerLab/TransformerLab/0.27.4/TransformerLab.TransformerLab.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: TransformerLab.TransformerLab +PackageVersion: 0.27.4 +PackageLocale: zh-CN +ShortDescription: 用于大语言模型的 100% 开源工具包:在自己的机器上训练、调整和聊天 +Description: Transformer Lab 是一个免费/自由、开源的 LLM 工作区,可以在您自己的电脑上运行。它在设计上远超于大多数现代开放 LLM 应用程序。使用 Transformer Lab,您可以在不同的推理引擎和平台上轻松地微调、评估、导出和测试 LLM。 +Tags: +- llm +- 人工智能 +- 大语言模型 +ReleaseNotesUrl: https://github.com/transformerlab/transformerlab-app/releases/tag/v0.27.4 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://transformerlab.ai/docs/intro +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/t/TransformerLab/TransformerLab/0.27.4/TransformerLab.TransformerLab.yaml b/manifests/t/TransformerLab/TransformerLab/0.27.4/TransformerLab.TransformerLab.yaml new file mode 100644 index 000000000000..c57b04a7dfc1 --- /dev/null +++ b/manifests/t/TransformerLab/TransformerLab/0.27.4/TransformerLab.TransformerLab.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: TransformerLab.TransformerLab +PackageVersion: 0.27.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/u/Unibo/Alchemist/42.3.23/Unibo.Alchemist.installer.yaml b/manifests/u/Unibo/Alchemist/42.3.23/Unibo.Alchemist.installer.yaml new file mode 100644 index 000000000000..d4f9c7cdab2e --- /dev/null +++ b/manifests/u/Unibo/Alchemist/42.3.23/Unibo.Alchemist.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Unibo.Alchemist +PackageVersion: 42.3.23 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{4A3FBF55-B2D2-364D-93D8-8CD8D20B0C76}' +AppsAndFeaturesEntries: +- DisplayName: alchemist + Publisher: Unknown + ProductCode: '{4A3FBF55-B2D2-364D-93D8-8CD8D20B0C76}' + UpgradeCode: '{4342BF32-7612-3295-9D0C-A06586CDA5D4}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\alchemist' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AlchemistSimulator/Alchemist/releases/download/42.3.23/alchemist-42.3.23.msi + InstallerSha256: D5A0EF031EC5E68204DA60AA8182B1EB961A5D75E9C11C87967A2261330BEB3B +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-12-19 diff --git a/manifests/u/Unibo/Alchemist/42.3.23/Unibo.Alchemist.locale.en-US.yaml b/manifests/u/Unibo/Alchemist/42.3.23/Unibo.Alchemist.locale.en-US.yaml new file mode 100644 index 000000000000..59fcb07b4149 --- /dev/null +++ b/manifests/u/Unibo/Alchemist/42.3.23/Unibo.Alchemist.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Unibo.Alchemist +PackageVersion: 42.3.23 +PackageLocale: en-US +Publisher: Unibo +PublisherUrl: https://github.com/AlchemistSimulator +PublisherSupportUrl: https://github.com/AlchemistSimulator/Alchemist/issues +PackageName: Alchemist +PackageUrl: https://github.com/AlchemistSimulator/Alchemist +License: GPLv3 +LicenseUrl: https://github.com/AlchemistSimulator/Alchemist/blob/HEAD/LICENSE.md +ShortDescription: an extensible simulator for pervasive computing +ReleaseNotesUrl: https://github.com/AlchemistSimulator/Alchemist/releases/tag/42.3.23 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/AlchemistSimulator/Alchemist/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/u/Unibo/Alchemist/42.3.23/Unibo.Alchemist.yaml b/manifests/u/Unibo/Alchemist/42.3.23/Unibo.Alchemist.yaml new file mode 100644 index 000000000000..2d33bec0497f --- /dev/null +++ b/manifests/u/Unibo/Alchemist/42.3.23/Unibo.Alchemist.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Unibo.Alchemist +PackageVersion: 42.3.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/v/VaclavJedlicka/ProfiCAD/13.3.9/VaclavJedlicka.ProfiCAD.installer.yaml b/manifests/v/VaclavJedlicka/ProfiCAD/13.3.9/VaclavJedlicka.ProfiCAD.installer.yaml index f1e6dbdf68cb..8de6893cff47 100644 --- a/manifests/v/VaclavJedlicka/ProfiCAD/13.3.9/VaclavJedlicka.ProfiCAD.installer.yaml +++ b/manifests/v/VaclavJedlicka/ProfiCAD/13.3.9/VaclavJedlicka.ProfiCAD.installer.yaml @@ -12,6 +12,6 @@ ReleaseDate: 2025-12-16 Installers: - Architecture: x86 InstallerUrl: https://www.proficad.com/down/13/setup_full.exe - InstallerSha256: D0B129070130C0978F3151ADD9A17DE1D65DEDB1D356C4F5382089988E801F86 + InstallerSha256: 3A7209C31F6720D8440E5B84936E2FC03D98029529D1211DB859E4B6006437D1 ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/v/VaclavJedlicka/ProfiCAD/13.3.9/VaclavJedlicka.ProfiCAD.locale.en-US.yaml b/manifests/v/VaclavJedlicka/ProfiCAD/13.3.9/VaclavJedlicka.ProfiCAD.locale.en-US.yaml index 31996235260b..6403e790f992 100644 --- a/manifests/v/VaclavJedlicka/ProfiCAD/13.3.9/VaclavJedlicka.ProfiCAD.locale.en-US.yaml +++ b/manifests/v/VaclavJedlicka/ProfiCAD/13.3.9/VaclavJedlicka.ProfiCAD.locale.en-US.yaml @@ -24,7 +24,7 @@ ReleaseNotes: |- Export to DWG format A new feature allowing export to the DWG format has been added to the program. Procedure: - In the main menu, select Documents → Export to DXF or DWG. A dialog box will open; choose the desired format, DXF or DWG, and click the Export button. + In the main menu, select Outputs → Export to DXF or DWG. A dialog box will open; choose the desired format, DXF or DWG, and click the Export button. This new feature makes collaboration with other CAD applications easier and simplifies sharing your schematics. ReleaseNotesUrl: https://www.proficad.com/news/news13.aspx PurchaseUrl: https://www.proficad.com/purchase.aspx diff --git a/manifests/w/Warp/Warp/v0.2025.12.17.17.17.stable_02/Warp.Warp.installer.yaml b/manifests/w/Warp/Warp/v0.2025.12.17.17.17.stable_02/Warp.Warp.installer.yaml new file mode 100644 index 000000000000..eea7ae6acb29 --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2025.12.17.17.17.stable_02/Warp.Warp.installer.yaml @@ -0,0 +1,48 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2025.12.17.17.17.stable_02 +InstallerType: inno +Protocols: +- warp +ProductCode: warp-terminal-stable_is1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2025.12.17.17.17.stable_02&arch=x86_64 + InstallerSha256: FE27F2611770EADCA7DD55A7C59A9E798021F9185351D5706BCB39FE89001386 + InstallerSwitches: + Custom: /CURRENTUSER + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x64 + Scope: machine + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2025.12.17.17.17.stable_02&arch=x86_64 + InstallerSha256: FE27F2611770EADCA7DD55A7C59A9E798021F9185351D5706BCB39FE89001386 + InstallerSwitches: + Custom: /ALLUSERS + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + Scope: user + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2025.12.17.17.17.stable_02&arch=arm64 + InstallerSha256: D5E8B0D61C78A713E78B77ACFE61256024620B18D57861395D16D9A7371E7023 + InstallerSwitches: + Custom: /CURRENTUSER + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2025.12.17.17.17.stable_02&arch=arm64 + InstallerSha256: D5E8B0D61C78A713E78B77ACFE61256024620B18D57861395D16D9A7371E7023 + InstallerSwitches: + Custom: /ALLUSERS + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/w/Warp/Warp/v0.2025.12.17.17.17.stable_02/Warp.Warp.locale.en-US.yaml b/manifests/w/Warp/Warp/v0.2025.12.17.17.17.stable_02/Warp.Warp.locale.en-US.yaml new file mode 100644 index 000000000000..7df324d9b677 --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2025.12.17.17.17.stable_02/Warp.Warp.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2025.12.17.17.17.stable_02 +PackageLocale: en-US +Publisher: Denver Technologies, Inc. +PublisherUrl: https://www.warp.dev/ +PublisherSupportUrl: https://www.warp.dev/contact +PrivacyUrl: https://www.warp.dev/privacy-policy +Author: Denver Technologies, Inc. +PackageName: Warp +PackageUrl: https://www.warp.dev/windows-terminal +License: Proprietary +LicenseUrl: https://www.warp.dev/terms-of-service +Copyright: Copyright 2025 Warp +CopyrightUrl: https://www.warp.dev/terms-of-service +ShortDescription: Warp is the intelligent terminal with AI and your dev team’s knowledge built-in. Warp brings AI, collaboration, and a modern-UX to this essential developer tool to help you become even more powerful. +Description: |- + Warp is the intelligent terminal with AI and your dev team's knowledge built-in. + Key Features: + - Warp AI: AI integrated in your terminal for natural language input, autofill, and intelligent suggestions. + - Warp Drive: Notebooks, workflows, and environment variables for you to use personally or with your team. + - Modern UX and Text Editing: Commands and outputs are grouped into easy to use Blocks, and you can use your cursor or customizable keybindings to easily navigate Warp’s input editor. + You can fully customize Warp's appearance, prompts, settings, and keybindings to fit your preferences. Warp works with zsh, bash, fish, and PowerShell, and is built with Rust for high performance. +Tags: +- ai +- console +- terminal +PurchaseUrl: https://www.warp.dev/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.warp.dev/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/w/Warp/Warp/v0.2025.12.17.17.17.stable_02/Warp.Warp.locale.zh-CN.yaml b/manifests/w/Warp/Warp/v0.2025.12.17.17.17.stable_02/Warp.Warp.locale.zh-CN.yaml new file mode 100644 index 000000000000..9c1a1a8c510d --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2025.12.17.17.17.stable_02/Warp.Warp.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2025.12.17.17.17.stable_02 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Warp 是一款内置 AI 和开发团队知识的智能终端。Warp 为这款重要的开发工具带来了 AI、协作和现代用户体验,让您变得更加出色。 +Description: |- + Warp 是一款内置 AI 和开发团队知识的智能终端。 + 主要功能: + - Warp AI:AI 集成在你的终端中,用于自然语言输入、自动填充和智能建议。 + - Warp Drive:笔记本、工作流和环境变量,供个人或团队使用。 + - 现代用户体验和文本编辑:将命令和输出归类到易用的“块”(Block)中,您可以使用光标或自定义组合键来轻松浏览 Warp 的输入编辑器。 + 您可以完全自定义 Warp 的外观、提示、设置和组合键,以满足自己的喜好。Warp 可与 zsh、bash、fish 和 PowerShell 配合使用,并采用 Rust 构建,性能卓越。 +Tags: +- console +- terminal +- 人工智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.warp.dev/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/w/Warp/Warp/v0.2025.12.17.17.17.stable_02/Warp.Warp.yaml b/manifests/w/Warp/Warp/v0.2025.12.17.17.17.stable_02/Warp.Warp.yaml new file mode 100644 index 000000000000..7db2bbe6d47b --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2025.12.17.17.17.stable_02/Warp.Warp.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2025.12.17.17.17.stable_02 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/w/Wondershare/PDFelement/12/12.1.3/Wondershare.PDFelement.12.installer.yaml b/manifests/w/Wondershare/PDFelement/12/12.1.3/Wondershare.PDFelement.12.installer.yaml new file mode 100644 index 000000000000..1fc26aecdecd --- /dev/null +++ b/manifests/w/Wondershare/PDFelement/12/12.1.3/Wondershare.PDFelement.12.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Wondershare.PDFelement.12 +PackageVersion: 12.1.3 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- wspe8 +FileExtensions: +- fdf +- pdf +ProductCode: '{A8FE1843-9E8B-4E01-B5CA-375BA3FB68AF}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://download.wondershare.com/cbs_down/pdfelement-pro_64bit_12.1.3_full5239.exe + InstallerSha256: C14425B72D71A91BEFA1F866F88EB0EFD87AC44425C76274811F2CCD087C2E77 +- Architecture: x86 + InstallerUrl: https://download.wondershare.com/cbs_down/pdfelement-pro_12.1.3_full5239.exe + InstallerSha256: C14425B72D71A91BEFA1F866F88EB0EFD87AC44425C76274811F2CCD087C2E77 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/w/Wondershare/PDFelement/12/12.1.3/Wondershare.PDFelement.12.locale.en-US.yaml b/manifests/w/Wondershare/PDFelement/12/12.1.3/Wondershare.PDFelement.12.locale.en-US.yaml new file mode 100644 index 000000000000..5fff43d4014b --- /dev/null +++ b/manifests/w/Wondershare/PDFelement/12/12.1.3/Wondershare.PDFelement.12.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Wondershare.PDFelement.12 +PackageVersion: 12.1.3 +PackageLocale: en-US +Publisher: Wondershare +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://support.wondershare.com/how-tos/pdfelement/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: Wondershare Technology Group Co., Ltd. +PackageName: Wondershare PDFelement +PackageUrl: https://pdf.wondershare.com/pdfelement.html +License: Proprietary +LicenseUrl: https://www.wondershare.com/company/end-user-license-agreement.html +Copyright: Copyright © 2025 Wondershare. All rights reserved. +CopyrightUrl: https://www.wondershare.com/company/terms_conditions.html +ShortDescription: Take control of your documents with this powerful PDF editor. +Description: Wondershare PDFelement is a powerful PDF tool that helps make working with PDF files easier, allows you to produce great-looking PDF documents and forms quickly, affordably, and securely. +Tags: +- annotate +- annotation +- comment +- conversion +- convert +- ebook +- edit +- editor +- ocr +- pdf +- read +- reader +- viewer +ReleaseNotes: |- + Optimized AI-generated mind maps. + Support for converting to PDF/X. + Optimized page cropping functionality. + PDF package files now support reordering. + Fixed some other issues. +ReleaseNotesUrl: https://pdf.wondershare.com/whats-new.html +PurchaseUrl: https://pdf.wondershare.com/store/windows-individuals.html +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://pdf.wondershare.com/guide/pdfelement-windows.html +- DocumentLabel: Tutorials + DocumentUrl: https://pdf.wondershare.com/pdfelement-video-community.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/w/Wondershare/PDFelement/12/12.1.3/Wondershare.PDFelement.12.locale.zh-CN.yaml b/manifests/w/Wondershare/PDFelement/12/12.1.3/Wondershare.PDFelement.12.locale.zh-CN.yaml new file mode 100644 index 000000000000..b733ee6dc4fb --- /dev/null +++ b/manifests/w/Wondershare/PDFelement/12/12.1.3/Wondershare.PDFelement.12.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Wondershare.PDFelement.12 +PackageVersion: 12.1.3 +PackageLocale: zh-CN +Author: 万兴科技集团股份有限公司 +License: 专有软件 +Copyright: Copyright © 2025 Wondershare. 保留所有权利 +ShortDescription: 使用这款强大的 PDF 编辑器,掌控您的文档。 +Description: Wondershare PDFelement 是功能十分强大的 PDF 工具,可帮助您在工作中轻松地处理 PDF 文件并能快速制作美观的 PDF 文档和表单,产品非常实惠,安全好用。 +Tags: +- ocr +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 电子书 +- 编辑 +- 编辑器 +- 转换 +- 阅读 +- 阅读器 +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://pdf.wondershare.com/guide/pdfelement-windows.html +- DocumentLabel: 教程 + DocumentUrl: https://pdf.wondershare.com/pdfelement-video-community.html +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/w/Wondershare/PDFelement/12/12.1.3/Wondershare.PDFelement.12.yaml b/manifests/w/Wondershare/PDFelement/12/12.1.3/Wondershare.PDFelement.12.yaml new file mode 100644 index 000000000000..910d3812d851 --- /dev/null +++ b/manifests/w/Wondershare/PDFelement/12/12.1.3/Wondershare.PDFelement.12.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Wondershare.PDFelement.12 +PackageVersion: 12.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/z/zTools/zTools/1.1.9/zTools.zTools.installer.yaml b/manifests/z/zTools/zTools/1.1.9/zTools.zTools.installer.yaml new file mode 100644 index 000000000000..d149bc6bd56f --- /dev/null +++ b/manifests/z/zTools/zTools/1.1.9/zTools.zTools.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: zTools.zTools +PackageVersion: 1.1.9 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: b7f771d0-2e39-509d-9099-3f63c1554aca +ReleaseDate: 2025-12-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ZToolsCenter/ZTools/releases/download/v1.1.9/ZTools-1.1.9-x64-setup.exe + InstallerSha256: 1489F850ABF0057A20BB55B8CD00C0A3FE8FE62CA52DC9EB8DA1F6B3DBFE7BA3 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/z/zTools/zTools/1.1.9/zTools.zTools.locale.en-US.yaml b/manifests/z/zTools/zTools/1.1.9/zTools.zTools.locale.en-US.yaml new file mode 100644 index 000000000000..7c532aa8d024 --- /dev/null +++ b/manifests/z/zTools/zTools/1.1.9/zTools.zTools.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: zTools.zTools +PackageVersion: 1.1.9 +PackageLocale: en-US +ShortDescription: A high-performance, scalable application launcher and plugin platform +Description: |- + A high-performance, scalable application launcher and plugin platform + ✨ Features + - 🚀 Fast Launch - Pinyin search, regex matching, history, and pinned apps + - 🧩 Plugin System - Supports UI and headless plugins, with full API support + - 📋 Clipboard Manager - History, search, image support, cross-platform native implementation + - 🎨 Theme Customization - System/light/dark modes, 6 theme colors available + - ⚡ High Performance - LMDB database, WebContentsView architecture, instant response + - 🌍 Cross-Platform - Native support for macOS and Windows, unified experience + - 🔒 Data Isolation - Plugins store data independently, secure and reliable + - 🛠️ Developer-Friendly - Full TypeScript type support, hot reload development + - ⚙️ Latest Tech Stack - Electron 38.5 + Node 22.20 + Chrome 140 +Tags: +- add-on +- addon +- app +- application +- extension +- find +- launcher +- plugin +- productivity +- search +- tool +- utility +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/z/zTools/zTools/1.1.9/zTools.zTools.locale.zh-CN.yaml b/manifests/z/zTools/zTools/1.1.9/zTools.zTools.locale.zh-CN.yaml new file mode 100644 index 000000000000..2a8a6c240a8f --- /dev/null +++ b/manifests/z/zTools/zTools/1.1.9/zTools.zTools.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: zTools.zTools +PackageVersion: 1.1.9 +PackageLocale: zh-CN +Publisher: lzx8589561 +PublisherUrl: https://github.com/ZToolsCenter +PublisherSupportUrl: https://github.com/ZToolsCenter/ZTools/issues +PackageName: zTools +PackageUrl: https://github.com/ZToolsCenter/ZTools +License: MIT +LicenseUrl: https://github.com/ZToolsCenter/ZTools/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 lzx8589561 +ShortDescription: 一个高性能、可扩展的应用启动器和插件平台 +Description: |- + 一个高性能、可扩展的应用启动器和插件平台 + ✨ 特性 + - 🚀 快速启动 - 拼音搜索、正则匹配、历史记录、固定应用 + - 🧩 插件系统 - 支持 UI 插件和无界面插件,完整的 API 支持 + - 📋 剪贴板管理 - 历史记录、搜索、图片支持、跨平台原生实现 + - 🎨 主题定制 - 系统/亮色/暗色模式,6 种主题色可选 + - ⚡ 高性能 - LMDB 数据库、WebContentsView 架构、极速响应 + - 🌍 跨平台 - 原生支持 macOS 和 Windows,统一体验 + - 🔒 数据隔离 - 插件数据独立存储,安全可靠 + - 🛠️ 开发友好 - 完整的 TypeScript 类型支持,热重载开发 + - ⚙️ 最新技术栈 - Electron 38.5 + Node 22.20 + Chrome 140 +Tags: +- 启动器 +- 工具 +- 应用 +- 扩展 +- 插件 +- 搜索 +- 效率 +- 查找 +- 生产力 +ReleaseNotesUrl: https://github.com/ZToolsCenter/ZTools/releases/tag/v1.1.9 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/z/zTools/zTools/1.1.9/zTools.zTools.yaml b/manifests/z/zTools/zTools/1.1.9/zTools.zTools.yaml new file mode 100644 index 000000000000..ddf9f4e331a1 --- /dev/null +++ b/manifests/z/zTools/zTools/1.1.9/zTools.zTools.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: zTools.zTools +PackageVersion: 1.1.9 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/z/zevnda/SteamGameIdler/2.5.20/zevnda.SteamGameIdler.installer.yaml b/manifests/z/zevnda/SteamGameIdler/2.5.20/zevnda.SteamGameIdler.installer.yaml new file mode 100644 index 000000000000..96f10fec4356 --- /dev/null +++ b/manifests/z/zevnda/SteamGameIdler/2.5.20/zevnda.SteamGameIdler.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: zevnda.SteamGameIdler +PackageVersion: 2.5.20 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: Steam Game Idler +ReleaseDate: 2025-12-19 +AppsAndFeaturesEntries: +- ProductCode: Steam Game Idler +InstallationMetadata: + DefaultInstallLocation: placeholder\Steam Game Idler +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zevnda/steam-game-idler/releases/download/2.5.20/Steam.Game.Idler_2.5.20_x64-setup.exe + InstallerSha256: E51F7E5A8E615BB2D13E60ED714D2E2F83EA42CC1D16F983513F6F1014DAC3DE +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/z/zevnda/SteamGameIdler/2.5.20/zevnda.SteamGameIdler.locale.en-US.yaml b/manifests/z/zevnda/SteamGameIdler/2.5.20/zevnda.SteamGameIdler.locale.en-US.yaml new file mode 100644 index 000000000000..be4c2025e824 --- /dev/null +++ b/manifests/z/zevnda/SteamGameIdler/2.5.20/zevnda.SteamGameIdler.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: zevnda.SteamGameIdler +PackageVersion: 2.5.20 +PackageLocale: en-US +Publisher: zevnda +PublisherUrl: https://github.com/zevnda +PublisherSupportUrl: https://github.com/zevnda/steam-game-idler/issues +Author: zevnda +PackageName: Steam Game Idler +PackageUrl: https://github.com/zevnda/steam-game-idler +License: MIT +LicenseUrl: https://github.com/zevnda/steam-game-idler/blob/HEAD/LICENSE +Copyright: Copyright © 2024-2025 zevnda +ShortDescription: Farm Steam trading cards, manage achievements, and idle games automatically — an all-in-one alternative to ArchiSteamFarm, Steam Achievement Manager, and Idle Master +Description: Steam Game Idler (SGI) is a Steam automation tool for farming trading cards, managing achievements, and boosting playtime across all games in your Steam library. +Tags: +- steam steam-idle-master steam-farm +ReleaseNotes: |- + What's Changed + - refactor(automation): improve auto redeem free games feature by @zevnda in #1363 + - chore(i18n): pull translations from crowdin by @sgi-actions[bot] in #1364 + Full Changelog: 2.5.19...2.5.20 +ReleaseNotesUrl: https://github.com/zevnda/steam-game-idler/releases/tag/2.5.20 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/z/zevnda/SteamGameIdler/2.5.20/zevnda.SteamGameIdler.yaml b/manifests/z/zevnda/SteamGameIdler/2.5.20/zevnda.SteamGameIdler.yaml new file mode 100644 index 000000000000..4e1f1119d182 --- /dev/null +++ b/manifests/z/zevnda/SteamGameIdler/2.5.20/zevnda.SteamGameIdler.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: zevnda.SteamGameIdler +PackageVersion: 2.5.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0