From a01ef2af34707d0425217782f5d61426211a931b Mon Sep 17 00:00:00 2001 From: Tristan Cartledge <108070248+TristanSpeakEasy@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:10:55 +1000 Subject: [PATCH 001/100] New version: Speakeasy.speakeasy 1.680.2 (#324730) Co-authored-by: goreleaserbot --- .../Speakeasy.speakeasy.installer.yaml | 34 +++++++++++++++++++ .../Speakeasy.speakeasy.locale.en-US.yaml | 28 +++++++++++++++ .../1.680.2/Speakeasy.speakeasy.yaml | 7 ++++ 3 files changed, 69 insertions(+) create mode 100644 manifests/s/Speakeasy/speakeasy/1.680.2/Speakeasy.speakeasy.installer.yaml create mode 100644 manifests/s/Speakeasy/speakeasy/1.680.2/Speakeasy.speakeasy.locale.en-US.yaml create mode 100644 manifests/s/Speakeasy/speakeasy/1.680.2/Speakeasy.speakeasy.yaml diff --git a/manifests/s/Speakeasy/speakeasy/1.680.2/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.680.2/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 0000000000000..2269f8e7bcf3a --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.680.2/Speakeasy.speakeasy.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.680.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-12-19" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.680.2/speakeasy_windows_386.zip + InstallerSha256: 642fc682386f121425026890675fc9323024bc1dc029157eca4bb4a759b4f930 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.680.2/speakeasy_windows_arm64.zip + InstallerSha256: d8b9560d3b9945b5e8fc45c526ce85f1d8b3f2b574d4fe2d25dc355558e119e5 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.680.2/speakeasy_windows_amd64.zip + InstallerSha256: 447cb07edc7bdd59acdfdad9ee44a936dcffe46d25c3684e0f99ac04052375b4 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.680.2/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.680.2/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 0000000000000..75eb56242a613 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.680.2/Speakeasy.speakeasy.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.680.2 +PackageLocale: en-US +Publisher: Speakeasy +PublisherUrl: https://www.speakeasy.com +PublisherSupportUrl: https://github.com/speakeasy-api/speakeasy/issues +PackageName: speakeasy +PackageUrl: https://www.speakeasy.com +License: elastic +LicenseUrl: https://github.com/speakeasy-api/speakeasy/blob/main/LICENSE +Copyright: 2024 Speakeasy, Inc +ShortDescription: Speakeasy CLI makes validating API specs and generating idiomatic SDKs easy! +Description: |- + This CLI is a tool for interacting with the Speakeasy platform - the CLI brings the functionality of Speakeasy into your development workflow. It can be run locally or in your CI/CD pipeline to validate your API specs, generate SDKs and more. + + Current functions of the CLI include: + + Generating idiomatic client SDKs from OpenAPI 3.x specs: + Live: Go, Python3, Typescript(Node), Java, PHP, Ruby, Terraform + Validating the correctness of OpenAPI3 specs. The CLI has a built in command to validate your spec and post helpful error messages. + Authenticating with the platform and managing API keys. +Moniker: speakeasy +ReleaseNotes: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.680.2 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.680.2 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.680.2/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.680.2/Speakeasy.speakeasy.yaml new file mode 100644 index 0000000000000..d90aa9ff5b918 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.680.2/Speakeasy.speakeasy.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.680.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 57482462038c9734ba635ecf9ab462dd642b238a Mon Sep 17 00:00:00 2001 From: Tristan Cartledge <108070248+TristanSpeakEasy@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:11:10 +1000 Subject: [PATCH 002/100] New version: Speakeasy.speakeasy 1.680.3 (#324731) Co-authored-by: goreleaserbot --- .../Speakeasy.speakeasy.installer.yaml | 34 +++++++++++++++++++ .../Speakeasy.speakeasy.locale.en-US.yaml | 28 +++++++++++++++ .../1.680.3/Speakeasy.speakeasy.yaml | 7 ++++ 3 files changed, 69 insertions(+) create mode 100644 manifests/s/Speakeasy/speakeasy/1.680.3/Speakeasy.speakeasy.installer.yaml create mode 100644 manifests/s/Speakeasy/speakeasy/1.680.3/Speakeasy.speakeasy.locale.en-US.yaml create mode 100644 manifests/s/Speakeasy/speakeasy/1.680.3/Speakeasy.speakeasy.yaml diff --git a/manifests/s/Speakeasy/speakeasy/1.680.3/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.680.3/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 0000000000000..18cf20984a7fb --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.680.3/Speakeasy.speakeasy.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.680.3 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-12-19" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.680.3/speakeasy_windows_386.zip + InstallerSha256: 0d748f92195d9f902b13340accbaa801eab40048788df3186b863b2220eff131 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.680.3/speakeasy_windows_arm64.zip + InstallerSha256: 5ebe2d11798948275d18fc0a55a9fd064f7aee4e67b672e6494c26f688b7e90f + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.680.3/speakeasy_windows_amd64.zip + InstallerSha256: 0dcba74bea607f1988685e8bb00e4637a40d20de23cfb011c01d32c5cc6e5c69 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.680.3/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.680.3/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 0000000000000..4b4d3feb40e37 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.680.3/Speakeasy.speakeasy.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.680.3 +PackageLocale: en-US +Publisher: Speakeasy +PublisherUrl: https://www.speakeasy.com +PublisherSupportUrl: https://github.com/speakeasy-api/speakeasy/issues +PackageName: speakeasy +PackageUrl: https://www.speakeasy.com +License: elastic +LicenseUrl: https://github.com/speakeasy-api/speakeasy/blob/main/LICENSE +Copyright: 2024 Speakeasy, Inc +ShortDescription: Speakeasy CLI makes validating API specs and generating idiomatic SDKs easy! +Description: |- + This CLI is a tool for interacting with the Speakeasy platform - the CLI brings the functionality of Speakeasy into your development workflow. It can be run locally or in your CI/CD pipeline to validate your API specs, generate SDKs and more. + + Current functions of the CLI include: + + Generating idiomatic client SDKs from OpenAPI 3.x specs: + Live: Go, Python3, Typescript(Node), Java, PHP, Ruby, Terraform + Validating the correctness of OpenAPI3 specs. The CLI has a built in command to validate your spec and post helpful error messages. + Authenticating with the platform and managing API keys. +Moniker: speakeasy +ReleaseNotes: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.680.3 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.680.3 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.680.3/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.680.3/Speakeasy.speakeasy.yaml new file mode 100644 index 0000000000000..7c07847dc7a0d --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.680.3/Speakeasy.speakeasy.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.680.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 13cc5468e9a254e41775d2a1cdebe71581d433ef Mon Sep 17 00:00:00 2001 From: BassieZ <135978380+duv23121@users.noreply.github.com> Date: Fri, 19 Dec 2025 11:11:28 +0100 Subject: [PATCH 003/100] New version: WatchGuard.WatchGuardSystemManager version 2025.1.4 (#324736) --- ...ard.WatchGuardSystemManager.installer.yaml | 13 ++++++++++++ ....WatchGuardSystemManager.locale.en-US.yaml | 21 +++++++++++++++++++ ....WatchGuardSystemManager.locale.zh-CN.yaml | 11 ++++++++++ .../WatchGuard.WatchGuardSystemManager.yaml | 8 +++++++ 4 files changed, 53 insertions(+) create mode 100644 manifests/w/WatchGuard/WatchGuardSystemManager/2025.1.4/WatchGuard.WatchGuardSystemManager.installer.yaml create mode 100644 manifests/w/WatchGuard/WatchGuardSystemManager/2025.1.4/WatchGuard.WatchGuardSystemManager.locale.en-US.yaml create mode 100644 manifests/w/WatchGuard/WatchGuardSystemManager/2025.1.4/WatchGuard.WatchGuardSystemManager.locale.zh-CN.yaml create mode 100644 manifests/w/WatchGuard/WatchGuardSystemManager/2025.1.4/WatchGuard.WatchGuardSystemManager.yaml diff --git a/manifests/w/WatchGuard/WatchGuardSystemManager/2025.1.4/WatchGuard.WatchGuardSystemManager.installer.yaml b/manifests/w/WatchGuard/WatchGuardSystemManager/2025.1.4/WatchGuard.WatchGuardSystemManager.installer.yaml new file mode 100644 index 0000000000000..bc58c8a405498 --- /dev/null +++ b/manifests/w/WatchGuard/WatchGuardSystemManager/2025.1.4/WatchGuard.WatchGuardSystemManager.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: WatchGuard.WatchGuardSystemManager +PackageVersion: 2025.1.4 +InstallerType: inno +ProductCode: WatchGuard System Manager 2025.1_is1 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.watchguard.com/SoftwareCenter/Files/WSM/2025_1_4/wsm_2025_1_4.exe + InstallerSha256: 60CB4EBEA043D2B0495B27A2FE203C8180D201454D5B667F89D769854948DF0B +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/w/WatchGuard/WatchGuardSystemManager/2025.1.4/WatchGuard.WatchGuardSystemManager.locale.en-US.yaml b/manifests/w/WatchGuard/WatchGuardSystemManager/2025.1.4/WatchGuard.WatchGuardSystemManager.locale.en-US.yaml new file mode 100644 index 0000000000000..0a1f2bc687fe8 --- /dev/null +++ b/manifests/w/WatchGuard/WatchGuardSystemManager/2025.1.4/WatchGuard.WatchGuardSystemManager.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: WatchGuard.WatchGuardSystemManager +PackageVersion: 2025.1.4 +PackageLocale: en-US +Publisher: WatchGuard Technologies, Inc. +PublisherUrl: https://www.watchguard.com/ +PublisherSupportUrl: https://www.watchguard.com/wgrd-support/overview +PrivacyUrl: https://www.watchguard.com/wgrd-trust-center/privacy-policy +Author: WatchGuard Technologies, Inc. +PackageName: WatchGuard System Manager +PackageUrl: https://www.watchguard.com/wgrd-products/network-security/management-wsm +License: Proprietary +LicenseUrl: https://www.watchguard.com/wgrd-trust-center/terms-of-use +Copyright: Copyright © 1998 - 2025 WatchGuard Technologies, Inc. All rights reserved. +CopyrightUrl: https://www.watchguard.com/wgrd-trust-center/terms-of-use +ShortDescription: Platform for managing all Firebox appliances on a network +Description: WatchGuard System Manager (WSM) is an out-of-the-box platform that enables you to centrally manage all the Firebox appliances in your network using one easy-to-use console. +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/w/WatchGuard/WatchGuardSystemManager/2025.1.4/WatchGuard.WatchGuardSystemManager.locale.zh-CN.yaml b/manifests/w/WatchGuard/WatchGuardSystemManager/2025.1.4/WatchGuard.WatchGuardSystemManager.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6e72905cf2a17 --- /dev/null +++ b/manifests/w/WatchGuard/WatchGuardSystemManager/2025.1.4/WatchGuard.WatchGuardSystemManager.locale.zh-CN.yaml @@ -0,0 +1,11 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: WatchGuard.WatchGuardSystemManager +PackageVersion: 2025.1.4 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 用于管理网络中所有 Firebox 设备的平台 +Description: WatchGuard 系统管理器 (WSM) 是一个开箱即用的平台,通过一个简单易用的控制台,让您能够集中管理网络中所有的 Firebox 安全设备。 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/w/WatchGuard/WatchGuardSystemManager/2025.1.4/WatchGuard.WatchGuardSystemManager.yaml b/manifests/w/WatchGuard/WatchGuardSystemManager/2025.1.4/WatchGuard.WatchGuardSystemManager.yaml new file mode 100644 index 0000000000000..cd13429af76c1 --- /dev/null +++ b/manifests/w/WatchGuard/WatchGuardSystemManager/2025.1.4/WatchGuard.WatchGuardSystemManager.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: WatchGuard.WatchGuardSystemManager +PackageVersion: 2025.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 14394ad0e9f84f34d500a09d0dc8fc044804b041 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:11:46 +0800 Subject: [PATCH 004/100] ReleaseNotes: EclipseFoundation.TheiaIDE version 1.67.100 (#324747) --- ...lipseFoundation.TheiaIDE.locale.en-US.yaml | 104 +++++++++++++++++- 1 file changed, 103 insertions(+), 1 deletion(-) diff --git a/manifests/e/EclipseFoundation/TheiaIDE/1.67.100/EclipseFoundation.TheiaIDE.locale.en-US.yaml b/manifests/e/EclipseFoundation/TheiaIDE/1.67.100/EclipseFoundation.TheiaIDE.locale.en-US.yaml index aa9a8b1a6f8c0..147540d71d294 100644 --- a/manifests/e/EclipseFoundation/TheiaIDE/1.67.100/EclipseFoundation.TheiaIDE.locale.en-US.yaml +++ b/manifests/e/EclipseFoundation/TheiaIDE/1.67.100/EclipseFoundation.TheiaIDE.locale.en-US.yaml @@ -26,7 +26,109 @@ Tags: - develop - development - programming -ReleaseNotesUrl: https://github.com/eclipse-theia/theia/blob/HEAD/CHANGELOG.md +ReleaseNotes: |- + - [ai-anthropic] added opus 4.5 to default models #16656 + - [ai-anthropic, ai-core, ai-google, ai-openai] updated default models #16636 + - [ai-chat] clarified role of Orchestrator agent in Theia AI chat interactions #16663 + - [ai-chat-ui] ensured active session is recreated after deletion #16702 - Contributed on behalf of Lonti.com Pty Ltd + - [ai-claude-code] added session forking support #16667 + - [ai-claude-code] migrated Claude Code to Theia native slash commands and modes #16541 + - [ai-codex] added codex as an agent #16484 + - [ai-codex] correctly asserted path for windows and linux tests #16620 + - [ai-core] enableAgent/disableAgent: added async/await #16599 + - [ai-core] enabled markdown syntax for prompt template files #16557 + - [ai-core] fixed duplicate command check #16718 + - [ai-core] handled undefined parameters for prompt template discard command #16706 + - [ai-core] made opus 4.5 default in model alliasses #16734 + - [ai-core] returned command by name if not found by ID #16614 + - [ai-google] updated @google/genai dependency, added thoughtSignature support and fixed content extraction #16664 + - [ai-ide] added GitHub slash commands #16704 + - [ai-ide] added remember command #16639 + - [ai-ide] clicking on a file in ai context does not open file #16468 + - [ai-ide] improved AI Agent Configuration view #16698 + - [ai-ide] made next replacer function default #16597 + - [ai-ide] updated command prompt template examples #16608 + - [ai-llamafile] updated llamafile model status for agent availability #16692 + - [ai-openai] recursively strictified tool call schemata #16553 + - [ai-terminal] fixed unresponsiveness in ask AI terminal assistant #16714 + - [application-package] bumped API compatibility to 1.106.1 #16655 - Contributed on behalf of STMicroelectronics + - [ci] fixed check-new-packages workflow and checkPublish script #16650 + - [ci] migrated to npm trusted publishing (OIDC) and updated publishing workflow #16630 + - [ci] optimized test builds to avoid redundant executions #16552 + - [ci] set default values for scheduled publish-ci runs #16695 + - [core] added support for emojis in markdown renderers #16548 + - [core] fixed electron startup crash on wayland #16658 + - [core] fixed the issue with exclude pattern in user settings not merging with workspace settings #16483 + - [core] fixed workbench.startupEditor and scm.defaultViewMode reset behavior #16646 + - [core] improved error handling in catalog.json download script #16579 - contributed on behalf of STMicroelectronics + - [core] improved menubar items active state handling on hover #16586 - contributed on behalf of STMicroelectronics + - [core] improved typing related to globalThis object #16603 + - [core] npm upgrade #16516 + - [core] provided markdown and localizedMarkdown components #16470 + - [core] removed references to gitpod (now ona) #16610 + - [core] restored tree expansion state preservation in SourceTreeWidget #16654 + - [core] reverted "fix(core): restore tree expansion state preservation in SourceTreeWidget" #16672 + - [core] reverted to scrollIntoView #16532 + - [core] theia v1.66.0 released #16515 + - [core] updated nls.metadata for vscode API 1.106.1 and added update eslint localization check #16728 - contributed on behalf of STMicroelectronics + - [core] updated package READMEs #16631 + - [core] updated translations for 'applyAll' and 'finished' in Chinese locale #16556 + - [core] used PreferenceService.get to merge agent settings from different scopes #16612 + - [core] used undefined-safe deep equality check in preference updates #16709 + - [customAgents] fixed default model for theia-dev #16680 + - [debug] added breakpoint actions to debug view #16700 + - [debug] added support for "lazy" debug variables #16681 + - [debug] added support for adding the current editor selection to watch #16567 + - [debug] added support for data breakpoints #16505 + - [debug] opened stack frame editor on tap #16519 + - [debug] variables made expandable when they should not #16684 + - [dev-container] basic devcontainer docker compose support #16577 + - [dev-container] fixed devContainer startup failure due to non-injectable logger #16678 + - [doc] added coding guideline for localizing rich content #16501 + - [doc] added i18n checklist item to PR template and review checklist #16611 + - [doc] updated publishing guide #16592 - Contributed on behalf of STMicroelectronics + - [examples] fixed script parameters #16523 + - [filesystem] fixed undefined error on context menu upload files command #16600 + - [getting-started] enhanced localization of the package #16578 + - [metrics] fixed error after deleting node_modules folder - cannot resolve package @theia/ #16602 + - [monaco] quick command panel not closing when pressing escape fixed #16668 + - [notebook] "split editor" functionality for notebooks #16507 + - [playwright] missing tslib import in @theia/playwright #16670 + - [plugin] API evolution (proposed) to 1.106.1 #16626 - contributed on behalf of STMicroelectronics + - [plugin] API evolution (public) to 1.106.1 #16625 - Contributed on behalf of STMicroelectronics + - [plugin-ext] fixed incorrect argument passing to StatusBarEntry #16694 + - [plugin-ext] fixed issue with creating proper type instances in toSymbolInformation #16731 + - [preferences] fixed: align input heights in preferences UI #16733 + - [preferences] preference UI: subscribed directly to provider changes #16506 + - [prompts] added two agents that allow for an agentic flow #16473 + - [prompts] moved TheiaDev and TheiaDevCoder prompts to customAgents.yml #16711 + - [terminal] enhanced localization of the terminal package #16587 + - [terminal] new terminals were created in the panel of the clicked button #16538 + - [terminal] when the terminal was inputting with a Chinese input method, the text that had already been input was covered #16605 + - [terminal-manager] Adds new package providing a terminal manager widget to have multiple terminals within one view. Adds setting terminal.grouping.mode to switch between the old behavior and the new view. Default is the old behavior. #16604 + - [terminal-manager] enhanced localization of the terminal-manager package #16717 + - [terminal-manager] removed terminal flash animation on selection and cleaned up unused css rules #16715 + - [timeline] updated proposed.timeline API and theia timeline view implementation #16627 - Contributed on behalf of STMicroelectronics + - [toolbar] improved icon picker dialog for adding toolbar items and updated @vscode/codicons #16629 + - [vsx-registry] used versioned id's for (un)installed and deployed plugins #16513 + - [workspace] do not copy preferences that are valid in folder scope #16622 + - [workspace] enhanced localization of the workspace package #16589 + + Breaking Changes: + - [ai-core] objects returned by AiSettingsService settings retrievals marked readonly. To mutate a settings object, make a copy. #16612 + - [core] CommonCommands has been extracted from common-frontend-contribution.ts into its own file common-commands.ts. This only affects code using deep imports: imports of CommonCommands from @theia/core/lib/browser/common-frontend-contribution should be updated to use the standard barrel export @theia/core/lib/browser instead. + - [core] CommonMenus has been extracted from common-frontend-contribution.ts into its own file common-menus.ts. This only affects code using deep imports: imports of CommonMenus from @theia/core/lib/browser/common-frontend-contribution should be updated to use the standard barrel export @theia/core/lib/browser instead. + - [core] moved CommonCommands to separate file #16522 + - [debug] DebugSessionManager.getFunctionBreakpoints(), DebugSessionManager.getInstructionBreakpoints(), and DebugSessionManager.getBreakpoints() no longer default to the current session when called without arguments. Callers that relied on the implicit default to currentSession must now pass this.currentSession explicitly. #16537 + - [debug] refactored some of the debug model elements as part of #16689: + - added required id parameter to DebugStackFrame and DebugScope constructors + - changed type of keys in the DebugThread._frames map from number to string + - added required startFrame parameter to DebugThread.doUpdateFrames method + - [debug] some of the fields and methods of DebugToolBar have been removed in #16719 + - [debug] moved Debug*Commands and DebugMenus to separate file #16700 + - [plugin-ext] $setBadge method removed from WebviewsMain interface and WebviewsMainImpl; badge-related fields removed from WebviewView interface and implementation; badge-related fields removed from PluginViewWidget; badge-related fields removed from WebviewWidget. Use the BadgeService instead of BadgeWidget interface implementation to show extension badges. #16518 + - [scm] ScmTabBarDecorator and bindings removed. ScmWidget now contributes badge decorations via the BadgeService. #16518 +ReleaseNotesUrl: https://github.com/eclipse-theia/theia/blob/HEAD/CHANGELOG.md#1670---12102025 Documentations: - DocumentLabel: Docs DocumentUrl: https://theia-ide.org/docs/ From c0d077f2e35648d5953c8b7909a08afa65113c82 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:12:02 +0800 Subject: [PATCH 005/100] ReleaseNotes: legeling.PromptHub version 0.2.9 (#324763) --- .../0.2.9/legeling.PromptHub.locale.zh-CN.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/manifests/l/legeling/PromptHub/0.2.9/legeling.PromptHub.locale.zh-CN.yaml b/manifests/l/legeling/PromptHub/0.2.9/legeling.PromptHub.locale.zh-CN.yaml index c1342000d4924..2a246430882af 100644 --- a/manifests/l/legeling/PromptHub/0.2.9/legeling.PromptHub.locale.zh-CN.yaml +++ b/manifests/l/legeling/PromptHub/0.2.9/legeling.PromptHub.locale.zh-CN.yaml @@ -35,6 +35,21 @@ Tags: - 大语言模型 - 提示词 - 聊天机器人 -ReleaseNotesUrl: https://github.com/legeling/PromptHub/blob/HEAD/README.md +ReleaseNotes: |- + 新功能 / Added + - 📌 Prompt 置顶功能:支持将重要 Prompt 置顶显示,置顶项始终排在列表最前面 + - Prompt Pinning: Pin important prompts to the top of the list for quick access + - ✨ 切换动画:Prompt 列表和详情区域添加平滑过渡动画,提升视觉体验 + - Transition Animations: Added smooth animations when switching prompts and views + 优化 / Changed + - 🔒 Windows 单实例模式:防止多开应用窗口,从托盘恢复时聚焦已有窗口 + - Windows Single Instance: Prevents multiple app windows; focuses existing window when restoring from tray + - 🎨 设置页面按钮间距:优化设置菜单按钮间距,视觉更舒适 + - Settings Button Spacing: Improved spacing between settings menu buttons + - 🖼️ 关于页面图标:移除图标阴影,更简洁 + - About Page Icon: Removed shadow for cleaner appearance + - 📝 排序文案简化:将"最新优先"简化为"最新",更自然 + - Sort Labels: Simplified "Newest First" to "Newest" for cleaner UI +ReleaseNotesUrl: https://github.com/legeling/PromptHub/blob/HEAD/CHANGELOG.md#029---2025-12-18 ManifestType: defaultLocale ManifestVersion: 1.10.0 From 32c55e4c96c125b8b00db84c84e6d8fa3eb73e28 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:12:18 +0800 Subject: [PATCH 006/100] ReleaseNotes: legeling.PromptHub version 0.2.8 (#324764) --- .../0.2.8/legeling.PromptHub.locale.zh-CN.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/manifests/l/legeling/PromptHub/0.2.8/legeling.PromptHub.locale.zh-CN.yaml b/manifests/l/legeling/PromptHub/0.2.8/legeling.PromptHub.locale.zh-CN.yaml index ef5cc69887077..c85d86d1a3b7d 100644 --- a/manifests/l/legeling/PromptHub/0.2.8/legeling.PromptHub.locale.zh-CN.yaml +++ b/manifests/l/legeling/PromptHub/0.2.8/legeling.PromptHub.locale.zh-CN.yaml @@ -35,6 +35,18 @@ Tags: - 大语言模型 - 提示词 - 聊天机器人 -ReleaseNotesUrl: https://github.com/legeling/PromptHub/blob/HEAD/README.md +ReleaseNotes: |- + 新功能 / Added + - 🔔 顶栏更新提醒入口:在搜索框右侧以轻量提示展示可用更新,点击后才打开更新对话框 + - Top-bar Update Indicator: Shows a subtle "update available" pill next to the search bar and opens the dialog on demand + 优化 / Changed + - 🍎 macOS 升级逻辑调整:下载完成后自动打开下载目录,引导用户手动安装并提供操作步骤 + - macOS Update Flow: Opens the Downloads folder after downloading so users can manually install unsigned builds + - 🌐 更新对话框补充手动下载入口:自动更新失败时直接给出 GitHub Releases 按钮,方便用户自行下载 + - Manual Download Button: Update dialog now links to GitHub Releases whenever auto-update fails + 修复 / Fixed + - 🖼️ 本地图片占位与错误处理:新增 LocalImage 组件并应用于详情/主内容,避免因文件缺失导致 ERR_FILE_NOT_FOUND + - Local Image Fallback: Added LocalImage component with graceful degradation to prevent ERR_FILE_NOT_FOUND when images are missing +ReleaseNotesUrl: https://github.com/legeling/PromptHub/blob/HEAD/CHANGELOG.md#028---2025-12-18 ManifestType: defaultLocale ManifestVersion: 1.10.0 From e588c1b515e9043e663085d4b4a7e123cb5bb299 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:12:34 +0800 Subject: [PATCH 007/100] ReleaseNotes: legeling.PromptHub version 0.2.5 (#324765) --- .../0.2.5/legeling.PromptHub.locale.zh-CN.yaml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/manifests/l/legeling/PromptHub/0.2.5/legeling.PromptHub.locale.zh-CN.yaml b/manifests/l/legeling/PromptHub/0.2.5/legeling.PromptHub.locale.zh-CN.yaml index 8a0fefbfe98f5..fbd869bf1d9f0 100644 --- a/manifests/l/legeling/PromptHub/0.2.5/legeling.PromptHub.locale.zh-CN.yaml +++ b/manifests/l/legeling/PromptHub/0.2.5/legeling.PromptHub.locale.zh-CN.yaml @@ -36,18 +36,27 @@ Tags: - 提示词 - 聊天机器人 ReleaseNotes: |- - 新功能 + 新功能 / Added - 🌐 添加多语言支持(简体中文、繁体中文、英文、日语、西班牙语、德语、法语) + - Multi-language Support (Simplified Chinese, Traditional Chinese, English, Japanese, Spanish, German, French) - 🪟 Windows 关闭窗口时可选择最小化到托盘或退出(支持记住选择) + - Windows Close Action: Choose minimize to tray or exit (with remember option) - 💬 关于页面添加问题反馈 Issue 按钮 + - About Page: Added issue feedback button - 🌍 初始化数据根据用户语言自动选择对应语言版本 + - Auto Language Detection: Initialize data based on user language - 📥 README 添加快速下载表格,支持 Windows/macOS/Linux 各架构一键下载 + - README Download Table: Quick download for Windows/macOS/Linux - 🔔 优化软件更新功能,支持 Markdown 渲染 Release Notes + - Update Feature: Markdown rendering for Release Notes - 🚀 启动时自动检查更新(可在设置中关闭) - 优化 + - Auto Update Check: Check for updates on startup (can be disabled) + 优化 / Changed - 🎨 双语对照提示文案优化,不再硬编码"中英" - 修复 + - Improved bilingual prompt text, no longer hardcoded "Chinese/English" + 修复 / Fixed - ☁️ 修复坚果云 WebDAV 同步失败问题(添加 MKCOL 目录创建和 User-Agent 头) -ReleaseNotesUrl: https://github.com/legeling/PromptHub/blob/HEAD/README.md#v025-2025-12-12 + - Fixed Nutstore WebDAV sync failure (added MKCOL and User-Agent header) +ReleaseNotesUrl: https://github.com/legeling/PromptHub/blob/HEAD/CHANGELOG.md#025---2025-12-12 ManifestType: defaultLocale ManifestVersion: 1.10.0 From 7044d65e1ac90468eb18311c6aed7d324cc7b887 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:12:49 +0800 Subject: [PATCH 008/100] ReleaseNotes: legeling.PromptHub version 0.2.4 (#324766) --- .../0.2.4/legeling.PromptHub.locale.zh-CN.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/manifests/l/legeling/PromptHub/0.2.4/legeling.PromptHub.locale.zh-CN.yaml b/manifests/l/legeling/PromptHub/0.2.4/legeling.PromptHub.locale.zh-CN.yaml index 971ec747d5896..a012a219c17c8 100644 --- a/manifests/l/legeling/PromptHub/0.2.4/legeling.PromptHub.locale.zh-CN.yaml +++ b/manifests/l/legeling/PromptHub/0.2.4/legeling.PromptHub.locale.zh-CN.yaml @@ -36,12 +36,16 @@ Tags: - 提示词 - 聊天机器人 ReleaseNotes: |- - 新功能 + 新功能 / Added - 🌐 支持双语提示词(中英文版本),详情页可切换显示 + - Bilingual Prompts: Support Chinese/English versions with toggle in detail view - 📋 复制和 AI 测试操作会根据当前语言模式使用对应版本 - 优化 + - Language-aware Copy/Test: Use corresponding version based on current language mode + 优化 / Changed - 🎨 优化视图切换动画,添加平滑淡入淡出效果 (Closes #13) + - Improved view switch animation with smooth fade effect (Closes #13) - 🎨 视图切换按钮添加滑动指示器动画 -ReleaseNotesUrl: https://github.com/legeling/PromptHub/blob/HEAD/README.md#v024-2025-12-10 + - Added sliding indicator animation to view switch buttons +ReleaseNotesUrl: https://github.com/legeling/PromptHub/blob/HEAD/CHANGELOG.md#024---2025-12-10 ManifestType: defaultLocale ManifestVersion: 1.10.0 From 5b76aab3039ad621d756c32fe551fc3cf207f1de Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:13:05 +0800 Subject: [PATCH 009/100] ReleaseNotes: legeling.PromptHub version 0.2.2 (#324767) --- .../0.2.2/legeling.PromptHub.locale.zh-CN.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/manifests/l/legeling/PromptHub/0.2.2/legeling.PromptHub.locale.zh-CN.yaml b/manifests/l/legeling/PromptHub/0.2.2/legeling.PromptHub.locale.zh-CN.yaml index cf3c0e2918491..fbdcbd23c6c51 100644 --- a/manifests/l/legeling/PromptHub/0.2.2/legeling.PromptHub.locale.zh-CN.yaml +++ b/manifests/l/legeling/PromptHub/0.2.2/legeling.PromptHub.locale.zh-CN.yaml @@ -36,14 +36,20 @@ Tags: - 提示词 - 聊天机器人 ReleaseNotes: |- - 修复 + 修复 / Fixed - 🐛 修复关于页面版本号硬编码问题(现在动态获取) + - Fixed hardcoded version in About page (now dynamically fetched) - 🐛 修复关于页面图标显示异常 + - Fixed About page icon display issue - 🐛 修复检查更新功能失效(cannot set properties of undefined) + - Fixed update check failure (cannot set properties of undefined) - 🐛 修复自动更新模块加载失败时的错误处理 - 优化 + - Fixed error handling when auto-update module fails to load + 优化 / Changed - 🎨 更新失败时显示手动下载链接 + - Show manual download link when update fails - 🔒 清除数据现在需要输入主密码验证(高危操作保护) -ReleaseNotesUrl: https://github.com/legeling/PromptHub/blob/HEAD/README.md#v022-2025-12-08 + - Clear data now requires master password verification (high-risk operation protection) +ReleaseNotesUrl: https://github.com/legeling/PromptHub/blob/HEAD/CHANGELOG.md#022---2025-12-08 ManifestType: defaultLocale ManifestVersion: 1.10.0 From b4e35ac62c254ac9708d2a1a1286c3ca55270ebb Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:13:23 +0800 Subject: [PATCH 010/100] Fix: JLC.LCEDA.Pro version 2.2.40.3 (#324768) --- .../j/JLC/LCEDA/Pro/2.2.40.3/JLC.LCEDA.Pro.locale.en-US.yaml | 1 - .../j/JLC/LCEDA/Pro/2.2.40.3/JLC.LCEDA.Pro.locale.zh-CN.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.40.3/JLC.LCEDA.Pro.locale.en-US.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.40.3/JLC.LCEDA.Pro.locale.en-US.yaml index cfd3f584945de..fa89f6655baca 100644 --- a/manifests/j/JLC/LCEDA/Pro/2.2.40.3/JLC.LCEDA.Pro.locale.en-US.yaml +++ b/manifests/j/JLC/LCEDA/Pro/2.2.40.3/JLC.LCEDA.Pro.locale.en-US.yaml @@ -19,7 +19,6 @@ Tags: - eda - electronic-design-automation - pcb -ReleaseNotes: '- 撤销“修复导出 csv 格式的坐标文件,在 wps 打开后保存异常的问题”,该修改会导致有些贴片机无法识别该 CSV' ReleaseNotesUrl: https://pro.lceda.cn/page/update-record PurchaseUrl: https://lceda.cn/page/pricing Documentations: diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.40.3/JLC.LCEDA.Pro.locale.zh-CN.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.40.3/JLC.LCEDA.Pro.locale.zh-CN.yaml index 2b580509c42c1..766bbe5bae227 100644 --- a/manifests/j/JLC/LCEDA/Pro/2.2.40.3/JLC.LCEDA.Pro.locale.zh-CN.yaml +++ b/manifests/j/JLC/LCEDA/Pro/2.2.40.3/JLC.LCEDA.Pro.locale.zh-CN.yaml @@ -19,6 +19,7 @@ Tags: - eda - pcb - 电子设计自动化 +ReleaseNotes: '- 撤销“修复导出 csv 格式的坐标文件,在 wps 打开后保存异常的问题”,该修改会导致有些贴片机无法识别该 CSV' ReleaseNotesUrl: https://pro.lceda.cn/page/update-record PurchaseUrl: https://lceda.cn/page/pricing Documentations: From b1106f193044948d3831e80bfbcd941bbd88c0f3 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:13:39 +0800 Subject: [PATCH 011/100] Fix: JLC.LCEDA.Pro version 2.2.40.8 (#324769) --- .../2.2.40.8/JLC.LCEDA.Pro.locale.en-US.yaml | 17 ----------------- .../2.2.40.8/JLC.LCEDA.Pro.locale.zh-CN.yaml | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.40.8/JLC.LCEDA.Pro.locale.en-US.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.40.8/JLC.LCEDA.Pro.locale.en-US.yaml index 34e3a937414e7..ccfd4236903b3 100644 --- a/manifests/j/JLC/LCEDA/Pro/2.2.40.8/JLC.LCEDA.Pro.locale.en-US.yaml +++ b/manifests/j/JLC/LCEDA/Pro/2.2.40.8/JLC.LCEDA.Pro.locale.en-US.yaml @@ -19,23 +19,6 @@ Tags: - eda - electronic-design-automation - pcb -ReleaseNotes: |- - 公测版,客户端已可以下载 - - 修复 PCB 导入图片轮廓处理不正常的问题 - - 修复团队中复用模块复制后快捷键粘贴无效的问题 - - 修复设计规则表格修改间距后应用,恢复默认无效的问题 - - 修复约束区域内多路布线多次打孔后导线未跟随规则的问题 - - 修复导入某些 PCB 字体大小变化的问题 - - 修复某些场景下特殊封装导出 gerber 异常的问题 - - 修复分区设计放真彩图片后合入主图不显示的问题 - - 修复某些情况添加缝合孔失败的问题 - - 修复差分对布线时切层后没有按照差分对规则线宽布线 - - 修复开源工程另存为后打开 PCB 自动重建了铺铜的问题 - - 修复某些自相交数据导致 PCB 打开卡进度条的问题 - - 修复某些场景铺铜没有避开焊盘,需要把钻孔从槽孔改为圆形才可以的问题 - - 修复某个工程导入更新第一次提示无变更,再次导入会增加 U1 的问题 - - 修复一些扩展 API 的 BUG - - 修复一些格式转换的 BUG ReleaseNotesUrl: https://pro.lceda.cn/page/update-record PurchaseUrl: https://lceda.cn/page/pricing Documentations: diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.40.8/JLC.LCEDA.Pro.locale.zh-CN.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.40.8/JLC.LCEDA.Pro.locale.zh-CN.yaml index 6b849be3aaf25..c895a1b5ea9f6 100644 --- a/manifests/j/JLC/LCEDA/Pro/2.2.40.8/JLC.LCEDA.Pro.locale.zh-CN.yaml +++ b/manifests/j/JLC/LCEDA/Pro/2.2.40.8/JLC.LCEDA.Pro.locale.zh-CN.yaml @@ -19,6 +19,23 @@ Tags: - eda - pcb - 电子设计自动化 +ReleaseNotes: |- + 公测版,客户端已可以下载 + - 修复 PCB 导入图片轮廓处理不正常的问题 + - 修复团队中复用模块复制后快捷键粘贴无效的问题 + - 修复设计规则表格修改间距后应用,恢复默认无效的问题 + - 修复约束区域内多路布线多次打孔后导线未跟随规则的问题 + - 修复导入某些 PCB 字体大小变化的问题 + - 修复某些场景下特殊封装导出 gerber 异常的问题 + - 修复分区设计放真彩图片后合入主图不显示的问题 + - 修复某些情况添加缝合孔失败的问题 + - 修复差分对布线时切层后没有按照差分对规则线宽布线 + - 修复开源工程另存为后打开 PCB 自动重建了铺铜的问题 + - 修复某些自相交数据导致 PCB 打开卡进度条的问题 + - 修复某些场景铺铜没有避开焊盘,需要把钻孔从槽孔改为圆形才可以的问题 + - 修复某个工程导入更新第一次提示无变更,再次导入会增加 U1 的问题 + - 修复一些扩展 API 的 BUG + - 修复一些格式转换的 BUG ReleaseNotesUrl: https://pro.lceda.cn/page/update-record PurchaseUrl: https://lceda.cn/page/pricing Documentations: From cf2536e8b5aca992128e003eb3662a55fe8a5ff8 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:13:56 +0800 Subject: [PATCH 012/100] Fix: JLC.LCEDA.Pro version 2.2.42.2 (#324770) --- .../Pro/2.2.42.2/JLC.LCEDA.Pro.locale.en-US.yaml | 11 ----------- .../Pro/2.2.42.2/JLC.LCEDA.Pro.locale.zh-CN.yaml | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.42.2/JLC.LCEDA.Pro.locale.en-US.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.42.2/JLC.LCEDA.Pro.locale.en-US.yaml index 86a589f00e603..4a423ab2074b8 100644 --- a/manifests/j/JLC/LCEDA/Pro/2.2.42.2/JLC.LCEDA.Pro.locale.en-US.yaml +++ b/manifests/j/JLC/LCEDA/Pro/2.2.42.2/JLC.LCEDA.Pro.locale.en-US.yaml @@ -19,17 +19,6 @@ Tags: - eda - electronic-design-automation - pcb -ReleaseNotes: |- - PCB - - 修复焊盘布线切层,放过孔后会拉出两个过孔的问题 - - 修复导出 ODB++底层器件镜像偏移的问题 - - FPC 补强增加 TESA8854 材质 - 原理图 - - 在简易符号库模式下搜索公开库进行右键另存为提示参数错误的问题 - 其他 - - 调整客户端日志生成开关存入配置中(之前是判断文件夹是否存在) - - 修复没有建库权限可以批量导入库在团队的问题 - - 修复离线客户端长时间使用会产生大量缓存占用磁盘空间的问题 ReleaseNotesUrl: https://pro.lceda.cn/page/update-record PurchaseUrl: https://lceda.cn/page/pricing Documentations: diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.42.2/JLC.LCEDA.Pro.locale.zh-CN.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.42.2/JLC.LCEDA.Pro.locale.zh-CN.yaml index fef445771ff83..a1b3c97e4beff 100644 --- a/manifests/j/JLC/LCEDA/Pro/2.2.42.2/JLC.LCEDA.Pro.locale.zh-CN.yaml +++ b/manifests/j/JLC/LCEDA/Pro/2.2.42.2/JLC.LCEDA.Pro.locale.zh-CN.yaml @@ -19,6 +19,17 @@ Tags: - eda - pcb - 电子设计自动化 +ReleaseNotes: |- + PCB + - 修复焊盘布线切层,放过孔后会拉出两个过孔的问题 + - 修复导出 ODB++底层器件镜像偏移的问题 + - FPC 补强增加 TESA8854 材质 + 原理图 + - 在简易符号库模式下搜索公开库进行右键另存为提示参数错误的问题 + 其他 + - 调整客户端日志生成开关存入配置中(之前是判断文件夹是否存在) + - 修复没有建库权限可以批量导入库在团队的问题 + - 修复离线客户端长时间使用会产生大量缓存占用磁盘空间的问题 ReleaseNotesUrl: https://pro.lceda.cn/page/update-record PurchaseUrl: https://lceda.cn/page/pricing Documentations: From 7cc1e276e93ae8c99911d0029385971bb2b8124d Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:14:12 +0800 Subject: [PATCH 013/100] Fix: JLC.LCEDA.Pro version 2.2.43.2 (#324771) --- .../Pro/2.2.43.2/JLC.LCEDA.Pro.locale.en-US.yaml | 15 --------------- .../Pro/2.2.43.2/JLC.LCEDA.Pro.locale.zh-CN.yaml | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.43.2/JLC.LCEDA.Pro.locale.en-US.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.43.2/JLC.LCEDA.Pro.locale.en-US.yaml index f4559adaa1c79..735d517826c2a 100644 --- a/manifests/j/JLC/LCEDA/Pro/2.2.43.2/JLC.LCEDA.Pro.locale.en-US.yaml +++ b/manifests/j/JLC/LCEDA/Pro/2.2.43.2/JLC.LCEDA.Pro.locale.en-US.yaml @@ -19,21 +19,6 @@ Tags: - eda - electronic-design-automation - pcb -ReleaseNotes: |- - PCB - - 修复导出 ODB++内层 5 短路问题 - - 修复 IPC-D-356A 在某些 CAM 工具导入报错的问题 - - 修复某些铺铜场景 DRC 没有检测到断开链接的问题 - - 修复某些场景框选多对象删除后,撤销无法还原导线/过孔的问题 - - 修复 PCB 导出交互式 BOM 没有下载文件的问题 - 原理图 - - 修复图纸符号取消勾选明细表后,勾选属性明细表会显示出来的问题 - - 修复扩展 API 获取所有器件图元 ID 返回不对的问题 - 其他 - - 修复半离线时,工程库绑定 3D 模型无法加载 3D 模型的问题 - - 修复扩展 API 获取器件修改器件报错的问题 - - 修复导入 OrCad 符号库时没有勾选器件也会生成器件的问题 - - 修复批量表格导入生成器件,器件属性有换行符或器件名是空行导入失败的问题 ReleaseNotesUrl: https://pro.lceda.cn/page/update-record PurchaseUrl: https://lceda.cn/page/pricing Documentations: diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.43.2/JLC.LCEDA.Pro.locale.zh-CN.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.43.2/JLC.LCEDA.Pro.locale.zh-CN.yaml index 3d48449e1311d..e4f16a82b0a77 100644 --- a/manifests/j/JLC/LCEDA/Pro/2.2.43.2/JLC.LCEDA.Pro.locale.zh-CN.yaml +++ b/manifests/j/JLC/LCEDA/Pro/2.2.43.2/JLC.LCEDA.Pro.locale.zh-CN.yaml @@ -19,6 +19,21 @@ Tags: - eda - pcb - 电子设计自动化 +ReleaseNotes: |- + PCB + - 修复导出 ODB++内层 5 短路问题 + - 修复 IPC-D-356A 在某些 CAM 工具导入报错的问题 + - 修复某些铺铜场景 DRC 没有检测到断开链接的问题 + - 修复某些场景框选多对象删除后,撤销无法还原导线/过孔的问题 + - 修复 PCB 导出交互式 BOM 没有下载文件的问题 + 原理图 + - 修复图纸符号取消勾选明细表后,勾选属性明细表会显示出来的问题 + - 修复扩展 API 获取所有器件图元 ID 返回不对的问题 + 其他 + - 修复半离线时,工程库绑定 3D 模型无法加载 3D 模型的问题 + - 修复扩展 API 获取器件修改器件报错的问题 + - 修复导入 OrCad 符号库时没有勾选器件也会生成器件的问题 + - 修复批量表格导入生成器件,器件属性有换行符或器件名是空行导入失败的问题 ReleaseNotesUrl: https://pro.lceda.cn/page/update-record PurchaseUrl: https://lceda.cn/page/pricing Documentations: From 31896f9fb9c1e9ff25fadae77a6be4e920b0bef3 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:14:29 +0800 Subject: [PATCH 014/100] ReleaseNotes: NoMachine.NoMachine version 9.3.7 (#324772) --- .../9.3.7/NoMachine.NoMachine.installer.yaml | 1 + .../9.3.7/NoMachine.NoMachine.locale.en-US.yaml | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/manifests/n/NoMachine/NoMachine/9.3.7/NoMachine.NoMachine.installer.yaml b/manifests/n/NoMachine/NoMachine/9.3.7/NoMachine.NoMachine.installer.yaml index 228fe341a8a98..161343cc1f6dd 100644 --- a/manifests/n/NoMachine/NoMachine/9.3.7/NoMachine.NoMachine.installer.yaml +++ b/manifests/n/NoMachine/NoMachine/9.3.7/NoMachine.NoMachine.installer.yaml @@ -12,6 +12,7 @@ FileExtensions: - nxv - nxw ProductCode: NoMachine_is1 +ReleaseDate: 2025-12-18 ElevationRequirement: elevatesSelf Installers: - Architecture: x86 diff --git a/manifests/n/NoMachine/NoMachine/9.3.7/NoMachine.NoMachine.locale.en-US.yaml b/manifests/n/NoMachine/NoMachine/9.3.7/NoMachine.NoMachine.locale.en-US.yaml index 6db3db9ee2e9a..b328d79213905 100644 --- a/manifests/n/NoMachine/NoMachine/9.3.7/NoMachine.NoMachine.locale.en-US.yaml +++ b/manifests/n/NoMachine/NoMachine/9.3.7/NoMachine.NoMachine.locale.en-US.yaml @@ -25,7 +25,21 @@ Tags: - remote-access - remote-control - remote-desktop -ReleaseNotesUrl: https://kb.nomachine.com/SU05W00266 +ReleaseNotes: |- + NoMachine makes available new version 9 packages to provide updates to third party libraries shipped with NoMachine software and to fix a number of issues affecting previous versions. The nxhtd and libexpat libraries, now based on httpd 2.4.66 and expat v2.7.3, incorporate fixes for CVE-2025-65082 and CVE-2025-59375, respectively. Whilst NoMachine may not be directly impacted by these vulnerabilities, keeping library versions up to date is essential for overall security and compatibility. This release additionally implements improvements to NoMachine's load-balancing custom algorithm by allowing NoMachine virtual desktops to be load-balanced among the nodes of an Enterprise Terminal Server according to the RAM usage on the nodes. + These are the trouble reports solved by this 9.3.7 release: + TR12W11654 - After a quick disconnection and reconnection, sometimes the sessions cannot be resumed + TR11W11633 - Cannot enter filename when copying a file to Ubuntu 24 in web sessions started from Chrome + TR11W11622 - Disabling all profile rules in some cases overrides all the other rules set + TR11W11634 - NoMachine LAN hosts are not showing or are slow to appear on player v.9.2 + TR10W11617 - Unexpected exit of server daemon process after adding a license + TR11W11619 - Some applications don't work correctly in KDE Plasma when NoMachine 9.2 is installed + TR11W11627 - Connection notification should not be clickable when the server status is not accessible + TR12W11644 - Load-balancing of Linux virtual desktops may not work properly when 'Load average' or 'system load' algorithms are used + TR10W11586 - Black screen connecting to Rocky Linux 9 server + TR11W11618 - NoMachine RPM packages cannot be verified on recent RPM-based systems + TR12W11658 - NoMachine server is not handling password change requests properly with Red Hat SSSD +ReleaseNotesUrl: https://kb.nomachine.com/SU12W00269 Documentations: - DocumentLabel: Documents DocumentUrl: https://www.nomachine.com/documents From c8e185c5a3f2afdd4d7504ebe64ddd46477073e6 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:14:48 +0800 Subject: [PATCH 015/100] ReleaseNotes: NoMachine.NoMachine.CloudServer version 9.3.7 (#324773) --- ...oMachine.NoMachine.CloudServer.installer.yaml | 1 + ...chine.NoMachine.CloudServer.locale.en-US.yaml | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/manifests/n/NoMachine/NoMachine/CloudServer/9.3.7/NoMachine.NoMachine.CloudServer.installer.yaml b/manifests/n/NoMachine/NoMachine/CloudServer/9.3.7/NoMachine.NoMachine.CloudServer.installer.yaml index 9b8dad8c4a3ec..510492c6fa713 100644 --- a/manifests/n/NoMachine/NoMachine/CloudServer/9.3.7/NoMachine.NoMachine.CloudServer.installer.yaml +++ b/manifests/n/NoMachine/NoMachine/CloudServer/9.3.7/NoMachine.NoMachine.CloudServer.installer.yaml @@ -12,6 +12,7 @@ FileExtensions: - nxv - nxw ProductCode: NoMachine_is1 +ReleaseDate: 2025-12-18 ElevationRequirement: elevatesSelf Installers: - Architecture: x86 diff --git a/manifests/n/NoMachine/NoMachine/CloudServer/9.3.7/NoMachine.NoMachine.CloudServer.locale.en-US.yaml b/manifests/n/NoMachine/NoMachine/CloudServer/9.3.7/NoMachine.NoMachine.CloudServer.locale.en-US.yaml index 162166e417bee..2b891cf8443cf 100644 --- a/manifests/n/NoMachine/NoMachine/CloudServer/9.3.7/NoMachine.NoMachine.CloudServer.locale.en-US.yaml +++ b/manifests/n/NoMachine/NoMachine/CloudServer/9.3.7/NoMachine.NoMachine.CloudServer.locale.en-US.yaml @@ -22,7 +22,21 @@ Tags: - remote-access - remote-control - remote-desktop -ReleaseNotesUrl: https://kb.nomachine.com/SU01W00264 +ReleaseNotes: |- + NoMachine makes available new version 9 packages to provide updates to third party libraries shipped with NoMachine software and to fix a number of issues affecting previous versions. The nxhtd and libexpat libraries, now based on httpd 2.4.66 and expat v2.7.3, incorporate fixes for CVE-2025-65082 and CVE-2025-59375, respectively. Whilst NoMachine may not be directly impacted by these vulnerabilities, keeping library versions up to date is essential for overall security and compatibility. This release additionally implements improvements to NoMachine's load-balancing custom algorithm by allowing NoMachine virtual desktops to be load-balanced among the nodes of an Enterprise Terminal Server according to the RAM usage on the nodes. + These are the trouble reports solved by this 9.3.7 release: + TR12W11654 - After a quick disconnection and reconnection, sometimes the sessions cannot be resumed + TR11W11633 - Cannot enter filename when copying a file to Ubuntu 24 in web sessions started from Chrome + TR11W11622 - Disabling all profile rules in some cases overrides all the other rules set + TR11W11634 - NoMachine LAN hosts are not showing or are slow to appear on player v.9.2 + TR10W11617 - Unexpected exit of server daemon process after adding a license + TR11W11619 - Some applications don't work correctly in KDE Plasma when NoMachine 9.2 is installed + TR11W11627 - Connection notification should not be clickable when the server status is not accessible + TR12W11644 - Load-balancing of Linux virtual desktops may not work properly when 'Load average' or 'system load' algorithms are used + TR10W11586 - Black screen connecting to Rocky Linux 9 server + TR11W11618 - NoMachine RPM packages cannot be verified on recent RPM-based systems + TR12W11658 - NoMachine server is not handling password change requests properly with Red Hat SSSD +ReleaseNotesUrl: https://kb.nomachine.com/SU12W00269 PurchaseUrl: https://store.nomachine.com Documentations: - DocumentLabel: Documents From 0f6f031c5451360d83497b8013ce00269192ef0a Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:15:05 +0800 Subject: [PATCH 016/100] ReleaseNotes: NoMachine.NoMachine.EnterpriseCloudServerCluster version 9.3.7 (#324776) --- ...e.EnterpriseCloudServerCluster.installer.yaml | 1 + ...nterpriseCloudServerCluster.locale.en-US.yaml | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/manifests/n/NoMachine/NoMachine/EnterpriseCloudServerCluster/9.3.7/NoMachine.NoMachine.EnterpriseCloudServerCluster.installer.yaml b/manifests/n/NoMachine/NoMachine/EnterpriseCloudServerCluster/9.3.7/NoMachine.NoMachine.EnterpriseCloudServerCluster.installer.yaml index 79aa380d867cc..124a3afe9b7b7 100644 --- a/manifests/n/NoMachine/NoMachine/EnterpriseCloudServerCluster/9.3.7/NoMachine.NoMachine.EnterpriseCloudServerCluster.installer.yaml +++ b/manifests/n/NoMachine/NoMachine/EnterpriseCloudServerCluster/9.3.7/NoMachine.NoMachine.EnterpriseCloudServerCluster.installer.yaml @@ -12,6 +12,7 @@ FileExtensions: - nxv - nxw ProductCode: NoMachine_is1 +ReleaseDate: 2025-12-18 ElevationRequirement: elevatesSelf Installers: - Architecture: x86 diff --git a/manifests/n/NoMachine/NoMachine/EnterpriseCloudServerCluster/9.3.7/NoMachine.NoMachine.EnterpriseCloudServerCluster.locale.en-US.yaml b/manifests/n/NoMachine/NoMachine/EnterpriseCloudServerCluster/9.3.7/NoMachine.NoMachine.EnterpriseCloudServerCluster.locale.en-US.yaml index 81f0cfa76a55a..62c95593b9a1e 100644 --- a/manifests/n/NoMachine/NoMachine/EnterpriseCloudServerCluster/9.3.7/NoMachine.NoMachine.EnterpriseCloudServerCluster.locale.en-US.yaml +++ b/manifests/n/NoMachine/NoMachine/EnterpriseCloudServerCluster/9.3.7/NoMachine.NoMachine.EnterpriseCloudServerCluster.locale.en-US.yaml @@ -22,7 +22,21 @@ Tags: - remote-access - remote-control - remote-desktop -ReleaseNotesUrl: https://kb.nomachine.com/SU01W00264 +ReleaseNotes: |- + NoMachine makes available new version 9 packages to provide updates to third party libraries shipped with NoMachine software and to fix a number of issues affecting previous versions. The nxhtd and libexpat libraries, now based on httpd 2.4.66 and expat v2.7.3, incorporate fixes for CVE-2025-65082 and CVE-2025-59375, respectively. Whilst NoMachine may not be directly impacted by these vulnerabilities, keeping library versions up to date is essential for overall security and compatibility. This release additionally implements improvements to NoMachine's load-balancing custom algorithm by allowing NoMachine virtual desktops to be load-balanced among the nodes of an Enterprise Terminal Server according to the RAM usage on the nodes. + These are the trouble reports solved by this 9.3.7 release: + TR12W11654 - After a quick disconnection and reconnection, sometimes the sessions cannot be resumed + TR11W11633 - Cannot enter filename when copying a file to Ubuntu 24 in web sessions started from Chrome + TR11W11622 - Disabling all profile rules in some cases overrides all the other rules set + TR11W11634 - NoMachine LAN hosts are not showing or are slow to appear on player v.9.2 + TR10W11617 - Unexpected exit of server daemon process after adding a license + TR11W11619 - Some applications don't work correctly in KDE Plasma when NoMachine 9.2 is installed + TR11W11627 - Connection notification should not be clickable when the server status is not accessible + TR12W11644 - Load-balancing of Linux virtual desktops may not work properly when 'Load average' or 'system load' algorithms are used + TR10W11586 - Black screen connecting to Rocky Linux 9 server + TR11W11618 - NoMachine RPM packages cannot be verified on recent RPM-based systems + TR12W11658 - NoMachine server is not handling password change requests properly with Red Hat SSSD +ReleaseNotesUrl: https://kb.nomachine.com/SU12W00269 PurchaseUrl: https://store.nomachine.com Documentations: - DocumentLabel: Documents From 2d290a7a529eab2417db1379816b713f4126544b Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:15:22 +0800 Subject: [PATCH 017/100] ReleaseNotes: NoMachine.NoMachine.EnterpriseDesktop version 9.3.7 (#324777) --- ...ne.NoMachine.EnterpriseDesktop.installer.yaml | 1 + ...NoMachine.EnterpriseDesktop.locale.en-US.yaml | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/manifests/n/NoMachine/NoMachine/EnterpriseDesktop/9.3.7/NoMachine.NoMachine.EnterpriseDesktop.installer.yaml b/manifests/n/NoMachine/NoMachine/EnterpriseDesktop/9.3.7/NoMachine.NoMachine.EnterpriseDesktop.installer.yaml index bf83082da289c..0ad10fc35a8b5 100644 --- a/manifests/n/NoMachine/NoMachine/EnterpriseDesktop/9.3.7/NoMachine.NoMachine.EnterpriseDesktop.installer.yaml +++ b/manifests/n/NoMachine/NoMachine/EnterpriseDesktop/9.3.7/NoMachine.NoMachine.EnterpriseDesktop.installer.yaml @@ -12,6 +12,7 @@ FileExtensions: - nxv - nxw ProductCode: NoMachine_is1 +ReleaseDate: 2025-12-18 ElevationRequirement: elevatesSelf Installers: - Architecture: x86 diff --git a/manifests/n/NoMachine/NoMachine/EnterpriseDesktop/9.3.7/NoMachine.NoMachine.EnterpriseDesktop.locale.en-US.yaml b/manifests/n/NoMachine/NoMachine/EnterpriseDesktop/9.3.7/NoMachine.NoMachine.EnterpriseDesktop.locale.en-US.yaml index 77c7742e5a7e3..5e99adad0b7ff 100644 --- a/manifests/n/NoMachine/NoMachine/EnterpriseDesktop/9.3.7/NoMachine.NoMachine.EnterpriseDesktop.locale.en-US.yaml +++ b/manifests/n/NoMachine/NoMachine/EnterpriseDesktop/9.3.7/NoMachine.NoMachine.EnterpriseDesktop.locale.en-US.yaml @@ -22,7 +22,21 @@ Tags: - remote-access - remote-control - remote-desktop -ReleaseNotesUrl: https://kb.nomachine.com/SU01W00264 +ReleaseNotes: |- + NoMachine makes available new version 9 packages to provide updates to third party libraries shipped with NoMachine software and to fix a number of issues affecting previous versions. The nxhtd and libexpat libraries, now based on httpd 2.4.66 and expat v2.7.3, incorporate fixes for CVE-2025-65082 and CVE-2025-59375, respectively. Whilst NoMachine may not be directly impacted by these vulnerabilities, keeping library versions up to date is essential for overall security and compatibility. This release additionally implements improvements to NoMachine's load-balancing custom algorithm by allowing NoMachine virtual desktops to be load-balanced among the nodes of an Enterprise Terminal Server according to the RAM usage on the nodes. + These are the trouble reports solved by this 9.3.7 release: + TR12W11654 - After a quick disconnection and reconnection, sometimes the sessions cannot be resumed + TR11W11633 - Cannot enter filename when copying a file to Ubuntu 24 in web sessions started from Chrome + TR11W11622 - Disabling all profile rules in some cases overrides all the other rules set + TR11W11634 - NoMachine LAN hosts are not showing or are slow to appear on player v.9.2 + TR10W11617 - Unexpected exit of server daemon process after adding a license + TR11W11619 - Some applications don't work correctly in KDE Plasma when NoMachine 9.2 is installed + TR11W11627 - Connection notification should not be clickable when the server status is not accessible + TR12W11644 - Load-balancing of Linux virtual desktops may not work properly when 'Load average' or 'system load' algorithms are used + TR10W11586 - Black screen connecting to Rocky Linux 9 server + TR11W11618 - NoMachine RPM packages cannot be verified on recent RPM-based systems + TR12W11658 - NoMachine server is not handling password change requests properly with Red Hat SSSD +ReleaseNotesUrl: https://kb.nomachine.com/SU12W00269 PurchaseUrl: https://store.nomachine.com Documentations: - DocumentLabel: Documents From 793c79d8c3347521f3757b9f4ff573b0ba869c44 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:15:41 +0800 Subject: [PATCH 018/100] ReleaseNotes: NoMachine.NoMachine.WorkgroupCloudServer version 9.3.7 (#324778) --- ...NoMachine.WorkgroupCloudServer.installer.yaml | 1 + ...achine.WorkgroupCloudServer.locale.en-US.yaml | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/manifests/n/NoMachine/NoMachine/WorkgroupCloudServer/9.3.7/NoMachine.NoMachine.WorkgroupCloudServer.installer.yaml b/manifests/n/NoMachine/NoMachine/WorkgroupCloudServer/9.3.7/NoMachine.NoMachine.WorkgroupCloudServer.installer.yaml index fe899f34577aa..2831e3e733695 100644 --- a/manifests/n/NoMachine/NoMachine/WorkgroupCloudServer/9.3.7/NoMachine.NoMachine.WorkgroupCloudServer.installer.yaml +++ b/manifests/n/NoMachine/NoMachine/WorkgroupCloudServer/9.3.7/NoMachine.NoMachine.WorkgroupCloudServer.installer.yaml @@ -12,6 +12,7 @@ FileExtensions: - nxv - nxw ProductCode: NoMachine_is1 +ReleaseDate: 2025-12-18 ElevationRequirement: elevatesSelf Installers: - Architecture: x86 diff --git a/manifests/n/NoMachine/NoMachine/WorkgroupCloudServer/9.3.7/NoMachine.NoMachine.WorkgroupCloudServer.locale.en-US.yaml b/manifests/n/NoMachine/NoMachine/WorkgroupCloudServer/9.3.7/NoMachine.NoMachine.WorkgroupCloudServer.locale.en-US.yaml index ef9140e2bdb25..af66a92e3c2e8 100644 --- a/manifests/n/NoMachine/NoMachine/WorkgroupCloudServer/9.3.7/NoMachine.NoMachine.WorkgroupCloudServer.locale.en-US.yaml +++ b/manifests/n/NoMachine/NoMachine/WorkgroupCloudServer/9.3.7/NoMachine.NoMachine.WorkgroupCloudServer.locale.en-US.yaml @@ -22,7 +22,21 @@ Tags: - remote-access - remote-control - remote-desktop -ReleaseNotesUrl: https://kb.nomachine.com/SU01W00264 +ReleaseNotes: |- + NoMachine makes available new version 9 packages to provide updates to third party libraries shipped with NoMachine software and to fix a number of issues affecting previous versions. The nxhtd and libexpat libraries, now based on httpd 2.4.66 and expat v2.7.3, incorporate fixes for CVE-2025-65082 and CVE-2025-59375, respectively. Whilst NoMachine may not be directly impacted by these vulnerabilities, keeping library versions up to date is essential for overall security and compatibility. This release additionally implements improvements to NoMachine's load-balancing custom algorithm by allowing NoMachine virtual desktops to be load-balanced among the nodes of an Enterprise Terminal Server according to the RAM usage on the nodes. + These are the trouble reports solved by this 9.3.7 release: + TR12W11654 - After a quick disconnection and reconnection, sometimes the sessions cannot be resumed + TR11W11633 - Cannot enter filename when copying a file to Ubuntu 24 in web sessions started from Chrome + TR11W11622 - Disabling all profile rules in some cases overrides all the other rules set + TR11W11634 - NoMachine LAN hosts are not showing or are slow to appear on player v.9.2 + TR10W11617 - Unexpected exit of server daemon process after adding a license + TR11W11619 - Some applications don't work correctly in KDE Plasma when NoMachine 9.2 is installed + TR11W11627 - Connection notification should not be clickable when the server status is not accessible + TR12W11644 - Load-balancing of Linux virtual desktops may not work properly when 'Load average' or 'system load' algorithms are used + TR10W11586 - Black screen connecting to Rocky Linux 9 server + TR11W11618 - NoMachine RPM packages cannot be verified on recent RPM-based systems + TR12W11658 - NoMachine server is not handling password change requests properly with Red Hat SSSD +ReleaseNotesUrl: https://kb.nomachine.com/SU12W00269 PurchaseUrl: https://store.nomachine.com Documentations: - DocumentLabel: Documents From 338d881c7ac434114ebbd242eb678a78c09b500b Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:16:03 +0800 Subject: [PATCH 019/100] Remove anyme123.ClaudeWorkbench 4.0.12 to anyme123.AnyCode 4.0.12 (#324780) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.0.12/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.12/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.12/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.12/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.12/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.0.12/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.12/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index b4ffbb7157db0..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.12/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.0.12/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.12/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 41456270ab24d..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.12/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.0.12/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.12/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 8454b42b64722..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.12/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.0.12/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.12/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 5e653ba9e65d2..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.12/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.0.12 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 50683ae46f168a66e84e8bb0bd55c8220f6c3a93 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:16:20 +0800 Subject: [PATCH 020/100] Remove anyme123.ClaudeWorkbench 4.0.13 to anyme123.AnyCode 4.0.13 (#324782) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.0.13/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.13/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.13/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.13/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.13/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.0.13/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.13/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 50aba75bfe03c..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.13/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.0.13/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.13/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index ed6905188f077..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.13/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.0.13/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.13/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 37c57de1a77ed..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.13/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.0.13/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.13/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 27d91d98f73f6..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.13/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.0.13 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From f1351534f39a282024e090a542224c7d2cb91f80 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:16:38 +0800 Subject: [PATCH 021/100] Remove anyme123.ClaudeWorkbench 4.0.14 to anyme123.AnyCode 4.0.14 (#324784) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.0.14/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.14/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.14/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.14/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.14/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.0.14/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.14/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 01f25f5d85081..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.14/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.0.14/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.14/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 19cd88255a109..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.14/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.0.14/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.14/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index f6cebd9a78451..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.14/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.0.14/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.14/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 46e92257e4322..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.14/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.0.14 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 9996efc868f7e57ea282384fa105400a96b38ffb Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:16:55 +0800 Subject: [PATCH 022/100] Remove anyme123.ClaudeWorkbench 4.0.15 to anyme123.AnyCode 4.0.15 (#324786) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.0.15/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.15/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.15/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.15/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.15/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.0.15/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.15/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 9b8541144d706..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.15/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.0.15/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.15/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 41c22f35e6716..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.15/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.0.15/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.15/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 5553b95f1812e..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.15/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.0.15/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.15/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index cdec06432a1cd..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.15/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.0.15 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 918c06ac16a9a58615f5999d7539005af49b596e Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:17:14 +0800 Subject: [PATCH 023/100] Remove anyme123.ClaudeWorkbench 4.0.16 to anyme123.AnyCode 4.0.16 (#324788) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.0.16/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.16/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.16/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.16/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.16/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.0.16/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.16/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 63c65a6aab4c7..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.16/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.0.16/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.16/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 3f967a3b7858a..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.16/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.0.16/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.16/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 646eab508d666..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.16/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.0.16/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.16/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index e983b5e2efa3c..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.16/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.0.16 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 3482c12342bc788efb85b6eca4fd91cfcd6dd66b Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:17:32 +0800 Subject: [PATCH 024/100] Remove anyme123.ClaudeWorkbench 4.0.17 to anyme123.AnyCode 4.0.17 (#324790) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.0.17/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.17/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.17/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.17/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.17/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.0.17/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.17/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 36323d1bc5c3a..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.17/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 4.0.17 -UpgradeBehavior: install -ReleaseDate: 2025-11-05 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.0.17/Claude.Workbench_4.0.17_x64-setup.exe - InstallerSha256: 6CD686B8F2188C61CB7436F2048C5F00B06E1A66E9752A3E150ABFC215402F65 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.0.17/Claude.Workbench_4.0.17_x64_en-US.msi - InstallerSha256: 9B60A30D89BB05F1CABED4F57B11745CB16C586307ECA8EA8E6E3E67C16823FD - ProductCode: '{832E075B-8A99-4EA8-AF23-A35B95415E86}' - AppsAndFeaturesEntries: - - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.0.17/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.17/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 754c1c800738e..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.17/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 4.0.17 -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/4.0.17/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.17/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 2a4045499baed..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.17/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 4.0.17 -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.17 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.0.17/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.17/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 836eab1ca09ec..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.17/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.0.17 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From c21ec6a7d30638da3d580b975de13e6c212346c4 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:17:49 +0800 Subject: [PATCH 025/100] Remove anyme123.ClaudeWorkbench 4.0.9 to anyme123.AnyCode 4.0.9 (#324792) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 -------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 56 ------------------ ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 58 ------------------- .../4.0.9/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 146 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.9/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.9/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.0.9/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.0.9/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.9/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 90b21b7e56b93..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.9/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: anyme123.ClaudeWorkbench -PackageVersion: 4.0.9 -UpgradeBehavior: install -ReleaseDate: 2025-10-29 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.0.9/Claude.Workbench_4.0.9_x64-setup.exe - InstallerSha256: 043130D892C261A46283500D905BF531209CAD4E4F2CD27CC2B5712593FEDAFD - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.0.9/Claude.Workbench_4.0.9_x64_en-US.msi - InstallerSha256: 07D0A403B845C55809E2138F4AF332E7DA0B3AAD6932BFCD24896213B0A991E7 - ProductCode: '{56C9211C-EC83-4ED5-AFE8-F057A557ADD7}' - AppsAndFeaturesEntries: - - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.0.9/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.9/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index da5ea92e5bed0..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.9/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,56 +0,0 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: anyme123.ClaudeWorkbench -PackageVersion: 4.0.9 -PackageLocale: en-US -# Publisher: -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -# PackageName: -# PackageUrl: -# License: -# LicenseUrl: -# Copyright: -# CopyrightUrl: -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 -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.0.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 0997055207ca3..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,58 +0,0 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: anyme123.ClaudeWorkbench -PackageVersion: 4.0.9 -PackageLocale: zh-CN -Publisher: workbench -PublisherUrl: https://github.com/anyme123 -PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues -# PrivacyUrl: -# Author: -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 -# CopyrightUrl: -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 驱动的交互效果 -# Moniker: -Tags: -- claude -- claude-code -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/anyme123/claude-workbench/releases/tag/v4.0.9 -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.0.9/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.0.9/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index ae0cf98e6f11d..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.0.9/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-4.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: anyme123.ClaudeWorkbench -PackageVersion: 4.0.9 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 8f0e99647a1517f60c1a8f2b2d14f99177f45fa0 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:18:06 +0800 Subject: [PATCH 026/100] Remove anyme123.ClaudeWorkbench 4.1.0 to anyme123.AnyCode 4.1.0 (#324794) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.1.0/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.1.0/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.1.0/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.1.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.1.0/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.1.0/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.1.0/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 3fa494f08562d..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.1.0/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 4.1.0 -UpgradeBehavior: install -ReleaseDate: 2025-11-06 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.1.0/Claude.Workbench_4.1.0_x64-setup.exe - InstallerSha256: 8A985A5F8AE34E26718767DF11114E2EB995B42207B70F4EF79AE3D7F5E38B53 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.1.0/Claude.Workbench_4.1.0_x64_en-US.msi - InstallerSha256: 4E17C6237C7DF40ECE33AA50278B6E4456791943507889705A64ACDFB3882261 - ProductCode: '{B66D54BE-FC81-4067-A2E6-D630FF076E40}' - AppsAndFeaturesEntries: - - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.1.0/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.1.0/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index c77035d0c0358..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.1.0/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 4.1.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/ClaudeWorkbench/4.1.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.1.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index c2cd9c191f1ad..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.1.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 4.1.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.1.0 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.1.0/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.1.0/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 790644d24f463..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.1.0/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.1.0 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 3e911d44c0f209a67bcdd5949948c22a4523b8ef Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:18:24 +0800 Subject: [PATCH 027/100] Remove anyme123.ClaudeWorkbench 4.1.1 to anyme123.AnyCode 4.1.1 (#324796) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.1.1/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.1.1/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.1.1/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.1.1/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.1.1/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.1.1/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.1.1/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 21b51d28c260f..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.1.1/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 4.1.1 -UpgradeBehavior: install -ReleaseDate: 2025-11-06 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.1.1/Claude.Workbench_4.1.0_x64-setup.exe - InstallerSha256: 2C1C741560F9D011C5F477600659D98E89A0D5C1E87BE9FF929B5D9A22FE5277 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.1.1/Claude.Workbench_4.1.0_x64_en-US.msi - InstallerSha256: 72D680B8C317F9949B299BA0516CE1E50173CBFA63FBF3FAC4083EE02B2A7847 - ProductCode: '{F87F5531-504C-4B1B-B8E9-B7C51DC8C39F}' - AppsAndFeaturesEntries: - - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.1.1/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.1.1/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index adca03b4b3dc0..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.1.1/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 4.1.1 -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/4.1.1/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.1.1/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index a98300430aaed..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.1.1/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 4.1.1 -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.1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.1.1/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.1.1/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 3d5645ec8f394..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.1.1/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.1.1 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From b20365e8473e65a4fb6d0629dceec34a0dbebd0e Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:18:41 +0800 Subject: [PATCH 028/100] Remove anyme123.ClaudeWorkbench 4.1.2 to anyme123.AnyCode 4.1.2 (#324798) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.1.2/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.1.2/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.1.2/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.1.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.1.2/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.1.2/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.1.2/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index ac2602d848293..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.1.2/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 4.1.2 -UpgradeBehavior: install -ReleaseDate: 2025-11-07 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.1.2/Claude.Workbench_4.1.2_x64-setup.exe - InstallerSha256: B1C2A3AF545E217905D61D9ED0CD500B188448DE6F006F8370B2A4F8BCDEF1A1 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.1.2/Claude.Workbench_4.1.2_x64_en-US.msi - InstallerSha256: 2E5D74993E52ACF0976588D09428E396C7E3C7823C84298192DAADB54BBEB08E - ProductCode: '{50118137-90EF-46DD-B76E-4A66EB50CBB2}' - AppsAndFeaturesEntries: - - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.1.2/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.1.2/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 139e1f8486569..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.1.2/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 4.1.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/4.1.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.1.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index a01f71837b53c..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.1.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 4.1.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/claude-workbench/releases/tag/v4.1.2 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.1.2/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.1.2/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 96144babb8834..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.1.2/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.1.2 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 84551f50924748b422bb212b9f741cb2c1a3ef11 Mon Sep 17 00:00:00 2001 From: Alexandru Geana Date: Fri, 19 Dec 2025 13:10:39 +0200 Subject: [PATCH 029/100] New version: Hex.MirrorForPhotoshopServer version 2025.12.66 (#324516) Co-authored-by: github-actions[bot] --- ...ex.MirrorForPhotoshopServer.installer.yaml | 9 ++++++++ ...MirrorForPhotoshopServer.locale.en-US.yaml | 22 +++++++++++++++++++ .../Hex.MirrorForPhotoshopServer.yaml | 5 +++++ 3 files changed, 36 insertions(+) create mode 100644 manifests/h/Hex/MirrorForPhotoshopServer/2025.12.66/Hex.MirrorForPhotoshopServer.installer.yaml create mode 100644 manifests/h/Hex/MirrorForPhotoshopServer/2025.12.66/Hex.MirrorForPhotoshopServer.locale.en-US.yaml create mode 100644 manifests/h/Hex/MirrorForPhotoshopServer/2025.12.66/Hex.MirrorForPhotoshopServer.yaml diff --git a/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.66/Hex.MirrorForPhotoshopServer.installer.yaml b/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.66/Hex.MirrorForPhotoshopServer.installer.yaml new file mode 100644 index 0000000000000..cebcf3a43a535 --- /dev/null +++ b/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.66/Hex.MirrorForPhotoshopServer.installer.yaml @@ -0,0 +1,9 @@ +PackageIdentifier: Hex.MirrorForPhotoshopServer +PackageVersion: 2025.12.66 +InstallerType: inno +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/hex/mirror-for-photoshop-server/releases/download/v2025.12.66/mirror-for-photoshop-server-installer-win-x64.exe + InstallerSha256: a456f62f94deee049609968967116fcc2206cc9b41409d982ccb88834ad66b72 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.66/Hex.MirrorForPhotoshopServer.locale.en-US.yaml b/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.66/Hex.MirrorForPhotoshopServer.locale.en-US.yaml new file mode 100644 index 0000000000000..ae2cdfe560882 --- /dev/null +++ b/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.66/Hex.MirrorForPhotoshopServer.locale.en-US.yaml @@ -0,0 +1,22 @@ +PackageIdentifier: Hex.MirrorForPhotoshopServer +PackageVersion: 2025.12.66 +PackageLocale: en-US +Publisher: hex +PublisherUrl: https://github.com/hex +Author: hex +PackageName: Mirror for Photoshop Server +PackageUrl: https://mirrorps.hexul.com/ +License: MIT +LicenseUrl: https://github.com/hex/mirror-for-photoshop-server/blob/main/LICENSE +ShortDescription: WebSocket relay server bridging Adobe Photoshop to iOS devices +ReleaseNotesUrl: https://github.com/hex/mirror-for-photoshop-server/releases/tag/v2025.12.66 +Description: Mirror for Photoshop Server is a WebSocket relay that connects Adobe Photoshop to iOS devices for real-time preview. It enables the Photoshop plugin to transmit preview images to connected iOS clients via Bonjour/mDNS discovery. +Tags: + - photoshop + - preview + - design + - ios + - websocket + - relay +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.66/Hex.MirrorForPhotoshopServer.yaml b/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.66/Hex.MirrorForPhotoshopServer.yaml new file mode 100644 index 0000000000000..35045c8c44b70 --- /dev/null +++ b/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.66/Hex.MirrorForPhotoshopServer.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: Hex.MirrorForPhotoshopServer +PackageVersion: 2025.12.66 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From abd2496ea7db3fdca33d075c9e1bca4c28fe86e6 Mon Sep 17 00:00:00 2001 From: Lablicate Quality Assurance <114160457+lablicateqa@users.noreply.github.com> Date: Fri, 19 Dec 2025 12:11:12 +0100 Subject: [PATCH 030/100] Update OpenChrom to version 1.5.38 (#324737) --- .../1.5.38/Lablicate.OpenChrom.installer.yaml | 30 +++++++++++++++++++ .../Lablicate.OpenChrom.locale.en-US.yaml | 19 ++++++++++++ .../OpenChrom/1.5.38/Lablicate.OpenChrom.yaml | 6 ++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/l/Lablicate/OpenChrom/1.5.38/Lablicate.OpenChrom.installer.yaml create mode 100644 manifests/l/Lablicate/OpenChrom/1.5.38/Lablicate.OpenChrom.locale.en-US.yaml create mode 100644 manifests/l/Lablicate/OpenChrom/1.5.38/Lablicate.OpenChrom.yaml diff --git a/manifests/l/Lablicate/OpenChrom/1.5.38/Lablicate.OpenChrom.installer.yaml b/manifests/l/Lablicate/OpenChrom/1.5.38/Lablicate.OpenChrom.installer.yaml new file mode 100644 index 0000000000000..f2c5b11f83d4f --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.5.38/Lablicate.OpenChrom.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.5.38 +InstallerLocale: en-US +InstallerType: nullsoft +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ch +- dat +- raw +- gcd +- run +- ms +- icp +- cgm +- db +- qgd +- spc +- sms +- wiff +- dfm +- prm +- mfg +- mfl +Installers: +- Architecture: x64 + InstallerUrl: https://products.lablicate.com/openchrom/1.5.38/OpenChrom_1.5.38_setup_x64.exe + InstallerSha256: aa7c62309b6bd829d0a04b3414e76165e016eb6979940b48d4d9aad99e6f5890 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.5.38/Lablicate.OpenChrom.locale.en-US.yaml b/manifests/l/Lablicate/OpenChrom/1.5.38/Lablicate.OpenChrom.locale.en-US.yaml new file mode 100644 index 0000000000000..06f8cbd5237b0 --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.5.38/Lablicate.OpenChrom.locale.en-US.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.5.38 +PackageLocale: en-US +Publisher: Lablicate GmbH +PublisherUrl: https://lablicate.com +PackageName: OpenChrom +PackageUrl: https://openchrom.net +License: EPL-2.0 +Copyright: Lablicate GmbH +ShortDescription: Open Source software for chromatography, spectrometry and spectroscopy +Tags: +- chemistry +- chromatography +- spectrometry +- spectroscopy +ReleaseNotesUrl: https://github.com/openchrom/openchrom/wiki/changelog#1.5.38 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.5.38/Lablicate.OpenChrom.yaml b/manifests/l/Lablicate/OpenChrom/1.5.38/Lablicate.OpenChrom.yaml new file mode 100644 index 0000000000000..504b8d495a842 --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.5.38/Lablicate.OpenChrom.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.5.38 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 8448edd7c3959d0521adc7b11c7424c70c17d99f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:11:31 +0800 Subject: [PATCH 031/100] New version: anyme123.AnyCode version 5.15.0 (#324749) --- .../5.15.0/anyme123.AnyCode.installer.yaml | 25 +++++++++ .../5.15.0/anyme123.AnyCode.locale.en-US.yaml | 31 +++++++++++ .../5.15.0/anyme123.AnyCode.locale.zh-CN.yaml | 53 +++++++++++++++++++ .../AnyCode/5.15.0/anyme123.AnyCode.yaml | 8 +++ 4 files changed, 117 insertions(+) create mode 100644 manifests/a/anyme123/AnyCode/5.15.0/anyme123.AnyCode.installer.yaml create mode 100644 manifests/a/anyme123/AnyCode/5.15.0/anyme123.AnyCode.locale.en-US.yaml create mode 100644 manifests/a/anyme123/AnyCode/5.15.0/anyme123.AnyCode.locale.zh-CN.yaml create mode 100644 manifests/a/anyme123/AnyCode/5.15.0/anyme123.AnyCode.yaml diff --git a/manifests/a/anyme123/AnyCode/5.15.0/anyme123.AnyCode.installer.yaml b/manifests/a/anyme123/AnyCode/5.15.0/anyme123.AnyCode.installer.yaml new file mode 100644 index 0000000000000..3fd0f589778ae --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.15.0/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.15.0 +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2025-12-19 +Installers: +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.15.0/any-code_5.15.0_x64-setup.exe + InstallerSha256: C725DBC24F6800D0D870DE61BD26B46C657D5370CC0B7A75D934BE4DA2EB5EF8 + ProductCode: Any Code +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.15.0/Any.Code_5.15.0_x64_en-US.msi + InstallerSha256: 63C83A5A63422D9B2460B43DBE26987991D5E918AAFF4CD55C8C7723F762376F + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{2E7825EF-DC20-4BF4-AC4F-3B840DE83131}' + AppsAndFeaturesEntries: + - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.15.0/anyme123.AnyCode.locale.en-US.yaml b/manifests/a/anyme123/AnyCode/5.15.0/anyme123.AnyCode.locale.en-US.yaml new file mode 100644 index 0000000000000..7301c53107b58 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.15.0/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.15.0 +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.15.0/anyme123.AnyCode.locale.zh-CN.yaml b/manifests/a/anyme123/AnyCode/5.15.0/anyme123.AnyCode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f715dd8f91d8d --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.15.0/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.15.0 +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.15.0 + 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.15.0 +ReleaseNotesUrl: https://github.com/anyme123/Any-code/releases/tag/v5.15.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.15.0/anyme123.AnyCode.yaml b/manifests/a/anyme123/AnyCode/5.15.0/anyme123.AnyCode.yaml new file mode 100644 index 0000000000000..10ec1eef39039 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.15.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.15.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 From b5355e9cef50f5ff5516b8f6abab41f08d5bf5a1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:11:48 +0800 Subject: [PATCH 032/100] Update: Kingdee.CloudHub version 5.0.4 (#324752) --- .../k/Kingdee/CloudHub/5.0.4/Kingdee.CloudHub.installer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/k/Kingdee/CloudHub/5.0.4/Kingdee.CloudHub.installer.yaml b/manifests/k/Kingdee/CloudHub/5.0.4/Kingdee.CloudHub.installer.yaml index 88e0b18339e84..7af170bb8d1c6 100644 --- a/manifests/k/Kingdee/CloudHub/5.0.4/Kingdee.CloudHub.installer.yaml +++ b/manifests/k/Kingdee/CloudHub/5.0.4/Kingdee.CloudHub.installer.yaml @@ -18,7 +18,7 @@ Protocols: ProductCode: DB959487-4688-43F0-9489-ED75AAF3743B_is1 Installers: - Architecture: x86 - InstallerUrl: https://res.yunzhijia.com/mixed/cloudhubx/win32_ia32/CloudHubXSetup_ia32_5.0.4_2512101019.exe - InstallerSha256: 01E9BD3AD9941561B0EFD21E25959CD20CD85CBBFD90EEADC1A85E2C0FBC0E1F + InstallerUrl: https://res.yunzhijia.com/mixed/cloudhubx/win32_ia32/CloudHubXSetup_ia32_5.0.4_2512181537.exe + InstallerSha256: 4DFC45ADB1692B1EC204166504A9A2B97288CCC3FA30AF229C8E167DCB7AD291 ManifestType: installer ManifestVersion: 1.10.0 From 7e9cd1f585a7736ae27a0623c10301e22116284e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:12:07 +0800 Subject: [PATCH 033/100] New version: Spotify.Spotify version 1.2.80.191.g39184aea (1.2.80.191) (#324761) --- .../Spotify.Spotify.installer.yaml | 28 ++++++++++++++ .../Spotify.Spotify.locale.en-US.yaml | 37 +++++++++++++++++++ .../Spotify.Spotify.locale.zh-CN.yaml | 36 ++++++++++++++++++ .../1.2.80.191.g39184aea/Spotify.Spotify.yaml | 8 ++++ 4 files changed, 109 insertions(+) create mode 100644 manifests/s/Spotify/Spotify/1.2.80.191.g39184aea/Spotify.Spotify.installer.yaml create mode 100644 manifests/s/Spotify/Spotify/1.2.80.191.g39184aea/Spotify.Spotify.locale.en-US.yaml create mode 100644 manifests/s/Spotify/Spotify/1.2.80.191.g39184aea/Spotify.Spotify.locale.zh-CN.yaml create mode 100644 manifests/s/Spotify/Spotify/1.2.80.191.g39184aea/Spotify.Spotify.yaml diff --git a/manifests/s/Spotify/Spotify/1.2.80.191.g39184aea/Spotify.Spotify.installer.yaml b/manifests/s/Spotify/Spotify/1.2.80.191.g39184aea/Spotify.Spotify.installer.yaml new file mode 100644 index 0000000000000..c79098949937f --- /dev/null +++ b/manifests/s/Spotify/Spotify/1.2.80.191.g39184aea/Spotify.Spotify.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: Spotify.Spotify +PackageVersion: 1.2.80.191.g39184aea +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: /silent /skip-app-launch + SilentWithProgress: /silent /skip-app-launch + Log: /log-file "" +ExpectedReturnCodes: +- InstallerReturnCode: 26 + ReturnResponse: packageInUse +UpgradeBehavior: install +ProductCode: Spotify +ElevationRequirement: elevationProhibited +Installers: +- Architecture: x64 + InstallerUrl: https://upgrade.scdn.co/upgrade/client/win32-x86_64/spotify_installer-1.2.80.191.g39184aea-607.exe + InstallerSha256: 4E79E4C0CE17135CC32AEE2FD0C33E197A644C1AB5DDCE8767FEE416D898C40F +- Architecture: arm64 + InstallerUrl: https://upgrade.scdn.co/upgrade/client/win32-arm64/spotify_installer-1.2.80.191.g39184aea-598.exe + InstallerSha256: F7F186B5BBA2CF97096DA32290C8AB4C3DE67B162C2BF30B9664B63404AC4F5A +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/Spotify/Spotify/1.2.80.191.g39184aea/Spotify.Spotify.locale.en-US.yaml b/manifests/s/Spotify/Spotify/1.2.80.191.g39184aea/Spotify.Spotify.locale.en-US.yaml new file mode 100644 index 0000000000000..adbaef07e85f4 --- /dev/null +++ b/manifests/s/Spotify/Spotify/1.2.80.191.g39184aea/Spotify.Spotify.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: Spotify.Spotify +PackageVersion: 1.2.80.191.g39184aea +PackageLocale: en-US +Publisher: Spotify AB +PublisherUrl: https://www.spotify.com/ +PublisherSupportUrl: https://support.spotify.com/ +PrivacyUrl: https://www.spotify.com/legal/privacy-policy/ +Author: Spotify AB +PackageName: Spotify +PackageUrl: https://www.spotify.com/download/windows/ +License: Proprietary +LicenseUrl: https://www.spotify.com/legal/end-user-agreement/ +Copyright: Copyright © 2025 Spotify AB. +ShortDescription: Spotify is all the music you’ll ever need. +Description: |- + With Spotify, it’s easy to find the right music or podcast for every moment – on your phone, your computer, your tablet and more. + There are millions of tracks and episodes on Spotify. So whether you’re behind the wheel, working out, partying or relaxing, the right music or podcast is always at your fingertips. Choose what you want to listen to, or let Spotify surprise you. + You can also browse through the collections of friends, artists, and celebrities, or create a radio station and just sit back. +Tags: +- 9ncbcszsjrsb +- album +- artist +- audio +- episode +- music +- playlist +- podcast +- radio +- song +- sound +- streaming +PurchaseUrl: https://www.spotify.com/premium/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Spotify/Spotify/1.2.80.191.g39184aea/Spotify.Spotify.locale.zh-CN.yaml b/manifests/s/Spotify/Spotify/1.2.80.191.g39184aea/Spotify.Spotify.locale.zh-CN.yaml new file mode 100644 index 0000000000000..278a8d4f3af51 --- /dev/null +++ b/manifests/s/Spotify/Spotify/1.2.80.191.g39184aea/Spotify.Spotify.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Spotify.Spotify +PackageVersion: 1.2.80.191.g39184aea +PackageLocale: zh-CN +Publisher: Spotify AB +PublisherUrl: https://www.spotify.com/ +PublisherSupportUrl: https://support.spotify.com/ +PrivacyUrl: https://www.spotify.com/legal/privacy-policy/ +Author: Spotify AB +PackageName: Spotify +PackageUrl: https://www.spotify.com/download/windows/ +License: 专有软件 +LicenseUrl: https://www.spotify.com/legal/end-user-agreement/ +Copyright: 版权所有 © 2025 Spotify AB。 +ShortDescription: 你喜欢的音乐都在 Spotify。 +Description: |- + 无论你是使用手机、电脑、平板电脑还是其他设备,Spotify 都可助你轻松找到各种应景的音乐或播客。 + Spotify 汇集数百万曲目和单集。因此,无论你是开车、锻炼、聚会还是放松,合你口味的音乐或播客始终触手可及。你可以选择中意的音乐,也可以让 Spotify 为你播放精选内容。 + 你还可以浏览好友、艺人和明星的收藏,或创建广播电台,然后轻松惬意地聆听。 +Tags: +- 专辑 +- 广播 +- 播客 +- 歌单 +- 歌手 +- 歌曲 +- 流媒体 +- 艺人 +- 节目 +- 音乐 +- 音频 +PurchaseUrl: https://www.spotify.com/premium/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Spotify/Spotify/1.2.80.191.g39184aea/Spotify.Spotify.yaml b/manifests/s/Spotify/Spotify/1.2.80.191.g39184aea/Spotify.Spotify.yaml new file mode 100644 index 0000000000000..37bb59d6dd080 --- /dev/null +++ b/manifests/s/Spotify/Spotify/1.2.80.191.g39184aea/Spotify.Spotify.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: Spotify.Spotify +PackageVersion: 1.2.80.191.g39184aea +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 09bca87613a7f1d98d5d6ead41cfbc8825f914ec Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:12:25 +0800 Subject: [PATCH 034/100] Remove anyme123.ClaudeWorkbench 4.1.3 to anyme123.AnyCode 4.1.3 (#324800) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.1.3/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.1.3/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.1.3/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.1.3/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.1.3/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.1.3/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.1.3/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index c63dece1ccdc9..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.1.3/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.1.3/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.1.3/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 5a6b233561de4..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.1.3/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.1.3/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.1.3/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 8975758353bcb..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.1.3/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.1.3/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.1.3/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index e7f4b67077c42..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.1.3/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.1.3 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From fdf47543e25f78554e8127b269e62d475dc7eacf Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:12:42 +0800 Subject: [PATCH 035/100] Remove anyme123.ClaudeWorkbench 4.3.1 to anyme123.AnyCode 4.3.1 (#324802) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.3.1/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.1/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.1/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.1/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.1/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.1/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.1/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index b60d5b16d4f16..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.1/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 4.3.1 -UpgradeBehavior: install -ReleaseDate: 2025-11-16 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.3.1/Claude.Workbench_4.3.1_x64-setup.exe - InstallerSha256: 765C14E80B7C52A393CE441E9419E96A4B92354DBF6CD6E1E0E6859263486AFD - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.3.1/Claude.Workbench_4.3.1_x64_en-US.msi - InstallerSha256: 035F7C4F5C61BA45427B954973DD5FD56C90B3A6333F6F6C91EBEE7DC3AFC6C2 - ProductCode: '{E405AE62-22D6-482D-A960-6EABB2640D43}' - AppsAndFeaturesEntries: - - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.1/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.1/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index ceed9abe20869..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.1/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 4.3.1 -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/4.3.1/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.1/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 3aa6d0e8638e1..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.1/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 4.3.1 -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.1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.1/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.1/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 918501f417f84..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.1/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.3.1 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From e028392a187b3afd7cbb1897de33b8dad3a9f361 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:13:00 +0800 Subject: [PATCH 036/100] Remove anyme123.ClaudeWorkbench 4.3.2 to anyme123.AnyCode 4.3.2 (#324804) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.3.2/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.2/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.2/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.2/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.2/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.2/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 0fb6bcf9c0338..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.2/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 4.3.2 -UpgradeBehavior: install -ReleaseDate: 2025-11-16 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.3.2/Claude.Workbench_4.3.2_x64-setup.exe - InstallerSha256: 9ADA6CA2477475D0A8CC266ADD87D3055D87A917C6094AA6D67EA447CA753BCB - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.3.2/Claude.Workbench_4.3.2_x64_en-US.msi - InstallerSha256: F87D373448200400E9D1EBABE2AD764B63A0FADC9826703FB9E65D5D23A48B13 - ProductCode: '{58D1A9EC-B5E0-4A13-A41C-F0B0AB5F5B6C}' - AppsAndFeaturesEntries: - - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.2/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.2/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 2937a16d45bdb..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.2/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 4.3.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/4.3.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index c4c901f0bc9c3..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 4.3.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/claude-workbench/releases/tag/v4.3.2 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.2/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.2/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 556bd98d25912..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.2/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.3.2 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 0367084d1a71e11d3480dfe75a0ab8f27388ec09 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:13:18 +0800 Subject: [PATCH 037/100] Remove anyme123.ClaudeWorkbench 4.3.3 to anyme123.AnyCode 4.3.3 (#324806) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.3.3/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.3/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.3/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.3/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.3/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.3/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.3/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index d1485f965a407..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.3/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.3.3/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.3/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 71a778011da73..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.3/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.3.3/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.3/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index f11ba1010555b..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.3/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.3.3/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.3/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 2420b025ada3d..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.3/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.3.3 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From fcc44499ebe755b4f5721f2b891bbbf44fe10a5a Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:13:40 +0800 Subject: [PATCH 038/100] Remove anyme123.ClaudeWorkbench 4.3.4 to anyme123.AnyCode 4.3.4 (#324808) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.3.4/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.4/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.4/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.4/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.4/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.4/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.4/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index f4e75ee1749ef..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.4/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 4.3.4 -UpgradeBehavior: install -ReleaseDate: 2025-11-16 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.3.4/Claude.Workbench_4.3.4_x64-setup.exe - InstallerSha256: 3124D872EAB4B32198D58B136A8B030A54EF8BEE238A3176F3EFBA5CD07323D9 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.3.4/Claude.Workbench_4.3.4_x64_en-US.msi - InstallerSha256: 684F5AE5FB777068EC911B23672128BD2A7CB0D4D521DF0611FB2696B3A69043 - ProductCode: '{F9A41A29-2725-464C-9A7B-EAB003CE4982}' - AppsAndFeaturesEntries: - - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.4/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.4/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index dabe8bdab9bf5..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.4/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 4.3.4 -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/4.3.4/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.4/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 12d8ace7832ed..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.4/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 4.3.4 -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.4 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.4/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.4/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 12b86db17c9da..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.4/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.3.4 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From d178b30945d37adb22f4580ccd7ad444d55ef8e5 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:13:58 +0800 Subject: [PATCH 039/100] Remove anyme123.ClaudeWorkbench 4.3.5 to anyme123.AnyCode 4.3.5 (#324810) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.3.5/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.5/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.5/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.5/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.5/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.5/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.5/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index a70cbed2047c6..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.5/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 4.3.5 -UpgradeBehavior: install -ReleaseDate: 2025-11-17 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.3.5/Claude.Workbench_4.3.5_x64-setup.exe - InstallerSha256: C31D925BE143A5D11D94E97B13FD76E819C0846AE6B85CBC0F99FD904B36F7DE - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.3.5/Claude.Workbench_4.3.5_x64_en-US.msi - InstallerSha256: 0A09DBF93A670722928B11078448E7D6F354816E95CF8ED9C4E1E68CFF267B18 - ProductCode: '{ADF44CAB-EAE2-497D-8BDA-25FBF626505A}' - AppsAndFeaturesEntries: - - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.5/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.5/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 929db80d9f80e..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.5/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 4.3.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/4.3.5/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.5/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 24ef976a15329..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.5/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 4.3.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/claude-workbench/releases/tag/v4.3.5 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.5/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.5/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 4e6f9a09c8496..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.5/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.3.5 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 5ea47a706cdab162b7151b4b9b8ec72dc7894c4d Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:14:16 +0800 Subject: [PATCH 040/100] Remove anyme123.ClaudeWorkbench 4.3.6 to anyme123.AnyCode 4.3.6 (#324812) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.3.6/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.6/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.6/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.6/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.6/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.6/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index cdcf0bf6ffea6..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.6/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 4.3.6 -UpgradeBehavior: install -ReleaseDate: 2025-11-19 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.3.6/Claude.Workbench_4.3.6_x64-setup.exe - InstallerSha256: BBFD7FE520EE72B4912984FCD761683880E8252749556CE140946E4B275F9EF8 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.3.6/Claude.Workbench_4.3.6_x64_en-US.msi - InstallerSha256: D070FFB295CEF9E22973AA64AAB8F9A09FDAC54F06C59C96A6D6A84DE7C7932F - ProductCode: '{12BA8889-D0D8-4A10-84B2-A7DD3EED98CE}' - AppsAndFeaturesEntries: - - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.6/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.6/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index bcd2b9801be3d..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.6/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 4.3.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/4.3.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 7868826ed7bfa..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 4.3.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/claude-workbench/releases/tag/v4.3.6 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.6/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.6/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 232fbf5fba611..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.6/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.3.6 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 0e371dbcae863258221cb15c08caec65b475ba11 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:14:34 +0800 Subject: [PATCH 041/100] Remove anyme123.ClaudeWorkbench 4.3.8 to anyme123.AnyCode 4.3.8 (#324814) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.3.8/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.8/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.8/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.8/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.8/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.8/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 322bc9afae6f1..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.8/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 4.3.8 -UpgradeBehavior: install -ReleaseDate: 2025-11-20 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.3.8/Claude.Workbench_4.3.8_x64-setup.exe - InstallerSha256: 7C10B078850190912F6B95AA7FF08979743FEEB0901ECFB32116FECDC7D78CDB - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.3.8/Claude.Workbench_4.3.8_x64_en-US.msi - InstallerSha256: BA1AAEB3FE53CC68068BB4A27D5CA5FD2D17D9FA5080BE3B9883E3F197F09AF4 - ProductCode: '{DEE2C985-282D-4CB2-A346-11C0F82F33E6}' - AppsAndFeaturesEntries: - - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.8/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.8/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 49f809ef29b94..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.8/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 4.3.8 -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/4.3.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index c5cae6c839db5..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 4.3.8 -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.8 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.8/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.8/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 8dd4776f4b0ca..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.8/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.3.8 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 1378bc53067a16926471e508060f326621c8b24e Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:14:51 +0800 Subject: [PATCH 042/100] Remove anyme123.ClaudeWorkbench 4.3.9 to anyme123.AnyCode 4.3.9 (#324816) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.3.9/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.9/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.9/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.3.9/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.9/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.9/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 4e4f2670de565..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.9/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 4.3.9 -UpgradeBehavior: install -ReleaseDate: 2025-11-21 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.3.9/Claude.Workbench_4.3.9_x64-setup.exe - InstallerSha256: C4649DFC22CC9872CE350A0767BB954351F6B7D88DD4275E53ADBAA773440015 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/claude-workbench/releases/download/v4.3.9/Claude.Workbench_4.3.9_x64_en-US.msi - InstallerSha256: CF57B6A972E50AD0BF560DEECBFB7C41AAF82B18622534E9FB6BF1BA01990E95 - ProductCode: '{1DC76054-134A-4083-A0B7-ACEED4035C53}' - AppsAndFeaturesEntries: - - UpgradeCode: '{C2F6066B-A72F-5BD3-8E5C-B2BDCD9AFA6E}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.9/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.9/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index ef29339894494..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.9/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 4.3.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/4.3.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 3c1ab5461ad96..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 4.3.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/claude-workbench/releases/tag/v4.3.9 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.3.9/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.3.9/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 9158477d9afe3..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.3.9/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.3.9 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 27d351740f5c03b293d859c183ea8f3c04f2a698 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:15:09 +0800 Subject: [PATCH 043/100] Remove anyme123.ClaudeWorkbench 4.4.0 to anyme123.AnyCode 4.4.0 (#324818) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../4.4.0/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.4.0/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.4.0/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.4.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/4.4.0/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/4.4.0/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.4.0/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 909276af1243a..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.4.0/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.4.0/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.4.0/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index a74f769a3e46d..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.4.0/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.4.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.4.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 7417b1a3d11cb..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.4.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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: 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/ClaudeWorkbench/4.4.0/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/4.4.0/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index af6babd262fea..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/4.4.0/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: 4.4.0 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 9e11c1a87d24591d8498d4a29759c37e9ac97b2e Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:15:26 +0800 Subject: [PATCH 044/100] Remove: anyme123.ClaudeWorkbench version 5.7.2 (#324820) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.7.2/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.7.2/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.7.2/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.7.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.7.2/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.7.2/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.7.2/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 2fc2049cfe108..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.7.2/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.7.2 -UpgradeBehavior: install -ReleaseDate: 2025-12-07 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.7.2/Any.Code_5.7.2_x64-setup.exe - InstallerSha256: 9F64C715055FD0C410F2B96B8B00EBC58D066C13377A35591C12924D1ECF6A87 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.7.2/Any.Code_5.7.2_x64_en-US.msi - InstallerSha256: 3E919DE51580EFB2BEA331FB3793456598861E860A75BC2E56870A759733EC4F - ProductCode: '{DC96C129-DB53-41BE-843B-C61DFED17796}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.7.2/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.7.2/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index de90c63cd94e0..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.7.2/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.7.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.7.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.7.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index af2eba1a8ae7c..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.7.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.7.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.7.2 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.7.2/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.7.2/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index ce6a838d61522..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.7.2/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.7.2 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 701f76e57f3ed5f25aacced2a8a3842e07c9d482 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:15:43 +0800 Subject: [PATCH 045/100] Remove: anyme123.ClaudeWorkbench version 5.8.2 (#324821) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.8.2/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.8.2/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.8.2/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.8.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.8.2/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.8.2/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.8.2/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index a64d0fa4a57a0..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.8.2/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.8.2 -UpgradeBehavior: install -ReleaseDate: 2025-12-09 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.8.2/Any.Code_5.8.2_x64-setup.exe - InstallerSha256: 18B22ECBFFA3F5558A8F017951968C43998F63684DA8D175BAFD00031D6CF930 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.8.2/Any.Code_5.8.2_x64_en-US.msi - InstallerSha256: B226418E5C0E516D33A909AACD4664F24AEC0CD07870F365707348C992D9C9FC - ProductCode: '{D6A49E3D-5C31-48A1-B096-42C2012E0ECF}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.8.2/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.8.2/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index df6118ccf0fee..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.8.2/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.8.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.8.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.8.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 562e5bc31d66e..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.8.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.8.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.8.2 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.8.2/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.8.2/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index f906dd654b367..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.8.2/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.8.2 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 41a3faec877ed7a502d97ef6b34316a7462bf01b Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:16:00 +0800 Subject: [PATCH 046/100] Remove: anyme123.ClaudeWorkbench version 5.8.5 (#324822) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.8.5/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.8.5/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.8.5/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.8.5/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.8.5/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.8.5/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.8.5/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index ea2f4ba08a480..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.8.5/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.8.5 -UpgradeBehavior: install -ReleaseDate: 2025-12-09 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.8.5/Any.Code_5.8.5_x64-setup.exe - InstallerSha256: 52A3CA59DB47E52A2BF7162FA8D3CC7390523498096AC0C0D90E22F197917968 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.8.5/Any.Code_5.8.5_x64_en-US.msi - InstallerSha256: 00C90F7A08DCCC04E7FFA714F48921670F563D102D65170C7067DDF9D3E1343C - ProductCode: '{8AF0EBD8-4BB8-491D-AECF-5170D8DF0FC3}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.8.5/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.8.5/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 38dc52fcc6af9..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.8.5/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.8.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.8.5/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.8.5/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 0ed3477d1f77d..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.8.5/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.8.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.8.5 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.8.5/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.8.5/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 5787d82461b9b..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.8.5/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.8.5 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From f229ca6f7ab59fb72770e03aba3cc6ce6699e2ce Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:16:18 +0800 Subject: [PATCH 047/100] Remove: anyme123.ClaudeWorkbench version 5.8.8 (#324823) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.8.8/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.8.8/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.8.8/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.8.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.8.8/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.8.8/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.8.8/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index adb016dc7b469..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.8.8/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.8.8 -UpgradeBehavior: install -ReleaseDate: 2025-12-11 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.8.8/Any.Code_5.8.8_x64-setup.exe - InstallerSha256: 5058AF3793F56411E36CE92E81C8DF3429BB9A87B3F196F9C01BC0ECB395154F - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.8.8/Any.Code_5.8.8_x64_en-US.msi - InstallerSha256: 1AE82FEAD88DEC4C5FA89EC84E195D7296A0E6341308B3C81E8DEEAAACBF3D07 - ProductCode: '{86D37874-7361-4FAD-8546-6A6E8FC05483}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.8.8/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.8.8/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 92ac7ebbc3743..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.8.8/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.8.8 -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.8.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.8.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 1d2b42825f2b3..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.8.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.8.8 -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.8.8 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.8.8/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.8.8/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index fffdeff3b3e02..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.8.8/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.8.8 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 0c8fb27acff4801e0a25e335c0d1cef30405204c Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:16:35 +0800 Subject: [PATCH 048/100] Remove: anyme123.ClaudeWorkbench version 5.9.2 (#324824) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.9.2/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.9.2/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.9.2/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.9.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.9.2/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.9.2/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.9.2/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index fc79033991852..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.9.2/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.2 -UpgradeBehavior: install -ReleaseDate: 2025-12-11 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.9.2/Any.Code_5.9.2_x64-setup.exe - InstallerSha256: 66EAB824B485272CAF0953A65F6C2F529B52DD706CFED72FBBF8D3322CA145F6 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.9.2/Any.Code_5.9.2_x64_en-US.msi - InstallerSha256: 6702AEB4830CAD7952A2AD26077533B32157728A8182C942F814F1A90257963C - 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/ClaudeWorkbench/5.9.2/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.9.2/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 4a5c7d09d092f..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.9.2/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.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.9.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.9.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 220beabbde2f5..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.9.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.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.9.2 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.9.2/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.9.2/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index f2ee22fc690ae..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.9.2/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.2 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From fbabfda5c90d284f13c207f89bcb4b2c3d94ff4e Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:16:52 +0800 Subject: [PATCH 049/100] Remove: anyme123.ClaudeWorkbench version 5.10.0 (#324825) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.10.0/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.10.0/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.10.0/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.10.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.10.0/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.10.0/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.10.0/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index f838e084eefd4..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.10.0/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.0 -UpgradeBehavior: install -ReleaseDate: 2025-12-15 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.10.0/Any.Code_5.10.0_x64-setup.exe - InstallerSha256: 63D98E8A45C9070B9F6C0113748499F44B2F102244B5C89A44E48E7DA5C752D8 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.10.0/Any.Code_5.10.0_x64_en-US.msi - InstallerSha256: D5A624F09D5AED001D4C28C57E9DD4F16E8DC48ACEE262CEB996623F04D7E270 - ProductCode: '{54EDF031-FACF-4245-A22A-F3BCDD612F3E}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.10.0/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.10.0/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index f82aaf0018ea6..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.10.0/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.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/ClaudeWorkbench/5.10.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.10.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index cd28cd4c8d04b..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.10.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.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.10.0 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.10.0/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.10.0/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 431fb32591fa4..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.10.0/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.0 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From bb4fd06ab29d7c6826cfec710d88fa7f6541c4f6 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:17:09 +0800 Subject: [PATCH 050/100] Remove: anyme123.ClaudeWorkbench version 5.10.6 (#324826) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.10.6/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.10.6/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.10.6/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.10.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.10.6/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.10.6/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.10.6/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 152d548fc234b..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.10.6/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.6 -UpgradeBehavior: install -ReleaseDate: 2025-12-16 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.10.6/Any.Code_5.10.6_x64-setup.exe - InstallerSha256: CDF15FE56F038DC5C5CC82C22B99837AD756A2507FE54550EAFAD5EDD188B67F - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.10.6/Any.Code_5.10.6_x64_en-US.msi - InstallerSha256: 3F6A6726153BA95EDA4CF9E70BE10556D1AE5F02FC04C4D8E01E1765EBA566D2 - ProductCode: '{D234C250-113F-4166-A542-B5E30C1CBAFD}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.10.6/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.10.6/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 12f159e8fa214..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.10.6/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.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.10.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.10.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 866bbc0cd197d..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.10.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.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.10.6 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.10.6/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.10.6/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index e46c92481f633..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.10.6/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.6 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From d6302cf97ac6185e54f47fc8c75ca273ebffbe2c Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:17:27 +0800 Subject: [PATCH 051/100] Remove: anyme123.ClaudeWorkbench version 5.11.3 (#324827) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.11.3/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.11.3/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.11.3/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.11.3/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.11.3/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.11.3/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.11.3/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index af894dabcf3cc..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.11.3/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.11.3 -UpgradeBehavior: install -ReleaseDate: 2025-12-16 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.11.3/Any.Code_5.11.3_x64-setup.exe - InstallerSha256: E86516EA4FD8C7296BE5BFCCF1772B8DFD913F01F46F542AEEF06D41D6DA1D24 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.11.3/Any.Code_5.11.3_x64_en-US.msi - InstallerSha256: 78CB2D293751260B12598EF96441F54248640D45AFC3D47BD69F37CB95F4AB6A - ProductCode: '{7B9F8CB5-6B5D-4484-A194-4AAC3162F413}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.11.3/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.11.3/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 16b9ae40738c9..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.11.3/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.11.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.11.3/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.11.3/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index edf615750603d..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.11.3/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.11.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.11.3 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.11.3/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.11.3/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 487ce1eeec15e..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.11.3/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.11.3 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From b24a581044a5ca6e068bf6ca4d0355e7c1203618 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:17:44 +0800 Subject: [PATCH 052/100] Remove: anyme123.ClaudeWorkbench version 5.12.8 (#324828) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.12.8/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 0fb8778e2ca8b..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.8 -UpgradeBehavior: install -ReleaseDate: 2025-12-17 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.12.8/Any.Code_5.12.8_x64-setup.exe - InstallerSha256: C208724363E0F21394CAE045AE3D925620003D8B18386E3A15B5D491C1B243FA - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.12.8/Any.Code_5.12.8_x64_en-US.msi - InstallerSha256: E47B896F12DE98DABA0232D6865D6322779FB4370F34D70EF1081BADD7BF6B82 - ProductCode: '{AA819B21-4FFE-4F82-B4C8-5193B27FEC45}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index f73a6eada06e0..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.8 -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.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index b4bd6d49aad76..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.8 -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.8 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 6190e3d47cbac..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.8 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 15cd3e514be0cc1413c8f05ac68f15b5dadb7e8b Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:18:16 +0800 Subject: [PATCH 053/100] Remove anyme123.ClaudeWorkbench 5.0.0 to anyme123.AnyCode 5.0.0 (#324833) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.0.0/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.0/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.0/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.0/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.0/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.0/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 967f5d839448e..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.0/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.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: Claude Workbench -- 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/ClaudeWorkbench/5.0.0/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.0/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 60f1eeb3b8909..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.0/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.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/ClaudeWorkbench/5.0.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 4f7a523faf155..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.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/ClaudeWorkbench/5.0.0/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.0/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index a73c6e3d44a03..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.0/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.0.0 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From c6cbf216c96a0a06017e920404f701a622cc420f Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:18:34 +0800 Subject: [PATCH 054/100] Remove anyme123.ClaudeWorkbench 5.0.1 to anyme123.AnyCode 5.0.1 (#324835) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.0.1/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.1/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.1/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.1/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.1/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.1/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.1/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index c1dc8a0887f26..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.1/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.0.1 -UpgradeBehavior: install -ReleaseDate: 2025-11-26 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.1/Any.Code_5.0.1_x64-setup.exe - InstallerSha256: F467C46F5B3915E5F4FFD5DC29511D3670ADAB7ADA7EFEE613303B2DD7EA35A9 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.1/Any.Code_5.0.1_x64_en-US.msi - InstallerSha256: 36744EA84A0C166F371F32D2D7A5A6BA084823479170DA475DABEA4E7DEB6F75 - ProductCode: '{90AEF97D-0588-4E16-8832-E6EF73277391}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.1/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.1/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 709c1b15be4ed..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.1/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.0.1 -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.0.1/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.1/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 6817cdffaea87..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.1/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.0.1 -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.1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.1/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.1/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index a55f20ae5f8c3..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.1/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.0.1 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From a7c8b93fa0dbf2c4eb38525805b7a910100dbfdb Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:18:52 +0800 Subject: [PATCH 055/100] Remove anyme123.ClaudeWorkbench 5.0.2 to anyme123.AnyCode 5.0.2 (#324837) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.0.2/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.2/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.2/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.2/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.2/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.2/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index ed77667bbf1a2..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.2/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.0.2 -UpgradeBehavior: install -ReleaseDate: 2025-11-26 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.2/Any.Code_5.0.2_x64-setup.exe - InstallerSha256: 26C147CF652C42AB279BD8817ED4C9710093CA88E0B4A78815FF35A765F5A81D - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.2/Any.Code_5.0.2_x64_en-US.msi - InstallerSha256: E818847FB0F977374838CF56DCFF5E1197280F4DE02E501D7359650D7EBBE287 - ProductCode: '{08CC5A48-9123-498E-AC4D-188B55B7BCC7}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.2/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.2/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 1d7b3f0c0c8aa..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.2/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.0.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.0.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 5a19a9375b146..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.2/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.0.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.0.2 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.2/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.2/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 64483a2ef5231..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.2/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.0.2 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From cc0834add30212f4fc9e2b5da9e1f8abd5e2545a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:23:18 +0800 Subject: [PATCH 056/100] Remove version: 7S2P.Effie.CN version 6.9.1 (Auto) (#324883) --- .../CN/6.9.1/7S2P.Effie.CN.installer.yaml | 20 ----------- .../CN/6.9.1/7S2P.Effie.CN.locale.en-US.yaml | 35 ------------------- .../CN/6.9.1/7S2P.Effie.CN.locale.zh-CN.yaml | 33 ----------------- .../7/7S2P/Effie/CN/6.9.1/7S2P.Effie.CN.yaml | 8 ----- 4 files changed, 96 deletions(-) delete mode 100644 manifests/7/7S2P/Effie/CN/6.9.1/7S2P.Effie.CN.installer.yaml delete mode 100644 manifests/7/7S2P/Effie/CN/6.9.1/7S2P.Effie.CN.locale.en-US.yaml delete mode 100644 manifests/7/7S2P/Effie/CN/6.9.1/7S2P.Effie.CN.locale.zh-CN.yaml delete mode 100644 manifests/7/7S2P/Effie/CN/6.9.1/7S2P.Effie.CN.yaml diff --git a/manifests/7/7S2P/Effie/CN/6.9.1/7S2P.Effie.CN.installer.yaml b/manifests/7/7S2P/Effie/CN/6.9.1/7S2P.Effie.CN.installer.yaml deleted file mode 100644 index 9de42f913f83d..0000000000000 --- a/manifests/7/7S2P/Effie/CN/6.9.1/7S2P.Effie.CN.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 6.9.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -FileExtensions: -- effie -ProductCode: Effie_is1 -AppsAndFeaturesEntries: -- DisplayName: Effie 2.2.17 - ProductCode: Effie_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://download.effie.co/effie/effie_setup_6.9.1.exe - InstallerSha256: 871425B940A1E0A5CE51D309EAAFA02F47A72FBD22F81830B5F048781BBA01B0 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/7/7S2P/Effie/CN/6.9.1/7S2P.Effie.CN.locale.en-US.yaml b/manifests/7/7S2P/Effie/CN/6.9.1/7S2P.Effie.CN.locale.en-US.yaml deleted file mode 100644 index f04271ab59ca5..0000000000000 --- a/manifests/7/7S2P/Effie/CN/6.9.1/7S2P.Effie.CN.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 6.9.1 -PackageLocale: en-US -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co/ -PrivacyUrl: https://www.effie.co/privacy -Author: Shanghai 7S2P Technology Co., Ltd. -PackageName: Effie -PackageUrl: https://www.effie.co/ -License: Proprietary -LicenseUrl: https://www.effie.co/terms -Copyright: 版权所有 © 2025 上海七加二科技有限公司 保留所有权利 -ShortDescription: Make ideas happen -Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. -Tags: -- article -- docs -- document -- editor -- markdown -- mind-map -- mind-mapping -- mindmap -- notes -- outline -- outliner -- writing -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://blog.effie.co/fq/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/7/7S2P/Effie/CN/6.9.1/7S2P.Effie.CN.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/CN/6.9.1/7S2P.Effie.CN.locale.zh-CN.yaml deleted file mode 100644 index bfe5849758813..0000000000000 --- a/manifests/7/7S2P/Effie/CN/6.9.1/7S2P.Effie.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 6.9.1 -PackageLocale: zh-CN -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co/ -PrivacyUrl: https://www.effie.co/privacy -Author: 上海七加二科技有限公司 -PackageName: Effie -PackageUrl: https://www.effie.co/ -License: 专有软件 -LicenseUrl: https://www.effie.co/terms -Copyright: 版权所有 © 2025 上海七加二科技有限公司 保留所有权利 -ShortDescription: 把思想变成价值 -Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 -Tags: -- markdown -- 写作 -- 大纲 -- 思维导图 -- 文档 -- 文稿 -- 文章 -- 笔记 -- 编辑器 -- 脑图 -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://blog.effie.co/fq/ -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/7/7S2P/Effie/CN/6.9.1/7S2P.Effie.CN.yaml b/manifests/7/7S2P/Effie/CN/6.9.1/7S2P.Effie.CN.yaml deleted file mode 100644 index 52c52432e566d..0000000000000 --- a/manifests/7/7S2P/Effie/CN/6.9.1/7S2P.Effie.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 6.9.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 0ebd63560bfb0fa26579b863934b3a2c000c1285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:23:34 +0800 Subject: [PATCH 057/100] Remove version: 7S2P.Effie.CN version 6.8.1 (Auto) (#324882) --- .../CN/6.8.1/7S2P.Effie.CN.installer.yaml | 20 ----------- .../CN/6.8.1/7S2P.Effie.CN.locale.en-US.yaml | 35 ------------------- .../CN/6.8.1/7S2P.Effie.CN.locale.zh-CN.yaml | 33 ----------------- .../7/7S2P/Effie/CN/6.8.1/7S2P.Effie.CN.yaml | 8 ----- 4 files changed, 96 deletions(-) delete mode 100644 manifests/7/7S2P/Effie/CN/6.8.1/7S2P.Effie.CN.installer.yaml delete mode 100644 manifests/7/7S2P/Effie/CN/6.8.1/7S2P.Effie.CN.locale.en-US.yaml delete mode 100644 manifests/7/7S2P/Effie/CN/6.8.1/7S2P.Effie.CN.locale.zh-CN.yaml delete mode 100644 manifests/7/7S2P/Effie/CN/6.8.1/7S2P.Effie.CN.yaml diff --git a/manifests/7/7S2P/Effie/CN/6.8.1/7S2P.Effie.CN.installer.yaml b/manifests/7/7S2P/Effie/CN/6.8.1/7S2P.Effie.CN.installer.yaml deleted file mode 100644 index e184553566fa1..0000000000000 --- a/manifests/7/7S2P/Effie/CN/6.8.1/7S2P.Effie.CN.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 6.8.1 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -FileExtensions: -- effie -ProductCode: Effie_is1 -AppsAndFeaturesEntries: -- DisplayName: Effie 2.2.17 - ProductCode: Effie_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://download.effie.co/effie/effie_setup_6.8.1.exe - InstallerSha256: 2F027F3647E1978494EB28011C614898F48E3CA04D44050665D1C427E83807C9 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/7/7S2P/Effie/CN/6.8.1/7S2P.Effie.CN.locale.en-US.yaml b/manifests/7/7S2P/Effie/CN/6.8.1/7S2P.Effie.CN.locale.en-US.yaml deleted file mode 100644 index ee20fd705f2bf..0000000000000 --- a/manifests/7/7S2P/Effie/CN/6.8.1/7S2P.Effie.CN.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 6.8.1 -PackageLocale: en-US -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co/ -PrivacyUrl: https://www.effie.co/privacy -Author: Shanghai 7S2P Technology Co., Ltd. -PackageName: Effie -PackageUrl: https://www.effie.co/ -License: Proprietary -LicenseUrl: https://www.effie.co/terms -Copyright: 版权所有 © 2025 上海七加二科技有限公司 保留所有权利 -ShortDescription: Make ideas happen -Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. -Tags: -- article -- docs -- document -- editor -- markdown -- mind-map -- mind-mapping -- mindmap -- notes -- outline -- outliner -- writing -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://blog.effie.co/fq/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/7/7S2P/Effie/CN/6.8.1/7S2P.Effie.CN.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/CN/6.8.1/7S2P.Effie.CN.locale.zh-CN.yaml deleted file mode 100644 index 9120cefd474f5..0000000000000 --- a/manifests/7/7S2P/Effie/CN/6.8.1/7S2P.Effie.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 6.8.1 -PackageLocale: zh-CN -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co/ -PrivacyUrl: https://www.effie.co/privacy -Author: 上海七加二科技有限公司 -PackageName: Effie -PackageUrl: https://www.effie.co/ -License: 专有软件 -LicenseUrl: https://www.effie.co/terms -Copyright: 版权所有 © 2025 上海七加二科技有限公司 保留所有权利 -ShortDescription: 把思想变成价值 -Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 -Tags: -- markdown -- 写作 -- 大纲 -- 思维导图 -- 文档 -- 文稿 -- 文章 -- 笔记 -- 编辑器 -- 脑图 -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://blog.effie.co/fq/ -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/7/7S2P/Effie/CN/6.8.1/7S2P.Effie.CN.yaml b/manifests/7/7S2P/Effie/CN/6.8.1/7S2P.Effie.CN.yaml deleted file mode 100644 index 664f681deca1d..0000000000000 --- a/manifests/7/7S2P/Effie/CN/6.8.1/7S2P.Effie.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 6.8.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 86b4988625b28da264868af911dcffe53ff8fc63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:23:54 +0800 Subject: [PATCH 058/100] Remove version: 7S2P.Effie.CN version 2.2.17 (Auto) (#324881) --- .../CN/2.2.17/7S2P.Effie.CN.installer.yaml | 20 --------- .../CN/2.2.17/7S2P.Effie.CN.locale.en-US.yaml | 43 ------------------ .../CN/2.2.17/7S2P.Effie.CN.locale.zh-CN.yaml | 44 ------------------- .../7/7S2P/Effie/CN/2.2.17/7S2P.Effie.CN.yaml | 8 ---- 4 files changed, 115 deletions(-) delete mode 100644 manifests/7/7S2P/Effie/CN/2.2.17/7S2P.Effie.CN.installer.yaml delete mode 100644 manifests/7/7S2P/Effie/CN/2.2.17/7S2P.Effie.CN.locale.en-US.yaml delete mode 100644 manifests/7/7S2P/Effie/CN/2.2.17/7S2P.Effie.CN.locale.zh-CN.yaml delete mode 100644 manifests/7/7S2P/Effie/CN/2.2.17/7S2P.Effie.CN.yaml diff --git a/manifests/7/7S2P/Effie/CN/2.2.17/7S2P.Effie.CN.installer.yaml b/manifests/7/7S2P/Effie/CN/2.2.17/7S2P.Effie.CN.installer.yaml deleted file mode 100644 index e6dd720fcd37c..0000000000000 --- a/manifests/7/7S2P/Effie/CN/2.2.17/7S2P.Effie.CN.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 2.2.17 # null -InstallerType: inno -Scope: machine -UpgradeBehavior: install -FileExtensions: -- effie -AppsAndFeaturesEntries: -- DisplayName: Effie 2.2.17 - ProductCode: Effie_is1 -Installers: -- Architecture: x86 - InstallerUrl: https://download.effie.co/effie/effie_setup_2.2.17.exe - InstallerSha256: BFA1106863FB6813AA31DAC989875A08671A9A8BC95C4B4D71C6081D8213FEB8 - ProductCode: Effie_is1 -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/7/7S2P/Effie/CN/2.2.17/7S2P.Effie.CN.locale.en-US.yaml b/manifests/7/7S2P/Effie/CN/2.2.17/7S2P.Effie.CN.locale.en-US.yaml deleted file mode 100644 index e23d83a65c3f8..0000000000000 --- a/manifests/7/7S2P/Effie/CN/2.2.17/7S2P.Effie.CN.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 2.2.17 # null -PackageLocale: en-US -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co/ -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: Shanghai 7S2P Technology Co., Ltd. -PackageName: Effie -PackageUrl: https://www.effie.co/ -License: Proprietary -LicenseUrl: https://www.effie.co/terms -Copyright: 版权所有 © 2022 上海七加二科技有限公司 保留所有权利 -# CopyrightUrl: -ShortDescription: Make ideas happen -Description: Effie is a list making, mind mapping, note taking, focused markup-based writing tool that helps to visualize your ideas with mindmaps and outlines, and turn them into great writing pieces in the simple, discretion-free environment. -# Moniker: -Tags: -- article -- docs -- document -- editor -- markdown -- mind-map -- mind-mapping -- mindmap -- notes -- outline -- outliner -- writing -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://blog.effie.co/fq/ -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/7/7S2P/Effie/CN/2.2.17/7S2P.Effie.CN.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/CN/2.2.17/7S2P.Effie.CN.locale.zh-CN.yaml deleted file mode 100644 index 6a7e9f6db0683..0000000000000 --- a/manifests/7/7S2P/Effie/CN/2.2.17/7S2P.Effie.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.2.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 2.2.17 # null -PackageLocale: zh-CN -Publisher: 7S2P Inc. -PublisherUrl: https://www.effie.co/ -# PublisherSupportUrl: -PrivacyUrl: https://www.effie.co/privacy -Author: 上海七加二科技有限公司 -PackageName: Effie -PackageUrl: https://www.effie.co/ -License: 专有软件 -LicenseUrl: https://www.effie.co/terms -Copyright: 版权所有 © 2022 上海七加二科技有限公司 保留所有权利 -# CopyrightUrl: -ShortDescription: 把思想变成价值 -Description: Effie 是思想家专用的写作软件。无论是严肃写作,随手记录,亦或是把逻辑完善成思维导图,Effie 都是您明智的选择。 -# Moniker: -Tags: -- markdown -- 写作 -- 大纲 -- 思维导图 -- 文档 -- 文稿 -- 文章 -- 笔记 -- 编辑器 -- 脑图 -# Agreements: -ReleaseNotes: |- - - 改进导出成图片样式; - - 为低分辨率显示器优化; - - 一些细节优化和 bug 修复。 -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://blog.effie.co/fq/ -ManifestType: locale -ManifestVersion: 1.2.0 diff --git a/manifests/7/7S2P/Effie/CN/2.2.17/7S2P.Effie.CN.yaml b/manifests/7/7S2P/Effie/CN/2.2.17/7S2P.Effie.CN.yaml deleted file mode 100644 index 7fb4bc6d2dd70..0000000000000 --- a/manifests/7/7S2P/Effie/CN/2.2.17/7S2P.Effie.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.1 $debug=QUSU.CRLF.7-3-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: 7S2P.Effie.CN -PackageVersion: 2.2.17 # null -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 From 121e50ef5b2a4c810835fc133d2426faed90fe33 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:10:55 +0800 Subject: [PATCH 059/100] Update: Tencent.CodeBuddy version 1.100.0 (4.1.2.15364975) (#324734) --- .../CodeBuddy/1.100.0/Tencent.CodeBuddy.installer.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/t/Tencent/CodeBuddy/1.100.0/Tencent.CodeBuddy.installer.yaml b/manifests/t/Tencent/CodeBuddy/1.100.0/Tencent.CodeBuddy.installer.yaml index 2b0bc3a28b7e7..5fb80f604b37d 100644 --- a/manifests/t/Tencent/CodeBuddy/1.100.0/Tencent.CodeBuddy.installer.yaml +++ b/manifests/t/Tencent/CodeBuddy/1.100.0/Tencent.CodeBuddy.installer.yaml @@ -152,10 +152,10 @@ FileExtensions: - yml - zsh ProductCode: '{CC6B787D-37A0-49E8-AE24-8559A032BE0C}_is1' -ReleaseDate: 2025-12-11 +ReleaseDate: 2025-12-18 Installers: - Architecture: x64 - InstallerUrl: https://codebuddy-1328495429.cos.accelerate.myqcloud.com/aiide/win32-x64-user/CodeBuddy-win32-x64-user-4.1.1.14743363-fce7caa702-5639732c.exe - InstallerSha256: 9EC70FECEEB0940AD6BF8B0E4C84AFC20A1826CF9D53E5AD62E9D4DDA3127902 + InstallerUrl: https://codebuddy-1328495429.cos.accelerate.myqcloud.com/aiide/win32-x64-user/CodeBuddy-win32-x64-user-4.1.2.15364975-c66da3dc81-5917ed8b.exe + InstallerSha256: 0308C22521B6E49C4594C566DFCB632FCA9403C24ED437D727AA3270A6417FB9 ManifestType: installer ManifestVersion: 1.10.0 From e30c3825c739a0dcfa34db920c22f2e2fd9d57e5 Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:11:13 +0800 Subject: [PATCH 060/100] IObit.Uninstaller version 15.2.0.2 (#324775) --- .../IObit.Uninstaller.installer.yaml | 6 +++--- .../IObit.Uninstaller.locale.en-US.yaml | 8 ++++---- .../{15.1.0.1 => 15.2.0.2}/IObit.Uninstaller.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) rename manifests/i/IObit/Uninstaller/{15.1.0.1 => 15.2.0.2}/IObit.Uninstaller.installer.yaml (82%) rename manifests/i/IObit/Uninstaller/{15.1.0.1 => 15.2.0.2}/IObit.Uninstaller.locale.en-US.yaml (82%) rename manifests/i/IObit/Uninstaller/{15.1.0.1 => 15.2.0.2}/IObit.Uninstaller.yaml (87%) diff --git a/manifests/i/IObit/Uninstaller/15.1.0.1/IObit.Uninstaller.installer.yaml b/manifests/i/IObit/Uninstaller/15.2.0.2/IObit.Uninstaller.installer.yaml similarity index 82% rename from manifests/i/IObit/Uninstaller/15.1.0.1/IObit.Uninstaller.installer.yaml rename to manifests/i/IObit/Uninstaller/15.2.0.2/IObit.Uninstaller.installer.yaml index 10d5a343869ab..4904cc3268250 100644 --- a/manifests/i/IObit/Uninstaller/15.1.0.1/IObit.Uninstaller.installer.yaml +++ b/manifests/i/IObit/Uninstaller/15.2.0.2/IObit.Uninstaller.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: IObit.Uninstaller -PackageVersion: 15.1.0.1 +PackageVersion: 15.2.0.2 InstallerLocale: en-US InstallerType: inno Scope: machine @@ -24,7 +24,7 @@ ElevationRequirement: elevatesSelf Installers: - Architecture: x64 InstallerUrl: https://cdn.iobit.com/dl/iobituninstaller.exe - InstallerSha256: 467898205EEF342E4F45FA85E5AD4C410921478ABA96374F836C2F0B886D28C5 + InstallerSha256: 81F5277B27EB960960CE3C5FB969AEDF3DDEAA8E628758CA67C9EF303E984EEB ManifestType: installer ManifestVersion: 1.10.0 -ReleaseDate: 2025-10-22 +ReleaseDate: 2025-12-18 diff --git a/manifests/i/IObit/Uninstaller/15.1.0.1/IObit.Uninstaller.locale.en-US.yaml b/manifests/i/IObit/Uninstaller/15.2.0.2/IObit.Uninstaller.locale.en-US.yaml similarity index 82% rename from manifests/i/IObit/Uninstaller/15.1.0.1/IObit.Uninstaller.locale.en-US.yaml rename to manifests/i/IObit/Uninstaller/15.2.0.2/IObit.Uninstaller.locale.en-US.yaml index fc6039e1e3c9e..06afeb51ea752 100644 --- a/manifests/i/IObit/Uninstaller/15.1.0.1/IObit.Uninstaller.locale.en-US.yaml +++ b/manifests/i/IObit/Uninstaller/15.2.0.2/IObit.Uninstaller.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: IObit.Uninstaller -PackageVersion: 15.1.0.1 +PackageVersion: 15.2.0.2 PackageLocale: en-US Publisher: IObit PublisherUrl: https://www.iobit.com/ @@ -22,9 +22,9 @@ Tags: - cleaner - uninstaller ReleaseNotes: |- - v15.1 (2025-10-22) - - Improved Stubborn Program Remover to detect programs with uninstall issues more accurately - - Expanded database to remove 18% more malicious/ads plugins for faster and more secure browsing + v15.2 (2025-12-18) + - Improved scanning algorithms to detect and clean more leftovers + - Optimized the algorithms to match software permissions more accurately in Software Health - Fixed all known bugs Documentations: - DocumentLabel: FAQ diff --git a/manifests/i/IObit/Uninstaller/15.1.0.1/IObit.Uninstaller.yaml b/manifests/i/IObit/Uninstaller/15.2.0.2/IObit.Uninstaller.yaml similarity index 87% rename from manifests/i/IObit/Uninstaller/15.1.0.1/IObit.Uninstaller.yaml rename to manifests/i/IObit/Uninstaller/15.2.0.2/IObit.Uninstaller.yaml index a43f0d8040203..0ff7bd9a63150 100644 --- a/manifests/i/IObit/Uninstaller/15.1.0.1/IObit.Uninstaller.yaml +++ b/manifests/i/IObit/Uninstaller/15.2.0.2/IObit.Uninstaller.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: IObit.Uninstaller -PackageVersion: 15.1.0.1 +PackageVersion: 15.2.0.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 From 1a6287fd088b91f4d3772f1422b693d3f4d89b1a Mon Sep 17 00:00:00 2001 From: KarbitsCode <107671693+KarbitsCode@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:11:30 +0800 Subject: [PATCH 061/100] 64Gram.64Gram version 1.0.61 (#324819) --- .../1.0.61/64Gram.64Gram.installer.yaml | 22 ++++++++++++++++ .../1.0.61/64Gram.64Gram.locale.en-US.yaml | 25 +++++++++++++++++++ .../6/64Gram/64Gram/1.0.61/64Gram.64Gram.yaml | 8 ++++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/6/64Gram/64Gram/1.0.61/64Gram.64Gram.installer.yaml create mode 100644 manifests/6/64Gram/64Gram/1.0.61/64Gram.64Gram.locale.en-US.yaml create mode 100644 manifests/6/64Gram/64Gram/1.0.61/64Gram.64Gram.yaml diff --git a/manifests/6/64Gram/64Gram/1.0.61/64Gram.64Gram.installer.yaml b/manifests/6/64Gram/64Gram/1.0.61/64Gram.64Gram.installer.yaml new file mode 100644 index 0000000000000..d1b72e300c7ac --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.0.61/64Gram.64Gram.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.0.61 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/TDesktop-x64/tdesktop/releases/download/v1.0.61/64Gram-setup-x64.1.0.61.exe + InstallerSha256: 54F0551C3E4613E92124995E3DC49B1B4B26AE7346CB7AD4C4AB63E458DEAB6B +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2022-12-30 diff --git a/manifests/6/64Gram/64Gram/1.0.61/64Gram.64Gram.locale.en-US.yaml b/manifests/6/64Gram/64Gram/1.0.61/64Gram.64Gram.locale.en-US.yaml new file mode 100644 index 0000000000000..0240934dfce49 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.0.61/64Gram.64Gram.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: 64Gram.64Gram +PackageVersion: 1.0.61 +PackageLocale: en-US +Publisher: 64Gram +PublisherUrl: https://github.com/TDesktop-x64/tdesktop +PublisherSupportUrl: https://github.com/TDesktop-x64/tdesktop/issues +Author: 64Gram +PackageName: 64Gram Desktop +PackageUrl: https://github.com/TDesktop-x64/tdesktop +License: GPLv3 with OpenSSL exception +LicenseUrl: https://github.com/TDesktop-x64/tdesktop/blob/dev/LICENSE +CopyrightUrl: https://github.com/TDesktop-x64/tdesktop/blob/dev/LEGAL +ShortDescription: Unofficial Telegram Desktop +Moniker: 64gram +Tags: +- telegram +ReleaseNotes: |- + v1.0.61 (TDesktop v4.5.0) + - [Fix] small radius +ReleaseNotesUrl: https://github.com/TDesktop-x64/tdesktop/releases/tag/v1.0.61 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/6/64Gram/64Gram/1.0.61/64Gram.64Gram.yaml b/manifests/6/64Gram/64Gram/1.0.61/64Gram.64Gram.yaml new file mode 100644 index 0000000000000..faec63d809754 --- /dev/null +++ b/manifests/6/64Gram/64Gram/1.0.61/64Gram.64Gram.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: 64Gram.64Gram +PackageVersion: 1.0.61 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 0392e8a408269ec2f448d4ac23b48e2b412f8258 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:11:48 +0800 Subject: [PATCH 062/100] Remove anyme123.ClaudeWorkbench 5.0.4 to anyme123.AnyCode 5.0.4 (#324839) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.0.4/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.4/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.4/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.4/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.4/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.4/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.4/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 7dd900cecb11c..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.4/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.0.4 -UpgradeBehavior: install -ReleaseDate: 2025-11-26 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.4/Any.Code_5.0.4_x64-setup.exe - InstallerSha256: 5D33264E85C59BC1B600B14E41E7195FD399A953A329D754330454FB0BC3A3BE - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.4/Any.Code_5.0.4_x64_en-US.msi - InstallerSha256: 7F364B6F2F0170C005BCED0AB6DF2CC65137F864997FA12B62378A9FD8558491 - ProductCode: '{7FA820F9-A6C0-40B0-8733-6C53AB678140}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.4/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.4/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index f1b69b6279d5b..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.4/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.0.4 -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.0.4/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.4/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 44fea2200cc2e..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.4/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.0.4 -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.4 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.4/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.4/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 8a2409b5226ed..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.4/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.0.4 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From a5ff452da969792feaf06250430af2e55af8d02b Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:12:10 +0800 Subject: [PATCH 063/100] Remove anyme123.ClaudeWorkbench 5.0.6 to anyme123.AnyCode 5.0.6 (#324843) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.0.6/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.6/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.6/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.6/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.6/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.6/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index d4ac43066ba2b..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.6/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.0.6 -UpgradeBehavior: install -ReleaseDate: 2025-11-26 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.6/Any.Code_5.0.6_x64-setup.exe - InstallerSha256: 3E59BEF9C9039ECC29BB3D70BBACB71D87CFD885B2A4CE6C4FB53D676CF0970A - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.6/Any.Code_5.0.6_x64_en-US.msi - InstallerSha256: DEDB12CD1443E642F1DDECFCFAA3797A0EAF06EE17F3185BCDD722F7A40E4D77 - ProductCode: '{BA891AA9-90FB-4564-8B01-2E38355714FA}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.6/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.6/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 9751ae6a7238b..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.6/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.0.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.0.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 86bd0e9960164..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.0.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.0.6 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.6/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.6/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 7b694420b9fd9..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.6/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.0.6 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 7c88ad587f9143ba2d411d58b0536abdd100b04d Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:12:23 +0800 Subject: [PATCH 064/100] Remove anyme123.ClaudeWorkbench 5.0.7 to anyme123.AnyCode 5.0.7 (#324847) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.0.7/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.7/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.7/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.7/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.7/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.7/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.7/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 0cb69a148efeb..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.7/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.0.7 -UpgradeBehavior: install -ReleaseDate: 2025-11-26 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.7/Any.Code_5.0.7_x64-setup.exe - InstallerSha256: E4234D505F842824B1A034E08490B9097F5A857FB62783C1DC108AAB650C3075 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.7/Any.Code_5.0.7_x64_en-US.msi - InstallerSha256: 8BA28D6A3C282D952B7D1ACD53ED36CECAF792B85E331615F2E07704238B29E9 - ProductCode: '{881546F1-4E71-4A2E-9ECE-A62003D9AB26}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.7/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.7/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 8cb38225a6e7d..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.7/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.0.7 -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.0.7/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.7/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 1c10695df483c..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.7/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.0.7 -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.7 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.7/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.7/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index b39fd87bdf822..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.7/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.0.7 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 8204fa8b2efc3a380a9d3e04ba4b85c312e9bb00 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:12:41 +0800 Subject: [PATCH 065/100] Remove anyme123.ClaudeWorkbench 5.0.9 to anyme123.AnyCode 5.0.9 (#324851) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.0.9/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 61ee055ba69e1..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.0.9 -UpgradeBehavior: install -ReleaseDate: 2025-11-27 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.9/Any.Code_5.0.9_x64-setup.exe - InstallerSha256: 623E39E09E4788B28D0B369DCA8858EFA5977C71A70D22EB136DB61A1EA65F25 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.9/Any.Code_5.0.9_x64_en-US.msi - InstallerSha256: 557515E3BA553086D0C96A60AD66C31300620AA432385FB54CC04FACBA1902D0 - ProductCode: '{C6350AB9-FBA8-48BA-B2B0-115059C387CA}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 76a38f064ca2c..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.0.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.0.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 9a24edd2f5140..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.0.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.0.9 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 07111ed38e101..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.9/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.0.9 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 928548921af1d2902c3afd574d3b7460fe443738 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:12:58 +0800 Subject: [PATCH 066/100] Remove anyme123.ClaudeWorkbench 5.0.10 to anyme123.AnyCode 5.0.10 (#324853) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.0.10/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 135418c04e35f..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.0.10 -UpgradeBehavior: install -ReleaseDate: 2025-11-27 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.10/Any.Code_5.0.10_x64-setup.exe - InstallerSha256: C33BDC120F999232BA35555CAEADE8B921732AA2B46DA135006C68E5E021B4CE - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.10/Any.Code_5.0.10_x64_en-US.msi - InstallerSha256: EBFE5838CB1933D5379668C347CEC25BCEE28109A3E7240AA277532E301D14CD - ProductCode: '{3B73EAC9-157A-45D8-8DA5-BEF62489D067}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 7be8c2b499b75..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.0.10 -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.0.10/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 5fe1f70f86587..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.0.10 -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.10 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 095b52f123a6c..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.0.10 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 76770a2919645fdab277746bce6e8bb52282baba Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:13:15 +0800 Subject: [PATCH 067/100] Remove anyme123.ClaudeWorkbench 5.0.11 to anyme123.AnyCode 5.0.11 (#324855) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.0.11/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.11/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.11/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.11/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.0.11/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.11/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.11/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 25baa5a93e156..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.11/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.0.11 -UpgradeBehavior: install -ReleaseDate: 2025-11-27 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.11/Any.Code_5.0.11_x64-setup.exe - InstallerSha256: BC46EABF4FFAB107EDE9F6552E0889241C852F01BBF697EC9F72981E53B38098 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.11/Any.Code_5.0.11_x64_en-US.msi - InstallerSha256: 4ACE67E81C6EA4BAEE94970EF8EEC4CA7E535AEF7E5704F22CF8B8A1D6479AF2 - ProductCode: '{4A81E795-4B0D-4A1C-BBFF-A9FB4FEE5C23}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.11/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.11/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index a418f41334e4e..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.11/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.0.11 -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.0.11/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.11/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index e679c2c035516..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.11/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.0.11 -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.11 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.11/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.11/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index aa8f607ecd35d..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.0.11/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.0.11 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 25f6e63a621147c202d2bef33ae095a6ccc8fead Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:13:32 +0800 Subject: [PATCH 068/100] Remove anyme123.ClaudeWorkbench 5.1.8 to anyme123.AnyCode 5.1.8 (#324857) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.1.8/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index f3a3e42b90ee7..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.1.8 -UpgradeBehavior: install -ReleaseDate: 2025-11-28 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.1.8/Any.Code_5.1.8_x64-setup.exe - InstallerSha256: B59B4EAB76D4EFE706E2EF710FD10936555912F5E6E955FBC8EA9619AA2C33D1 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.1.8/Any.Code_5.1.8_x64_en-US.msi - InstallerSha256: 3E0116756EF6132F80E163E12281B2442959A8AA85CB800B3A0E4400CD5E73AC - ProductCode: '{8A071D2A-9BF5-41D9-92EA-6BE92D6F6465}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 41f068fbd9c5b..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.1.8 -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.1.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index d1fae14db6d6c..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.1.8 -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.1.8 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 1d8c4db13719b..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.1.8/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.1.8 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From b74ef32ff006b88454222c79e1debbf7316a282e Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:13:48 +0800 Subject: [PATCH 069/100] Remove anyme123.ClaudeWorkbench 5.1.10 to anyme123.AnyCode 5.1.10 (#324859) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.1.10/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.10/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.10/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.10/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.10/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.10/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.10/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 9cad1ba695608..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.1.10/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.1.10 -UpgradeBehavior: install -ReleaseDate: 2025-11-28 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.1.10/Any.Code_5.1.10_x64-setup.exe - InstallerSha256: AAAA483CF011C6879E87A77B93FD8D7586F47F59F8CFA8B98B7BC7C66E8272FB - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.1.10/Any.Code_5.1.10_x64_en-US.msi - InstallerSha256: 6CB2E6D5B736A8BCD73751C344A5EFB53279F507561B49576681DEBE5ED11D5A - ProductCode: '{D0503DA4-27D3-428F-A0BE-F6D3164C2451}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.10/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.10/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 88b2540763d7c..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.1.10/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.1.10 -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.1.10/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.10/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index df65064f3ac9f..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.1.10/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.1.10 -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.1.10 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.10/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.10/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 91d482bc08b52..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.1.10/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.1.10 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From a758d4a849d95607f9bda6aa9e260452c630a6ea Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:14:06 +0800 Subject: [PATCH 070/100] Remove anyme123.ClaudeWorkbench 5.1.12 to anyme123.AnyCode 5.1.12 (#324862) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.1.12/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.12/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.12/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.12/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.12/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.12/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.12/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index a5c3b1a76dda3..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.1.12/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.1.12 -UpgradeBehavior: install -ReleaseDate: 2025-11-28 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.1.12/Any.Code_5.1.12_x64-setup.exe - InstallerSha256: 04A1BE1A2FAAAFAF9568A6AC133E6EC6A92CD12BF587B97F99AB2C11C679DC12 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.1.12/Any.Code_5.1.12_x64_en-US.msi - InstallerSha256: 27285765A2A2906E10D7C89E41C9DC6A651331140008490FA9BB2F43AD0C3166 - ProductCode: '{5127421E-31E3-464E-AA94-FA4F91591B25}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.12/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.12/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index eeb9ca19ed1bc..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.1.12/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.1.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/ClaudeWorkbench/5.1.12/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.12/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 8ab79d3ba5b45..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.1.12/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.1.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/Any-code/releases/tag/v5.1.12 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.12/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.12/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 0ad5f9ed04651..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.1.12/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.1.12 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 3b21f7591cce4865442e8ba5b6c2565600310d61 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:14:23 +0800 Subject: [PATCH 071/100] Remove anyme123.ClaudeWorkbench 5.1.13 to anyme123.AnyCode 5.1.13 (#324864) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.1.13/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index fc184d0d8a688..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.1.13 -UpgradeBehavior: install -ReleaseDate: 2025-11-28 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.1.13/Any.Code_5.1.13_x64-setup.exe - InstallerSha256: D444DCE44AF11AE05D41FC7BD1DA03AA4CEAEA790296B8FE783DE51FA1E1B905 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.1.13/Any.Code_5.1.13_x64_en-US.msi - InstallerSha256: 2309E418CD443765996245CBDCDF1A065C0F2E4406768CA5DB5090F6EBF556C7 - ProductCode: '{CD5FDCF1-F30E-4DC9-AE0F-FA0C6D342E25}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index c0598084ba7ad..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.1.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/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index e56594794872d..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.1.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/Any-code/releases/tag/v5.1.13 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index e4355fd8d5677..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.1.13 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From c2439a864d81ab522241b95eadc1be3bdb2edc44 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:14:41 +0800 Subject: [PATCH 072/100] Remove anyme123.ClaudeWorkbench 5.3.0 to anyme123.AnyCode 5.3.0 (#324866) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.3.0/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.3.0/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.3.0/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.3.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.3.0/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.3.0/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.3.0/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 60d5d59772299..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.3.0/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.3.0 -UpgradeBehavior: install -ReleaseDate: 2025-12-01 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.3.0/Any.Code_5.3.0_x64-setup.exe - InstallerSha256: F1E14459E02A98144EF620AA6E74721A27A851E2F19C109C02B231885AB5AAA5 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.3.0/Any.Code_5.3.0_x64_en-US.msi - InstallerSha256: 17A51A7CFDB78A51659BDFAAB295A105F991C1D3FBB2A0D650A7EB78704F96D1 - ProductCode: '{032F21E5-EF30-4510-9F76-04A95C9A64D5}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.3.0/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.3.0/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index d23e9d79c58cc..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.3.0/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.3.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/ClaudeWorkbench/5.3.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.3.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index aa96c83d0d113..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.3.0/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.3.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.3.0 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.3.0/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.3.0/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 1db1b3c3297b1..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.3.0/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.3.0 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 061a4c11db7dffa6be581563f074eb20ffa727f8 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:14:57 +0800 Subject: [PATCH 073/100] Remove anyme123.ClaudeWorkbench 5.4.5 to anyme123.AnyCode 5.4.5 (#324868) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.4.5/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.4.5/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.4.5/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.4.5/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.4.5/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.4.5/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.4.5/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 03bc9149da185..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.4.5/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.4.5 -UpgradeBehavior: install -ReleaseDate: 2025-12-02 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.4.5/Any.Code_5.4.5_x64-setup.exe - InstallerSha256: 8C6D9C657CA1C41E867F4943338CEF01F41655EB3AC024CAEAE405217842F6AF - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.4.5/Any.Code_5.4.5_x64_en-US.msi - InstallerSha256: 3BB1698C748CF4F0E055697F7CE055F4261D2E896499CABED7E7080D7D01E5A0 - ProductCode: '{8D59AAAE-F046-41F8-8D2F-A9EBEB8991BC}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.4.5/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.4.5/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index ed9b626adfa22..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.4.5/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.4.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.4.5/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.4.5/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index cb1a64f7ffa73..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.4.5/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.4.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.4.5 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.4.5/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.4.5/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 5df50e75a6823..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.4.5/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.4.5 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 6643bd5a07ba1cf72bf69c0d2c95ecacce7c43ce Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:15:14 +0800 Subject: [PATCH 074/100] Remove anyme123.ClaudeWorkbench 5.6.6 to anyme123.AnyCode 5.6.6 (#324870) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.6.6/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.6.6/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.6.6/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.6.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.6.6/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.6.6/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.6.6/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index 1a3b7dd8592c7..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.6.6/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.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: Claude Workbench -- 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/ClaudeWorkbench/5.6.6/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.6.6/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 073466526e540..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.6.6/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.6.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.6.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.6.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index cb437ce371840..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.6.6/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.6.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.6.6 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.6.6/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.6.6/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index dbec7534ddee1..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.6.6/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.6.6 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From 25c9a5522220357df61e03c6f34c0689e7a581f5 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:15:31 +0800 Subject: [PATCH 075/100] Remove anyme123.ClaudeWorkbench 5.7.1 to anyme123.AnyCode 5.7.1 (#324872) --- .../anyme123.ClaudeWorkbench.installer.yaml | 24 --------- ...anyme123.ClaudeWorkbench.locale.en-US.yaml | 38 -------------- ...anyme123.ClaudeWorkbench.locale.zh-CN.yaml | 50 ------------------- .../5.7.1/anyme123.ClaudeWorkbench.yaml | 8 --- 4 files changed, 120 deletions(-) delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.7.1/anyme123.ClaudeWorkbench.installer.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.7.1/anyme123.ClaudeWorkbench.locale.en-US.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.7.1/anyme123.ClaudeWorkbench.locale.zh-CN.yaml delete mode 100644 manifests/a/anyme123/ClaudeWorkbench/5.7.1/anyme123.ClaudeWorkbench.yaml diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.7.1/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.7.1/anyme123.ClaudeWorkbench.installer.yaml deleted file mode 100644 index ff65496a92734..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.7.1/anyme123.ClaudeWorkbench.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# 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.7.1 -UpgradeBehavior: install -ReleaseDate: 2025-12-07 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.7.1/Any.Code_5.7.1_x64-setup.exe - InstallerSha256: C960A6166B1F9DA3ABD6E1DEEE0C2E8F9B2D50AC03DC40F868B379F9A2196CE8 - ProductCode: Claude Workbench -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.7.1/Any.Code_5.7.1_x64_en-US.msi - InstallerSha256: BDC3FB8364236364B35D8C4EC829D606E1E0B77724D2E7931FE190242509DA73 - ProductCode: '{63E095B6-DCC5-4300-BEDC-BC0FEC0C3ACD}' - AppsAndFeaturesEntries: - - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.7.1/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.7.1/anyme123.ClaudeWorkbench.locale.en-US.yaml deleted file mode 100644 index 9d36350ef7919..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.7.1/anyme123.ClaudeWorkbench.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# 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.7.1 -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.7.1/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.7.1/anyme123.ClaudeWorkbench.locale.zh-CN.yaml deleted file mode 100644 index 7a1de8abd8de0..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.7.1/anyme123.ClaudeWorkbench.locale.zh-CN.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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.7.1 -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.7.1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.7.1/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.7.1/anyme123.ClaudeWorkbench.yaml deleted file mode 100644 index 44b6a64ab4749..0000000000000 --- a/manifests/a/anyme123/ClaudeWorkbench/5.7.1/anyme123.ClaudeWorkbench.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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.7.1 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 From c7df9ea6ac56fad2ac5bfad16a0a58f5cc237088 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:10:42 +0800 Subject: [PATCH 076/100] New version: Zoom.Zoom.VDI version 6.6.26830 (6.6.10.26830) (#322462) --- .../6.6.26830/Zoom.Zoom.VDI.installer.yaml | 24 ++++++ .../6.6.26830/Zoom.Zoom.VDI.locale.en-US.yaml | 78 +++++++++++++++++++ .../6.6.26830/Zoom.Zoom.VDI.locale.zh-CN.yaml | 29 +++++++ .../Zoom/VDI/6.6.26830/Zoom.Zoom.VDI.yaml | 8 ++ 4 files changed, 139 insertions(+) create mode 100644 manifests/z/Zoom/Zoom/VDI/6.6.26830/Zoom.Zoom.VDI.installer.yaml create mode 100644 manifests/z/Zoom/Zoom/VDI/6.6.26830/Zoom.Zoom.VDI.locale.en-US.yaml create mode 100644 manifests/z/Zoom/Zoom/VDI/6.6.26830/Zoom.Zoom.VDI.locale.zh-CN.yaml create mode 100644 manifests/z/Zoom/Zoom/VDI/6.6.26830/Zoom.Zoom.VDI.yaml diff --git a/manifests/z/Zoom/Zoom/VDI/6.6.26830/Zoom.Zoom.VDI.installer.yaml b/manifests/z/Zoom/Zoom/VDI/6.6.26830/Zoom.Zoom.VDI.installer.yaml new file mode 100644 index 0000000000000..b4a726494592c --- /dev/null +++ b/manifests/z/Zoom/Zoom/VDI/6.6.26830/Zoom.Zoom.VDI.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: Zoom.Zoom.VDI +PackageVersion: 6.6.26830 +InstallerType: msi +Scope: machine +UpgradeBehavior: install +Protocols: +- zoom +- zoommtg +FileExtensions: +- zoommtg +- zoomphonecall +ProductCode: '{70A1E42C-5A9E-4B22-BAC1-A79DD3A60500}' +AppsAndFeaturesEntries: +- ProductCode: '{70A1E42C-5A9E-4B22-BAC1-A79DD3A60500}' + UpgradeCode: '{03AAFC2F-FBD3-4B2D-9364-2FF6D39D939A}' +Installers: +- Architecture: x64 + InstallerUrl: https://zoom.us/download/vdi/6.6.10.26830/ZoomInstallerVDI.msi?archType=x64 + InstallerSha256: 1BE9ECCEA50BF0B99936388FD2863C2F6545281C833AADF0F295D4217EF1FA04 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/z/Zoom/Zoom/VDI/6.6.26830/Zoom.Zoom.VDI.locale.en-US.yaml b/manifests/z/Zoom/Zoom/VDI/6.6.26830/Zoom.Zoom.VDI.locale.en-US.yaml new file mode 100644 index 0000000000000..3d3364891ec71 --- /dev/null +++ b/manifests/z/Zoom/Zoom/VDI/6.6.26830/Zoom.Zoom.VDI.locale.en-US.yaml @@ -0,0 +1,78 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Zoom.Zoom.VDI +PackageVersion: 6.6.26830 +PackageLocale: en-US +Publisher: Zoom Video Communications, Inc. +PublisherUrl: https://zoom.us/ +PublisherSupportUrl: https://support.zoom.us/ +PrivacyUrl: https://explore.zoom.us/en/privacy/ +Author: Zoom Video Communications, Inc. +PackageName: Zoom VDI Workplace +PackageUrl: https://zoom.us/ +License: Proprietary +LicenseUrl: https://explore.zoom.us/en/terms/ +Copyright: Copyright ©2012-2025 Zoom Video Communications, Inc. All rights reserved. +ShortDescription: Zoom Client for VDI +Tags: +- chat +- collaborate +- collaboration +- conference +- conferencing +- meeting +- video-conferencing +- voice-conferencing +- webinar +ReleaseNotes: |- + New, enhanced, and changed features + + General features + - Enhancement for Personalized Audio Isolation + Added support for roaming personalized audio isolation profiles, allowing audio-device profiles to persist with the user’s virtual desktop rather than the thin client. + + - Improved Zoom Phone call quality + Added usability enhancements to the Zoom Phone client to improve network awareness and call reliability, including clearer network quality indicators. + + - Support for additional gestures with gesture recognition + Support has been added for the Celebrate and Heart gestures when using the Gesture Recognition feature with the VDI client. + + - Local time display for meeting participants + Users can view the local time of all meeting participants directly within the meeting interface. The local time appears next to each participant's name in both the gallery view and participant list, regardless of whether their video is enabled. + + macOS + - General Availability for AVD support for macOS + Support for using the Zoom VDI client with AVD on macOS is now available for all VDI users. + + - AVD Support for macOS app permissions with Zoom VDI Plugin Management + User permissions for the macOS version of the AVD VDI plugin can be managed using the Zoom VDI Plugin Management tool. + + Linux features + - Support for multi-language with Zoom Clips + Expanded language support has been added for Zoom Clips. + Resolved Issues + + General fixes + - VDI Plugin Management not updated + An issue has been addressed where the VDI plugin management version did not update when the VDI plugin was updated. + + - Open Source Software link bypasses organizational browser restrictions + An issue has been addressed where the VDI client users could bypass an organization's browser restrictions by using the Open Source Software link within the About section of the VDI client. + + - Single delegate and associated ringtone when multiple delegates are assigned + An issue has been addressed in which only one call delegate and their associated ringtone were listed in the Zoom VDI client settings when multiple delegates were assigned. + + Windows fixes + - Client deployed with Omnissa (formerly VMware) App Volumes failing to launch + An issue has been addressed where the VDI client failed to launch when it was deployed using VMware App Volumes. + + macOS fixes + - Unable to install VDI plugin on BYOD + An issue has been addressed where the VDI plugin could not be installed on BYOD due to the installation directory not being parsed correctly. +PurchaseUrl: https://zoom.us/pricing +Documentations: +- DocumentLabel: Learning Center + DocumentUrl: https://learning.zoom.us/learn +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/z/Zoom/Zoom/VDI/6.6.26830/Zoom.Zoom.VDI.locale.zh-CN.yaml b/manifests/z/Zoom/Zoom/VDI/6.6.26830/Zoom.Zoom.VDI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bd77e9068769f --- /dev/null +++ b/manifests/z/Zoom/Zoom/VDI/6.6.26830/Zoom.Zoom.VDI.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Zoom.Zoom.VDI +PackageVersion: 6.6.26830 +PackageLocale: zh-CN +Publisher: Zoom Video Communications, Inc. +PublisherUrl: https://zoom.us/ +PublisherSupportUrl: https://support.zoom.us/ +PrivacyUrl: https://explore.zoom.us/zh-cn/privacy/ +Author: Zoom Video Communications, Inc. +PackageName: Zoom VDI Workplace +PackageUrl: https://zoom.us/ +License: 专有软件 +LicenseUrl: https://explore.zoom.us/zh-cn/terms/ +Copyright: 版权所有©2012-2025 Zoom Video Communications, Inc. 保留所有权利。 +ShortDescription: 适用于 VDI 的 Zoom 客户端 +Tags: +- 会议 +- 协作 +- 协同 +- 开会 +- 研讨会 +- 视频会议 +- 聊天 +- 语音会议 +PurchaseUrl: https://zoom.us/pricing +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/z/Zoom/Zoom/VDI/6.6.26830/Zoom.Zoom.VDI.yaml b/manifests/z/Zoom/Zoom/VDI/6.6.26830/Zoom.Zoom.VDI.yaml new file mode 100644 index 0000000000000..2c263369ab598 --- /dev/null +++ b/manifests/z/Zoom/Zoom/VDI/6.6.26830/Zoom.Zoom.VDI.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: Zoom.Zoom.VDI +PackageVersion: 6.6.26830 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From b853bfcecf83dfbc2d4931f8229276ea2a97d72a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:10:58 +0800 Subject: [PATCH 077/100] New version: EdrawSoft.EdrawMind.CN version 13.0.12.1380 (13.0.12) (#323186) Co-authored-by: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> --- .../EdrawSoft.EdrawMind.CN.installer.yaml | 17 +++++++++ .../EdrawSoft.EdrawMind.CN.locale.en-US.yaml | 33 ++++++++++++++++ .../EdrawSoft.EdrawMind.CN.locale.zh-CN.yaml | 38 +++++++++++++++++++ .../13.0.12.1380/EdrawSoft.EdrawMind.CN.yaml | 8 ++++ 4 files changed, 96 insertions(+) create mode 100644 manifests/e/EdrawSoft/EdrawMind/CN/13.0.12.1380/EdrawSoft.EdrawMind.CN.installer.yaml create mode 100644 manifests/e/EdrawSoft/EdrawMind/CN/13.0.12.1380/EdrawSoft.EdrawMind.CN.locale.en-US.yaml create mode 100644 manifests/e/EdrawSoft/EdrawMind/CN/13.0.12.1380/EdrawSoft.EdrawMind.CN.locale.zh-CN.yaml create mode 100644 manifests/e/EdrawSoft/EdrawMind/CN/13.0.12.1380/EdrawSoft.EdrawMind.CN.yaml diff --git a/manifests/e/EdrawSoft/EdrawMind/CN/13.0.12.1380/EdrawSoft.EdrawMind.CN.installer.yaml b/manifests/e/EdrawSoft/EdrawMind/CN/13.0.12.1380/EdrawSoft.EdrawMind.CN.installer.yaml new file mode 100644 index 0000000000000..f1091bad6183b --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMind/CN/13.0.12.1380/EdrawSoft.EdrawMind.CN.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMind.CN +PackageVersion: 13.0.12.1380 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- emmx +ProductCode: '{B90063D2-500B-4097-96ED-74E349F8A6E5}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://cc-download.wondershare.cc/cbs_down/edrawmind_cn_13.0.12_full5375.exe + InstallerSha256: EB87BDD5C962A07DEE98AC5028AC488DE5C05A93EA396C8725CE71BDDAD59B32 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/e/EdrawSoft/EdrawMind/CN/13.0.12.1380/EdrawSoft.EdrawMind.CN.locale.en-US.yaml b/manifests/e/EdrawSoft/EdrawMind/CN/13.0.12.1380/EdrawSoft.EdrawMind.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..9bce9c4523ad7 --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMind/CN/13.0.12.1380/EdrawSoft.EdrawMind.CN.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMind.CN +PackageVersion: 13.0.12.1380 +PackageLocale: en-US +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.cn/ +PublisherSupportUrl: https://www.edrawsoft.cn/help-center/ +PrivacyUrl: https://www.edrawsoft.cn/private-policy/ +Author: SHENZHEN EDRAW SOFTWARE CO., LTD. +PackageName: MindMaster +PackageUrl: https://www.edrawsoft.cn/mindmaster/ +License: Proprietary +LicenseUrl: https://www.edrawsoft.cn/edrawmax-term-services/ +Copyright: © 2025 SHENZHEN EDRAW SOFTWARE CO., LTD. All rights reserved +ShortDescription: Cloud-based cross-platform mind mapping software +Description: MindMaster, a cross-platform and versatile mind mapping software, is an effective solution to help you quickly become a competent mind mapping designer! It provides abundant intelligent layouts, various presentation modes, exquisite design elements and preset theme styles, making it a veritable productivity tool for users. Since its launch, it has been well received by users and is widely used in problem solving, time management, business strategy and project management. +Tags: +- mind-map +- mind-mapping +- mindmap +ReleaseNotesUrl: https://www.edrawsoft.cn/download/mindmaster/versioninfo/ +PurchaseUrl: https://www.edrawsoft.cn/order/mindmaster_buy.html +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://www.edrawsoft.cn/help-center/mindmaster-user-manual-cn.pdf +- DocumentLabel: Tutorial + DocumentUrl: https://www.edrawsoft.cn/mindmaster/tutorial/ +- DocumentLabel: Video Tutorial + DocumentUrl: https://mp.weixin.qq.com/s/IANQyVNlXWik-Zrckfy4bA +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/e/EdrawSoft/EdrawMind/CN/13.0.12.1380/EdrawSoft.EdrawMind.CN.locale.zh-CN.yaml b/manifests/e/EdrawSoft/EdrawMind/CN/13.0.12.1380/EdrawSoft.EdrawMind.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6d7ac589e443b --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMind/CN/13.0.12.1380/EdrawSoft.EdrawMind.CN.locale.zh-CN.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: EdrawSoft.EdrawMind.CN +PackageVersion: 13.0.12.1380 +PackageLocale: zh-CN +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.cn/ +PublisherSupportUrl: https://www.edrawsoft.cn/help-center/ +PrivacyUrl: https://www.edrawsoft.cn/private-policy/ +Author: 深圳市亿图软件有限公司 +PackageName: MindMaster +PackageUrl: https://www.edrawsoft.cn/mindmaster/ +License: 专有软件 +LicenseUrl: https://www.edrawsoft.cn/edrawmax-term-services/ +Copyright: © 2025 深圳市亿图软件有限公司 版权所有 +ShortDescription: 基于云的跨端思维导图软件 +Description: 亿图脑图 MindMaster 是一款跨平台、多功能的思维导图软件。是帮助您快速成为思维导图设计能手的有效解决方案!软件提供了丰富的智能布局、多样性的展示模式、结合精美的设计元素和预置的主题样式,努力帮用户打造一款真正的效率工具。自推出以来深受广大用户的欢迎,被广泛应用于解决问题,时间管理,业务战略和项目管理等领域中。 +Tags: +- 亿图脑图 +- 思维导图 +- 脑图 +ReleaseNotes: |- + 1. 文件菜单功能优化 + 重构导出、另存为功能结构,新增二级菜单,按文件格式与使用场景分类整理,简化主菜单视觉层级,提升操作效率。 + 2. 快捷工具栏体验升级 + 优化工具栏样式表现,修复已知缺陷问题,增强使用稳定性与视觉一致性。 +ReleaseNotesUrl: https://www.edrawsoft.cn/download/mindmaster/versioninfo/ +PurchaseUrl: https://www.edrawsoft.cn/order/mindmaster_buy.html +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://www.edrawsoft.cn/help-center/mindmaster-user-manual-cn.pdf +- DocumentLabel: 教程 + DocumentUrl: https://www.edrawsoft.cn/mindmaster/tutorial/ +- DocumentLabel: 视频教程 + DocumentUrl: https://mp.weixin.qq.com/s/IANQyVNlXWik-Zrckfy4bA +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/e/EdrawSoft/EdrawMind/CN/13.0.12.1380/EdrawSoft.EdrawMind.CN.yaml b/manifests/e/EdrawSoft/EdrawMind/CN/13.0.12.1380/EdrawSoft.EdrawMind.CN.yaml new file mode 100644 index 0000000000000..e1613039720bd --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMind/CN/13.0.12.1380/EdrawSoft.EdrawMind.CN.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: EdrawSoft.EdrawMind.CN +PackageVersion: 13.0.12.1380 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 7523385831e6cef365151f29f65e7c748e087941 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:11:15 +0800 Subject: [PATCH 078/100] New version: Mango3D.LycheeSlicer version 7.5.4 (#323207) Co-authored-by: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> --- .../7.5.4/Mango3D.LycheeSlicer.installer.yaml | 28 +++++++++++++++ .../Mango3D.LycheeSlicer.locale.en-US.yaml | 34 +++++++++++++++++++ .../Mango3D.LycheeSlicer.locale.zh-CN.yaml | 34 +++++++++++++++++++ .../7.5.4/Mango3D.LycheeSlicer.yaml | 8 +++++ 4 files changed, 104 insertions(+) create mode 100644 manifests/m/Mango3D/LycheeSlicer/7.5.4/Mango3D.LycheeSlicer.installer.yaml create mode 100644 manifests/m/Mango3D/LycheeSlicer/7.5.4/Mango3D.LycheeSlicer.locale.en-US.yaml create mode 100644 manifests/m/Mango3D/LycheeSlicer/7.5.4/Mango3D.LycheeSlicer.locale.zh-CN.yaml create mode 100644 manifests/m/Mango3D/LycheeSlicer/7.5.4/Mango3D.LycheeSlicer.yaml diff --git a/manifests/m/Mango3D/LycheeSlicer/7.5.4/Mango3D.LycheeSlicer.installer.yaml b/manifests/m/Mango3D/LycheeSlicer/7.5.4/Mango3D.LycheeSlicer.installer.yaml new file mode 100644 index 0000000000000..7e447a7f52888 --- /dev/null +++ b/manifests/m/Mango3D/LycheeSlicer/7.5.4/Mango3D.LycheeSlicer.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: Mango3D.LycheeSlicer +PackageVersion: 7.5.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- lycheeslicer +FileExtensions: +- 3mf +- cws +- lstl +- lys +- lyt +- obj +- stl +ProductCode: 8a7f68fc-0ecf-58b3-94e0-fb6e1ea8d905 +ReleaseDate: 2025-12-15 +Installers: +- Architecture: x64 + InstallerUrl: https://mango-lychee.nyc3.digitaloceanspaces.com/LycheeSlicer-7.5.4.exe + InstallerSha256: 8326EBE81F63AB7BB2654AAB903A82A13AE111BA85115EB5E594FD1DAFF8AD5C +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/Mango3D/LycheeSlicer/7.5.4/Mango3D.LycheeSlicer.locale.en-US.yaml b/manifests/m/Mango3D/LycheeSlicer/7.5.4/Mango3D.LycheeSlicer.locale.en-US.yaml new file mode 100644 index 0000000000000..6ba70a1bb422e --- /dev/null +++ b/manifests/m/Mango3D/LycheeSlicer/7.5.4/Mango3D.LycheeSlicer.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Mango3D.LycheeSlicer +PackageVersion: 7.5.4 +PackageLocale: en-US +Publisher: Mango3D +PublisherUrl: https://mango3d.io/ +PublisherSupportUrl: https://mango3d.io/contact-us/ +PrivacyUrl: https://mango3d.io/privacy-policy/ +Author: Mango 3D SAS +PackageName: LycheeSlicer +PackageUrl: https://mango3d.io/downloads/ +License: Proprietary +Copyright: Copyright 2025 © Mango3D. All rights reserved. +ShortDescription: A powerful and versatile Slicer for Resin and Filament 3D Printers +Description: With Lychee Slicer, you get the best companion to prepare 3D models for your Resin and Filament 3D Printers. Get access to many features to create a tailored and smooth workflow that fits your needs! Lychee Slicer is easy to use and provides powerful tools in an elegant and intuitive interface. Always be at the edge of 3D Printing with Lychee Slicer! +Tags: +- 3d +- 3d-printer +- 3d-printing +- filament +- model +- resin +- slicer +ReleaseNotesUrl: https://mango3d.io/changelogs +PurchaseUrl: https://account.mango3d.io/lychee/purchase +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://doc.mango3d.io/ +- DocumentLabel: Technical documentation + DocumentUrl: https://doc.mango3d.io/doc/technical-documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/Mango3D/LycheeSlicer/7.5.4/Mango3D.LycheeSlicer.locale.zh-CN.yaml b/manifests/m/Mango3D/LycheeSlicer/7.5.4/Mango3D.LycheeSlicer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fb8d39d098f5b --- /dev/null +++ b/manifests/m/Mango3D/LycheeSlicer/7.5.4/Mango3D.LycheeSlicer.locale.zh-CN.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: Mango3D.LycheeSlicer +PackageVersion: 7.5.4 +PackageLocale: zh-CN +Publisher: Mango3D +PublisherUrl: https://mango3d.io/ +PublisherSupportUrl: https://mango3d.io/contact-us/ +PrivacyUrl: https://mango3d.io/privacy-policy/ +Author: Mango 3D SAS +PackageName: LycheeSlicer +PackageUrl: https://mango3d.io/downloads/ +License: 专有软件 +Copyright: Copyright 2025 © Mango3D. All rights reserved. +ShortDescription: 适用于树脂和丝材 3D 打印机的功能强大的多功能切片机 +Description: Lychee Slicer 是帮助您为树脂和丝材 3D 打印机准备 3D 模型的最佳伴侣。您可以通过多种功能创建符合您需求的定制、流畅的工作流程!Lychee Slicer 易于使用,在优雅直观的界面中提供强大的工具。有了 Lychee Slicer,您将始终站在 3D 打印的最前沿! +Tags: +- 3d +- 3d打印 +- 3d打印机 +- 丝材 +- 切片 +- 树脂 +- 模型 +ReleaseNotesUrl: https://mango3d.io/changelogs +PurchaseUrl: https://account.mango3d.io/lychee/purchase +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://doc.mango3d.io/ +- DocumentLabel: 技术文档 + DocumentUrl: https://doc.mango3d.io/doc/technical-documentation/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/m/Mango3D/LycheeSlicer/7.5.4/Mango3D.LycheeSlicer.yaml b/manifests/m/Mango3D/LycheeSlicer/7.5.4/Mango3D.LycheeSlicer.yaml new file mode 100644 index 0000000000000..951395e9061d9 --- /dev/null +++ b/manifests/m/Mango3D/LycheeSlicer/7.5.4/Mango3D.LycheeSlicer.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: Mango3D.LycheeSlicer +PackageVersion: 7.5.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 353f4118a72eea007c5821d618d0843e7f506bd1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:11:34 +0800 Subject: [PATCH 079/100] New version: Mobirise.Mobirise version 6.1.12.169 (#323844) --- .../Mobirise.Mobirise.installer.yaml | 4 ++-- .../Mobirise.Mobirise.locale.en-US.yaml | 2 +- .../Mobirise.Mobirise.locale.zh-CN.yaml | 2 +- .../Mobirise/{6.1.9.165 => 6.1.12.169}/Mobirise.Mobirise.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename manifests/m/Mobirise/Mobirise/{6.1.9.165 => 6.1.12.169}/Mobirise.Mobirise.installer.yaml (81%) rename manifests/m/Mobirise/Mobirise/{6.1.9.165 => 6.1.12.169}/Mobirise.Mobirise.locale.en-US.yaml (96%) rename manifests/m/Mobirise/Mobirise/{6.1.9.165 => 6.1.12.169}/Mobirise.Mobirise.locale.zh-CN.yaml (92%) rename manifests/m/Mobirise/Mobirise/{6.1.9.165 => 6.1.12.169}/Mobirise.Mobirise.yaml (89%) diff --git a/manifests/m/Mobirise/Mobirise/6.1.9.165/Mobirise.Mobirise.installer.yaml b/manifests/m/Mobirise/Mobirise/6.1.12.169/Mobirise.Mobirise.installer.yaml similarity index 81% rename from manifests/m/Mobirise/Mobirise/6.1.9.165/Mobirise.Mobirise.installer.yaml rename to manifests/m/Mobirise/Mobirise/6.1.12.169/Mobirise.Mobirise.installer.yaml index 53266674f1c3a..66676d2c8f305 100644 --- a/manifests/m/Mobirise/Mobirise/6.1.9.165/Mobirise.Mobirise.installer.yaml +++ b/manifests/m/Mobirise/Mobirise/6.1.12.169/Mobirise.Mobirise.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Mobirise.Mobirise -PackageVersion: 6.1.9.165 +PackageVersion: 6.1.12.169 InstallerType: nullsoft Scope: machine InstallerSwitches: @@ -14,6 +14,6 @@ ProductCode: a651c295-23f6-5815-8016-69ff822d3275 Installers: - Architecture: x86 InstallerUrl: https://download.mobirise.com/MobiriseSetup.exe - InstallerSha256: 272F43E6581AB96DE1CF8DE17BD6BC4E610EB41B502A430454E48FF24990D66A + InstallerSha256: B6761EF05D5ED380724D750E4138B9022E54F6CC3A9A726904849F4D5464005E ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mobirise/Mobirise/6.1.9.165/Mobirise.Mobirise.locale.en-US.yaml b/manifests/m/Mobirise/Mobirise/6.1.12.169/Mobirise.Mobirise.locale.en-US.yaml similarity index 96% rename from manifests/m/Mobirise/Mobirise/6.1.9.165/Mobirise.Mobirise.locale.en-US.yaml rename to manifests/m/Mobirise/Mobirise/6.1.12.169/Mobirise.Mobirise.locale.en-US.yaml index f0dbca567307c..06724e742bbba 100644 --- a/manifests/m/Mobirise/Mobirise/6.1.9.165/Mobirise.Mobirise.locale.en-US.yaml +++ b/manifests/m/Mobirise/Mobirise/6.1.12.169/Mobirise.Mobirise.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Mobirise.Mobirise -PackageVersion: 6.1.9.165 +PackageVersion: 6.1.12.169 PackageLocale: en-US Publisher: Mobirise.com PublisherUrl: https://mobirise.com/ diff --git a/manifests/m/Mobirise/Mobirise/6.1.9.165/Mobirise.Mobirise.locale.zh-CN.yaml b/manifests/m/Mobirise/Mobirise/6.1.12.169/Mobirise.Mobirise.locale.zh-CN.yaml similarity index 92% rename from manifests/m/Mobirise/Mobirise/6.1.9.165/Mobirise.Mobirise.locale.zh-CN.yaml rename to manifests/m/Mobirise/Mobirise/6.1.12.169/Mobirise.Mobirise.locale.zh-CN.yaml index 34b60e3294e46..4ec289c72f5bb 100644 --- a/manifests/m/Mobirise/Mobirise/6.1.9.165/Mobirise.Mobirise.locale.zh-CN.yaml +++ b/manifests/m/Mobirise/Mobirise/6.1.12.169/Mobirise.Mobirise.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json PackageIdentifier: Mobirise.Mobirise -PackageVersion: 6.1.9.165 +PackageVersion: 6.1.12.169 PackageLocale: zh-CN License: 专有软件 ShortDescription: 无代码网站创建器 diff --git a/manifests/m/Mobirise/Mobirise/6.1.9.165/Mobirise.Mobirise.yaml b/manifests/m/Mobirise/Mobirise/6.1.12.169/Mobirise.Mobirise.yaml similarity index 89% rename from manifests/m/Mobirise/Mobirise/6.1.9.165/Mobirise.Mobirise.yaml rename to manifests/m/Mobirise/Mobirise/6.1.12.169/Mobirise.Mobirise.yaml index 57caa25673a53..964cc3d4d8f0b 100644 --- a/manifests/m/Mobirise/Mobirise/6.1.9.165/Mobirise.Mobirise.yaml +++ b/manifests/m/Mobirise/Mobirise/6.1.12.169/Mobirise.Mobirise.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Mobirise.Mobirise -PackageVersion: 6.1.9.165 +PackageVersion: 6.1.12.169 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 From 3a2821d976a67017733ad9dc14a13b03eb955a63 Mon Sep 17 00:00:00 2001 From: Akram El Assas Date: Fri, 19 Dec 2025 14:11:50 +0100 Subject: [PATCH 080/100] New version: aelassas.Servy version 4.2 (#324111) --- .../Servy/4.2/aelassas.Servy.installer.yaml | 26 +++++++ .../4.2/aelassas.Servy.locale.en-US.yaml | 68 +++++++++++++++++++ .../a/aelassas/Servy/4.2/aelassas.Servy.yaml | 8 +++ 3 files changed, 102 insertions(+) create mode 100644 manifests/a/aelassas/Servy/4.2/aelassas.Servy.installer.yaml create mode 100644 manifests/a/aelassas/Servy/4.2/aelassas.Servy.locale.en-US.yaml create mode 100644 manifests/a/aelassas/Servy/4.2/aelassas.Servy.yaml diff --git a/manifests/a/aelassas/Servy/4.2/aelassas.Servy.installer.yaml b/manifests/a/aelassas/Servy/4.2/aelassas.Servy.installer.yaml new file mode 100644 index 0000000000000..4ab4fd541ca84 --- /dev/null +++ b/manifests/a/aelassas/Servy/4.2/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.2' +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{8343B121-BE1C-463F-AA5B-FD237DD2F8D0}_is1' +ReleaseDate: 2025-12-17 +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.2/servy-4.2-x64-installer.exe + InstallerSha256: EA2C9555539AECA1C8EF3281F87FBB305B74D54ED4F46347873A37AB1405D410 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/aelassas/Servy/4.2/aelassas.Servy.locale.en-US.yaml b/manifests/a/aelassas/Servy/4.2/aelassas.Servy.locale.en-US.yaml new file mode 100644 index 0000000000000..9d6236334218b --- /dev/null +++ b/manifests/a/aelassas/Servy/4.2/aelassas.Servy.locale.en-US.yaml @@ -0,0 +1,68 @@ +# 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.2' +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): encrypt process parameters for maximum security + - fix(core): move process parameters retrieval from binary path to database + - chore: include SBOMs in release artifacts for provenance +ReleaseNotesUrl: https://github.com/aelassas/servy/releases/tag/v4.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/aelassas/servy/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 + diff --git a/manifests/a/aelassas/Servy/4.2/aelassas.Servy.yaml b/manifests/a/aelassas/Servy/4.2/aelassas.Servy.yaml new file mode 100644 index 0000000000000..1c13bd93959c3 --- /dev/null +++ b/manifests/a/aelassas/Servy/4.2/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.2' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 7d2ff52e3df8b4a184948327347cb5cb3a84181d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:12:23 +0800 Subject: [PATCH 081/100] New version: AuthorMore.PenpotDesktop version 0.22.0 (#324831) --- .../AuthorMore.PenpotDesktop.installer.yaml | 40 +++++++++++++ ...AuthorMore.PenpotDesktop.locale.en-US.yaml | 56 +++++++++++++++++++ ...AuthorMore.PenpotDesktop.locale.zh-CN.yaml | 30 ++++++++++ .../0.22.0/AuthorMore.PenpotDesktop.yaml | 8 +++ 4 files changed, 134 insertions(+) create mode 100644 manifests/a/AuthorMore/PenpotDesktop/0.22.0/AuthorMore.PenpotDesktop.installer.yaml create mode 100644 manifests/a/AuthorMore/PenpotDesktop/0.22.0/AuthorMore.PenpotDesktop.locale.en-US.yaml create mode 100644 manifests/a/AuthorMore/PenpotDesktop/0.22.0/AuthorMore.PenpotDesktop.locale.zh-CN.yaml create mode 100644 manifests/a/AuthorMore/PenpotDesktop/0.22.0/AuthorMore.PenpotDesktop.yaml diff --git a/manifests/a/AuthorMore/PenpotDesktop/0.22.0/AuthorMore.PenpotDesktop.installer.yaml b/manifests/a/AuthorMore/PenpotDesktop/0.22.0/AuthorMore.PenpotDesktop.installer.yaml new file mode 100644 index 0000000000000..dfa936a8ed9d3 --- /dev/null +++ b/manifests/a/AuthorMore/PenpotDesktop/0.22.0/AuthorMore.PenpotDesktop.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: AuthorMore.PenpotDesktop +PackageVersion: 0.22.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: fce6a886-f595-5ead-8bc0-3232435b1b25 +ReleaseDate: 2025-12-16 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/author-more/penpot-desktop/releases/download/v0.22.0/penpot-desktop-x64.exe + InstallerSha256: C40E78CAB5A9C9C06F82D821EBA885C05397102D5ABE8956BC0DC571D5FA46AD + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/author-more/penpot-desktop/releases/download/v0.22.0/penpot-desktop-x64.exe + InstallerSha256: C40E78CAB5A9C9C06F82D821EBA885C05397102D5ABE8956BC0DC571D5FA46AD + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/author-more/penpot-desktop/releases/download/v0.22.0/penpot-desktop-arm64.exe + InstallerSha256: D37CBF9173F435A0A9556E00B64464D23F51552132B6C7FD57EEE7A85AD0B9A9 + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/author-more/penpot-desktop/releases/download/v0.22.0/penpot-desktop-arm64.exe + InstallerSha256: D37CBF9173F435A0A9556E00B64464D23F51552132B6C7FD57EEE7A85AD0B9A9 + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/AuthorMore/PenpotDesktop/0.22.0/AuthorMore.PenpotDesktop.locale.en-US.yaml b/manifests/a/AuthorMore/PenpotDesktop/0.22.0/AuthorMore.PenpotDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..6f7880155896c --- /dev/null +++ b/manifests/a/AuthorMore/PenpotDesktop/0.22.0/AuthorMore.PenpotDesktop.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: AuthorMore.PenpotDesktop +PackageVersion: 0.22.0 +PackageLocale: en-US +Publisher: Author More +PublisherUrl: https://authormore.com/ +PublisherSupportUrl: https://github.com/author-more/penpot-desktop/issues +PrivacyUrl: https://penpot.app/privacy +PackageName: Penpot Desktop +PackageUrl: https://github.com/author-more/penpot-desktop +License: AGPL-3.0 +LicenseUrl: https://github.com/author-more/penpot-desktop/blob/HEAD/LICENSE +ShortDescription: A desktop application for Penpot, an open-source design tool. +Description: |- + Penpot Desktop is an unofficial desktop application for the open-source design tool, Penpot. + It provides you with access to the functionality of the browser version of Penpot with an experience of a desktop application. It comes with + - system-level application experience e.g. a dedicated window, file extension association, + - versatile dark-light mode setup, + - tab interface for easy navigation between projects, + - ability to connect to different instances e.g. officially hosted, local for offline work, + - and more are coming. +Tags: +- build +- design +- diagram +- flow +- flowchart +- interface +- mockup +- present +- prototype +- slides +- specification +- ui +- user-experience +- user-interface +- ux +- wireframe +ReleaseNotes: |- + Features + - Added instance properties editor. #257 + Moved basic instance edits (label, colour) and management (deletion) to a settings modal. It reduces the risk of accidentally deleting an instance, improves accessibility with clearer UI structure, and unifies the experience between basic and local instances. + Improvements + - Added standardised installer naming. #244 + Adopted standardised installer naming, using penpot-desktop-. pattern (e.g. penpot-desktop-arm64.exe). It enables linking to the right installer for your operating system using GitHub Releases latest tag's endpoint. + - Added Flathub keywords. By @razzeee #246 + Added keywords to the project's meta info for better discoverability in Flathub. + Full Changelog: https://github.com/author-more/penpot-desktop/compare/v0.21.0...v0.22.0 +ReleaseNotesUrl: https://github.com/author-more/penpot-desktop/releases/tag/v0.22.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/author-more/penpot-desktop/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/AuthorMore/PenpotDesktop/0.22.0/AuthorMore.PenpotDesktop.locale.zh-CN.yaml b/manifests/a/AuthorMore/PenpotDesktop/0.22.0/AuthorMore.PenpotDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8bc1bd3c39b4c --- /dev/null +++ b/manifests/a/AuthorMore/PenpotDesktop/0.22.0/AuthorMore.PenpotDesktop.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: AuthorMore.PenpotDesktop +PackageVersion: 0.22.0 +PackageLocale: zh-CN +ShortDescription: 开源设计工具 Penpot 的桌面应用程序 +Description: |- + Penpot Desktop 是开源设计工具 Penpot 的非官方桌面应用程序。 + 它可以让您访问 Penpot 浏览器版本的功能,并获得桌面应用程序的体验。它具有 + - 系统级应用体验,如专用窗口、文件扩展名关联; + - 多功能暗光模式设置; + - 标签界面,便于在项目间导航; + - 能够连接到不同的实例,如官方托管实例和本地离线工作实例; + - 以及更多即将推出的功能。 +Tags: +- 人机交互 +- 原型 +- 图表 +- 模型 +- 流程 +- 流程图 +- 用户界面 +- 界面 +- 线框图 +- 规格 +- 设计 +ReleaseNotesUrl: https://github.com/author-more/penpot-desktop/releases/tag/v0.22.0 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/AuthorMore/PenpotDesktop/0.22.0/AuthorMore.PenpotDesktop.yaml b/manifests/a/AuthorMore/PenpotDesktop/0.22.0/AuthorMore.PenpotDesktop.yaml new file mode 100644 index 0000000000000..c66621b481820 --- /dev/null +++ b/manifests/a/AuthorMore/PenpotDesktop/0.22.0/AuthorMore.PenpotDesktop.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: AuthorMore.PenpotDesktop +PackageVersion: 0.22.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 6171cfc751faca0c5be0253f1fc156629356b94e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:12:42 +0800 Subject: [PATCH 082/100] New version: Elastic.Filebeat version 9.2.3 (#324842) --- .../9.2.3/Elastic.Filebeat.installer.yaml | 22 ++++++++++ .../9.2.3/Elastic.Filebeat.locale.en-US.yaml | 44 +++++++++++++++++++ .../9.2.3/Elastic.Filebeat.locale.zh-CN.yaml | 10 +++++ .../Filebeat/9.2.3/Elastic.Filebeat.yaml | 8 ++++ 4 files changed, 84 insertions(+) create mode 100644 manifests/e/Elastic/Filebeat/9.2.3/Elastic.Filebeat.installer.yaml create mode 100644 manifests/e/Elastic/Filebeat/9.2.3/Elastic.Filebeat.locale.en-US.yaml create mode 100644 manifests/e/Elastic/Filebeat/9.2.3/Elastic.Filebeat.locale.zh-CN.yaml create mode 100644 manifests/e/Elastic/Filebeat/9.2.3/Elastic.Filebeat.yaml diff --git a/manifests/e/Elastic/Filebeat/9.2.3/Elastic.Filebeat.installer.yaml b/manifests/e/Elastic/Filebeat/9.2.3/Elastic.Filebeat.installer.yaml new file mode 100644 index 0000000000000..4fe5d13995acd --- /dev/null +++ b/manifests/e/Elastic/Filebeat/9.2.3/Elastic.Filebeat.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Elastic.Filebeat +PackageVersion: 9.2.3 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- filebeat +ProductCode: '{84CD8645-4DB1-5D89-81E3-071FF2AC3EAE}' +ReleaseDate: 2025-12-19 +AppsAndFeaturesEntries: +- UpgradeCode: '{84CD8645-4DB1-5D89-81E3-071F628CFEAE}' +Installers: +- Architecture: x64 + InstallerUrl: https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-9.2.3-windows-x86_64.msi + InstallerSha256: 45BAF520FAFF5B4A1678B9BF500BE986BED8A8568D77195EDFB628C89845C6B5 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/e/Elastic/Filebeat/9.2.3/Elastic.Filebeat.locale.en-US.yaml b/manifests/e/Elastic/Filebeat/9.2.3/Elastic.Filebeat.locale.en-US.yaml new file mode 100644 index 0000000000000..1d9671344f407 --- /dev/null +++ b/manifests/e/Elastic/Filebeat/9.2.3/Elastic.Filebeat.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Elastic.Filebeat +PackageVersion: 9.2.3 +PackageLocale: en-US +Publisher: Elastic +PublisherUrl: https://www.elastic.co/ +PublisherSupportUrl: https://github.com/elastic/beats/issues +PrivacyUrl: https://www.elastic.co/legal/privacy-statement +Author: Elasticsearch B.V. +PackageName: Beats filebeat +PackageUrl: https://www.elastic.co/downloads/beats/filebeat +License: Elastic-2.0 +LicenseUrl: https://github.com/elastic/beats/blob/HEAD/LICENSE.txt +Copyright: © 2025. Elasticsearch B.V. All Rights Reserved +ShortDescription: Tails and ships log files +Description: Filebeat is an open source file harvester, mostly used to fetch logs files and feed them into logstash. Together with the libbeat lumberjack output is a replacement for logstash-forwarder. +ReleaseNotes: |- + Features and enhancements + All + - Make beats receivers emit status for their subcomponents. #48015 + - Add GUID translation, base DN inference, and SSPI authentication to LDAP processor. #47827 + Filebeat + - Log unpublished event count and exit publish loop on input context cancellation. #47730 #47717 + - Improving input error reporting to Elastic Agent, specially when pipeline configurations are incorrect. #47905 #45649 + Metricbeat + - K8s_container_allocatable. #47815 #40701 + Updates kubernetes cpu and memory metrics to use allocatable values instead of capacity values. + - Add resource pool id to vsphere cluster metricset. #47883 + Packetbeat + - Ipfrag2. #47970 + Fixes + Filebeat + - Prevent panic during startup if dissect processor has invalid field name in tokenizer. #47839 + Metricbeat + - Improve defensive checks to prevent panics in meraki module. #47950 + - Remove GCP Billing timestamp functions. #47963 #47967 + Packetbeat + - Rpc_fragment_sanitization. #47803 + - Verify and cap memcache udp fragment counts. #47874 +ReleaseNotesUrl: https://www.elastic.co/docs/release-notes/beats#beats-release-notes-9.2.3 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/e/Elastic/Filebeat/9.2.3/Elastic.Filebeat.locale.zh-CN.yaml b/manifests/e/Elastic/Filebeat/9.2.3/Elastic.Filebeat.locale.zh-CN.yaml new file mode 100644 index 0000000000000..35e6a2c57c70a --- /dev/null +++ b/manifests/e/Elastic/Filebeat/9.2.3/Elastic.Filebeat.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Elastic.Filebeat +PackageVersion: 9.2.3 +PackageLocale: zh-CN +ShortDescription: 跟踪和传输日志文件 +Description: Filebeat 是一款开源的文件采集器,主要用于收集日志文件并将其传输至 Logstash。结合 libbeat 的 lumberjack 输出功能,它可作为 logstash-forwarder 的替代方案。 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/e/Elastic/Filebeat/9.2.3/Elastic.Filebeat.yaml b/manifests/e/Elastic/Filebeat/9.2.3/Elastic.Filebeat.yaml new file mode 100644 index 0000000000000..f0bbb3617ef5a --- /dev/null +++ b/manifests/e/Elastic/Filebeat/9.2.3/Elastic.Filebeat.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: Elastic.Filebeat +PackageVersion: 9.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From c6e8721f7f73efa58671838bec2c199cb11a6d53 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:13:00 +0800 Subject: [PATCH 083/100] New version: Elastic.Heartbeat version 9.2.3 (#324845) --- .../9.2.3/Elastic.Heartbeat.installer.yaml | 22 ++++++++++ .../9.2.3/Elastic.Heartbeat.locale.en-US.yaml | 44 +++++++++++++++++++ .../9.2.3/Elastic.Heartbeat.locale.zh-CN.yaml | 10 +++++ .../Heartbeat/9.2.3/Elastic.Heartbeat.yaml | 8 ++++ 4 files changed, 84 insertions(+) create mode 100644 manifests/e/Elastic/Heartbeat/9.2.3/Elastic.Heartbeat.installer.yaml create mode 100644 manifests/e/Elastic/Heartbeat/9.2.3/Elastic.Heartbeat.locale.en-US.yaml create mode 100644 manifests/e/Elastic/Heartbeat/9.2.3/Elastic.Heartbeat.locale.zh-CN.yaml create mode 100644 manifests/e/Elastic/Heartbeat/9.2.3/Elastic.Heartbeat.yaml diff --git a/manifests/e/Elastic/Heartbeat/9.2.3/Elastic.Heartbeat.installer.yaml b/manifests/e/Elastic/Heartbeat/9.2.3/Elastic.Heartbeat.installer.yaml new file mode 100644 index 0000000000000..a7ed62e93ab03 --- /dev/null +++ b/manifests/e/Elastic/Heartbeat/9.2.3/Elastic.Heartbeat.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Elastic.Heartbeat +PackageVersion: 9.2.3 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- heartbeat +ProductCode: '{D1A2A571-99C7-52CE-B31F-D73B689BF920}' +ReleaseDate: 2025-12-19 +AppsAndFeaturesEntries: +- UpgradeCode: '{D1A2A571-99C7-52CE-B31F-D73BD87BB920}' +Installers: +- Architecture: x64 + InstallerUrl: https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-9.2.3-windows-x86_64.msi + InstallerSha256: F2026F94F558A7293CBE7A638354E60448396A5919348DFE1B30F890E6C85C51 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/e/Elastic/Heartbeat/9.2.3/Elastic.Heartbeat.locale.en-US.yaml b/manifests/e/Elastic/Heartbeat/9.2.3/Elastic.Heartbeat.locale.en-US.yaml new file mode 100644 index 0000000000000..bec6fb50b3943 --- /dev/null +++ b/manifests/e/Elastic/Heartbeat/9.2.3/Elastic.Heartbeat.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Elastic.Heartbeat +PackageVersion: 9.2.3 +PackageLocale: en-US +Publisher: Elastic +PublisherUrl: https://www.elastic.co/ +PublisherSupportUrl: https://github.com/elastic/beats/issues +PrivacyUrl: https://www.elastic.co/legal/privacy-statement +Author: Elasticsearch B.V. +PackageName: Beats heartbeat +PackageUrl: https://www.elastic.co/downloads/beats/heartbeat +License: Elastic-2.0 +LicenseUrl: https://github.com/elastic/beats/blob/HEAD/LICENSE.txt +Copyright: © 2025. Elasticsearch B.V. All Rights Reserved +ShortDescription: Ping remote services for availability +Description: Heartbeat is a beat for testing service availability using PING based on ICMP, TCP or higher level protocols. +ReleaseNotes: |- + Features and enhancements + All + - Make beats receivers emit status for their subcomponents. #48015 + - Add GUID translation, base DN inference, and SSPI authentication to LDAP processor. #47827 + Filebeat + - Log unpublished event count and exit publish loop on input context cancellation. #47730 #47717 + - Improving input error reporting to Elastic Agent, specially when pipeline configurations are incorrect. #47905 #45649 + Metricbeat + - K8s_container_allocatable. #47815 #40701 + Updates kubernetes cpu and memory metrics to use allocatable values instead of capacity values. + - Add resource pool id to vsphere cluster metricset. #47883 + Packetbeat + - Ipfrag2. #47970 + Fixes + Filebeat + - Prevent panic during startup if dissect processor has invalid field name in tokenizer. #47839 + Metricbeat + - Improve defensive checks to prevent panics in meraki module. #47950 + - Remove GCP Billing timestamp functions. #47963 #47967 + Packetbeat + - Rpc_fragment_sanitization. #47803 + - Verify and cap memcache udp fragment counts. #47874 +ReleaseNotesUrl: https://www.elastic.co/docs/release-notes/beats#beats-release-notes-9.2.3 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/e/Elastic/Heartbeat/9.2.3/Elastic.Heartbeat.locale.zh-CN.yaml b/manifests/e/Elastic/Heartbeat/9.2.3/Elastic.Heartbeat.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bc970a17d9e4b --- /dev/null +++ b/manifests/e/Elastic/Heartbeat/9.2.3/Elastic.Heartbeat.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Elastic.Heartbeat +PackageVersion: 9.2.3 +PackageLocale: zh-CN +ShortDescription: 检测远程服务可用性 +Description: Heartbeat 是通过基于 ICMP、TCP 或更高层协议的 PING 测试服务可用性的 Beat。 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/e/Elastic/Heartbeat/9.2.3/Elastic.Heartbeat.yaml b/manifests/e/Elastic/Heartbeat/9.2.3/Elastic.Heartbeat.yaml new file mode 100644 index 0000000000000..cbd115dc3da25 --- /dev/null +++ b/manifests/e/Elastic/Heartbeat/9.2.3/Elastic.Heartbeat.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: Elastic.Heartbeat +PackageVersion: 9.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 8a1f9bb057e161fb3b64873bdc9037453da75917 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:13:21 +0800 Subject: [PATCH 084/100] New version: Gouryella.Drip version 0.5.2 (#324861) --- .../Drip/0.5.2/Gouryella.Drip.installer.yaml | 18 +++++++++ .../0.5.2/Gouryella.Drip.locale.en-US.yaml | 38 +++++++++++++++++++ .../0.5.2/Gouryella.Drip.locale.zh-CN.yaml | 15 ++++++++ .../Gouryella/Drip/0.5.2/Gouryella.Drip.yaml | 8 ++++ 4 files changed, 79 insertions(+) create mode 100644 manifests/g/Gouryella/Drip/0.5.2/Gouryella.Drip.installer.yaml create mode 100644 manifests/g/Gouryella/Drip/0.5.2/Gouryella.Drip.locale.en-US.yaml create mode 100644 manifests/g/Gouryella/Drip/0.5.2/Gouryella.Drip.locale.zh-CN.yaml create mode 100644 manifests/g/Gouryella/Drip/0.5.2/Gouryella.Drip.yaml diff --git a/manifests/g/Gouryella/Drip/0.5.2/Gouryella.Drip.installer.yaml b/manifests/g/Gouryella/Drip/0.5.2/Gouryella.Drip.installer.yaml new file mode 100644 index 0000000000000..eecc393f6f608 --- /dev/null +++ b/manifests/g/Gouryella/Drip/0.5.2/Gouryella.Drip.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: Gouryella.Drip +PackageVersion: 0.5.2 +InstallerType: portable +Commands: +- drip +ReleaseDate: 2025-12-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Gouryella/drip/releases/download/v0.5.2/drip-v0.5.2-windows-amd64.exe + InstallerSha256: 1B7BA4F00C1206502EA69F310A8C2CF686CF0797AB42E14426A8127336317E44 +- Architecture: arm64 + InstallerUrl: https://github.com/Gouryella/drip/releases/download/v0.5.2/drip-v0.5.2-windows-arm64.exe + InstallerSha256: 88095548BD25B6A285463C2A1F51C34E0E755B3D8868761A7BC0BD2CA2775092 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/g/Gouryella/Drip/0.5.2/Gouryella.Drip.locale.en-US.yaml b/manifests/g/Gouryella/Drip/0.5.2/Gouryella.Drip.locale.en-US.yaml new file mode 100644 index 0000000000000..1239132ba64e4 --- /dev/null +++ b/manifests/g/Gouryella/Drip/0.5.2/Gouryella.Drip.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Gouryella.Drip +PackageVersion: 0.5.2 +PackageLocale: en-US +Publisher: Gouryella +PublisherUrl: https://github.com/Gouryella +PublisherSupportUrl: https://github.com/Gouryella/drip/issues +PackageName: Drip +PackageUrl: https://github.com/Gouryella/drip +License: BSD-3-Clause +LicenseUrl: https://github.com/Gouryella/drip/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025, Gouryella +ShortDescription: Self-hosted tunneling solution to expose localhost securely - unlimited bandwidth, no third-party servers +Tags: +- ethernet +- intranet +- network +- network-switch +- switch +ReleaseNotes: |- + Bug Fixes + - Fixed WebSocket connections being terminated immediately after handshake + The WebSocket proxy was experiencing premature disconnections due to two issues: + 1. Server-side context cancellation: The HTTP request context (r.Context()) was being used for the WebSocket pipe goroutine. When the HTTP handler returned after hijacking the connection, Go's HTTP server cancelled the request context, causing the WebSocket pipe to terminate immediately. Changed to use context.Background() for long-lived WebSocket connections. + 2. Server-side buffered data handling: The bufio.ReadWriter returned by Hijack() was being discarded, which could cause loss of any buffered data from the client. Now properly handles buffered data using bufferedReadWriteCloser. + - Fixed WebSocket Host header not being forwarded correctly + When proxying WebSocket upgrade requests, only req.URL.Host was being updated but not req.Host. Since http.Request.Write() uses req.Host for the Host header, the original proxy hostname was being sent to the backend instead of the local target address. Now correctly sets req.Host to the target address and preserves the original host in X-Forwarded-Host. + What's Changed + - fix(tcp): Fixed a connection reading issue during WebSocket upgrade by @Gouryella in https://github.com/Gouryella/drip/pull/10 + Full Changelog: https://github.com/Gouryella/drip/compare/v0.5.1...v0.5.2 + What's Changed + - fix(tcp): Fixed a connection reading issue during WebSocket upgrade by @Gouryella in https://github.com/Gouryella/drip/pull/10 + Full Changelog: https://github.com/Gouryella/drip/compare/v0.5.1...v0.5.2 +ReleaseNotesUrl: https://github.com/Gouryella/drip/releases/tag/v0.5.2 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Gouryella/Drip/0.5.2/Gouryella.Drip.locale.zh-CN.yaml b/manifests/g/Gouryella/Drip/0.5.2/Gouryella.Drip.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dbe1bd76cf349 --- /dev/null +++ b/manifests/g/Gouryella/Drip/0.5.2/Gouryella.Drip.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: Gouryella.Drip +PackageVersion: 0.5.2 +PackageLocale: zh-CN +ShortDescription: 自托管隧道解决方案,安全暴露本地主机 - 无限带宽,无需第三方服务器 +Tags: +- 交换机 +- 以太网 +- 内网 +- 内网穿透 +- 网络 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Gouryella/Drip/0.5.2/Gouryella.Drip.yaml b/manifests/g/Gouryella/Drip/0.5.2/Gouryella.Drip.yaml new file mode 100644 index 0000000000000..06b1255d46ad9 --- /dev/null +++ b/manifests/g/Gouryella/Drip/0.5.2/Gouryella.Drip.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: Gouryella.Drip +PackageVersion: 0.5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 760b4d7886c3e7426d01439b6cf51e8c24f83789 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:13:38 +0800 Subject: [PATCH 085/100] New version: TeamViewer.TeamViewer.Host version 15.73.5 (#324876) --- .../TeamViewer.TeamViewer.Host.installer.yaml | 22 +++++++++---------- ...amViewer.TeamViewer.Host.locale.en-US.yaml | 2 +- ...amViewer.TeamViewer.Host.locale.zh-CN.yaml | 2 +- .../TeamViewer.TeamViewer.Host.yaml | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) rename manifests/t/TeamViewer/TeamViewer/Host/{15.73.3 => 15.73.5}/TeamViewer.TeamViewer.Host.installer.yaml (65%) rename manifests/t/TeamViewer/TeamViewer/Host/{15.73.3 => 15.73.5}/TeamViewer.TeamViewer.Host.locale.en-US.yaml (98%) rename manifests/t/TeamViewer/TeamViewer/Host/{15.73.3 => 15.73.5}/TeamViewer.TeamViewer.Host.locale.zh-CN.yaml (98%) rename manifests/t/TeamViewer/TeamViewer/Host/{15.73.3 => 15.73.5}/TeamViewer.TeamViewer.Host.yaml (91%) diff --git a/manifests/t/TeamViewer/TeamViewer/Host/15.73.3/TeamViewer.TeamViewer.Host.installer.yaml b/manifests/t/TeamViewer/TeamViewer/Host/15.73.5/TeamViewer.TeamViewer.Host.installer.yaml similarity index 65% rename from manifests/t/TeamViewer/TeamViewer/Host/15.73.3/TeamViewer.TeamViewer.Host.installer.yaml rename to manifests/t/TeamViewer/TeamViewer/Host/15.73.5/TeamViewer.TeamViewer.Host.installer.yaml index 3d408e222c52a..0e3cb40a1451a 100644 --- a/manifests/t/TeamViewer/TeamViewer/Host/15.73.3/TeamViewer.TeamViewer.Host.installer.yaml +++ b/manifests/t/TeamViewer/TeamViewer/Host/15.73.5/TeamViewer.TeamViewer.Host.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: TeamViewer.TeamViewer.Host -PackageVersion: 15.73.3 +PackageVersion: 15.73.5 Scope: machine UpgradeBehavior: install Protocols: @@ -13,34 +13,34 @@ Installers: NestedInstallerType: wix NestedInstallerFiles: - RelativeFilePath: update.msi - InstallerUrl: https://download.teamviewer.com/download/version_15x/update/Update_msi_Host_15.73.3.zip - InstallerSha256: 9D12DD5C22B327D5BE3590318126B266DE22C40EC75B0B9DEA5A53E7D47FF28F + InstallerUrl: https://download.teamviewer.com/download/version_15x/update/Update_msi_Host_15.73.5.zip + InstallerSha256: ABD49BEA5EEA2E595865476BD07682177CB6EC99E69DCB394073E8A2264493A8 InstallerSwitches: InstallLocation: INSTALLFOLDER="" - ProductCode: '{22ED7249-650C-4457-B6EF-4516A7D3D41B}' + ProductCode: '{696915BF-86BD-44FF-A4F5-F9025D20B378}' AppsAndFeaturesEntries: - - ProductCode: '{22ED7249-650C-4457-B6EF-4516A7D3D41B}' + - ProductCode: '{696915BF-86BD-44FF-A4F5-F9025D20B378}' UpgradeCode: '{150798A5-21DE-431E-BDC7-A822769BE9A2}' - Architecture: x86 InstallerType: nullsoft InstallerUrl: https://download.teamviewer.com/download/version_15x/TeamViewer_Host_Setup.exe - InstallerSha256: C071306FACECE7DB185B5037C06FA6FA2ADBA59ED02007EC7A6AAC9B94A30D24 + InstallerSha256: 35F16D88F20AEDD7F38F97BE606212F4DF18D5FE7F7434A5E593ECA05369DDE6 - Architecture: x64 InstallerType: zip NestedInstallerType: wix NestedInstallerFiles: - RelativeFilePath: update.msi - InstallerUrl: https://download.teamviewer.com/download/version_15x/update/Update_msi_Host_15.73.3_x64.zip - InstallerSha256: C6F20055B1E41A1306108BC5DB0422F3E9965880355FA07D29F935748946A108 + InstallerUrl: https://download.teamviewer.com/download/version_15x/update/Update_msi_Host_15.73.5_x64.zip + InstallerSha256: 35A27F5AB0FE7B8266865AF18DCF43877D4CEFA61EF3462BCEB6A34ED5EFC3D5 InstallerSwitches: InstallLocation: INSTALLFOLDER="" - ProductCode: '{26E14BAB-EEA7-4B41-8796-E7B9AB9196FB}' + ProductCode: '{44CFFDB2-E5CC-415F-8405-2181E79EBD18}' AppsAndFeaturesEntries: - - ProductCode: '{26E14BAB-EEA7-4B41-8796-E7B9AB9196FB}' + - ProductCode: '{44CFFDB2-E5CC-415F-8405-2181E79EBD18}' UpgradeCode: '{82861EC3-25E9-4152-AAA0-BFB2467B60B7}' - Architecture: x64 InstallerType: nullsoft InstallerUrl: https://download.teamviewer.com/download/version_15x/TeamViewer_Host_Setup_x64.exe - InstallerSha256: 6EE3038A51D36517211FAAA0A4D8979D6F60D0E8D25C8A9E6971F820D0099DD3 + InstallerSha256: C64D5C920D2405F3CE78575CA8BA59315D8DF7FA9758E8B84C37B4ABFA802473 ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/t/TeamViewer/TeamViewer/Host/15.73.3/TeamViewer.TeamViewer.Host.locale.en-US.yaml b/manifests/t/TeamViewer/TeamViewer/Host/15.73.5/TeamViewer.TeamViewer.Host.locale.en-US.yaml similarity index 98% rename from manifests/t/TeamViewer/TeamViewer/Host/15.73.3/TeamViewer.TeamViewer.Host.locale.en-US.yaml rename to manifests/t/TeamViewer/TeamViewer/Host/15.73.5/TeamViewer.TeamViewer.Host.locale.en-US.yaml index f2fb611f7c285..968d4b52852b9 100644 --- a/manifests/t/TeamViewer/TeamViewer/Host/15.73.3/TeamViewer.TeamViewer.Host.locale.en-US.yaml +++ b/manifests/t/TeamViewer/TeamViewer/Host/15.73.5/TeamViewer.TeamViewer.Host.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: TeamViewer.TeamViewer.Host -PackageVersion: 15.73.3 +PackageVersion: 15.73.5 PackageLocale: en-US Publisher: TeamViewer PublisherUrl: https://www.teamviewer.com/ diff --git a/manifests/t/TeamViewer/TeamViewer/Host/15.73.3/TeamViewer.TeamViewer.Host.locale.zh-CN.yaml b/manifests/t/TeamViewer/TeamViewer/Host/15.73.5/TeamViewer.TeamViewer.Host.locale.zh-CN.yaml similarity index 98% rename from manifests/t/TeamViewer/TeamViewer/Host/15.73.3/TeamViewer.TeamViewer.Host.locale.zh-CN.yaml rename to manifests/t/TeamViewer/TeamViewer/Host/15.73.5/TeamViewer.TeamViewer.Host.locale.zh-CN.yaml index 298f11673ad86..e0c804ca37bfc 100644 --- a/manifests/t/TeamViewer/TeamViewer/Host/15.73.3/TeamViewer.TeamViewer.Host.locale.zh-CN.yaml +++ b/manifests/t/TeamViewer/TeamViewer/Host/15.73.5/TeamViewer.TeamViewer.Host.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json PackageIdentifier: TeamViewer.TeamViewer.Host -PackageVersion: 15.73.3 +PackageVersion: 15.73.5 PackageLocale: zh-CN PublisherUrl: https://www.teamviewer.cn/cn/ PublisherSupportUrl: https://www.teamviewer.cn/cn/global/support/customer-support/ diff --git a/manifests/t/TeamViewer/TeamViewer/Host/15.73.3/TeamViewer.TeamViewer.Host.yaml b/manifests/t/TeamViewer/TeamViewer/Host/15.73.5/TeamViewer.TeamViewer.Host.yaml similarity index 91% rename from manifests/t/TeamViewer/TeamViewer/Host/15.73.3/TeamViewer.TeamViewer.Host.yaml rename to manifests/t/TeamViewer/TeamViewer/Host/15.73.5/TeamViewer.TeamViewer.Host.yaml index 978fdc9318399..52ee5a874930f 100644 --- a/manifests/t/TeamViewer/TeamViewer/Host/15.73.3/TeamViewer.TeamViewer.Host.yaml +++ b/manifests/t/TeamViewer/TeamViewer/Host/15.73.5/TeamViewer.TeamViewer.Host.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: TeamViewer.TeamViewer.Host -PackageVersion: 15.73.3 +PackageVersion: 15.73.5 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 From 45530a256148b03259dc09cec84f29b1dec2a666 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:13:57 +0800 Subject: [PATCH 086/100] New version: Cjwdev.NTFSPermissionsReporter.Free version 2.3.1 (#324877) --- ...TFSPermissionsReporter.Free.installer.yaml | 73 +++++++++++++++++++ ...PermissionsReporter.Free.locale.en-US.yaml | 34 +++++++++ ...PermissionsReporter.Free.locale.zh-CN.yaml | 25 +++++++ .../Cjwdev.NTFSPermissionsReporter.Free.yaml | 8 ++ 4 files changed, 140 insertions(+) create mode 100644 manifests/c/Cjwdev/NTFSPermissionsReporter/Free/2.3.1/Cjwdev.NTFSPermissionsReporter.Free.installer.yaml create mode 100644 manifests/c/Cjwdev/NTFSPermissionsReporter/Free/2.3.1/Cjwdev.NTFSPermissionsReporter.Free.locale.en-US.yaml create mode 100644 manifests/c/Cjwdev/NTFSPermissionsReporter/Free/2.3.1/Cjwdev.NTFSPermissionsReporter.Free.locale.zh-CN.yaml create mode 100644 manifests/c/Cjwdev/NTFSPermissionsReporter/Free/2.3.1/Cjwdev.NTFSPermissionsReporter.Free.yaml diff --git a/manifests/c/Cjwdev/NTFSPermissionsReporter/Free/2.3.1/Cjwdev.NTFSPermissionsReporter.Free.installer.yaml b/manifests/c/Cjwdev/NTFSPermissionsReporter/Free/2.3.1/Cjwdev.NTFSPermissionsReporter.Free.installer.yaml new file mode 100644 index 0000000000000..bbf832a22e8b5 --- /dev/null +++ b/manifests/c/Cjwdev/NTFSPermissionsReporter/Free/2.3.1/Cjwdev.NTFSPermissionsReporter.Free.installer.yaml @@ -0,0 +1,73 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Cjwdev.NTFSPermissionsReporter.Free +PackageVersion: 2.3.1 +InstallerType: zip +NestedInstallerType: exe +NestedInstallerFiles: +- RelativeFilePath: NtfsPermissionsReporterInstaller.exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /exenoui /quiet /norestart + SilentWithProgress: /exenoui /passive /norestart + InstallLocation: APPDIR="" + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 87 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1 + ReturnResponse: invalidParameter +- InstallerReturnCode: -1 + ReturnResponse: cancelledByUser +ProductCode: '{4E143875-67D2-496E-B466-F36595E84AF3}' +AppsAndFeaturesEntries: +- UpgradeCode: '{5B11D86A-1324-4D86-AF4B-6141F4D9C690}' + InstallerType: msi +Installers: +- Architecture: x86 + InstallerUrl: https://cjwdev.com/Software/NtfsReports/NtfsPermissionsReporterInstaller.zip + InstallerSha256: FE718BF7985FEC2ACBAF528C8E263BA6ACDC0F5F8852C86574471166542A11CB +- Architecture: x64 + InstallerUrl: https://cjwdev.com/Software/NtfsReports/NtfsPermissionsReporterInstaller.zip + InstallerSha256: FE718BF7985FEC2ACBAF528C8E263BA6ACDC0F5F8852C86574471166542A11CB +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/Cjwdev/NTFSPermissionsReporter/Free/2.3.1/Cjwdev.NTFSPermissionsReporter.Free.locale.en-US.yaml b/manifests/c/Cjwdev/NTFSPermissionsReporter/Free/2.3.1/Cjwdev.NTFSPermissionsReporter.Free.locale.en-US.yaml new file mode 100644 index 0000000000000..f574b9341a1b4 --- /dev/null +++ b/manifests/c/Cjwdev/NTFSPermissionsReporter/Free/2.3.1/Cjwdev.NTFSPermissionsReporter.Free.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Cjwdev.NTFSPermissionsReporter.Free +PackageVersion: 2.3.1 +PackageLocale: en-US +Publisher: Cjwdev +PublisherUrl: https://cjwdev.com/ +PublisherSupportUrl: https://cjwdev.com/Contact.html +Author: Cjwdev Ltd +PackageName: NTFS Permissions Reporter Free Edition +PackageUrl: https://cjwdev.com/Software/NtfsReports/Info.html +License: Freeware +Copyright: Copyright © Cjwdev Ltd 2025 +ShortDescription: A tool for reporting on NTFS permissions across multiple directories and servers. Produce a report of all permissions or filter results to show only locations that match specific criteria, such as locations that only a specific user or group has access to. +Description: |- + NTFS Permissions Reporter is a modern user friendly tool for reporting on directory permissions on your Windows file servers. It lets you quickly see which groups and users have access to which directories and allows you to export this information to file for further reviewing. + Features such as the highly customisable filtering system and the ability to display group members (direct and nested) directly in the report, combined with the choice of a tree or table based result view format and the option to highlight different permissions in different colours, make this one of the most powerful and easy to use permissions reporting tools available. The filtering options allow you to quickly find rogue permissions that do not conform to your company standards or to easily detect directories that have permissions assigned for accounts that no longer exist, and let you exclude permissions that you are not interested in (for example you could exclude all inherited permissions or exclude directories where permissions are the same as the parent directory). You can build your filter based on a huge number of attributes, including: the account name, account type, which domain the account is from, whether or not the permissions is inherited, whether or not the account is currently disabled, the account SID, whether or not a group has no members, and much more. + + The free edition is provided in the hope that it is useful to fellow IT Pros, it is not intended to just be a trial/demo of the standard edition (though you can use it as such if you are considering purchasing the standard edition). Whilst some features are only available in the standard edition, hopefully the free edition will still be useful to people. See below for a summary of the features that can be found in the free edition (and the standard edition) + - Powerful - With options such as being able to view group members (and nested group and primary group members) directly within the report + - Fast - Intelligent caching helps make this one of the fastest permissions reporting tools available + - Accessible - Just right click on any directory in Windows Explorer and choose Report Permissions to see permissions for the full directory tree + - Accurate - Unlike some other tools out there, you will always get accurate representations of permissions with NTFS Permissions Reporter + - User Friendly - Designed to be easy to use and modern, you can be running your first report within seconds of launching the application for the first time + - Exportable - Easily export report results to file (HTML file in free edition, additional formats in standard edition) + - Multi-Domain Friendly - Correctly reports display names and other account details for accounts in external trusted domains +Tags: +- ntfs +- permission +ReleaseNotes: UI bug fixes +ReleaseNotesUrl: https://cjwdev.com/Software/NtfsReports/VersionHistory.txt +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Cjwdev/NTFSPermissionsReporter/Free/2.3.1/Cjwdev.NTFSPermissionsReporter.Free.locale.zh-CN.yaml b/manifests/c/Cjwdev/NTFSPermissionsReporter/Free/2.3.1/Cjwdev.NTFSPermissionsReporter.Free.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5498c6a54805b --- /dev/null +++ b/manifests/c/Cjwdev/NTFSPermissionsReporter/Free/2.3.1/Cjwdev.NTFSPermissionsReporter.Free.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: Cjwdev.NTFSPermissionsReporter.Free +PackageVersion: 2.3.1 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 一款用于跨多目录和多服务器报告 NTFS 权限的工具。可生成包含所有权限的报告,或筛选结果以仅显示符合特定条件的位置,例如仅特定用户或组有权访问的路径。 +Description: |- + NTFS Permissions Reporter 工具是一款现代化的用户友好型工具,专为 Windows 文件服务器上的目录权限报告而设计。它能快速展示哪些组和用户拥有哪些目录的访问权限,并支持将信息导出至文件以便后续审查。 + 其高度可定制的过滤系统、直接在报告中显示组成员(包括直接成员和嵌套成员)的功能,结合树形或表格化的结果视图格式选择,以及用不同颜色高亮不同权限的选项,使其成为市面上最强大且易用的权限报告工具之一。过滤选项可帮助您快速发现不符合公司标准的异常权限,轻松检测为已不存在账户分配权限的目录,并允许排除不感兴趣的权限(例如可排除所有继承权限,或排除权限与父目录相同的目录)。您可以根据大量属性构建过滤器,包括:账户名称、账户类型、账户所属域、权限是否继承、账户是否已禁用、账户 SID、组是否无成员等众多选项。 + + 免费版旨在为 IT 同行提供实用价值,并非标准版的试用/演示版本(尽管您在考虑购买标准版时可如此使用)。虽然部分功能仅限标准版,但免费版仍希望能为用户提供帮助。以下是免费版(及标准版)的功能概要: + - 功能强大:支持直接在报告中查看组成员(包括嵌套组和主要组成员) + - 运行迅捷:智能缓存技术使其成为最快的权限报告工具之一 + - 操作便捷:只需在 Windows 资源管理器右键点击任意目录,选择"报告权限"即可查看完整目录树权限 + - 结果精准:与其他工具不同,NTFS Permissions Reporter 始终提供精确的权限呈现 + - 用户友好:现代化设计简单易用,首次启动后数秒即可生成首份报告 + - 导出灵活:轻松将报告结果导出至文件(免费版支持 HTML 格式,标准版支持更多格式) + - 多域兼容:准确显示外部信任域账户的显示名称及其他账户详情 +Tags: +- ntfs +- 权限 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Cjwdev/NTFSPermissionsReporter/Free/2.3.1/Cjwdev.NTFSPermissionsReporter.Free.yaml b/manifests/c/Cjwdev/NTFSPermissionsReporter/Free/2.3.1/Cjwdev.NTFSPermissionsReporter.Free.yaml new file mode 100644 index 0000000000000..ccc3cc452bcb4 --- /dev/null +++ b/manifests/c/Cjwdev/NTFSPermissionsReporter/Free/2.3.1/Cjwdev.NTFSPermissionsReporter.Free.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: Cjwdev.NTFSPermissionsReporter.Free +PackageVersion: 2.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From dd3222c05d0ca4e2504802c15bcc6cf18bf4658d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:14:16 +0800 Subject: [PATCH 087/100] New version: LuisPater.CLIProxyAPI version 6.6.30 (#324886) --- .../LuisPater.CLIProxyAPI.installer.yaml | 18 ++++++++ .../LuisPater.CLIProxyAPI.locale.en-US.yaml | 44 +++++++++++++++++++ .../LuisPater.CLIProxyAPI.locale.zh-CN.yaml | 24 ++++++++++ .../6.6.30/LuisPater.CLIProxyAPI.yaml | 8 ++++ 4 files changed, 94 insertions(+) create mode 100644 manifests/l/LuisPater/CLIProxyAPI/6.6.30/LuisPater.CLIProxyAPI.installer.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/6.6.30/LuisPater.CLIProxyAPI.locale.en-US.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/6.6.30/LuisPater.CLIProxyAPI.locale.zh-CN.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/6.6.30/LuisPater.CLIProxyAPI.yaml diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.6.30/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.6.30/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 0000000000000..a4a8bf7ad1610 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.6.30/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.30 +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.30/CLIProxyAPI_6.6.30_windows_amd64.zip + InstallerSha256: 26DF33456CC431B01052516E1E80BC9C97AB555248DA4882D4DD4CF5A716A56F +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.6.30/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.6.30/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..5ddd10ba62671 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.6.30/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,44 @@ +# 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.30 +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 + - 69d3a80fc3cb43b942785a49f37b26567ba06d39 Merge pull request #618 from router-for-me/amp + - 9e268ad10389008717980831070aa21d63752a17 Merge pull request #619 from router-for-me/gemini + - 99478d13a83e71d39d195aec995329b0aba4703f Merge pull request #623 from router-for-me/remote-OAuth + - cfa8ddb59f3dbddd7288c565163b5cd4b7ae25ad feat(oauth): add remote OAuth callback support with session management + - 9d9b9e7a0d9b2dbd41f8c5b911ffbdbddad376d8 fix(amp): add management auth skipper + - 13aa82f3f3bb2a8d8b6ce4797ec88c0c19b8c5f1 fix(util): disable default thinking for gemini 3 flash + - 1b358c931cc84c5a8786fd2f6816ca0181637031 fix: restore get-auth-status ok fallback and document it +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v6.6.30 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.6.30/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.6.30/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d34df40d86cc3 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.6.30/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.30 +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.30/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.6.30/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 0000000000000..2fcc3982dd6da --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.6.30/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.30 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 3c9e917a0268e162002001c83320897b7c56b2da Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 22:10:43 +0800 Subject: [PATCH 088/100] New version: PortSwigger.BurpSuite.Community version 2025.11.4 (#322528) --- ...Swigger.BurpSuite.Community.installer.yaml | 32 +++++++++++++++++ ...gger.BurpSuite.Community.locale.en-US.yaml | 36 +++++++++++++++++++ ...gger.BurpSuite.Community.locale.zh-CN.yaml | 35 ++++++++++++++++++ .../PortSwigger.BurpSuite.Community.yaml | 8 +++++ 4 files changed, 111 insertions(+) create mode 100644 manifests/p/PortSwigger/BurpSuite/Community/2025.11.4/PortSwigger.BurpSuite.Community.installer.yaml create mode 100644 manifests/p/PortSwigger/BurpSuite/Community/2025.11.4/PortSwigger.BurpSuite.Community.locale.en-US.yaml create mode 100644 manifests/p/PortSwigger/BurpSuite/Community/2025.11.4/PortSwigger.BurpSuite.Community.locale.zh-CN.yaml create mode 100644 manifests/p/PortSwigger/BurpSuite/Community/2025.11.4/PortSwigger.BurpSuite.Community.yaml diff --git a/manifests/p/PortSwigger/BurpSuite/Community/2025.11.4/PortSwigger.BurpSuite.Community.installer.yaml b/manifests/p/PortSwigger/BurpSuite/Community/2025.11.4/PortSwigger.BurpSuite.Community.installer.yaml new file mode 100644 index 0000000000000..3e277cad2dfe9 --- /dev/null +++ b/manifests/p/PortSwigger/BurpSuite/Community/2025.11.4/PortSwigger.BurpSuite.Community.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: PortSwigger.BurpSuite.Community +PackageVersion: 2025.11.4 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -q -Dinstall4j.suppressUnattendedReboot=true + SilentWithProgress: -q -splash "" -Dinstall4j.suppressUnattendedReboot=true + InstallLocation: -dir "" + Log: -Dinstall4j.log="" +UpgradeBehavior: install +FileExtensions: +- burp +ProductCode: 9806-1938-4586-6531 +ReleaseDate: 2025-12-12 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://portswigger-cdn.net/burp/releases/download?product=community&version=2025.11.4&type=WindowsX64 + InstallerSha256: 41CF5DFA3820E27AB94F79BF1E3C57E6A4629B260E415BC84A8879351C75AC49 +- Architecture: x64 + Scope: machine + InstallerUrl: https://portswigger-cdn.net/burp/releases/download?product=community&version=2025.11.4&type=WindowsX64 + InstallerSha256: 41CF5DFA3820E27AB94F79BF1E3C57E6A4629B260E415BC84A8879351C75AC49 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/PortSwigger/BurpSuite/Community/2025.11.4/PortSwigger.BurpSuite.Community.locale.en-US.yaml b/manifests/p/PortSwigger/BurpSuite/Community/2025.11.4/PortSwigger.BurpSuite.Community.locale.en-US.yaml new file mode 100644 index 0000000000000..aef8ad8cf4b81 --- /dev/null +++ b/manifests/p/PortSwigger/BurpSuite/Community/2025.11.4/PortSwigger.BurpSuite.Community.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: PortSwigger.BurpSuite.Community +PackageVersion: 2025.11.4 +PackageLocale: en-US +Publisher: PortSwigger Web Security +PublisherUrl: https://portswigger.net/ +PublisherSupportUrl: https://portswigger.net/support +PrivacyUrl: https://portswigger.net/privacy +Author: PortSwigger Ltd +PackageName: Burp Suite Community Edition +PackageUrl: https://portswigger.net/burp/communitydownload +License: Freeware +LicenseUrl: https://portswigger.net/burp/eula/community +Copyright: © PortSwigger Ltd. All rights reserved +CopyrightUrl: https://portswigger.net/legal +ShortDescription: The best manual tools to start web security testing. +Description: Burp Suite Community Edition is PortSwigger's essential manual toolkit for learning about web security testing. +Tags: +- capture +- debug +- network +- proxy +- request +- response +- security +- traffic +- web +ReleaseNotes: This release adds a React2Shell scan check, a keyboard-driven command palette, and easier memory management - plus updated Intruder payloads, hotkey support, and key usability improvements +ReleaseNotesUrl: https://portswigger.net/burp/releases/professional-community-2025-11-4 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://portswigger.net/burp/documentation +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/PortSwigger/BurpSuite/Community/2025.11.4/PortSwigger.BurpSuite.Community.locale.zh-CN.yaml b/manifests/p/PortSwigger/BurpSuite/Community/2025.11.4/PortSwigger.BurpSuite.Community.locale.zh-CN.yaml new file mode 100644 index 0000000000000..be336464bff99 --- /dev/null +++ b/manifests/p/PortSwigger/BurpSuite/Community/2025.11.4/PortSwigger.BurpSuite.Community.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: PortSwigger.BurpSuite.Community +PackageVersion: 2025.11.4 +PackageLocale: zh-CN +Publisher: PortSwigger Web Security +PublisherUrl: https://portswigger.net/ +PublisherSupportUrl: https://portswigger.net/support +PrivacyUrl: https://portswigger.net/privacy +Author: PortSwigger Ltd +PackageName: Burp Suite Community Edition +PackageUrl: https://portswigger.net/burp/communitydownload +License: 免费软件 +LicenseUrl: https://portswigger.net/burp/eula/community +Copyright: © PortSwigger Ltd. All rights reserved +CopyrightUrl: https://portswigger.net/legal +ShortDescription: 进行网络安全测试的最佳手动工具 +Description: Burp Suite 社区版是由 PortSwigger 推出的用于学习网络安全测试的必备手动工具箱。 +Tags: +- 代理 +- 响应 +- 安全 +- 抓包 +- 流量 +- 网络 +- 网页 +- 请求 +- 调试 +ReleaseNotesUrl: https://portswigger.net/burp/releases/professional-community-2025-11-4 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://portswigger.net/burp/documentation +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/p/PortSwigger/BurpSuite/Community/2025.11.4/PortSwigger.BurpSuite.Community.yaml b/manifests/p/PortSwigger/BurpSuite/Community/2025.11.4/PortSwigger.BurpSuite.Community.yaml new file mode 100644 index 0000000000000..094127d3496f4 --- /dev/null +++ b/manifests/p/PortSwigger/BurpSuite/Community/2025.11.4/PortSwigger.BurpSuite.Community.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: PortSwigger.BurpSuite.Community +PackageVersion: 2025.11.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 4788b68af6f44cee3eba5a34a83bb947215a259c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 22:11:14 +0800 Subject: [PATCH 089/100] Update: KDE.Okular version 25.12.0 (25.12-7043) (#324885) --- manifests/k/KDE/Okular/25.12.0/KDE.Okular.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/Okular/25.12.0/KDE.Okular.installer.yaml b/manifests/k/KDE/Okular/25.12.0/KDE.Okular.installer.yaml index a97c3ca8e29da..fa8faee34c768 100644 --- a/manifests/k/KDE/Okular/25.12.0/KDE.Okular.installer.yaml +++ b/manifests/k/KDE/Okular/25.12.0/KDE.Okular.installer.yaml @@ -76,14 +76,14 @@ ProductCode: Okular Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/graphics/okular/release-25.12/windows/okular-release_25.12-7019-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 7E2B825A3B65F086EA238433AD22E72CD13FCD7FAFF6A808F7CDA3CF1F8646AB + InstallerUrl: https://cdn.kde.org/ci-builds/graphics/okular/release-25.12/windows/okular-release_25.12-7043-windows-cl-msvc2022-x86_64.exe + InstallerSha256: F56D615BA1CB174ECE3568B08686E083AB74955D2D426C7ABAC38E902C09B3E9 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/graphics/okular/release-25.12/windows/okular-release_25.12-7019-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 7E2B825A3B65F086EA238433AD22E72CD13FCD7FAFF6A808F7CDA3CF1F8646AB + InstallerUrl: https://cdn.kde.org/ci-builds/graphics/okular/release-25.12/windows/okular-release_25.12-7043-windows-cl-msvc2022-x86_64.exe + InstallerSha256: F56D615BA1CB174ECE3568B08686E083AB74955D2D426C7ABAC38E902C09B3E9 InstallerSwitches: Custom: /AllUsers ManifestType: installer From 3ab22fea3cc406adbe9103574e768690158de09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Fri, 19 Dec 2025 22:11:32 +0800 Subject: [PATCH 090/100] Modify: Akka.AkkaCli 3.0.32 (#324887) --- .../AkkaCli/3.0.32/Akka.AkkaCli.installer.yaml | 14 +++++++------- .../AkkaCli/3.0.32/Akka.AkkaCli.locale.en-US.yaml | 12 ++++++------ manifests/a/Akka/AkkaCli/3.0.32/Akka.AkkaCli.yaml | 6 +++--- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/manifests/a/Akka/AkkaCli/3.0.32/Akka.AkkaCli.installer.yaml b/manifests/a/Akka/AkkaCli/3.0.32/Akka.AkkaCli.installer.yaml index de3a671d28e27..f3d3315266e96 100644 --- a/manifests/a/Akka/AkkaCli/3.0.32/Akka.AkkaCli.installer.yaml +++ b/manifests/a/Akka/AkkaCli/3.0.32/Akka.AkkaCli.installer.yaml @@ -1,16 +1,16 @@ -# Created with WinGet Releaser using komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# Modified with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Akka.AkkaCli PackageVersion: 3.0.32 InstallerType: zip NestedInstallerType: portable NestedInstallerFiles: -- RelativeFilePath: akka.exe + - RelativeFilePath: akka.exe ReleaseDate: 2025-11-10 Installers: -- Architecture: x64 - InstallerUrl: https://github.com/janikdotzel/winget-pkgs-test/releases/download/v3.0.32/akka_windows_amd64_3.0.32.zip - InstallerSha256: 350E8DED9D26770CD98AECBAE02E2BC345434F7689F8B5A2C578618BB66A02F1 + - Architecture: x64 + InstallerUrl: https://downloads.akka.io/3.0.32/akka_windows_amd64_3.0.32.zip + InstallerSha256: 350E8DED9D26770CD98AECBAE02E2BC345434F7689F8B5A2C578618BB66A02F1 ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/a/Akka/AkkaCli/3.0.32/Akka.AkkaCli.locale.en-US.yaml b/manifests/a/Akka/AkkaCli/3.0.32/Akka.AkkaCli.locale.en-US.yaml index a38f71256d21f..28c736003f3ae 100644 --- a/manifests/a/Akka/AkkaCli/3.0.32/Akka.AkkaCli.locale.en-US.yaml +++ b/manifests/a/Akka/AkkaCli/3.0.32/Akka.AkkaCli.locale.en-US.yaml @@ -1,17 +1,17 @@ -# Created with WinGet Releaser using komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# Modified with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Akka.AkkaCli PackageVersion: 3.0.32 PackageLocale: en-US Publisher: Akka PublisherUrl: https://github.com/janikdotzel -PublisherSupportUrl: https://github.com/janikdotzel/winget-pkgs-test/issues +# PublisherSupportUrl: https://github.com/janikdotzel/winget-pkgs-test/issues PackageName: Akka CLI -PackageUrl: https://github.com/janikdotzel/winget-pkgs-test +PackageUrl: https://akka.io/ License: BSL 1.1 ShortDescription: Akka CLI ReleaseNotes: Release Notes -ReleaseNotesUrl: https://github.com/janikdotzel/winget-pkgs-test/releases/tag/v3.0.32 +# ReleaseNotesUrl: https://github.com/janikdotzel/winget-pkgs-test/releases/tag/v3.0.32 ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/a/Akka/AkkaCli/3.0.32/Akka.AkkaCli.yaml b/manifests/a/Akka/AkkaCli/3.0.32/Akka.AkkaCli.yaml index 8b84fc2aaa84f..88032ea543d0e 100644 --- a/manifests/a/Akka/AkkaCli/3.0.32/Akka.AkkaCli.yaml +++ b/manifests/a/Akka/AkkaCli/3.0.32/Akka.AkkaCli.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser using komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +# Modified with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Akka.AkkaCli PackageVersion: 3.0.32 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 From a7524b01d6ccc5a92fa1aa6a4083bd1f8d2edb72 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 22:11:51 +0800 Subject: [PATCH 091/100] New version: Wondershare.MobileTrans version 5.0.14 (#324888) --- .../Wondershare.MobileTrans.installer.yaml | 15 +++++++ .../Wondershare.MobileTrans.locale.en-US.yaml | 39 +++++++++++++++++++ .../Wondershare.MobileTrans.locale.zh-CN.yaml | 36 +++++++++++++++++ .../5.0.14/Wondershare.MobileTrans.yaml | 8 ++++ 4 files changed, 98 insertions(+) create mode 100644 manifests/w/Wondershare/MobileTrans/5.0.14/Wondershare.MobileTrans.installer.yaml create mode 100644 manifests/w/Wondershare/MobileTrans/5.0.14/Wondershare.MobileTrans.locale.en-US.yaml create mode 100644 manifests/w/Wondershare/MobileTrans/5.0.14/Wondershare.MobileTrans.locale.zh-CN.yaml create mode 100644 manifests/w/Wondershare/MobileTrans/5.0.14/Wondershare.MobileTrans.yaml diff --git a/manifests/w/Wondershare/MobileTrans/5.0.14/Wondershare.MobileTrans.installer.yaml b/manifests/w/Wondershare/MobileTrans/5.0.14/Wondershare.MobileTrans.installer.yaml new file mode 100644 index 0000000000000..b46cbba8e1e62 --- /dev/null +++ b/manifests/w/Wondershare/MobileTrans/5.0.14/Wondershare.MobileTrans.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Wondershare.MobileTrans +PackageVersion: 5.0.14 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: '{72289023-823E-4AF7-A65F-C608481758AC}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://download.wondershare.com/cbs_down/mobiletrans_5.0.14_full5793.exe + InstallerSha256: 08E32B7AF8FD4720CC1E5E6CCF4DA85A4E37C3F3ACF699B3601BF89FF124A788 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/w/Wondershare/MobileTrans/5.0.14/Wondershare.MobileTrans.locale.en-US.yaml b/manifests/w/Wondershare/MobileTrans/5.0.14/Wondershare.MobileTrans.locale.en-US.yaml new file mode 100644 index 0000000000000..9f08ba279e25b --- /dev/null +++ b/manifests/w/Wondershare/MobileTrans/5.0.14/Wondershare.MobileTrans.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: Wondershare.MobileTrans +PackageVersion: 5.0.14 +PackageLocale: en-US +Publisher: Wondershare +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://mobiletrans.wondershare.com/help-center/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: Wondershare Technology Group Co., Ltd. +PackageName: Wondershare MobileTrans +PackageUrl: https://mobiletrans.wondershare.com/ +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: Phone to phone data transfer for everyone. +Description: Wondershare MobileTrans is a secure, efficient, and professional phone to phone transfer software that helps you transfer contacts, music, photos, videos, WhatsApp messages, and more between devices. +Tags: +- backup +- data +- file +- mobile +- phone +- recover +- recovery +- restore +- transfer +- whatsapp +ReleaseNotes: 1. Fixed some bugs. +PurchaseUrl: https://mobiletrans.wondershare.com/buy/pricing-for-individuals-windows.html +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://mobiletrans.wondershare.com/guide/ +- DocumentLabel: FAQ + DocumentUrl: https://mobiletrans.wondershare.com/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/w/Wondershare/MobileTrans/5.0.14/Wondershare.MobileTrans.locale.zh-CN.yaml b/manifests/w/Wondershare/MobileTrans/5.0.14/Wondershare.MobileTrans.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ddf8d8ab17d6a --- /dev/null +++ b/manifests/w/Wondershare/MobileTrans/5.0.14/Wondershare.MobileTrans.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Wondershare.MobileTrans +PackageVersion: 5.0.14 +PackageLocale: zh-CN +Publisher: Wondershare +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://mobiletrans.wondershare.com/help-center/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: 万兴科技集团股份有限公司 +PackageName: Wondershare MobileTrans +PackageUrl: https://mobiletrans.wondershare.com/ +License: 专有软件 +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: 适合每个人的手机文件传输 +Description: Wondershare MobileTrans 是一款安全、高效、专业的手机到手机传输软件,可帮助您在设备之间传输联系人、音乐、照片、视频、WhatsApp 消息等。 +Tags: +- whatsapp +- 传输 +- 备份 +- 恢复 +- 手机 +- 数据 +- 文件 +- 还原 +PurchaseUrl: https://mobiletrans.wondershare.com/buy/pricing-for-individuals-windows.html +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://mobiletrans.wondershare.com/guide/ +- DocumentLabel: 常见问题 + DocumentUrl: https://mobiletrans.wondershare.com/faq/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/w/Wondershare/MobileTrans/5.0.14/Wondershare.MobileTrans.yaml b/manifests/w/Wondershare/MobileTrans/5.0.14/Wondershare.MobileTrans.yaml new file mode 100644 index 0000000000000..1d93db5f53512 --- /dev/null +++ b/manifests/w/Wondershare/MobileTrans/5.0.14/Wondershare.MobileTrans.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.MobileTrans +PackageVersion: 5.0.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 522b75fc23ffc14eed46112c2e34c8b3a71df126 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 22:12:10 +0800 Subject: [PATCH 092/100] New version: Zoho.Writer version 3.5.6 (#324889) --- .../Zoho/Writer/{3.5.5 => 3.5.6}/Zoho.Writer.installer.yaml | 6 +++--- .../Writer/{3.5.5 => 3.5.6}/Zoho.Writer.locale.en-US.yaml | 2 +- .../Writer/{3.5.5 => 3.5.6}/Zoho.Writer.locale.zh-CN.yaml | 2 +- manifests/z/Zoho/Writer/{3.5.5 => 3.5.6}/Zoho.Writer.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename manifests/z/Zoho/Writer/{3.5.5 => 3.5.6}/Zoho.Writer.installer.yaml (79%) rename manifests/z/Zoho/Writer/{3.5.5 => 3.5.6}/Zoho.Writer.locale.en-US.yaml (97%) rename manifests/z/Zoho/Writer/{3.5.5 => 3.5.6}/Zoho.Writer.locale.zh-CN.yaml (95%) rename manifests/z/Zoho/Writer/{3.5.5 => 3.5.6}/Zoho.Writer.yaml (91%) diff --git a/manifests/z/Zoho/Writer/3.5.5/Zoho.Writer.installer.yaml b/manifests/z/Zoho/Writer/3.5.6/Zoho.Writer.installer.yaml similarity index 79% rename from manifests/z/Zoho/Writer/3.5.5/Zoho.Writer.installer.yaml rename to manifests/z/Zoho/Writer/3.5.6/Zoho.Writer.installer.yaml index 7b8056de055f5..8dbe1ca41be57 100644 --- a/manifests/z/Zoho/Writer/3.5.5/Zoho.Writer.installer.yaml +++ b/manifests/z/Zoho/Writer/3.5.6/Zoho.Writer.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Zoho.Writer -PackageVersion: 3.5.5 +PackageVersion: 3.5.6 InstallerType: nullsoft InstallerSwitches: Upgrade: --updated @@ -17,13 +17,13 @@ Installers: - Architecture: x64 Scope: user InstallerUrl: https://files-accl.zohopublic.com/public/zohowriter/download/windows - InstallerSha256: 4DCFE91B12DBD5252CF33AECDE860CE54E33105A93352379D516C7F5F7D60450 + InstallerSha256: 4C585A17DB08DF83F33C7CBC5A41D4B45F32E1F8514F357D2BDFAC8A9B1D72BF InstallerSwitches: Custom: /currentuser - Architecture: x64 Scope: machine InstallerUrl: https://files-accl.zohopublic.com/public/zohowriter/download/windows - InstallerSha256: 4DCFE91B12DBD5252CF33AECDE860CE54E33105A93352379D516C7F5F7D60450 + InstallerSha256: 4C585A17DB08DF83F33C7CBC5A41D4B45F32E1F8514F357D2BDFAC8A9B1D72BF InstallerSwitches: Custom: /allusers ManifestType: installer diff --git a/manifests/z/Zoho/Writer/3.5.5/Zoho.Writer.locale.en-US.yaml b/manifests/z/Zoho/Writer/3.5.6/Zoho.Writer.locale.en-US.yaml similarity index 97% rename from manifests/z/Zoho/Writer/3.5.5/Zoho.Writer.locale.en-US.yaml rename to manifests/z/Zoho/Writer/3.5.6/Zoho.Writer.locale.en-US.yaml index 93f4727fe853b..62195b4c29376 100644 --- a/manifests/z/Zoho/Writer/3.5.5/Zoho.Writer.locale.en-US.yaml +++ b/manifests/z/Zoho/Writer/3.5.6/Zoho.Writer.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Zoho.Writer -PackageVersion: 3.5.5 +PackageVersion: 3.5.6 PackageLocale: en-US Publisher: Zoho Corporation Pvt. Ltd PublisherUrl: https://www.zoho.com/writer/ diff --git a/manifests/z/Zoho/Writer/3.5.5/Zoho.Writer.locale.zh-CN.yaml b/manifests/z/Zoho/Writer/3.5.6/Zoho.Writer.locale.zh-CN.yaml similarity index 95% rename from manifests/z/Zoho/Writer/3.5.5/Zoho.Writer.locale.zh-CN.yaml rename to manifests/z/Zoho/Writer/3.5.6/Zoho.Writer.locale.zh-CN.yaml index ad876671d416f..4edb8b9cfaed3 100644 --- a/manifests/z/Zoho/Writer/3.5.5/Zoho.Writer.locale.zh-CN.yaml +++ b/manifests/z/Zoho/Writer/3.5.6/Zoho.Writer.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json PackageIdentifier: Zoho.Writer -PackageVersion: 3.5.5 +PackageVersion: 3.5.6 PackageLocale: zh-CN License: 专有软件 ShortDescription: 使用功能丰富且安全的桌面写作应用,创建、编辑并协作处理文档。 diff --git a/manifests/z/Zoho/Writer/3.5.5/Zoho.Writer.yaml b/manifests/z/Zoho/Writer/3.5.6/Zoho.Writer.yaml similarity index 91% rename from manifests/z/Zoho/Writer/3.5.5/Zoho.Writer.yaml rename to manifests/z/Zoho/Writer/3.5.6/Zoho.Writer.yaml index 1a50260c67cad..3f64b6d85b40a 100644 --- a/manifests/z/Zoho/Writer/3.5.5/Zoho.Writer.yaml +++ b/manifests/z/Zoho/Writer/3.5.6/Zoho.Writer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Zoho.Writer -PackageVersion: 3.5.5 +PackageVersion: 3.5.6 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 From 5c02d97863887f755b2e43a46d4fb35ef11cd314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Kj=C3=A6rg=C3=A5rd?= <31723128+kris6673@users.noreply.github.com> Date: Fri, 19 Dec 2025 15:12:48 +0100 Subject: [PATCH 093/100] New version: BiglySoftware.BiglyBT version 4.0.0.0 (#324893) --- .../BiglySoftware.BiglyBT.installer.yaml | 32 ++++++++ .../BiglySoftware.BiglyBT.locale.en-US.yaml | 78 +++++++++++++++++++ .../4.0.0.0/BiglySoftware.BiglyBT.yaml | 8 ++ 3 files changed, 118 insertions(+) create mode 100644 manifests/b/BiglySoftware/BiglyBT/4.0.0.0/BiglySoftware.BiglyBT.installer.yaml create mode 100644 manifests/b/BiglySoftware/BiglyBT/4.0.0.0/BiglySoftware.BiglyBT.locale.en-US.yaml create mode 100644 manifests/b/BiglySoftware/BiglyBT/4.0.0.0/BiglySoftware.BiglyBT.yaml diff --git a/manifests/b/BiglySoftware/BiglyBT/4.0.0.0/BiglySoftware.BiglyBT.installer.yaml b/manifests/b/BiglySoftware/BiglyBT/4.0.0.0/BiglySoftware.BiglyBT.installer.yaml new file mode 100644 index 0000000000000..6405fad644fa0 --- /dev/null +++ b/manifests/b/BiglySoftware/BiglyBT/4.0.0.0/BiglySoftware.BiglyBT.installer.yaml @@ -0,0 +1,32 @@ +# Created with WinGet Updater using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: BiglySoftware.BiglyBT +PackageVersion: 4.0.0.0 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -q + InstallLocation: -dir "" + Log: -Dinstall4j.log="" +UpgradeBehavior: install +Protocols: +- magnet +FileExtensions: +- torrent +ProductCode: 0112-2557-8304-7048 +ReleaseDate: 2025-12-16 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/BiglySoftware/BiglyBT/releases/download/v4.0.0.0/GitHub_BiglyBT_Installer32.exe + InstallerSha256: 7ECD21CA6AAEAEA52DBA6BFD4407DEEC3F8654881E291C2C0E529E69E2436A23 +- Architecture: x64 + InstallerUrl: https://github.com/BiglySoftware/BiglyBT/releases/download/v4.0.0.0/GitHub_BiglyBT_Installer64_WithJava21.exe + InstallerSha256: 4C0786871B5E5B476A93DF7D864979EE9D3F941957FA7D41F0F77C137C877D20 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/BiglySoftware/BiglyBT/4.0.0.0/BiglySoftware.BiglyBT.locale.en-US.yaml b/manifests/b/BiglySoftware/BiglyBT/4.0.0.0/BiglySoftware.BiglyBT.locale.en-US.yaml new file mode 100644 index 0000000000000..dcb2a7b6b81aa --- /dev/null +++ b/manifests/b/BiglySoftware/BiglyBT/4.0.0.0/BiglySoftware.BiglyBT.locale.en-US.yaml @@ -0,0 +1,78 @@ +# Created with WinGet Updater using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: BiglySoftware.BiglyBT +PackageVersion: 4.0.0.0 +PackageLocale: en-US +Publisher: Bigly Software +PublisherUrl: https://github.com/BiglySoftware +PublisherSupportUrl: https://github.com/BiglySoftware/BiglyBT/issues +PrivacyUrl: https://www.biglybt.com/privacy.php +PackageName: BiglyBT +PackageUrl: https://www.biglybt.com/ +License: GPL-2.0 +LicenseUrl: https://github.com/BiglySoftware/BiglyBT/blob/HEAD/LICENSE +ShortDescription: BiglyBT is a feature filled, open source, ad-free, bittorrent client. +Moniker: biglybt +Tags: +- bittorrent +- bittorrent-client +- downloader +- foss +- i2p +- magnetfile +- magnetlink +- open-source +- rssfeedreader +- tornetwork +- torrent +- torrent-client +- upnpmediaserver +ReleaseNotes: |- + Developer Blog posts are here: https://biglybt.tumblr.com/tagged/BiglyBT4000 + FEATURE: Plug | Added restart, shutdown and update methods to simple-api plugin [Parg] + FEATURE: Core | Added minimum seeding time when actively uploading [Parg] + FEATURE: Core | Enable multiple read/write processors [Parg] + FEATURE: Core | Support IPv6 for alternative lookups [Parg] + CHANGE: Tag | Ignore tag execute-on-assign for magnet downloads [Parg] + CHANGE: Core | Double UDP timeouts for non-public networks [Parg] + CHANGE: Core | Prevent selection of superceded UDP tracker V1 protocol [Parg] + CHANGE: Core | Reduce wait time when peeking public IP address [Parg] + CHANGE: Core | Add queue reason to download state debug [Parg] + CHANGE: Core | Increase UDP send/recv socket buffers [Parg] + CHANGE: Core | Increase default concurrent outbound connections [Parg] + CHANGE: Core | Switch to transport based processor partitioning [Parg] + CHANGE: Core | Switch global up/limits+rates from int to long [Parg] + CHANGE: Core | Switch some ints to longs for byte bucket management [Parg] + CHANGE: Core | Increase max requests per peer [Parg] + CHANGE: Core | Switch to non-blocking IO for multicast [Parg] + CHANGE: Core | Trying out virtual threads when available [Parg] + CHANGE: Core | Free up timer thread when inactive [Parg] + CHANGE: Core | Don't save file priorities when none are set [Parg] + CHANGE: UI | Tweak colour of links in Windows dark mode [Parg] + CHANGE: UI | Improve the speed selector menu + status bar for large values [Parg] + CHANGE: UI | Added IPv6 inbound testing for netstatus [Parg] + CHANGE: UI | pt_BR: Brazilian Portuguese translation update [Havokdan] + CHANGE: UI | ru_RU: Russian translation update [adem4ik] + CHANGE: UI | sl_SI: Slovenian translation update [upwinxp] + CHANGE: UI | tr_TR: Turkish translation update [BouRock] + BUGFIX: Tag | Fix deadlock in tag listener handling [Parg] + BUGFIX: Tag | Fix inability to set networks on a magnet download from a Tag assignment [Parg] + BUGFIX: Core | Fix synchronization in tracker server [Parg] + BUGFIX: Core | Ignore invalid peer addresses [Parg] + BUGFIX: Core | Improve catching of timeout exceptions [Parg] + BUGFIX: Core | Ignore case of Authorization header [Parg] + BUGFIX: Core | Fixup probe control [Parg] + BUGFIX: Core | Reduce blocking in UPnP controller [Parg] + BUGFIX: Core | Handle lack of configured ip filters better [Parg] + BUGFIX: UI | Use filestore names as file roots in open-torrent-options when not Windows [Parg] + BUGFIX: UI | Fix slide-shell button text in dark mode [Parg] + BUGFIX: UI | Remove unwanted logging; update peermanager if it changes [Parg] + BUGFIX: UI | Fix sidebar sash position not being remembered [Parg] + BUGFIX: UI | Fix piece map not working on recent GTK [Parg] + BUGFIX: UI | Reduce false low memory usage prompts [Parg] + Historical change logs can be found in prior releases. + The release installers come with the ability to migrate (copy) your config, downloads, and plugins. +ReleaseNotesUrl: https://github.com/BiglySoftware/BiglyBT/releases/tag/v4.0.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/BiglySoftware/BiglyBT/4.0.0.0/BiglySoftware.BiglyBT.yaml b/manifests/b/BiglySoftware/BiglyBT/4.0.0.0/BiglySoftware.BiglyBT.yaml new file mode 100644 index 0000000000000..86208d1f2b4fb --- /dev/null +++ b/manifests/b/BiglySoftware/BiglyBT/4.0.0.0/BiglySoftware.BiglyBT.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: BiglySoftware.BiglyBT +PackageVersion: 4.0.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From b39bab78de5df6d0cf84f7e55f79b338aef833ae Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 22:13:07 +0800 Subject: [PATCH 094/100] New version: Hugo.Hugo.Extended version 0.153.0 (#324896) --- .../0.153.0/Hugo.Hugo.Extended.installer.yaml | 17 ++ .../Hugo.Hugo.Extended.locale.en-US.yaml | 165 ++++++++++++++++++ .../Hugo.Hugo.Extended.locale.zh-CN.yaml | 36 ++++ .../Extended/0.153.0/Hugo.Hugo.Extended.yaml | 8 + 4 files changed, 226 insertions(+) create mode 100644 manifests/h/Hugo/Hugo/Extended/0.153.0/Hugo.Hugo.Extended.installer.yaml create mode 100644 manifests/h/Hugo/Hugo/Extended/0.153.0/Hugo.Hugo.Extended.locale.en-US.yaml create mode 100644 manifests/h/Hugo/Hugo/Extended/0.153.0/Hugo.Hugo.Extended.locale.zh-CN.yaml create mode 100644 manifests/h/Hugo/Hugo/Extended/0.153.0/Hugo.Hugo.Extended.yaml diff --git a/manifests/h/Hugo/Hugo/Extended/0.153.0/Hugo.Hugo.Extended.installer.yaml b/manifests/h/Hugo/Hugo/Extended/0.153.0/Hugo.Hugo.Extended.installer.yaml new file mode 100644 index 0000000000000..a3464bc0b3c97 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.153.0/Hugo.Hugo.Extended.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.153.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hugo.exe + PortableCommandAlias: hugo +ReleaseDate: 2025-12-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.153.0/hugo_extended_0.153.0_windows-amd64.zip + InstallerSha256: C4E667C93AEC7411BB055CD6AA0709407CE06A6BBAFE9570AD5E0D438A2A0A71 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.153.0/Hugo.Hugo.Extended.locale.en-US.yaml b/manifests/h/Hugo/Hugo/Extended/0.153.0/Hugo.Hugo.Extended.locale.en-US.yaml new file mode 100644 index 0000000000000..e1892d7a41307 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.153.0/Hugo.Hugo.Extended.locale.en-US.yaml @@ -0,0 +1,165 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.153.0 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +Author: The Hugo Authors +PackageName: Hugo (Extended) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2025 The Hugo Authors. +ShortDescription: The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support) +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. + Hugo is available in two flavors: standard and extended. + With the extended flavor you can: + - Encode WebP images (decoding is also available in the standard build) + - Transpile Sass to CSS using the embedded LibSass transpiler +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + This is a good one! Hugo v0.153.0 is a significant release that introduces a powerful new multidimensional content model and completely overhauls WebP image support. Will be back soon with more info and reference to an updated documentation. + Note + - tpl/css: Deprecate libsass in favor of dartsass (note) 9937a5dc @bep #14261 + - config: Add struct tags to deprecated and unused fields e1236e3d @jmooring + Bug fixes + - Fix some outdated front matter b82e496c @bep #14271 + - Fix server rebuilds on editing content with Chinese terms e2e64aee @bep #14240 + - Fix slow server startup of very big content trees 7a43b928 @bep #14211 + - github: Fix "no space left on device" issue in CI b037b930 @bep + - docs: Fix link to CGO wiki page 5af31128 @jordelver + - Fix grammatical error in styleguide.md 62c47407 @bep + - hugolib: Fix recently introduced data race 94a6233a @bep #14140 + - docshelper: Fix some YAML serialization issues with sites matrix configuration 22d0c17e @bep #14132 + - resources/page: Fix slugorcontentbasename for section pages 25c7c18f @dvdksn #14104 + - all: Fix some benchmarks broken by modernize 91eac9e5 @bep #14107 + - all: Run modernize -fix ./... 04650ce7 @bep #14107 + Improvements + - resources/images: Don't trust the file extension when decoding JPEG and PNG images 65d43e1d @bep + - Add full filename to image processing error messages if possible 65a76664 @bep #14278 + - tailwindcss: Add referece to skipInlineImportsNotFound when import not found in assets da5b1fcf @bep #14273 + - Improve error messages for template failures 0637adb2 @bep + - Improve error handling/messages in Hugo Pipes 0bf61353 @bep #14257 #14270 + - images: Add a webp test with bg color 573ecb53 @bep + - Encode and Decode using the libwebp library via WASM with animation support 1b4514e0 @bep #10030 #8500 #12843 #8879 #12842 + - config/allconfig: Correct error message 429e5720 @jmooring #14259 + - tpl: Add missing functions to init files fa7d37f0 @jmooring #14249 + - github: Add some known humans to the AI whitelist fae49a22 @bep + - langs/i18n: Prefer languageCode when picking translation file 6be463b5 @bep #14204 #14217 + - Add entitlements for WebAssembly for macOS Tahoe 9e24b564 @bep #14220 + - testscripts: Move layouts file to new structure 45b67f6c @bep + - resources: Skip integration test if Dart Sass is not installed 5e649eb4 @jmooring + - testing: Replace legacy config.toml with hugo.toml in most tests 3073fd5c @bep + - testing: Port integration tests to new templates structure b9b304a1 @bep + - github: Correct dependabot ⇒ dependabot[bot] 8be30ef2 @bep + - config/privacy: Change GoogleAnalytics.RespectDoNotTrack default to true 565a10cb @jmooring #13307 + - Add signed and notarized MacOS pkg builds 438f113f @bep #14135 + - Upgrade to Go 1.25.4 dab54058 @bep + - tpl/urls: Add PathEscape and PathUnescape functions 1a1b062a @jmooring #14209 + - Speedup and simplify page assembly for deeper content trees 555dfa20 @bep + - gemini: Remove styleguide.md (for now) 34b0c15a @bep + - github: Reenable Gemini, but no auto code review 9dc38e91 @bep + - github: Partition tests by their root b592d34e @bep + - github: Make the clean commands work 18a2afa5 @bep + - github: Also test the root package (left out in previous commit) 0b0c827d @bep + - github: More disk space saving optimizations 30dc75e6 @bep + - github: Add PR Template 6bc8e6f4 @jmooring + - Adjust benchmark cda4d751 @bep + - tpl/openapi: Add support for OpenAPI external file references 84950ed2 @bep #8067 + - github: Skip dependabot for AI Watchdog workflow a8ed6137 @bep + - github: Remove the 386 test step in GitHub test workflow b971b7f9 @bep #14201 + - github: Remove test binaries after CI test runs 24210dca @bep + - github: Adjust watchdog run logic (now with correct spelling) 0f94274a @bep + - github: Adjust watchdog run logic (again) 5f9c3a3e @bep + - github: Adjust watchdog run logic 51d77a6c @bep + - github: Only run AI Watchdog when the PR is ready for review d25b619c @bep + - Update aiwatchdog.yml 4a76d8c6 @bep + - Update aiwatchdog.yml d837eff0 @bep + - Update aiwatchdog.yml 323e306b @bep + - github: Add label to AI suspects and do not fail when confident 2047638a @bep + - github: Adjust AI Watchdog workflow to make it run PRs from forks 38efb702 @bep + - github: Adjust workflow permissions bdf8b1a9 @bep + - performance: Misc allocation improvements f33c1a3f @bep + - github: Add ai-watchdog workflow and update other workflows' versions 56d7925a @bep #14147 + - tpl/collections: Improve collections.D c6b6910a @jmooring #14143 + - Optimize memory allocations for sites matrix vector stores ca402540 @bep + - gemini: Disable auto PR codereviews for now 44b5f13f @bep + - Update styleguide.md 2c6574eb @bep + - Add gemini setup files 60c4245e @bep + - static: Preserve .gitignore and .gitattributes in --cleanDestinationDir 5e6b269c @Ahamed1846 #14097 + - hugolib: Improve performance of content trees with many sections 26f31ff6 @bep + - Add a site assembly benchmark test for a deeper site structure with more sections and pages 606415ec @bep + - sitesmatrix: Clary default dimension values dc2f6ae2 @bep + - Run go mod tidy to clean up go.mod and go.sum a0944ac7 @bep + - testing: Rewrite all the old style integration tests to txtar style tests a2469d50 @bep + - hugolib: Delete some old integration tests e24b604c @bep + - testing: Revise usage of b.N and b.Loop() in benchmarks 4c7a78f5 @bep + - Add roles and versions as new dimensions (in addition to language) 264022a7 @bep #519 #13680 #13663 #13776 #13855 #13648 #13996 #14001 #14031 #13818 #13196 + - Update CONTRIBUTING.md ff0f67ea @bep + - hreflect: Cache reflect method lookups used in collections.Where and others e9bda21c @bep + - all: Simplify the reflect usage 3893e705 @bep + Dependency Updates + - build(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.1 39649dce @dependabot[bot] + - build(deps): bump github.com/alecthomas/chroma/v2 from 2.21.0 to 2.21.1 614fb16e @dependabot[bot] + - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront 33542d39 @dependabot[bot] + - deps: Upgrade github.com/alecthomas/chroma/v2 v2.20.0 ⇒ v2.21.0 588d20b3 @bep #14266 + - build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.40.1 to 1.41.0 b3373029 @dependabot[bot] + - build(deps): bump github.com/evanw/esbuild from 0.27.1 to 0.27.2 e6a3f1d6 @dependabot[bot] + - build(deps): bump golang.org/x/image from 0.33.0 to 0.34.0 364d237b @dependabot[bot] + - build(deps): bump golang.org/x/tools from 0.39.0 to 0.40.0 079f3eb8 @dependabot[bot] + - build(deps): bump github.com/tdewolff/minify/v2 from 2.24.7 to 2.24.8 4e6f2b67 @dependabot[bot] + - build(deps): bump gocloud.dev from 0.43.0 to 0.44.0 dff5e168 @dependabot[bot] + - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront c82a035b @dependabot[bot] + - build(deps): bump github.com/evanw/esbuild from 0.27.0 to 0.27.1 86b01eda @dependabot[bot] + - build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.40.0 to 1.40.1 9e7182e9 @dependabot[bot] + - build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.2 cf3ad62c @dependabot[bot] + - build(deps): bump github.com/goccy/go-yaml from 1.18.0 to 1.19.0 bf421386 @dependabot[bot] + - build(deps): bump github.com/olekukonko/tablewriter from 1.1.1 to 1.1.2 57fecb6b @dependabot[bot] + - build(deps): bump github.com/JohannesKaufmann/html-to-markdown/v2 6d0ab6a3 @dependabot[bot] + - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront 0de8f860 @dependabot[bot] + - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront 2b337cd2 @dependabot[bot] + - build(deps): bump golang.org/x/image from 0.32.0 to 0.33.0 cc61d00d @dependabot[bot] + - build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 8ef2c619 @dependabot[bot] + - build(deps): bump github.com/tdewolff/minify/v2 from 2.24.5 to 2.24.7 b9168803 @dependabot[bot] + - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront 26804673 @dependabot[bot] + - build(deps): bump golang.org/x/tools from 0.38.0 to 0.39.0 8ce80f75 @dependabot[bot] + - build(deps): bump github.com/tetratelabs/wazero from 1.10.0 to 1.10.1 4baa95ba @dependabot[bot] + - build(deps): bump github.com/bits-and-blooms/bitset b81861fd @dependabot[bot] + - build(deps): bump github.com/olekukonko/tablewriter from 1.1.0 to 1.1.1 15cce89e @dependabot[bot] + - build(deps): bump golang.org/x/text from 0.30.0 to 0.31.0 187e683b @dependabot[bot] + - build(deps): bump github.com/evanw/esbuild from 0.25.12 to 0.27.0 432078a6 @dependabot[bot] + - build(deps): bump google.golang.org/api from 0.251.0 to 0.255.0 38608c7c @dependabot[bot] + - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront d75f0dc6 @dependabot[bot] + - build(deps): bump github.com/tetratelabs/wazero from 1.9.0 to 1.10.0 579362ef @dependabot[bot] + - build(deps): bump github.com/evanw/esbuild from 0.25.11 to 0.25.12 0e8f88fa @dependabot[bot] + Build Setup + - release: Skip pushing stable and docs update for pre-releases c1cc65fc @bep + - release: Support alpha, beta, and RC releases 66307592 @bep + - snap: Address snapcraft deprecations 596517a2 @jmooring + Documentation + - markup/asciidocext: Improve Asciidoctor integration 3d21b068 @jmooring #9202 #10183 #10473 #14160 + - hugolib/doctree: Simplify lock setup in SimpleThreadSafeTree to reduce read allocation fee09576 @bep + - github: Update asciidoctor-diagrams extension and add GoAT 9d80c397 @jmooring + - markup/asciidocext: Support boolean document attributes bca171b6 @jmooring #14138 + - github: Allow AsciiDoc content in tests to render Ditaa diagrams 9289aa43 @jmooring + - commands: newDocsHelper encode integers as ints in generated YAML 0efcb24c @GrigoreAlexandru #14122 + - github: Allow AsciiDoc content in tests to render diagrams 2c80dee3 @jmooring +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.153.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.153.0/Hugo.Hugo.Extended.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/Extended/0.153.0/Hugo.Hugo.Extended.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bfeb80d252730 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.153.0/Hugo.Hugo.Extended.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.153.0 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +Author: The Hugo Authors +PackageName: Hugo(扩展版) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2025 The Hugo Authors. +ShortDescription: 世界上最快的网站搭建框架(支持 WebP 编码和 Sass 转译) +Description: |- + Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 + Hugo 有两种版本:标准版和扩展版。在扩展版本中,您可以 + - 编码 WebP 图片(标准版也可以进行解码) + - 使用内嵌的 LibSass 转译器将 Sass 转译为 CSS +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.153.0 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.153.0/Hugo.Hugo.Extended.yaml b/manifests/h/Hugo/Hugo/Extended/0.153.0/Hugo.Hugo.Extended.yaml new file mode 100644 index 0000000000000..b99119b8cf469 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.153.0/Hugo.Hugo.Extended.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: Hugo.Hugo.Extended +PackageVersion: 0.153.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From f82df7538758b07205d4f5519189753fc3a95c9c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 23:10:58 +0800 Subject: [PATCH 095/100] New version: Hugo.Hugo version 0.153.0 (#324895) --- .../Hugo/0.153.0/Hugo.Hugo.installer.yaml | 20 +++ .../Hugo/0.153.0/Hugo.Hugo.locale.en-US.yaml | 160 ++++++++++++++++++ .../Hugo/0.153.0/Hugo.Hugo.locale.zh-CN.yaml | 31 ++++ manifests/h/Hugo/Hugo/0.153.0/Hugo.Hugo.yaml | 8 + 4 files changed, 219 insertions(+) create mode 100644 manifests/h/Hugo/Hugo/0.153.0/Hugo.Hugo.installer.yaml create mode 100644 manifests/h/Hugo/Hugo/0.153.0/Hugo.Hugo.locale.en-US.yaml create mode 100644 manifests/h/Hugo/Hugo/0.153.0/Hugo.Hugo.locale.zh-CN.yaml create mode 100644 manifests/h/Hugo/Hugo/0.153.0/Hugo.Hugo.yaml diff --git a/manifests/h/Hugo/Hugo/0.153.0/Hugo.Hugo.installer.yaml b/manifests/h/Hugo/Hugo/0.153.0/Hugo.Hugo.installer.yaml new file mode 100644 index 0000000000000..f2a0111000eb0 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.153.0/Hugo.Hugo.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.153.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hugo.exe + PortableCommandAlias: hugo +ReleaseDate: 2025-12-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.153.0/hugo_0.153.0_windows-amd64.zip + InstallerSha256: 3BA1851A419D42C3DC54E6F7EC5908A12B59EFA6E51487EA52A705D0E09C9096 +- Architecture: arm64 + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.153.0/hugo_0.153.0_windows-arm64.zip + InstallerSha256: E52E029DA6B6CF5B214C559808C3410E282B081EBB5AAA34533E9FC1086FBEE1 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/h/Hugo/Hugo/0.153.0/Hugo.Hugo.locale.en-US.yaml b/manifests/h/Hugo/Hugo/0.153.0/Hugo.Hugo.locale.en-US.yaml new file mode 100644 index 0000000000000..3b4a56baaa2ef --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.153.0/Hugo.Hugo.locale.en-US.yaml @@ -0,0 +1,160 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Hugo.Hugo +PackageVersion: 0.153.0 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2025 The Hugo Authors. +ShortDescription: The world’s fastest framework for building websites +Description: |- + Hugo is one of the most popular open-source static site generators. + With its amazing speed and flexibility, Hugo makes building websites fun again. +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + This is a good one! Hugo v0.153.0 is a significant release that introduces a powerful new multidimensional content model and completely overhauls WebP image support. Will be back soon with more info and reference to an updated documentation. + Note + - tpl/css: Deprecate libsass in favor of dartsass (note) 9937a5dc @bep #14261 + - config: Add struct tags to deprecated and unused fields e1236e3d @jmooring + Bug fixes + - Fix some outdated front matter b82e496c @bep #14271 + - Fix server rebuilds on editing content with Chinese terms e2e64aee @bep #14240 + - Fix slow server startup of very big content trees 7a43b928 @bep #14211 + - github: Fix "no space left on device" issue in CI b037b930 @bep + - docs: Fix link to CGO wiki page 5af31128 @jordelver + - Fix grammatical error in styleguide.md 62c47407 @bep + - hugolib: Fix recently introduced data race 94a6233a @bep #14140 + - docshelper: Fix some YAML serialization issues with sites matrix configuration 22d0c17e @bep #14132 + - resources/page: Fix slugorcontentbasename for section pages 25c7c18f @dvdksn #14104 + - all: Fix some benchmarks broken by modernize 91eac9e5 @bep #14107 + - all: Run modernize -fix ./... 04650ce7 @bep #14107 + Improvements + - resources/images: Don't trust the file extension when decoding JPEG and PNG images 65d43e1d @bep + - Add full filename to image processing error messages if possible 65a76664 @bep #14278 + - tailwindcss: Add referece to skipInlineImportsNotFound when import not found in assets da5b1fcf @bep #14273 + - Improve error messages for template failures 0637adb2 @bep + - Improve error handling/messages in Hugo Pipes 0bf61353 @bep #14257 #14270 + - images: Add a webp test with bg color 573ecb53 @bep + - Encode and Decode using the libwebp library via WASM with animation support 1b4514e0 @bep #10030 #8500 #12843 #8879 #12842 + - config/allconfig: Correct error message 429e5720 @jmooring #14259 + - tpl: Add missing functions to init files fa7d37f0 @jmooring #14249 + - github: Add some known humans to the AI whitelist fae49a22 @bep + - langs/i18n: Prefer languageCode when picking translation file 6be463b5 @bep #14204 #14217 + - Add entitlements for WebAssembly for macOS Tahoe 9e24b564 @bep #14220 + - testscripts: Move layouts file to new structure 45b67f6c @bep + - resources: Skip integration test if Dart Sass is not installed 5e649eb4 @jmooring + - testing: Replace legacy config.toml with hugo.toml in most tests 3073fd5c @bep + - testing: Port integration tests to new templates structure b9b304a1 @bep + - github: Correct dependabot ⇒ dependabot[bot] 8be30ef2 @bep + - config/privacy: Change GoogleAnalytics.RespectDoNotTrack default to true 565a10cb @jmooring #13307 + - Add signed and notarized MacOS pkg builds 438f113f @bep #14135 + - Upgrade to Go 1.25.4 dab54058 @bep + - tpl/urls: Add PathEscape and PathUnescape functions 1a1b062a @jmooring #14209 + - Speedup and simplify page assembly for deeper content trees 555dfa20 @bep + - gemini: Remove styleguide.md (for now) 34b0c15a @bep + - github: Reenable Gemini, but no auto code review 9dc38e91 @bep + - github: Partition tests by their root b592d34e @bep + - github: Make the clean commands work 18a2afa5 @bep + - github: Also test the root package (left out in previous commit) 0b0c827d @bep + - github: More disk space saving optimizations 30dc75e6 @bep + - github: Add PR Template 6bc8e6f4 @jmooring + - Adjust benchmark cda4d751 @bep + - tpl/openapi: Add support for OpenAPI external file references 84950ed2 @bep #8067 + - github: Skip dependabot for AI Watchdog workflow a8ed6137 @bep + - github: Remove the 386 test step in GitHub test workflow b971b7f9 @bep #14201 + - github: Remove test binaries after CI test runs 24210dca @bep + - github: Adjust watchdog run logic (now with correct spelling) 0f94274a @bep + - github: Adjust watchdog run logic (again) 5f9c3a3e @bep + - github: Adjust watchdog run logic 51d77a6c @bep + - github: Only run AI Watchdog when the PR is ready for review d25b619c @bep + - Update aiwatchdog.yml 4a76d8c6 @bep + - Update aiwatchdog.yml d837eff0 @bep + - Update aiwatchdog.yml 323e306b @bep + - github: Add label to AI suspects and do not fail when confident 2047638a @bep + - github: Adjust AI Watchdog workflow to make it run PRs from forks 38efb702 @bep + - github: Adjust workflow permissions bdf8b1a9 @bep + - performance: Misc allocation improvements f33c1a3f @bep + - github: Add ai-watchdog workflow and update other workflows' versions 56d7925a @bep #14147 + - tpl/collections: Improve collections.D c6b6910a @jmooring #14143 + - Optimize memory allocations for sites matrix vector stores ca402540 @bep + - gemini: Disable auto PR codereviews for now 44b5f13f @bep + - Update styleguide.md 2c6574eb @bep + - Add gemini setup files 60c4245e @bep + - static: Preserve .gitignore and .gitattributes in --cleanDestinationDir 5e6b269c @Ahamed1846 #14097 + - hugolib: Improve performance of content trees with many sections 26f31ff6 @bep + - Add a site assembly benchmark test for a deeper site structure with more sections and pages 606415ec @bep + - sitesmatrix: Clary default dimension values dc2f6ae2 @bep + - Run go mod tidy to clean up go.mod and go.sum a0944ac7 @bep + - testing: Rewrite all the old style integration tests to txtar style tests a2469d50 @bep + - hugolib: Delete some old integration tests e24b604c @bep + - testing: Revise usage of b.N and b.Loop() in benchmarks 4c7a78f5 @bep + - Add roles and versions as new dimensions (in addition to language) 264022a7 @bep #519 #13680 #13663 #13776 #13855 #13648 #13996 #14001 #14031 #13818 #13196 + - Update CONTRIBUTING.md ff0f67ea @bep + - hreflect: Cache reflect method lookups used in collections.Where and others e9bda21c @bep + - all: Simplify the reflect usage 3893e705 @bep + Dependency Updates + - build(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.1 39649dce @dependabot[bot] + - build(deps): bump github.com/alecthomas/chroma/v2 from 2.21.0 to 2.21.1 614fb16e @dependabot[bot] + - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront 33542d39 @dependabot[bot] + - deps: Upgrade github.com/alecthomas/chroma/v2 v2.20.0 ⇒ v2.21.0 588d20b3 @bep #14266 + - build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.40.1 to 1.41.0 b3373029 @dependabot[bot] + - build(deps): bump github.com/evanw/esbuild from 0.27.1 to 0.27.2 e6a3f1d6 @dependabot[bot] + - build(deps): bump golang.org/x/image from 0.33.0 to 0.34.0 364d237b @dependabot[bot] + - build(deps): bump golang.org/x/tools from 0.39.0 to 0.40.0 079f3eb8 @dependabot[bot] + - build(deps): bump github.com/tdewolff/minify/v2 from 2.24.7 to 2.24.8 4e6f2b67 @dependabot[bot] + - build(deps): bump gocloud.dev from 0.43.0 to 0.44.0 dff5e168 @dependabot[bot] + - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront c82a035b @dependabot[bot] + - build(deps): bump github.com/evanw/esbuild from 0.27.0 to 0.27.1 86b01eda @dependabot[bot] + - build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.40.0 to 1.40.1 9e7182e9 @dependabot[bot] + - build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.2 cf3ad62c @dependabot[bot] + - build(deps): bump github.com/goccy/go-yaml from 1.18.0 to 1.19.0 bf421386 @dependabot[bot] + - build(deps): bump github.com/olekukonko/tablewriter from 1.1.1 to 1.1.2 57fecb6b @dependabot[bot] + - build(deps): bump github.com/JohannesKaufmann/html-to-markdown/v2 6d0ab6a3 @dependabot[bot] + - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront 0de8f860 @dependabot[bot] + - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront 2b337cd2 @dependabot[bot] + - build(deps): bump golang.org/x/image from 0.32.0 to 0.33.0 cc61d00d @dependabot[bot] + - build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 8ef2c619 @dependabot[bot] + - build(deps): bump github.com/tdewolff/minify/v2 from 2.24.5 to 2.24.7 b9168803 @dependabot[bot] + - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront 26804673 @dependabot[bot] + - build(deps): bump golang.org/x/tools from 0.38.0 to 0.39.0 8ce80f75 @dependabot[bot] + - build(deps): bump github.com/tetratelabs/wazero from 1.10.0 to 1.10.1 4baa95ba @dependabot[bot] + - build(deps): bump github.com/bits-and-blooms/bitset b81861fd @dependabot[bot] + - build(deps): bump github.com/olekukonko/tablewriter from 1.1.0 to 1.1.1 15cce89e @dependabot[bot] + - build(deps): bump golang.org/x/text from 0.30.0 to 0.31.0 187e683b @dependabot[bot] + - build(deps): bump github.com/evanw/esbuild from 0.25.12 to 0.27.0 432078a6 @dependabot[bot] + - build(deps): bump google.golang.org/api from 0.251.0 to 0.255.0 38608c7c @dependabot[bot] + - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront d75f0dc6 @dependabot[bot] + - build(deps): bump github.com/tetratelabs/wazero from 1.9.0 to 1.10.0 579362ef @dependabot[bot] + - build(deps): bump github.com/evanw/esbuild from 0.25.11 to 0.25.12 0e8f88fa @dependabot[bot] + Build Setup + - release: Skip pushing stable and docs update for pre-releases c1cc65fc @bep + - release: Support alpha, beta, and RC releases 66307592 @bep + - snap: Address snapcraft deprecations 596517a2 @jmooring + Documentation + - markup/asciidocext: Improve Asciidoctor integration 3d21b068 @jmooring #9202 #10183 #10473 #14160 + - hugolib/doctree: Simplify lock setup in SimpleThreadSafeTree to reduce read allocation fee09576 @bep + - github: Update asciidoctor-diagrams extension and add GoAT 9d80c397 @jmooring + - markup/asciidocext: Support boolean document attributes bca171b6 @jmooring #14138 + - github: Allow AsciiDoc content in tests to render Ditaa diagrams 9289aa43 @jmooring + - commands: newDocsHelper encode integers as ints in generated YAML 0efcb24c @GrigoreAlexandru #14122 + - github: Allow AsciiDoc content in tests to render diagrams 2c80dee3 @jmooring +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.153.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/h/Hugo/Hugo/0.153.0/Hugo.Hugo.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/0.153.0/Hugo.Hugo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9df78dd7fcc12 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.153.0/Hugo.Hugo.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: Hugo.Hugo +PackageVersion: 0.153.0 +PackageLocale: zh-CN +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +PackageName: Hugo +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://gohugo.io/about/license +Copyright: Copyright 2025 The Hugo Authors. +ShortDescription: 世界上最快的网站搭建框架 +Description: Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.153.0 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/h/Hugo/Hugo/0.153.0/Hugo.Hugo.yaml b/manifests/h/Hugo/Hugo/0.153.0/Hugo.Hugo.yaml new file mode 100644 index 0000000000000..87dd0f8ccd2e3 --- /dev/null +++ b/manifests/h/Hugo/Hugo/0.153.0/Hugo.Hugo.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: Hugo.Hugo +PackageVersion: 0.153.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 641c1fe9fb4e056511606914bce1d097d5ebcd4f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 23:11:15 +0800 Subject: [PATCH 096/100] New version: PortSwigger.BurpSuite.Community version 2025.11.6 (#324898) --- ...Swigger.BurpSuite.Community.installer.yaml | 32 +++++++++++++++++ ...gger.BurpSuite.Community.locale.en-US.yaml | 36 +++++++++++++++++++ ...gger.BurpSuite.Community.locale.zh-CN.yaml | 35 ++++++++++++++++++ .../PortSwigger.BurpSuite.Community.yaml | 8 +++++ 4 files changed, 111 insertions(+) create mode 100644 manifests/p/PortSwigger/BurpSuite/Community/2025.11.6/PortSwigger.BurpSuite.Community.installer.yaml create mode 100644 manifests/p/PortSwigger/BurpSuite/Community/2025.11.6/PortSwigger.BurpSuite.Community.locale.en-US.yaml create mode 100644 manifests/p/PortSwigger/BurpSuite/Community/2025.11.6/PortSwigger.BurpSuite.Community.locale.zh-CN.yaml create mode 100644 manifests/p/PortSwigger/BurpSuite/Community/2025.11.6/PortSwigger.BurpSuite.Community.yaml diff --git a/manifests/p/PortSwigger/BurpSuite/Community/2025.11.6/PortSwigger.BurpSuite.Community.installer.yaml b/manifests/p/PortSwigger/BurpSuite/Community/2025.11.6/PortSwigger.BurpSuite.Community.installer.yaml new file mode 100644 index 0000000000000..ead8854d3fc37 --- /dev/null +++ b/manifests/p/PortSwigger/BurpSuite/Community/2025.11.6/PortSwigger.BurpSuite.Community.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: PortSwigger.BurpSuite.Community +PackageVersion: 2025.11.6 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -q -Dinstall4j.suppressUnattendedReboot=true + SilentWithProgress: -q -splash "" -Dinstall4j.suppressUnattendedReboot=true + InstallLocation: -dir "" + Log: -Dinstall4j.log="" +UpgradeBehavior: install +FileExtensions: +- burp +ProductCode: 9806-1938-4586-6531 +ReleaseDate: 2025-12-19 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://portswigger-cdn.net/burp/releases/download?product=community&version=2025.11.6&type=WindowsX64 + InstallerSha256: 07DBDA71282AD4CD8E848AA0A60714562F9B6CA108DD8E7B2650699E70661245 +- Architecture: x64 + Scope: machine + InstallerUrl: https://portswigger-cdn.net/burp/releases/download?product=community&version=2025.11.6&type=WindowsX64 + InstallerSha256: 07DBDA71282AD4CD8E848AA0A60714562F9B6CA108DD8E7B2650699E70661245 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/PortSwigger/BurpSuite/Community/2025.11.6/PortSwigger.BurpSuite.Community.locale.en-US.yaml b/manifests/p/PortSwigger/BurpSuite/Community/2025.11.6/PortSwigger.BurpSuite.Community.locale.en-US.yaml new file mode 100644 index 0000000000000..b2d1bd1120274 --- /dev/null +++ b/manifests/p/PortSwigger/BurpSuite/Community/2025.11.6/PortSwigger.BurpSuite.Community.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: PortSwigger.BurpSuite.Community +PackageVersion: 2025.11.6 +PackageLocale: en-US +Publisher: PortSwigger Web Security +PublisherUrl: https://portswigger.net/ +PublisherSupportUrl: https://portswigger.net/support +PrivacyUrl: https://portswigger.net/privacy +Author: PortSwigger Ltd +PackageName: Burp Suite Community Edition +PackageUrl: https://portswigger.net/burp/communitydownload +License: Freeware +LicenseUrl: https://portswigger.net/burp/eula/community +Copyright: © PortSwigger Ltd. All rights reserved +CopyrightUrl: https://portswigger.net/legal +ShortDescription: The best manual tools to start web security testing. +Description: Burp Suite Community Edition is PortSwigger's essential manual toolkit for learning about web security testing. +Tags: +- capture +- debug +- network +- proxy +- request +- response +- security +- traffic +- web +ReleaseNotes: We've upgraded Burp's browser to Chromium 143.0.7499.147 for Windows & Mac and 143.0.7499.146 for Linux +ReleaseNotesUrl: https://portswigger.net/burp/releases/professional-community-2025-11-6 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://portswigger.net/burp/documentation +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/PortSwigger/BurpSuite/Community/2025.11.6/PortSwigger.BurpSuite.Community.locale.zh-CN.yaml b/manifests/p/PortSwigger/BurpSuite/Community/2025.11.6/PortSwigger.BurpSuite.Community.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e92546af32b4a --- /dev/null +++ b/manifests/p/PortSwigger/BurpSuite/Community/2025.11.6/PortSwigger.BurpSuite.Community.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: PortSwigger.BurpSuite.Community +PackageVersion: 2025.11.6 +PackageLocale: zh-CN +Publisher: PortSwigger Web Security +PublisherUrl: https://portswigger.net/ +PublisherSupportUrl: https://portswigger.net/support +PrivacyUrl: https://portswigger.net/privacy +Author: PortSwigger Ltd +PackageName: Burp Suite Community Edition +PackageUrl: https://portswigger.net/burp/communitydownload +License: 免费软件 +LicenseUrl: https://portswigger.net/burp/eula/community +Copyright: © PortSwigger Ltd. All rights reserved +CopyrightUrl: https://portswigger.net/legal +ShortDescription: 进行网络安全测试的最佳手动工具 +Description: Burp Suite 社区版是由 PortSwigger 推出的用于学习网络安全测试的必备手动工具箱。 +Tags: +- 代理 +- 响应 +- 安全 +- 抓包 +- 流量 +- 网络 +- 网页 +- 请求 +- 调试 +ReleaseNotesUrl: https://portswigger.net/burp/releases/professional-community-2025-11-6 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://portswigger.net/burp/documentation +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/p/PortSwigger/BurpSuite/Community/2025.11.6/PortSwigger.BurpSuite.Community.yaml b/manifests/p/PortSwigger/BurpSuite/Community/2025.11.6/PortSwigger.BurpSuite.Community.yaml new file mode 100644 index 0000000000000..6a02e3be22f6c --- /dev/null +++ b/manifests/p/PortSwigger/BurpSuite/Community/2025.11.6/PortSwigger.BurpSuite.Community.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: PortSwigger.BurpSuite.Community +PackageVersion: 2025.11.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From c856693d4b503b9f12df8624899c4ae4b5bb7884 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Fri, 19 Dec 2025 23:11:34 +0800 Subject: [PATCH 097/100] New version: PortSwigger.BurpSuite.Professional version 2025.11.6 (#324899) --- ...gger.BurpSuite.Professional.installer.yaml | 32 ++++++++++++++++ ...r.BurpSuite.Professional.locale.en-US.yaml | 37 +++++++++++++++++++ ...r.BurpSuite.Professional.locale.zh-CN.yaml | 36 ++++++++++++++++++ .../PortSwigger.BurpSuite.Professional.yaml | 8 ++++ 4 files changed, 113 insertions(+) create mode 100644 manifests/p/PortSwigger/BurpSuite/Professional/2025.11.6/PortSwigger.BurpSuite.Professional.installer.yaml create mode 100644 manifests/p/PortSwigger/BurpSuite/Professional/2025.11.6/PortSwigger.BurpSuite.Professional.locale.en-US.yaml create mode 100644 manifests/p/PortSwigger/BurpSuite/Professional/2025.11.6/PortSwigger.BurpSuite.Professional.locale.zh-CN.yaml create mode 100644 manifests/p/PortSwigger/BurpSuite/Professional/2025.11.6/PortSwigger.BurpSuite.Professional.yaml diff --git a/manifests/p/PortSwigger/BurpSuite/Professional/2025.11.6/PortSwigger.BurpSuite.Professional.installer.yaml b/manifests/p/PortSwigger/BurpSuite/Professional/2025.11.6/PortSwigger.BurpSuite.Professional.installer.yaml new file mode 100644 index 0000000000000..aab7162eac5ff --- /dev/null +++ b/manifests/p/PortSwigger/BurpSuite/Professional/2025.11.6/PortSwigger.BurpSuite.Professional.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: PortSwigger.BurpSuite.Professional +PackageVersion: 2025.11.6 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -q -Dinstall4j.suppressUnattendedReboot=true + SilentWithProgress: -q -splash "" -Dinstall4j.suppressUnattendedReboot=true + InstallLocation: -dir "" + Log: -Dinstall4j.log="" +UpgradeBehavior: install +FileExtensions: +- burp +ProductCode: 7318-9294-3757-1226 +ReleaseDate: 2025-12-19 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://portswigger-cdn.net/burp/releases/download?product=pro&version=2025.11.6&type=WindowsX64 + InstallerSha256: AC3419F80428D946539B9469C9C43FC7915AC8A34FD7A2E64DB4D2AB6C321248 +- Architecture: x64 + Scope: machine + InstallerUrl: https://portswigger-cdn.net/burp/releases/download?product=pro&version=2025.11.6&type=WindowsX64 + InstallerSha256: AC3419F80428D946539B9469C9C43FC7915AC8A34FD7A2E64DB4D2AB6C321248 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/PortSwigger/BurpSuite/Professional/2025.11.6/PortSwigger.BurpSuite.Professional.locale.en-US.yaml b/manifests/p/PortSwigger/BurpSuite/Professional/2025.11.6/PortSwigger.BurpSuite.Professional.locale.en-US.yaml new file mode 100644 index 0000000000000..e87dad9c84974 --- /dev/null +++ b/manifests/p/PortSwigger/BurpSuite/Professional/2025.11.6/PortSwigger.BurpSuite.Professional.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: PortSwigger.BurpSuite.Professional +PackageVersion: 2025.11.6 +PackageLocale: en-US +Publisher: PortSwigger Web Security +PublisherUrl: https://portswigger.net/ +PublisherSupportUrl: https://portswigger.net/support +PrivacyUrl: https://portswigger.net/privacy +Author: PortSwigger Ltd +PackageName: Burp Suite Professional +PackageUrl: https://portswigger.net/burp/pro +License: Proprietary +LicenseUrl: https://portswigger.net/burp/eula/pro +Copyright: © PortSwigger Ltd. All rights reserved +CopyrightUrl: https://portswigger.net/legal +ShortDescription: The leading toolkit for web security testing. +Description: Burp Suite Professional is the world's most popular tool for web security testing. +Tags: +- capture +- debug +- network +- proxy +- request +- response +- security +- traffic +- web +ReleaseNotes: We've upgraded Burp's browser to Chromium 143.0.7499.147 for Windows & Mac and 143.0.7499.146 for Linux +ReleaseNotesUrl: https://portswigger.net/burp/releases/professional-community-2025-11-6 +PurchaseUrl: https://portswigger.net/buy/pro +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://portswigger.net/burp/documentation +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/PortSwigger/BurpSuite/Professional/2025.11.6/PortSwigger.BurpSuite.Professional.locale.zh-CN.yaml b/manifests/p/PortSwigger/BurpSuite/Professional/2025.11.6/PortSwigger.BurpSuite.Professional.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6af9fcce3e938 --- /dev/null +++ b/manifests/p/PortSwigger/BurpSuite/Professional/2025.11.6/PortSwigger.BurpSuite.Professional.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: PortSwigger.BurpSuite.Professional +PackageVersion: 2025.11.6 +PackageLocale: zh-CN +Publisher: PortSwigger Web Security +PublisherUrl: https://portswigger.net/ +PublisherSupportUrl: https://portswigger.net/support +PrivacyUrl: https://portswigger.net/privacy +Author: PortSwigger Ltd +PackageName: Burp Suite Professional +PackageUrl: https://portswigger.net/burp/pro +License: 专有软件 +LicenseUrl: https://portswigger.net/burp/eula/pro +Copyright: © PortSwigger Ltd. All rights reserved +CopyrightUrl: https://portswigger.net/legal +ShortDescription: 领先的网络安全测试工具箱 +Description: Burp Suite 专业版是世界上最受欢迎的网络安全测试工具。 +Tags: +- 代理 +- 响应 +- 安全 +- 抓包 +- 流量 +- 网络 +- 网页 +- 请求 +- 调试 +ReleaseNotesUrl: https://portswigger.net/burp/releases/professional-community-2025-11-6 +PurchaseUrl: https://portswigger.net/buy/pro +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://portswigger.net/burp/documentation +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/p/PortSwigger/BurpSuite/Professional/2025.11.6/PortSwigger.BurpSuite.Professional.yaml b/manifests/p/PortSwigger/BurpSuite/Professional/2025.11.6/PortSwigger.BurpSuite.Professional.yaml new file mode 100644 index 0000000000000..3410610e369a3 --- /dev/null +++ b/manifests/p/PortSwigger/BurpSuite/Professional/2025.11.6/PortSwigger.BurpSuite.Professional.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: PortSwigger.BurpSuite.Professional +PackageVersion: 2025.11.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 679e90a3dc9630d479cb1867131977fe4ad77d92 Mon Sep 17 00:00:00 2001 From: Xavier Portilla Edo Date: Fri, 19 Dec 2025 16:11:51 +0100 Subject: [PATCH 098/100] Voiceflow 1.28.1 (#324901) Co-authored-by: goreleaserbot --- .../1.28.1/xavidop.voiceflow.installer.yaml | 34 +++++++++++++++++++ .../xavidop.voiceflow.locale.en-US.yaml | 13 +++++++ .../voiceflow/1.28.1/xavidop.voiceflow.yaml | 7 ++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/x/xavidop/voiceflow/1.28.1/xavidop.voiceflow.installer.yaml create mode 100644 manifests/x/xavidop/voiceflow/1.28.1/xavidop.voiceflow.locale.en-US.yaml create mode 100644 manifests/x/xavidop/voiceflow/1.28.1/xavidop.voiceflow.yaml diff --git a/manifests/x/xavidop/voiceflow/1.28.1/xavidop.voiceflow.installer.yaml b/manifests/x/xavidop/voiceflow/1.28.1/xavidop.voiceflow.installer.yaml new file mode 100644 index 0000000000000..fb990f8914ed9 --- /dev/null +++ b/manifests/x/xavidop/voiceflow/1.28.1/xavidop.voiceflow.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: xavidop.voiceflow +PackageVersion: 1.28.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-12-19" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: voiceflow.exe + PortableCommandAlias: voiceflow + InstallerUrl: https://github.com/xavidop/voiceflow-cli/releases/download/v1.28.1/voiceflow_Windows_i386.zip + InstallerSha256: 044124be04f2121d35581359b6a2ea9223c27d9d7d5a7a59710a821b6df947bc + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: voiceflow.exe + PortableCommandAlias: voiceflow + InstallerUrl: https://github.com/xavidop/voiceflow-cli/releases/download/v1.28.1/voiceflow_Windows_x86_64.zip + InstallerSha256: 349e037489b2ff9d79d8b3eb42567ac52c7170b8af965008548101573c38ffc2 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: voiceflow.exe + PortableCommandAlias: voiceflow + InstallerUrl: https://github.com/xavidop/voiceflow-cli/releases/download/v1.28.1/voiceflow_Windows_arm64.zip + InstallerSha256: d47e0d247d64b9fbc0a681ba01f45fbbc748dec8cad19498e57f21030eee1754 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/x/xavidop/voiceflow/1.28.1/xavidop.voiceflow.locale.en-US.yaml b/manifests/x/xavidop/voiceflow/1.28.1/xavidop.voiceflow.locale.en-US.yaml new file mode 100644 index 0000000000000..053d13742f3cd --- /dev/null +++ b/manifests/x/xavidop/voiceflow/1.28.1/xavidop.voiceflow.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: xavidop.voiceflow +PackageVersion: 1.28.1 +PackageLocale: en-US +Publisher: xavidop +PackageName: voiceflow +PackageUrl: https://voiceflow.xavidop.me +License: Apache-2.0 +ShortDescription: The CLI for your Voiceflow projects +Moniker: voiceflow +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/x/xavidop/voiceflow/1.28.1/xavidop.voiceflow.yaml b/manifests/x/xavidop/voiceflow/1.28.1/xavidop.voiceflow.yaml new file mode 100644 index 0000000000000..5f908219036b3 --- /dev/null +++ b/manifests/x/xavidop/voiceflow/1.28.1/xavidop.voiceflow.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: xavidop.voiceflow +PackageVersion: 1.28.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From dbd385d010adb6c447c68c4deea47d7f5b3553b2 Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Fri, 19 Dec 2025 16:12:14 +0100 Subject: [PATCH 099/100] =?UTF-8?q?New=20version=EF=BC=9AMicrosoft.MediaCr?= =?UTF-8?q?eationTool=20version=2010.0.26100.7019=20(#324902)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...Microsoft.MediaCreationTool.installer.yaml | 12 +++++++++ ...rosoft.MediaCreationTool.locale.da-DK.yaml | 24 +++++++++++++++++ ...rosoft.MediaCreationTool.locale.de-DE.yaml | 20 ++++++++++++++ ...rosoft.MediaCreationTool.locale.en-US.yaml | 26 +++++++++++++++++++ ...rosoft.MediaCreationTool.locale.es-ES.yaml | 19 ++++++++++++++ ...rosoft.MediaCreationTool.locale.nb-NO.yaml | 24 +++++++++++++++++ ...rosoft.MediaCreationTool.locale.sv-SE.yaml | 22 ++++++++++++++++ .../Microsoft.MediaCreationTool.yaml | 7 +++++ 8 files changed, 154 insertions(+) create mode 100644 manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.installer.yaml create mode 100644 manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.da-DK.yaml create mode 100644 manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.de-DE.yaml create mode 100644 manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.es-ES.yaml create mode 100644 manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.nb-NO.yaml create mode 100644 manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.sv-SE.yaml create mode 100644 manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.yaml diff --git a/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.installer.yaml b/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.installer.yaml new file mode 100644 index 0000000000000..22258772e23e5 --- /dev/null +++ b/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.installer.yaml @@ -0,0 +1,12 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.MediaCreationTool +PackageVersion: 10.0.26100.7019 +ReleaseDate: 2025-12-12 +InstallerType: portable +Installers: +- Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/0a8b07d9-a3bf-47b9-b71b-8e13354cec88/MediaCreationTool.exe + InstallerSha256: e887dfff70baf09a8c1debfe8c304dd9f2d9652fae8b7c83b3c24554a79bbd7f +ManifestType: installer +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.da-DK.yaml b/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.da-DK.yaml new file mode 100644 index 0000000000000..a7fa6ce1d9cac --- /dev/null +++ b/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.da-DK.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MediaCreationTool +PackageVersion: 10.0.26100.7019 +PackageLocale: da-DK +Publisher: Microsoft Corporation +PackageName: Medieoprettelsesværktøj +PackageUrl: https://www.microsoft.com/da-dk/software-download/windows11 +License: Proprietær (Gratis) +Copyright: © Microsoft Corporation. Alle rettigheder forbeholdes. +ShortDescription: Opset af Windows 11. En tilgjengelig USB-lagring kræves for brug. +Tags: +- windowsupdate +- systemopdateringer +- opgraderinger +- opdateringsinstallerer +- opdateringsinstallatør +- operativsystemopdateringer +- på-stedet-opdateringer +- kræverusb +- windows11installationsmedia +- windows-11-installationsprogram +ManifestType: locale +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.de-DE.yaml b/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.de-DE.yaml new file mode 100644 index 0000000000000..5156d7093f8a7 --- /dev/null +++ b/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.de-DE.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MediaCreationTool +PackageVersion: 10.0.26100.7019 +PackageLocale: de-DE +Publisher: Microsoft Corporation +PackageName: Medienerstellungstool +PackageUrl: https://www.microsoft.com/de-de/software-download/windows11 +License: Proprietär +Copyright: © Microsoft Corporation. Alle Rechte vorbehalten. +ShortDescription: Einrichtung für Windows 11. Für die Nutzung ist ein verfügbarer USB-Speicher erforderlich. +Tags: +- windowsupdate +- systemaktualisierungen +- aktualisierungsprogramm +- betriebssystemaktualisierung +- windows11installationsmedien +- windows-11-installationsmedien +ManifestType: locale +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.en-US.yaml b/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.en-US.yaml new file mode 100644 index 0000000000000..cc96fabafb154 --- /dev/null +++ b/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.en-US.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MediaCreationTool +PackageVersion: 10.0.26100.7019 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Media Creation Tool +PackageUrl: https://www.microsoft.com/software-download/windows11 +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: Configuration of Windows 11. An available USB stick is required for use. +Tags: +- windowsupdate +- systemupdates +- upgrades +- updateinstaller +- operatingsystemupdates +- inplaceupgrades +- requiresusb +- windows11installationmedia +- windows-11-installation-media +- windowsrecoveryenvironment +- windows-recovery-environment +- winre +ManifestType: defaultLocale +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.es-ES.yaml b/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.es-ES.yaml new file mode 100644 index 0000000000000..3ba32e77469b4 --- /dev/null +++ b/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.es-ES.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MediaCreationTool +PackageVersion: 10.0.26100.7019 +PackageLocale: es-ES +Publisher: Microsoft Corporation +PackageName: La herramienta de creación de medios +PackageUrl: https://www.microsoft.com/es-es/software-download/windows11 +License: Propiedad exclusiva +Copyright: © Microsoft Corporation. Todos los derechos reservados. +ShortDescription: Configuración de Windows 11. Se requiere una memoria USB disponible para su uso. +Tags: +- windowsupdate +- actualizaciones-del-sistema +- actualizacionesdelsistema +- medios-de-instalación-de-windows-11 +- mediosdeinstalacióndewindows11 +ManifestType: locale +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.nb-NO.yaml b/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.nb-NO.yaml new file mode 100644 index 0000000000000..79a359eca4ba3 --- /dev/null +++ b/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.nb-NO.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MediaCreationTool +PackageVersion: 10.0.26100.7019 +PackageLocale: nb-NO +Publisher: Microsoft Corporation +PackageName: Medieopprettingsverktøy +PackageUrl: https://www.microsoft.com/nb-no/software-download/windows11 +License: Proprietær (Gratis) +Copyright: © Microsoft Corporation. Alle rettigheter forbeholdt. +ShortDescription: Oppsett av Windows 11. En tilgjengelig USB-lagring behøves for bruk. +Tags: +- windowsupdate +- systemoppdateringer +- oppgraderinger +- oppdateringsinstallerer +- oppdateringsinstallatør +- operativsystemoppdateringer +- på-stedet-oppdateringer +- kreverusb +- windows11installasjonsmedia +- windows-11-installasjonsprogram +ManifestType: locale +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.sv-SE.yaml b/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.sv-SE.yaml new file mode 100644 index 0000000000000..bb7b94c91faf2 --- /dev/null +++ b/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.locale.sv-SE.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MediaCreationTool +PackageVersion: 10.0.26100.7019 +PackageLocale: sv-SE +Publisher: Microsoft Corporation +PackageName: Verktyget för att skapa medier +PackageUrl: https://www.microsoft.com/sv-se/software-download/windows11 +License: Proprietär +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: Uppsätt av Windows 11. Ett tillgjängligt USB-minne är nödvändigt för bruk. +Tags: +- windowsupdate +- systemuppdateringar +- uppgraderingar +- uppdateringsinstallation +- operativsystemuppdateringar +- behöverusb +- windows11installationsmedia +- windows-11-installationsprogram +ManifestType: locale +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.yaml b/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.yaml new file mode 100644 index 0000000000000..8d2f9383e97b2 --- /dev/null +++ b/manifests/m/Microsoft/MediaCreationTool/10.0.26100.7019/Microsoft.MediaCreationTool.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.MediaCreationTool +PackageVersion: 10.0.26100.7019 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 \ No newline at end of file From 12995c8be9ef660f1a3ba690b351e619375db863 Mon Sep 17 00:00:00 2001 From: Zeldris <0trims.vehicle@icloud.com> Date: Fri, 19 Dec 2025 22:12:32 +0700 Subject: [PATCH 100/100] New version: Blitz.Blitz version 2.1.462 (#324905) --- .../Blitz/2.1.462/Blitz.Blitz.installer.yaml | 19 +++++++++++ .../2.1.462/Blitz.Blitz.locale.en-US.yaml | 34 +++++++++++++++++++ .../b/Blitz/Blitz/2.1.462/Blitz.Blitz.yaml | 8 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/b/Blitz/Blitz/2.1.462/Blitz.Blitz.installer.yaml create mode 100644 manifests/b/Blitz/Blitz/2.1.462/Blitz.Blitz.locale.en-US.yaml create mode 100644 manifests/b/Blitz/Blitz/2.1.462/Blitz.Blitz.yaml diff --git a/manifests/b/Blitz/Blitz/2.1.462/Blitz.Blitz.installer.yaml b/manifests/b/Blitz/Blitz/2.1.462/Blitz.Blitz.installer.yaml new file mode 100644 index 0000000000000..bee201698acb0 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.462/Blitz.Blitz.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.462 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://blitz-main.blitz.gg/Blitz-2.1.462.exe + InstallerSha256: C6A56BC2E55795D1354FA7BA7BF3608D83FCDBAADA71D49A9DF071470F090449 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Blitz/Blitz/2.1.462/Blitz.Blitz.locale.en-US.yaml b/manifests/b/Blitz/Blitz/2.1.462/Blitz.Blitz.locale.en-US.yaml new file mode 100644 index 0000000000000..aace6bf0b1599 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.462/Blitz.Blitz.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.462 +PackageLocale: en-US +Publisher: Blitz, Inc. +PublisherUrl: https://blitz.gg +PublisherSupportUrl: https://support.blitz.gg +PrivacyUrl: https://blitz.gg/privacy-policy +Author: Blitz, Inc. +PackageName: Blitz +PackageUrl: https://blitz.gg +License: Custom use license +LicenseUrl: https://www.blitz.gg/terms-of-service +Copyright: Copyright (c) 2022 Blitz, Inc. +CopyrightUrl: https://www.blitz.gg/terms-of-service +ShortDescription: Blitz App - Your personal gaming coach +# Description: +Moniker: blitz.gg +Tags: +- gaming +- league-of-legends +- legends-of-runeterra +- lol +- teamfight-tactics +- valorant +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Blitz/Blitz/2.1.462/Blitz.Blitz.yaml b/manifests/b/Blitz/Blitz/2.1.462/Blitz.Blitz.yaml new file mode 100644 index 0000000000000..5803ff24624b7 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.462/Blitz.Blitz.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.462 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0