diff --git a/manifests/a/AIDotNet/OpenCowork/1.2.1/AIDotNet.OpenCowork.installer.yaml b/manifests/a/AIDotNet/OpenCowork/1.2.1/AIDotNet.OpenCowork.installer.yaml new file mode 100644 index 0000000000000..eac6633091a67 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.2.1/AIDotNet.OpenCowork.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.2.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d +ReleaseDate: 2026-07-17 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.2.1/OpenCowork-win-amd64-setup.exe + InstallerSha256: 1F91391BC91F3C7BF5F12FBB507ABA040F4294BB0D59F38ED1CC69BAB4D2FEC3 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.2.1/OpenCowork-win-amd64-setup.exe + InstallerSha256: 1F91391BC91F3C7BF5F12FBB507ABA040F4294BB0D59F38ED1CC69BAB4D2FEC3 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.2.1/OpenCowork-win-arm64-setup.exe + InstallerSha256: E5147BB95F26172F2FFC8E3124DA2011F848285B5A51E819B38DF01C877314B8 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.2.1/AIDotNet.OpenCowork.locale.en-US.yaml b/manifests/a/AIDotNet/OpenCowork/1.2.1/AIDotNet.OpenCowork.locale.en-US.yaml new file mode 100644 index 0000000000000..a95cbe0d258f6 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.2.1/AIDotNet.OpenCowork.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.2.1 +PackageLocale: en-US +Publisher: example.com +PublisherUrl: https://github.com/AIDotNet +PublisherSupportUrl: https://github.com/AIDotNet/OpenCowork/issues +PackageName: OpenCoWork +PackageUrl: https://github.com/AIDotNet/OpenCowork +License: Apache-2.0 +LicenseUrl: https://github.com/AIDotNet/OpenCowork/blob/HEAD/LICENSE +Copyright: Copyright 2026 AIDotNet +ShortDescription: Open-source desktop platform for multi-agent collaboration. Empowering AI agents with local tools, parallel teamwork, and seamless workplace integration. +Description: |- + Traditional LLM interfaces are often "environment-isolated islands." Developers spend 50% of their time copy-pasting code, terminal logs, and file contents between the chat and their IDE. + OpenCowork solves this by providing: + - Local Agency: Agents can directly read/write files and execute shell commands with your permission. + - Context Awareness: No more manual context feeding. Agents explore your codebase and logs autonomously. + - Task Orchestration: Complex tasks (like "Refactor this module and update tests") are broken down and handled by specialized sub-agents. + - Human-in-the-loop: You stay in control with a transparent tool-call approval system. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + Added + - Added Kimi K3 model support with parameter carry toggles and quota display for Kimi provider. + - Enhanced CodeGraph RPC daemon with code visualization, indexing UI, and worker runtime support. + - Enhanced canvas assistant with local tool loop, draggable panel, context chips, and per-project session persistence. + Changed + - Refactored SSH module with complete lifecycle rewrite (connection handling, IPC handlers, terminal components, and store management). + - Removed legacy sidecar module and cleaned up unused email-drafter and post-to-x skills. + - Enhanced MessagePack IPC serialization and shared type definitions for improved data fidelity. + - Improved renderer stores, tools, settings UI, and internationalization across multiple components. + - Updated native worker with CodeGraph executor and enhanced tool support. + - Refined sidecar management and file handling in main IPC layer. + Fixed + - Improved SSH terminal session management and JSON parsing robustness. +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.2.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.2.1/AIDotNet.OpenCowork.locale.zh-CN.yaml b/manifests/a/AIDotNet/OpenCowork/1.2.1/AIDotNet.OpenCowork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1b09942d8f9c7 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.2.1/AIDotNet.OpenCowork.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.2.1 +PackageLocale: zh-CN +ShortDescription: 开源桌面多智能体协作平台,为 AI 智能体赋予本地工具、并行团队协作及无缝办公集成能力。 +Description: |- + 传统的 LLM 界面往往是“环境孤岛”。开发者通常需要花费 50% 的时间在聊天窗口和 IDE 之间手动复制粘贴代码、终端日志和文件内容。 + OpenCowork 通过以下方式解决这一问题: + - 本地代理能力:智能体可以在您的许可下直接读写文件并执行 Shell 命令。 + - 上下文感知:无需再手动喂数据。智能体会自主探索您的代码库和日志。 + - 任务编排:复杂的任务(如“重构此模块并更新测试”)会被拆解并由专门的子智能体处理。 + - 人在回路:通过透明的工具调用审批系统,您始终拥有最终控制权。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.2.1 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/150.0.7871.125/Google.Chrome.yaml b/manifests/a/AIDotNet/OpenCowork/1.2.1/AIDotNet.OpenCowork.yaml similarity index 75% rename from manifests/g/Google/Chrome/150.0.7871.125/Google.Chrome.yaml rename to manifests/a/AIDotNet/OpenCowork/1.2.1/AIDotNet.OpenCowork.yaml index 16a07622958eb..7487decc7051c 100644 --- a/manifests/g/Google/Chrome/150.0.7871.125/Google.Chrome.yaml +++ b/manifests/a/AIDotNet/OpenCowork/1.2.1/AIDotNet.OpenCowork.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: Google.Chrome -PackageVersion: 150.0.7871.125 +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.2.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/AlekseyHoffman/SigmaFileManager/2.2.0/AlekseyHoffman.SigmaFileManager.installer.yaml b/manifests/a/AlekseyHoffman/SigmaFileManager/2.2.0/AlekseyHoffman.SigmaFileManager.installer.yaml new file mode 100644 index 0000000000000..209589bfc3eef --- /dev/null +++ b/manifests/a/AlekseyHoffman/SigmaFileManager/2.2.0/AlekseyHoffman.SigmaFileManager.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AlekseyHoffman.SigmaFileManager +PackageVersion: 2.2.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: Sigma File Manager +ReleaseDate: 2026-07-17 +AppsAndFeaturesEntries: +- Publisher: sigma-file-manager + ProductCode: Sigma File Manager +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Sigma File Manager' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/aleksey-hoffman/sigma-file-manager/releases/download/v2.2.0/Sigma-File-Manager-2.2.0-windows-setup.exe + InstallerSha256: 1DEB6A2672E5C98F3160F8B626AFB2AE178C37A8B42A543C73A30E75C467CEEB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AlekseyHoffman/SigmaFileManager/2.2.0/AlekseyHoffman.SigmaFileManager.locale.en-US.yaml b/manifests/a/AlekseyHoffman/SigmaFileManager/2.2.0/AlekseyHoffman.SigmaFileManager.locale.en-US.yaml new file mode 100644 index 0000000000000..235467e90d9b2 --- /dev/null +++ b/manifests/a/AlekseyHoffman/SigmaFileManager/2.2.0/AlekseyHoffman.SigmaFileManager.locale.en-US.yaml @@ -0,0 +1,149 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AlekseyHoffman.SigmaFileManager +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: AlekseyHoffman +PublisherUrl: https://github.com/aleksey-hoffman +PublisherSupportUrl: https://github.com/aleksey-hoffman/sigma-file-manager/issues +PackageName: Sigma File Manager +PackageUrl: https://github.com/aleksey-hoffman/sigma-file-manager +License: GNU GPL v3 or later +LicenseUrl: https://github.com/aleksey-hoffman/sigma-file-manager/blob/HEAD/LICENSE.md +ShortDescription: Free, open-source, quickly evolving, modern file manager (explorer / browser) app for Windows and Linux. +Moniker: sfm +Tags: +- app +- file-browser +- file-manager +- filemanager +- modern-applications +- open-source +- rust +- tauri +- tauri-app +- vue +ReleaseNotes: |- + v2-2-0-announcement-main-wide + Download + See the assets section below to download the installer for your platform. + Release Notes + Summary: System clipboard integration with other apps, box selection, linked split view, link handling, password-protected ZIP archives, native Properties on Windows, extension API expansions, Hebrew language support, and navigator polish. + New Features + System Clipboard Integration + Copy and paste files, folders, and images between Sigma File Manager and other apps through the system clipboard. + - Cross-app file transfer: copy or cut items in SFM and paste them into apps like File Explorer, or paste paths and files copied from other apps into the navigator with Ctrl+V; + - Image paste: paste images copied from browsers and other apps directly into a folder; + - Conflict dialogs: when pasted items already exist, choose Rename or Merge, and resolve individual file conflicts with Replace, Skip, Keep both, or Apply to all; + - Clipboard toolbar: optional toolbar preview for images and file paths copied in other apps; + Toolbar visibility can be controlled in Settings > UI appearance > Clipboard. Paste with Ctrl+V still works when the toolbar is hidden. + Box Selection + Drag on empty space in the navigator to select multiple items with a selection box. + - Modifiers: hold Ctrl or Shift to add to the current selection; hold Alt to invert; + - Easier targeting: optionally increase list padding and grid gaps for more room to start a drag; + Enable in Settings > General > File view > Enable box selection. + Linked Split View + New Linked split view mode for a simpler column-style workflow: clicking a folder in the first pane shows that folder's contents in the second pane. + The existing independent Split mode is unchanged. Choose the mode from the navigator options menu under Split view mode, or toggle split view with Ctrl+S. + Link Handling + Create and inspect filesystem links from the navigator. + - Create link: create symbolic links, shortcuts, hard links, and junctions from the context menu (Create link); + - Link columns: optional list columns for Kind, Links, Link target, and Link status (Valid, Broken, Unknown, Unsupported); + - Open behavior: directory shortcuts and symlink folders navigate to their targets; other link targets open with the default app; + Native Properties Window + On Windows, open the native system Properties dialog for selected items from the context menu, actions menu, Alt+Enter, or Alt + double-click. + List View Column Resizing And Reordering + List view columns can be resized and reordered to match how you work. + - Resize: drag column edges to change widths; + - Reorder and visibility: manage order and visibility from the list header Columns popover; + - Width options: Fill available width and Set minimum widths; + Root Locations Address + A root Locations address lists drives and virtual locations for faster switching. + - Address bar: go up from a drive root or open Locations from the address bar / address editor; + - Favorites and tags: Locations can be added to favorites and tagged like other directories; + - Split view: especially useful for switching drives between panes without leaving the navigator; + Extensions + Extension APIs And Views + Extensions gain more host capabilities and UI building blocks. + - Local binaries: configure extension dependencies with auto setup or manually chosen local binaries (Extensions > Dependencies); + - HTTP requests: extensions can make HTTP requests to hosts allowed by their manifest; + - View control: extensions can apply navigator layout and sorting preferences (with the view permission); + - Clipboard API: extensions can read and write the clipboard (with permission); + - List-detail view: new extension UI pattern with a searchable list and a detail pane; + New Settings + - Enable box selection: drag empty space to multi-select (Settings > General > File view > Enable box selection); + - Increase file view gaps: add list padding and larger grid gaps for easier targeting (Settings > General > File view > Increase file view gaps); + - Keep Quick View window in memory: keep Quick View loaded so it opens instantly (uses about 200 MB) (Settings > General > Performance > Keep Quick View window in memory); + - Keep Print window in memory: keep the Print window loaded so it opens instantly (uses about 200 MB) (Settings > General > Performance > Keep Print window in memory); + - Clipboard toolbar for external images: show the clipboard toolbar for images copied in other apps (Settings > UI appearance > Clipboard); + - Clipboard toolbar for external paths: show the clipboard toolbar for file paths copied in other apps (Settings > UI appearance > Clipboard); + - Dynamic info panel size: let the info panel size adapt, or turn this off by resizing manually (Settings > UI appearance > Info panel > Dynamic info panel size); + - Show full-size image in info panel preview: show full-resolution images in the info panel (Settings > UI appearance > Info panel > Show full-size image in info panel preview); + - Mute video preview by default: mute info panel video previews while browsing (Settings > UI appearance > Info panel > Mute video preview by default); + - Automatically play video previews: autoplay videos in the info panel when selected (Settings > UI appearance > Info panel > Automatically play video previews); + New Shortcuts + - Native Properties (Alt+Enter): open the native Properties window for selected items on Windows; + New Languages + - Hebrew (עברית): full translation with right-to-left layout support (Settings > General > Language); + UX Improvements + Archive Extraction + ZIP extraction now supports encrypted archives and non-UTF-8 file names. + - Password-protected ZIP: enter an archive password when extraction requires it; + - File name encoding: choose encoding in Archive extraction options, with auto-detect preferred and grouped regional encodings as fallbacks; + Grid Sorting + Grid layout now has its own sort controls in the navigator options menu. + - Sort by: Name, Items, Size, Modified, Created, Tags, Kind, Links, and Link status; + - Direction: ascending or descending, stored separately from list-view sorting; + Shell Extensions + The context menu can load modern shell extension actions registered by other apps under Shell extensions. + Session Memory + Scroll positions and active tabs are restored when you switch away from a page or pane and come back during the same session. + Navigator Performance + Browsing large folders and media is faster and uses less memory. + - Cold loading: faster first load when opening directories; + - Icon loading: custom and system icons appear with less delay; + - List scrolling: smoother list scrolling in large directories; + - Media previews: image, GIF, and video previews are more responsive and use less memory; + - Indexing: more stable global search indexing; + Home Page And Context Menus + - Disconnect: disconnect network or removable mounts from the context menu when supported; + - Close all duplicates: tab menu Close all duplicates now closes every duplicate path in the workspace, not only duplicates of the current tab; + - Right-click clear: right-clicking empty navigator background clears the current selection before opening the background menu; + - Home actions: home page context menus close after action clicks, Open in new tab opens the navigator, and new tabs scroll into view; + - Window drag region: on Linux-style title bars, the drag region extends across toolbar buttons for easier window moving; + UI Improvements + - Active pane indicator: clearer active pane marker in the status bar when split view is on; + - Resizable info panel: drag to resize the info panel width and the preview/details split; + - Compact info panel: denser property layout in the info panel; + - Context menu actions: Edit card is shown as an action button, with smaller action buttons overall; + - Navigator styling: improved adaptive layout, tab active-state styles in split view, and command palette extension view design; + - RTL layout: cleaner alignment for right-to-left languages; + Bug Fixes + - Type-to-search: fixed quick search not activating on non-Latin keyboard layouts; + - Directory loading: fixed entries reordering after a directory finishes loading; + - Custom icons: fixed custom icons loading with a noticeable delay; + - Grid cards: fixed grid layout cards changing size while loading; + - Grid scrollbar: fixed the grid scrollbar hiding behind sticky headers; + - Quick selection: fixed quick file selection sometimes opening the file; + - Terminal shortcut: fixed Alt+T opening a terminal for the current directory instead of the selected entry; + - Open files: fixed opened files launching from the wrong working directory; + - SMB shares: fixed inability to open files on SMB shares; + - WSL paths: fixed WSL host UNC path handling on Windows, including //wsl.localhost as a virtual distro list; + - Default file manager: fixed setting the default file manager in Microsoft Store builds; + - AppImage (Linux): fixed Could not create default EGL display: EGL_BAD_PARAMETER; + - Extension install (Linux): fixed install failures for multi-file dist extensions; + - Extension details: fixed overview page alignment styles; + - Device wake: fixed the app getting stuck in a loading state after device wake-up; + - Update notifications: fixed update notifications appearing for unreleased versions; + - RTL: fixed right-to-left layout issues; + - Translations: fixed missing and incorrect translation strings; + See more details in CHANGELOG + Support + Consider supporting my work on Patreon (monthly, with rewards): +ReleaseNotesUrl: https://github.com/aleksey-hoffman/sigma-file-manager/releases/tag/v2.2.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/aleksey-hoffman/sigma-file-manager/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AlekseyHoffman/SigmaFileManager/2.2.0/AlekseyHoffman.SigmaFileManager.yaml b/manifests/a/AlekseyHoffman/SigmaFileManager/2.2.0/AlekseyHoffman.SigmaFileManager.yaml new file mode 100644 index 0000000000000..9af4a140a6e52 --- /dev/null +++ b/manifests/a/AlekseyHoffman/SigmaFileManager/2.2.0/AlekseyHoffman.SigmaFileManager.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AlekseyHoffman.SigmaFileManager +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml b/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml index 7482088a2f1af..beacbe060440a 100644 --- a/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml +++ b/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml @@ -145,10 +145,10 @@ FileExtensions: - yml - zsh ProductCode: '{943D6004-554E-4B49-A1D5-52F999A1B3C9}_is1' -ReleaseDate: 2026-07-15 +ReleaseDate: 2026-07-17 Installers: - Architecture: x64 - InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/1.14.1/QoderUserSetup-x64.exe - InstallerSha256: 33F6BABC402C9A2959A2EC304CEBEE8D54E428B5653F8D3B5BE9AE290671F7B0 + InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/1.15.1/QoderUserSetup-x64.exe + InstallerSha256: F9D4459345059779B9707AB44926D35C42ACC7060BB96D1FD1D69B2DD9A25FEC ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/Kiro/1.0.165/Amazon.Kiro.installer.yaml b/manifests/a/Amazon/Kiro/1.0.165/Amazon.Kiro.installer.yaml index ce0ae7b7368d3..60e4ee7aa9b73 100644 --- a/manifests/a/Amazon/Kiro/1.0.165/Amazon.Kiro.installer.yaml +++ b/manifests/a/Amazon/Kiro/1.0.165/Amazon.Kiro.installer.yaml @@ -152,7 +152,6 @@ FileExtensions: - yml - zsh ProductCode: '{A2CA08B5-C756-463E-B13D-F051F4F11F0B}_is1' -ReleaseDate: 2026-07-17 InstallationMetadata: DefaultInstallLocation: '%LocalAppData%\Programs\Kiro' Installers: diff --git a/manifests/a/Amazon/Kiro/1.0.165/Amazon.Kiro.locale.en-US.yaml b/manifests/a/Amazon/Kiro/1.0.165/Amazon.Kiro.locale.en-US.yaml index e278209539d7a..5a4b8a6680c63 100644 --- a/manifests/a/Amazon/Kiro/1.0.165/Amazon.Kiro.locale.en-US.yaml +++ b/manifests/a/Amazon/Kiro/1.0.165/Amazon.Kiro.locale.en-US.yaml @@ -25,28 +25,7 @@ Tags: - editing - editor - programming -ReleaseNotes: |- - Faster Sessions, Compaction Fixes, and PowerShell Trust - Note: To get the latest 1.0.x release, download it directly from kiro.dev/downloads. Auto-updates are being rolled out gradually to users. - This release delivers faster session startup, fixes the compaction loop that caused repeated Context limit exceeded errors on large sessions, and adds full PowerShell trust support on Windows. MCP tools now also recover from transient network failures instead of failing silently. - Improvements - - Faster session startup and shell commands: Permission checks are now significantly faster, especially for sessions with many saved trust rules. Sessions start quicker and each shell command runs with less overhead before execution - - MCP tool resilience: MCP tools and profile lookups now recover gracefully from transient network failures. A brief connectivity interruption no longer permanently disables tools for the rest of the session - - PowerShell command trust: Always allow rules now work correctly for piped and compound PowerShell commands on Windows. Previously, PowerShell substitutions ($(...)) were opaque to the trust system and re-prompted indefinitely - - Per-agent hooks: Inline hooks declared on custom agent profiles now register and fire correctly. Previously they were silently dropped - - Copy Request IDs — A new Copy Request ID(s) option in the message copy menu lets you grab backend request IDs from any turn for support tickets - Fixes - - Fixed context compaction loop where summarization couldn't shrink sessions containing a single large turn, causing repeated Context limit exceeded errors - - Fixed the first user prompt steering the agent's behavior after context compaction, causing it to forget the current task and repeat early instructions - - Fixed supervised mode silently reverting accepted same-file edits when the agent made multiple edits to one file in a single turn - - Fixed agent hang when a sub-agent asks a free-form question with no predefined options, and added a text input UI so users can answer these questions - - Fixed older sessions failing every turn with a validation error after tool names changed between versions. These sessions now self-heal on load - - Fixed shell type detection on Windows defaulting to cmd even when running PowerShell, which prevented the PowerShell trust parser from being used - - Fixed Agent Focus context panel auto-opening for specs the session only read rather than authored - - Fixed the feedback form not rendering above the chat webview in Agent Focus mode - - Fixed the Settings pane in Agent Focus being kicked back to chat after a few seconds - - Fixed turns appearing blank when the model declines a request due to content policy. A clear refusal message now appears instead -ReleaseNotesUrl: https://kiro.dev/changelog/ide/1-0-138/ +ReleaseNotesUrl: https://kiro.dev/changelog/ide/ PurchaseUrl: https://kiro.dev/pricing/ Documentations: - DocumentLabel: Docs diff --git a/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.3/AnalyseDeCircuit.OxideTerm.installer.yaml b/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.3/AnalyseDeCircuit.OxideTerm.installer.yaml new file mode 100644 index 0000000000000..46081d8e5faab --- /dev/null +++ b/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.3/AnalyseDeCircuit.OxideTerm.installer.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AnalyseDeCircuit.OxideTerm +PackageVersion: 2.0.3 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: OxideTerm +ReleaseDate: 2026-07-17 +AppsAndFeaturesEntries: +- ProductCode: OxideTerm +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\OxideTerm' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.3/OxideTerm_2.0.3_windows_x64-setup.exe + InstallerSha256: 36CB40562CA60B2096C072A1DCC79AE0A493F407313944800DADE6841D65B179 +- Architecture: arm64 + InstallerUrl: https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.3/OxideTerm_2.0.3_windows_arm64-setup.exe + InstallerSha256: F7FCF6DD59FCA27990A03747A78298EC241DD3381EE2A37FDA4CF237EE5EEC43 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.3/AnalyseDeCircuit.OxideTerm.locale.en-US.yaml b/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.3/AnalyseDeCircuit.OxideTerm.locale.en-US.yaml new file mode 100644 index 0000000000000..c7365869a00ef --- /dev/null +++ b/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.3/AnalyseDeCircuit.OxideTerm.locale.en-US.yaml @@ -0,0 +1,88 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AnalyseDeCircuit.OxideTerm +PackageVersion: 2.0.3 +PackageLocale: en-US +Publisher: AnalyseDeCircuit +PublisherUrl: https://github.com/AnalyseDeCircuit +PublisherSupportUrl: https://github.com/AnalyseDeCircuit/oxideterm/issues +Author: AnalyseDeCircuit +PackageName: OxideTerm +PackageUrl: https://github.com/AnalyseDeCircuit/oxideterm +License: GPL-3.0 +LicenseUrl: https://github.com/AnalyseDeCircuit/oxideterm/blob/HEAD/LICENSE +ShortDescription: Local-first SSH workspace for local shells and remote machines.Zero Electron, zero OpenSSL, zero telemetry, and no app subscription for core SSH workflows. +Tags: +- agent +- ai-terminal +- bring-your-own-key +- filemanager +- mcp +- rag +- russh +- rust +- sftp +- ssh-client +- tauri +- terminal +- terminal-emulator +- tool-calling +- wslg +- xterm-js +ReleaseNotes: |- + OxideTerm 2.0 + OxideTerm 2.0 is the stable, GPU-rendered desktop workspace for SSH, terminals, files, forwarding, host operations, remote desktop, and OxideSens AI. + Use this channel for daily work. It includes the desktop app, signed update metadata, and the recommended update path for most users. + Download for your system + ────────────────┬─────────────────────────────────┬───────────────────────────────── + Operating system│x64 │ARM64 + ────────────────┼─────────────────────────────────┼───────────────────────────────── + Windows │Setup (.exe) │Setup (.exe) + ────────────────┼─────────────────────────────────┼───────────────────────────────── + macOS │DMG (Intel) │DMG (Apple Silicon) + ────────────────┼─────────────────────────────────┼───────────────────────────────── + Linux │AppImage · DEB · RPM │AppImage · DEB · RPM + ────────────────┴─────────────────────────────────┴───────────────────────────────── + Portable archives, signatures, and sha256sums.txt remain available in the release assets below. + What This Release Is + - The stable OxideTerm 2.0 desktop build. + - Intended for daily SSH, SFTP, terminal, port forwarding, remote desktop, serial, file, and OxideSens workflows. + - Published with updater metadata for the stable channel. + - Suitable for users who do not want preview-channel churn. + 2.0.3 + OxideTerm 2.0.3 improves terminal input compatibility, remote directory awareness, + Linux desktop integration, and interface scaling across the native workspace. + Highlights + - Added user-controlled remote Shell integration for exact SSH working-directory awareness, with inspectable hook files, ask/always/disabled deployment policies, and explicit install, repair, and removal actions. + - Added an application-wide UI font-size setting and a temporary on-screen indicator when terminal font-size shortcuts are used. + - Added a terminal link activation preference that requires Ctrl + click by default on Linux and Windows, or Command + click on macOS, while retaining direct-click activation as an option. + Fixes + - Restored Ctrl + Insert and Shift + Insert clipboard shortcuts in terminal panes. + - Fixed Linux window identification so the running application matches the stable desktop entry in Ubuntu Dock and other desktop shells. + - Fixed terminal mouse hit testing during fractional smooth scrolling so selections and command blocks align with the painted rows. + - Kept terminal-grid completion owned by the active Shell or TUI application by limiting OxideTerm ghost text to privilege prompts. + - Prevented edited saved connections and jump-host routes from reusing stale SSH nodes that point to an earlier endpoint. + Installation Tips / 安装提示 + macOS + Downloaded .dmg files may be quarantined by Gatekeeper. Run in Terminal: + xattr -cr ~/Downloads/OxideTerm_*.dmg + # or after install / 或安装后 + xattr -cr /Applications/OxideTerm.app + Windows + If SmartScreen warns, click More info -> Run anyway. + 若 SmartScreen 弹出警告,点击 更多信息 -> 仍要运行。 + Linux + # AppImage + chmod +x OxideTerm_*_linux_*.AppImage && ./OxideTerm_*_linux_*.AppImage + # Debian/Ubuntu + sudo dpkg -i OxideTerm_*_linux_*.deb && sudo apt-get install -f + # Fedora/RHEL-compatible systems + sudo dnf install ./OxideTerm_*_linux_*.rpm + Links + - Documentation: https://oxideterm.app + - GitHub Issues: https://github.com/AnalyseDeCircuit/oxideterm/issues + - Changelog: https://github.com/AnalyseDeCircuit/oxideterm/blob/main/.github/release-notes/stable-changelog.md +ReleaseNotesUrl: https://github.com/AnalyseDeCircuit/oxideterm/releases/tag/v2.0.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.3/AnalyseDeCircuit.OxideTerm.yaml b/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.3/AnalyseDeCircuit.OxideTerm.yaml new file mode 100644 index 0000000000000..036fac1b51b6b --- /dev/null +++ b/manifests/a/AnalyseDeCircuit/OxideTerm/2.0.3/AnalyseDeCircuit.OxideTerm.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AnalyseDeCircuit.OxideTerm +PackageVersion: 2.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AuraMarker/Lattics/4.0.0/AuraMarker.Lattics.installer.yaml b/manifests/a/AuraMarker/Lattics/4.0.0/AuraMarker.Lattics.installer.yaml new file mode 100644 index 0000000000000..45bb29e938664 --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/4.0.0/AuraMarker.Lattics.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 4.0.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 4f8bf0ca-03d4-5fd8-b740-20148a6f9cd9 +ReleaseDate: 2026-07-17 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://releases.zine.la/lattics/win/Lattics_win_installer_x64_4.0.0.exe + InstallerSha256: 5E967EA749EEEB9171E202D3686563FC0A606BD4FD0B9C10CFA3C9F98E134CA6 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://releases.zine.la/lattics/win/Lattics_win_installer_x64_4.0.0.exe + InstallerSha256: 5E967EA749EEEB9171E202D3686563FC0A606BD4FD0B9C10CFA3C9F98E134CA6 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AuraMarker/Lattics/4.0.0/AuraMarker.Lattics.locale.en-US.yaml b/manifests/a/AuraMarker/Lattics/4.0.0/AuraMarker.Lattics.locale.en-US.yaml new file mode 100644 index 0000000000000..f39a4a4522ce4 --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/4.0.0/AuraMarker.Lattics.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.12.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 4.0.0 +PackageLocale: en-US +Publisher: AuraMarker +PublisherUrl: https://auramarker.com/ +PublisherSupportUrl: https://discordapp.com/invite/lattics +PrivacyUrl: https://lattics.com/privacy-policy +Author: Aura Marker Studio Co., Ltd. +PackageName: Lattics +PackageUrl: https://lattics.com/ +License: Proprietary +LicenseUrl: https://lattics.com/terms_of_service +Copyright: © 2026 Aura Marker Studio Co., Ltd. All Rights Reserved. +ShortDescription: '"Brain-like" Knowledge Management Notes' +Tags: +- backlink +- bi-directional-link +- block +- docs +- document +- editor +- graph +- knowledge +- knowledge-base +- markdown +- mind-map +- mindmap +- notes +- outliner +- pkm +- reference +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://helps.auramarker.com/en/lattics/backup_and_sync +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AuraMarker/Lattics/4.0.0/AuraMarker.Lattics.locale.zh-CN.yaml b/manifests/a/AuraMarker/Lattics/4.0.0/AuraMarker.Lattics.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1f8e1ee2e0913 --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/4.0.0/AuraMarker.Lattics.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 4.0.0 +PackageLocale: zh-CN +Publisher: AuraMarker +PublisherUrl: https://auramarker.com/ +PrivacyUrl: https://lattics.com/zh-CN/privacy-policy +Author: 深圳市欧若马可科技有限公司 +PackageName: Lattics +PackageUrl: https://lattics.com/zh-CN +License: 专有软件 +LicenseUrl: https://lattics.com/zh-CN/terms_of_service +Copyright: © 2026 Aura Marker Studio Co., Ltd. All Rights Reserved. +ShortDescription: 「类脑式」知识管理笔记与写作 +Tags: +- markdown +- 个人知识管理 +- 内容块 +- 双向链接 +- 反向链接 +- 图谱 +- 大纲 +- 引用 +- 思维导图 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +- 脑图 +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://helps.auramarker.com/lattics/backup_and_sync +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AuraMarker/Lattics/4.0.0/AuraMarker.Lattics.yaml b/manifests/a/AuraMarker/Lattics/4.0.0/AuraMarker.Lattics.yaml new file mode 100644 index 0000000000000..e123e5d57790b --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/4.0.0/AuraMarker.Lattics.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 4.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/aandrew-me/ytDownloader/3.22.0/aandrew-me.ytDownloader.installer.yaml b/manifests/a/aandrew-me/ytDownloader/3.22.0/aandrew-me.ytDownloader.installer.yaml new file mode 100644 index 0000000000000..ddd7dbf0acbe7 --- /dev/null +++ b/manifests/a/aandrew-me/ytDownloader/3.22.0/aandrew-me.ytDownloader.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: aandrew-me.ytDownloader +PackageVersion: 3.22.0 +InstallerLocale: en-US +InstallerType: wix +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{11ADDF7B-489F-434C-B868-DBE9AAC458AF}' +ReleaseDate: 2026-07-17 +AppsAndFeaturesEntries: +- ProductCode: '{11ADDF7B-489F-434C-B868-DBE9AAC458AF}' + UpgradeCode: '{C176C42C-79FF-520D-92A5-BAFDB20B1222}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\ytdownloader' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aandrew-me/ytDownloader/releases/download/v3.22.0/YTDownloader_Win.msi + InstallerSha256: 2FD28DC2F42FA7EFF9F10884F59DE7C1D54F81960267FCFDC1085BCB828737D8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/aandrew-me/ytDownloader/3.22.0/aandrew-me.ytDownloader.locale.en-US.yaml b/manifests/a/aandrew-me/ytDownloader/3.22.0/aandrew-me.ytDownloader.locale.en-US.yaml new file mode 100644 index 0000000000000..db552da0e666c --- /dev/null +++ b/manifests/a/aandrew-me/ytDownloader/3.22.0/aandrew-me.ytDownloader.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: aandrew-me.ytDownloader +PackageVersion: 3.22.0 +PackageLocale: en-US +Publisher: Andrew +PublisherUrl: https://aandrew.netlify.app/ +PublisherSupportUrl: https://github.com/aandrew-me/ytDownloader/issues +Author: aandrew-me +PackageName: YTDownloader +PackageUrl: https://github.com/aandrew-me/ytDownloader +License: GPL-3.0 +LicenseUrl: https://github.com/aandrew-me/ytDownloader/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/aandrew-me/ytDownloader/blob/main/LICENSE +ShortDescription: A modern GUI App for downloading Videos and Audios from hundreds of sites +Description: ytDownloader lets you download Videos and Extract Audios of different formats from hundreds of sites including but not limited to Youtube, Facebook, Tiktok, Twitch, Twitter, Instagram and so on +Moniker: ytdownloader +Tags: +- appimage +- downloader +- electron +- electron-app +- flatpak +- javascript +- linux +- linux-app +- nodejs +- snap +- ubuntu +- video +- windows +- youtube +- youtube-downloader +- ytdownloader +ReleaseNotes: |- + Changelog + - Improved format listing UI + - Redesigned Preferences page + - Added Youtube Search feature #451 + - Added output template support for video/audio files + - Added URL validation to prevent XSS attacks #442 + - Added automatic system proxy detection + - Playlist improvements: Improved UI of download items, added cancel button + - Minor bug fixes + - App is now available on Microsoft Store - https://apps.microsoft.com/detail/9pm2p40txw2s +ReleaseNotesUrl: https://github.com/aandrew-me/ytDownloader/releases/tag/v3.22.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/aandrew-me/ytDownloader/3.22.0/aandrew-me.ytDownloader.yaml b/manifests/a/aandrew-me/ytDownloader/3.22.0/aandrew-me.ytDownloader.yaml new file mode 100644 index 0000000000000..a51efea7049f6 --- /dev/null +++ b/manifests/a/aandrew-me/ytDownloader/3.22.0/aandrew-me.ytDownloader.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: aandrew-me.ytDownloader +PackageVersion: 3.22.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/abgox/InputTip/3.6.11/abgox.InputTip.installer.yaml b/manifests/a/abgox/InputTip/3.6.11/abgox.InputTip.installer.yaml new file mode 100644 index 0000000000000..aa83ffde12415 --- /dev/null +++ b/manifests/a/abgox/InputTip/3.6.11/abgox.InputTip.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 3.6.11 +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-07-17 +InstallerType: portable +Installers: + # From GitHub repository + - Architecture: x64 + InstallerUrl: https://github.com/abgox/InputTip/releases/download/v3.6.11/InputTip.exe + InstallerSha256: bfcdf032b89d9eb098431b3b9ea0b427802970791a69f637df343cd67eb098e3 + # From Gitee repository + - Architecture: x64 + InstallerUrl: https://gitee.com/abgox/InputTip/releases/download/v3.6.11/InputTip.exe + InstallerSha256: bfcdf032b89d9eb098431b3b9ea0b427802970791a69f637df343cd67eb098e3 + InstallerLocale: zh-CN +ManifestType: installer +ManifestVersion: 1.12.0 + diff --git a/manifests/a/abgox/InputTip/3.6.11/abgox.InputTip.locale.en-US.yaml b/manifests/a/abgox/InputTip/3.6.11/abgox.InputTip.locale.en-US.yaml new file mode 100644 index 0000000000000..588adef4d8809 --- /dev/null +++ b/manifests/a/abgox/InputTip/3.6.11/abgox.InputTip.locale.en-US.yaml @@ -0,0 +1,48 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 3.6.11 +PackageLocale: en-US +Publisher: abgox +PublisherUrl: https://abgox.com +PublisherSupportUrl: https://inputtip.abgox.com/docs/issues +Author: abgox +PackageName: InputTip +PackageUrl: https://inputtip.abgox.com/ +License: AGPL-3.0-only +LicenseUrl: https://github.com/abgox/InputTip/blob/main/LICENSE +Copyright: Copyright (c) 2023-present abgox +CopyrightUrl: https://github.com/abgox/InputTip/blob/main/LICENSE +ShortDescription: Rule-driven Input Method Status Manager · Instant · Powerful · Productive +Description: | + An instant, powerful, and productive rule-driven input method status manager. + 1. Status Tip: Out-of-the-box support for Chinese, English, Japanese, Korean, and CapsLock, leveraging multiple highly customizable visual schemes such as Mouse Cursor, Overlay Popup, Caret Symbol, Mouse Symbol, and Window Border. + 2. Rule Scheduling: Integrates window/hotkey rules with text/hotkey monitoring to continuously evaluate active contexts, precisely executing defined action workflows—such as status switching, keyboard layout switching, dynamic hotkey registration, and window pinning—upon matching predefined rules. + Written in AutoHotkey, it guarantees instant responsiveness without capturing window focus, delivering a fully automated, friction-free typing experience for multilingual power users. +Tags: + - input-method + - ime-status + - status-indicator + - status-tip + - status-switching + - keyboard-switch + - keyboard-layout + - language-switch + - cjk-input + - caret-tip + - mouse-cursor + - caps-lock + - capitalization + - productivity + - autohotkey +ReleaseNotesUrl: https://github.com/abgox/InputTip/releases/tag/v3.6.11 +Documentations: + - DocumentLabel: Documentation + DocumentUrl: https://inputtip.abgox.com/docs/ + - DocumentLabel: README (GitHub) + DocumentUrl: https://github.com/abgox/InputTip/blob/main/README.md + - DocumentLabel: README (Gitee) + DocumentUrl: https://gitee.com/abgox/InputTip/blob/main/README.md +ManifestType: locale +ManifestVersion: 1.12.0 + diff --git a/manifests/a/abgox/InputTip/3.6.11/abgox.InputTip.locale.zh-CN.yaml b/manifests/a/abgox/InputTip/3.6.11/abgox.InputTip.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1cabfc69957dc --- /dev/null +++ b/manifests/a/abgox/InputTip/3.6.11/abgox.InputTip.locale.zh-CN.yaml @@ -0,0 +1,48 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 3.6.11 +PackageLocale: zh-CN +Publisher: abgox +PublisherUrl: https://abgox.com +PublisherSupportUrl: https://inputtip.abgox.com/docs/issues +Author: abgox +PackageName: InputTip +PackageUrl: https://inputtip.abgox.com/ +License: AGPL-3.0-only +LicenseUrl: https://gitee.com/abgox/InputTip/blob/main/LICENSE +Copyright: Copyright (c) 2023-present abgox +CopyrightUrl: https://gitee.com/abgox/InputTip/blob/main/LICENSE +ShortDescription: 规则驱动的输入法状态管理器 · 即时 · 强大 · 高效 +Description: | + 一个即时、强大、高效的,规则驱动的输入法状态管理器。 + 1. 状态提示:支持中、英、日、韩及大写锁定,提供鼠标样式、悬浮小窗、光标符号、鼠标符号、窗口边框等多种高度可定制的视觉方案。 + 2. 规则调度:集成窗口/热键规则与文本/热键监控,持续检测当前窗口和热键上下文,命中预设规则后精准执行特定的行为调度,如状态切换、键盘切换、热键动态注册、窗口置顶等。 + 软件使用 AutoHotkey 编写,响应即时且不抢占焦点,为多语言开发者与文字工作者打造全自动、零干扰的纯净输入体验。 +Tags: + - 输入法 + - 输入法状态 + - 状态提示 + - 状态指示器 + - 状态切换 + - 键盘切换 + - 键盘布局 + - 中英文切换 + - 日韩输入法 + - 光标提示 + - 鼠标指针 + - 大写锁定 + - caps-lock + - 效率工具 + - autohotkey +ReleaseNotesUrl: https://gitee.com/abgox/InputTip/releases/tag/v3.6.11 +Documentations: + - DocumentLabel: 文档 + DocumentUrl: https://inputtip.abgox.com/docs/ + - DocumentLabel: README (GitHub) + DocumentUrl: https://github.com/abgox/InputTip/blob/main/README.md + - DocumentLabel: README (Gitee) + DocumentUrl: https://gitee.com/abgox/InputTip/blob/main/README.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 + diff --git a/manifests/a/abgox/InputTip/3.6.11/abgox.InputTip.yaml b/manifests/a/abgox/InputTip/3.6.11/abgox.InputTip.yaml new file mode 100644 index 0000000000000..f9a3e041e60a3 --- /dev/null +++ b/manifests/a/abgox/InputTip/3.6.11/abgox.InputTip.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 3.6.11 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 + diff --git a/manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.02/BenjaminLarsson.Rtl_433.MSVC.locale.en-US.yaml b/manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.02/BenjaminLarsson.Rtl_433.MSVC.locale.en-US.yaml deleted file mode 100644 index 0956473f4e2cb..0000000000000 --- a/manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.02/BenjaminLarsson.Rtl_433.MSVC.locale.en-US.yaml +++ /dev/null @@ -1,60 +0,0 @@ -# Created with komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: BenjaminLarsson.Rtl_433.MSVC -PackageVersion: '25.02' -PackageLocale: en-US -Publisher: Benjamin Larsson -PublisherUrl: https://github.com/merbanan -PublisherSupportUrl: https://github.com/merbanan/rtl_433/issues -Author: Benjamin Larsson -PackageName: Rtl_433 MSVC -PackageUrl: https://github.com/merbanan/rtl_433 -License: GPL-2.0 -LicenseUrl: https://github.com/merbanan/rtl_433/blob/master/COPYING -Copyright: Copyright © Benjamin Larsson -CopyrightUrl: https://github.com/merbanan/rtl_433/blob/master/COPYING -ShortDescription: Program to decode radio transmissions from devices on the ISM bands (and other frequencies) -Description: rtl_433 (despite the name) is a generic data receiver, mainly for the 433.92 MHz, 868 MHz (SRD), 315 MHz, 345 MHz, and 915 MHz ISM bands. -Moniker: rtl_433_msvc -Tags: -- 433mhz -- rf -- rtl-sdr -- sdr -- sensors -- signal-processing -ReleaseNotes: |- - Breaking Changes - - Changed state key value to ON/OFF, BREAKING CHANGE for Waveman-Switch (#2946) - Highlights - - Added support for General Motors TPMS (#3191) - - Added Globe Thermometer for 8-in-1 sensor to Bresser-7in1 (#3193) - - Added rain start detection feature for WS90 sensor (#3183) - - Added id key to IDM and NETIDM (#3164) - - Added decoder conf for Hormann remotes (#3162) - - Added client cert option to HA script (#3160) - - Added support for Revolt ZX-7717 power meter (#3125) - - Added support for Gridstream RF protocol from Landis & Gyr meters (#2616) - - Added decoder conf for Rako wireless lighting controls (#3124) - - Added support for Quinetic Switches and Sensors (#3098) - - Added support for DeltaDore X3D (#1911) - - Fixed Prometheus exposition format for metrics endpoint (#3107) - - Added support for Bresser/Explore Scientific ST1005H (#3092) - - Improved HA script to round battery level display (#3100) - - Fixed M-Bus Mode C Format B for wmbusmeters (#3091) - - Added support for Thermopro TP828B Meat Thermometers 2 probes (#3085) - - Added support for Arexx TL-3TSN, TSN-33MN and similar sensors (#3076) - - Improved decoder conf qx-30x to support multiple switches and multi-gang versions (#3008) - Changed - - Changed LandisGyr-GS location output (#3185) - - Changed Rubicson, Nexus, Solight-TE44, Baldr-Rain priority (#3175) - - Added energy msg to Revolt-ZX7717 - - Added broadcast flag for syslog output (#3171) - - Fixed argument handling in sigrok file generation (#3161) - - Fixed MQTT reconnect timer (closes #3145) - - Added reconnect throttling to Influx output (#3135) - - Added reconnect throttling to MQTT output (#3134) -ReleaseNotesUrl: https://github.com/merbanan/rtl_433/releases/tag/25.02 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.02/BenjaminLarsson.Rtl_433.MSVC.installer.yaml b/manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.12/BenjaminLarsson.Rtl_433.MSVC.installer.yaml similarity index 76% rename from manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.02/BenjaminLarsson.Rtl_433.MSVC.installer.yaml rename to manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.12/BenjaminLarsson.Rtl_433.MSVC.installer.yaml index 6d670658d695f..15ac7bcad6a74 100644 --- a/manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.02/BenjaminLarsson.Rtl_433.MSVC.installer.yaml +++ b/manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.12/BenjaminLarsson.Rtl_433.MSVC.installer.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: BenjaminLarsson.Rtl_433.MSVC -PackageVersion: '25.02' +PackageVersion: '25.12' InstallerType: zip NestedInstallerType: portable NestedInstallerFiles: @@ -24,11 +24,11 @@ UpgradeBehavior: uninstallPrevious Dependencies: PackageDependencies: - PackageIdentifier: ShiningLight.OpenSSL.Dev -ReleaseDate: 2025-02-19 +ReleaseDate: 2025-12-12 ArchiveBinariesDependOnPath: true Installers: - Architecture: x64 - InstallerUrl: https://github.com/merbanan/rtl_433/releases/download/25.02/rtl_433-win-msvc-x64-25.02.zip - InstallerSha256: A221ED97101A95ABF9CF869E1D8EF0FA77BE7D02C8ABC0807480AE7BC01E1C20 + InstallerUrl: https://github.com/merbanan/rtl_433/releases/download/25.12/rtl_433-win-msvc-x64-25.12.zip + InstallerSha256: 088A00AA5446C8F859346A93320FB2AE353B7689A1C53B4A5BB20DF0FF1C1151 ManifestType: installer -ManifestVersion: 1.12.0 +ManifestVersion: 1.10.0 diff --git a/manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.12/BenjaminLarsson.Rtl_433.MSVC.locale.en-US.yaml b/manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.12/BenjaminLarsson.Rtl_433.MSVC.locale.en-US.yaml new file mode 100644 index 0000000000000..f9e4ca5ad121c --- /dev/null +++ b/manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.12/BenjaminLarsson.Rtl_433.MSVC.locale.en-US.yaml @@ -0,0 +1,75 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: BenjaminLarsson.Rtl_433.MSVC +PackageVersion: '25.12' +PackageLocale: en-US +Publisher: Benjamin Larsson +PublisherUrl: https://github.com/merbanan +PublisherSupportUrl: https://github.com/merbanan/rtl_433/issues +Author: Benjamin Larsson +PackageName: Rtl_433 MSVC +PackageUrl: https://github.com/merbanan/rtl_433 +License: GPL-2.0 +LicenseUrl: https://github.com/merbanan/rtl_433/blob/master/COPYING +Copyright: Copyright © Benjamin Larsson +CopyrightUrl: https://github.com/merbanan/rtl_433/blob/master/COPYING +ShortDescription: Program to decode radio transmissions from devices on the ISM bands (and other frequencies) +Description: rtl_433 (despite the name) is a generic data receiver, mainly for the 433.92 MHz, 868 MHz (SRD), 315 MHz, 345 MHz, and 915 MHz ISM bands. +Moniker: rtl_433_msvc +Tags: +- 433mhz +- rf +- rtl-sdr +- sdr +- sensors +- signal-processing +ReleaseNotes: |- + Breaking Changes + - Changed all uv fields to uvi, BREAKING change to UV sensors (#3131) + - Removed Python 2.7 support (#3320) + Highlights + - Added support for GIF2020OCECNA to Orion-Endpoint (#3392) + - Added support for Voltcraft Energy Count 3000 (ec3k) (#3373) + - Added support for ORIA WA150KM freezer thermometer (#3143) + - Added support for Fine Offset Electronics WS85 weather station (#3354) + - Added support for UniFan-24V universal 24V fan controller (#3142) + - Added support for BM5-v2 battery monitor (#3126) + - Added support for Baldr-E0666TH Thermo-Hygrometer (#3360) + - Added support for more Interlogix-Security sensor types (#3361) + - Added support for Fine Offset WH43 air quality sensor (#3303) + - Added support for newer smoke alarms to Interlogix-Security (#3163) + - Added support for Orion Endpoint Badger water meter GIF2014W-OSE (#3374) + - Added support for TFA 30.3802.02 to LaCrosse-R3 (#3366) + - Added support for Maverick-XR50 BBQ meat thermometer (#3293) + - Added support for Homelead-HG9901 soil sensor (#3299) + - Added support for Nexus-Sauna (#3327) + - Added support for ThermoPro TX-7B Outdoor Thermometer Hygrometer (#3311) + - Added support for Oregon Scientific THGR228N (closes #3121) + - Added support for BMW GEN2 TPMS (#3302) + - Added support for Apator Metra E-RM 30 water meter (#3203) + - Added support for RainPoint HCS012ARF Rain Gauge sensor (#3240) + - Added support for Oregon Scientific V3 models (#3234) + - Changed dB estimate to display true RSSI (#3283) + - Added gap+pulse period distribution to analyzer (#3263) + - Added availability online/offline MQTT LWT option (#1547) + Changed + - Change Oil-SonicAdv depth to 12 bits (#3411) + - Added TX-Button to Oregon-THGR810 (closes #3413) + - Updated Windows cross-build to rtlsdr-2.0.2 (closes #3349) + - Updated AVE TPMS to battery_pct + - Fixed Visonic-Powercode decode on bad reception (#3340) + - Fixed overflow in rfraw test data parsing (closes #3375) + - Added decode_mc flex option + - Fixed unit_of_measurement for windspeed to mph in rtl_433_mqtt_hass.py (#3337) + - Fixed Steelmate pressure formula (#3209) + - Added demod state reset between input files (#3310) + - Fixed battery_ok in EcoWitt-WH40 (closes #3298) + - Added UCS vendor to LandisGyr-GS (#3280) + - Improve Truck TPMS decoder (#3272) + - Fixed HA script class for energy_kWh (closes #3255) + - Added Auriol HG11911 to list of supported devices (#3244) + - Fixed negative temperatures on RainPoint-Soil (#3212) +ReleaseNotesUrl: https://github.com/merbanan/rtl_433/releases/tag/25.12 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.12/BenjaminLarsson.Rtl_433.MSVC.yaml b/manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.12/BenjaminLarsson.Rtl_433.MSVC.yaml new file mode 100644 index 0000000000000..7e57d90f26dfb --- /dev/null +++ b/manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.12/BenjaminLarsson.Rtl_433.MSVC.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: BenjaminLarsson.Rtl_433.MSVC +PackageVersion: '25.12' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/Bluefish/Bluefish/2.4.2/Bluefish.Bluefish.installer.yaml b/manifests/b/Bluefish/Bluefish/2.4.2/Bluefish.Bluefish.installer.yaml new file mode 100644 index 0000000000000..48fb74d63f126 --- /dev/null +++ b/manifests/b/Bluefish/Bluefish/2.4.2/Bluefish.Bluefish.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Bluefish.Bluefish +PackageVersion: 2.4.2 +InstallerType: nullsoft +FileExtensions: +- bfproject +ReleaseDate: 2026-07-17 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Bluefish' + Files: + - RelativeFilePath: bluefish.exe + FileSha256: 60D7FED0A13B4F1E3EB0D1205A0DF82430759A8C4C87A6E2194D885D0A0F7995 +Installers: +- Architecture: x64 + InstallerUrl: https://www.bennewitz.com/bluefish/stable/binaries/windows_x64/Bluefish%202.4.2%20Setup.exe + InstallerSha256: DF6630B20ED85D13A65E4FD2C0D500EE8C93CE7DC75471FCE57D5AED427EFE67 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bluefish/Bluefish/2.4.2/Bluefish.Bluefish.locale.en-US.yaml b/manifests/b/Bluefish/Bluefish/2.4.2/Bluefish.Bluefish.locale.en-US.yaml new file mode 100644 index 0000000000000..6e9f4eb7c5256 --- /dev/null +++ b/manifests/b/Bluefish/Bluefish/2.4.2/Bluefish.Bluefish.locale.en-US.yaml @@ -0,0 +1,96 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Bluefish.Bluefish +PackageVersion: 2.4.2 +PackageLocale: en-US +Publisher: The Bluefish Developers +PublisherUrl: https://bluefish.openoffice.nl/ +PublisherSupportUrl: https://bluefish.openoffice.nl/development.html +PackageName: Bluefish +PackageUrl: https://bluefish.openoffice.nl/features.html +License: GPL-3.0 +LicenseUrl: https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/COPYING +Copyright: Copyright © 1998-2026 Olivier Sessink and others. +ShortDescription: Bluefish is a powerful editor targeted towards programmers and webdevelopers, with many options to write websites, scripts and programming code. +Description: |- + Bluefish is a powerful editor targeted towards programmers and webdevelopers, with many options to write websites, scripts and programming code. + Bluefish has many features, this list will give you an overview of the most important or outstanding features in Bluefish 2.2. Not all features are (yet) available on Windows or Mac OSX. + - Lightweight - Bluefish tries to be lean and clean, as far as possible given it is a GUI editor. + - Fast - Bluefish starts really quick (even on a netbook) and loads hundreds of files within seconds. + - Multiple document interface, easily opens 500+ documents (tested >10000 documents simultaneously) + - Project support, enables you to work efficiently on multiple projects, and automatically restores settings for each project. + - Multi-threaded support for remote files using gvfs, supporting FTP, SFTP, HTTP, HTTPS, WebDAV, CIFS and more + - Very powerful search and replace, with support for Perl Compatible regular expressions, sub-pattern replacing, and search and replace in files on disk. + - Open files recursively based on filename patterns and/or content patterns + - Snippets sidebar - specify custom dialogs, search and replace patterns or insert patterns and bind them to a shortkut key combination of your liking to speed up your development process + - Integrate external programs such as make, lint, weblint, xmllint, tidy, javac, or your own program or script to handle advanced text processing or error detection + - Integrate external filters of your liking, pipe your document (or just the current selected text) through sort, sed, awk or any custom script + - Unlimited undo/redo functionality + - In-line spell checker which is programing language aware (spell check comments and strings, but not code), requires libenchant during compilation + - Auto-recovery of changes in modified documents after a crash, kill or shutdown + - Character map of all unicode characters (requires libgucharmap during compilation) + - Site upload / download1 + - Full screen editing + - Many tools such as tabs to spaces, join lines, lines to columns, strip whitespace, etc. etc. + - Customizable programming language support: + - In-line reference information (move your mouse over a function name or tag name) for various programming languages + - Code block folding + - Highlighting matching block start and end markers (both brackets and tags) + - Auto-completion and auto-tag-closing for many programming languages, with reference information, and even for nested languages (e.g. css and javascript inside html code that is inside a php document) + with included language definition files for: + - Ada + - ASP .NET and VBS + - C/C++ + - CSS + - CFML + - Clojure + - D + - gettext PO + - Google Go + - HTML, XHTML and HTML5 + - Java and JSP + - JavaScript and jQuery + - Lua + - Octave/MATLAB + - MediaWiki + - NSIS + - Pascal + - Perl + - PHP + - Python + - R + - Ruby + - SASS + - Shell + - Scheme + - SQL + - SVG + - Vala + - Wordpress + - XML + - Multiple encodings support. Bluefish works internally with UTF8, but can save your documents in any desired encoding. + - Bookmarks functionality + - HTML toolbar and tearable menu's + - Dialogs and wizards for many HTML tags, with all their attributes + - Fully featured image insert dialog + - Thumbnail creation and automatically linking of the thumbnail with the original image, and multi-thumbnail creation + - User-customizable toolbar for quick access to often used functions + - ZenCoding support + - Compliance with the Gnome and KDE user interface guidelines where possible + - Translations into 17 languages - and more are coming for the next releases. + Bluefish is an open source development project, released under the GNU GPL licence. +Moniker: bluefish +Tags: +- code +- coding +- editing +- editor +- programming +ReleaseNotes: Bluefish 2.4.2 has a few new features and a few fixes. The most visible change is that Bluefish detects icon themes, and has built in icon themes for "Breeze" and "Breeze-dark". This is a big improvement for the visual integration of Bluefish on a KDE desktop. The most important fix is for a segfault that could occur if a filename on disk has a specific broken UTF-8 encoding. Some small improvements are reduced memory usage when working with 100+ files simultaneously, some translation improvements, and the author field is now configurable. +ReleaseNotesUrl: https://bluefish.openoffice.nl/ +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://bfwiki.tellefsen.net/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bluefish/Bluefish/2.4.2/Bluefish.Bluefish.locale.zh-CN.yaml b/manifests/b/Bluefish/Bluefish/2.4.2/Bluefish.Bluefish.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e2aa128fe1e5b --- /dev/null +++ b/manifests/b/Bluefish/Bluefish/2.4.2/Bluefish.Bluefish.locale.zh-CN.yaml @@ -0,0 +1,81 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Bluefish.Bluefish +PackageVersion: 2.4.2 +PackageLocale: zh-CN +ShortDescription: Bluefish 是一款功能强大的编辑器,专为程序员和网页开发人员设计,提供多种选项用于编写网站、脚本和编程代码。 +Description: |- + Bluefish 是一款功能强大的编辑器,专为程序员和网页开发人员设计,提供多种选项用于编写网站、脚本和编程代码。 + Bluefish 拥有许多功能,以下是 Bluefish 2.2 中最重要或最突出的功能概览。并非所有功能目前都支持 Windows 或 Mac OSX。 + - 轻量级 - Bluefish 尽量保持简洁和轻量,尽可能符合 GUI 编辑器的要求。 + - 快速 - Bluefish 启动速度极快(即使在上网本上),并可在几秒内加载数百个文件。 + - 多文档界面,轻松打开 500+ 文档(已测试同时打开 >10000 个文档)。 + - 项目支持 - 支持高效管理多个项目,自动恢复每个项目的设置。 + - 多线程远程文件支持,通过 gvfs 支持 FTP、SFTP、HTTP、HTTPS、WebDAV、CIFS 等协议。 + - 功能强大的查找和替换 - 支持 Perl 兼容的正则表达式、子模式替换,以及磁盘上文件的查找和替换。 + - 递归打开文件,基于文件名模式和/或内容模式。 + - 代码片段侧边栏 - 自定义对话框、查找和替换模式或插入模式,并绑定到快捷键组合以加速开发过程。 + - 集成外部程序 - 如 make、lint、weblint、xmllint、tidy、javac,或自定义程序/脚本,用于高级文本处理或错误检测。 + - 集成外部过滤器 - 可将文档(或当前选中的文本)通过 sort、sed、awk 或任何自定义脚本处理。 + - 无限制的撤销/重做功能。 + - 内联拼写检查 - 具有编程语言感知能力(检查注释和字符串,而非代码),需要在编译时安装 libenchant。 + - 自动恢复功能 - 在崩溃、终止或关机后恢复已修改文档的更改。 + - Unicode 字符映射(编译时需要 libgucharmap)。 + - 站点上传/下载。 + - 全屏编辑模式。 + - 多种工具 - 如制表符转空格、合并行、行转列、清除空格等。 + - 可自定义的编程语言支持: + - 各种编程语言的内联参考信息(将鼠标悬停在函数名或标签名上)。 + - 代码块折叠功能。 + - 匹配代码块起始和结束标记的高亮显示(括号和标签)。 + - 对多种编程语言提供自动补全和自动闭合标签,支持嵌套语言(如 HTML 代码中的 CSS 和 JavaScript,嵌套于 PHP 文档中)。 + 包含的语言定义文件支持: + - Ada + - ASP .NET 和 VBS + - C/C++ + - CSS + - CFML + - Clojure + - D + - gettext PO + - Google Go + - HTML、XHTML 和 HTML5 + - Java 和 JSP + - JavaScript 和 jQuery + - Lua + - Octave/MATLAB + - MediaWiki + - NSIS + - Pascal + - Perl + - PHP + - Python + - R + - Ruby + - SASS + - Shell + - Scheme + - SQL + - SVG + - Vala + - Wordpress + - XML + - 多编码支持 - Bluefish 内部使用 UTF8,但可将文档保存为任何所需编码格式。 + - 书签功能。 + - HTML 工具栏和可分离菜单: + - 提供许多 HTML 标签的对话框和向导,包含所有属性。 + - 完整功能的图像插入对话框。 + - 缩略图创建,自动将缩略图与原始图像链接,以及批量缩略图创建。 + - 用户可自定义工具栏,快速访问常用功能。 + - 支持 ZenCoding。 + - 尽可能符合 Gnome 和 KDE 用户界面指南。 + - 支持 17 种语言的翻译 - 更多语言将在未来版本中添加。 + Bluefish 是一个开源开发项目,根据 GNU GPL 许可证发布。 +Tags: +- 代码 +- 编程 +- 编辑 +- 编辑器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bluefish/Bluefish/2.4.2/Bluefish.Bluefish.yaml b/manifests/b/Bluefish/Bluefish/2.4.2/Bluefish.Bluefish.yaml new file mode 100644 index 0000000000000..44e4ff5ed395f --- /dev/null +++ b/manifests/b/Bluefish/Bluefish/2.4.2/Bluefish.Bluefish.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Bluefish.Bluefish +PackageVersion: 2.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/150.1.92.141/Brave.Brave.installer.yaml b/manifests/b/Brave/Brave/150.1.92.141/Brave.Brave.installer.yaml new file mode 100644 index 0000000000000..f8cfc59e1b91e --- /dev/null +++ b/manifests/b/Brave/Brave/150.1.92.141/Brave.Brave.installer.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 150.1.92.141 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.141/BraveBrowserStandaloneSilentSetup32.exe + InstallerSha256: B88DACE1F5BA9B9FB2B2FD9E5DBBE6BE7FADF2CDC41E82C2552B48DB4D30300A + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.141/BraveBrowserStandaloneSetup32.exe + InstallerSha256: 6EE3B515F6E9C413FDCA6CD8D987FE28EF09405A30C35E4FA32628F24B9C030D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.141/BraveBrowserStandaloneSilentSetup.exe + InstallerSha256: 245D7C2657EC2DDF9AEE5D6883E54EFB6EEDB13FE42978EB713DB37417252930 + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.141/BraveBrowserStandaloneSetup.exe + InstallerSha256: CCF51F95B8A82966993BFAB401BB1E48EED2F3AC30DB01930A246C756BAFF79E + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.141/BraveBrowserStandaloneSilentSetupArm64.exe + InstallerSha256: 20EB6198CB6162DE3C8492419FE194206E26A7F1551872D253895AB9C8811DE4 + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.141/BraveBrowserStandaloneSetupArm64.exe + InstallerSha256: CBDE9099666EDE272CFF172AD92257EAB86602590C7474A196A982F67529C6B9 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/150.1.92.141/Brave.Brave.locale.en-US.yaml b/manifests/b/Brave/Brave/150.1.92.141/Brave.Brave.locale.en-US.yaml new file mode 100644 index 0000000000000..de5bd1e4d410e --- /dev/null +++ b/manifests/b/Brave/Brave/150.1.92.141/Brave.Brave.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.12.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 150.1.92.141 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2026 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Secure, Fast & Private Web Browser with Adblocker +Description: |- + The new Brave browser blocks ads and trackers that slow you down and invade your privacy. + Discover a new way of thinking about how the web can work. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +ReleaseNotes: |- + - Fixed color picker displaying out of bounds when creating a new profile. (#56808) + - Fixed icon displaying in the title bar on browser launch when using vertical tabs on Windows. (#57123) + - Upgraded Chromium to 150.0.7871.128. (#57262) (Changelog for 150.0.7871.128) +ReleaseNotesUrl: https://brave.com/latest +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/150.1.92.141/Brave.Brave.locale.zh-CN.yaml b/manifests/b/Brave/Brave/150.1.92.141/Brave.Brave.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fbf9a319d3f52 --- /dev/null +++ b/manifests/b/Brave/Brave/150.1.92.141/Brave.Brave.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.12.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 150.1.92.141 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/zh/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2026 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: 带有广告拦截器的安全、快速且私密的网络浏览器 +Description: 全新的 Brave 浏览器会阻止那些导致运行速度变慢和侵犯隐私的广告和跟踪程序。探索重新思考网络运作的全新方式。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ReleaseNotesUrl: https://brave.com/latest +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/150.1.92.141/Brave.Brave.yaml b/manifests/b/Brave/Brave/150.1.92.141/Brave.Brave.yaml new file mode 100644 index 0000000000000..17562fbbdd7c2 --- /dev/null +++ b/manifests/b/Brave/Brave/150.1.92.141/Brave.Brave.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 150.1.92.141 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/151.1.94.79/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/151.1.94.79/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..d53598e297231 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/151.1.94.79/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,86 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 151.1.94.79 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser-Nightly +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.79/BraveBrowserStandaloneSilentNightlySetup32.exe + InstallerSha256: 5E64D9F03166601D98C8D9057BDDC91CF99B40F1702C43A1CDE0270C0BAFE4E3 + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.79/BraveBrowserStandaloneNightlySetup32.exe + InstallerSha256: 555766B0C15CCDB77FBE9056958D8454AAF75A4416167C727960B2349A74C1DE + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.79/BraveBrowserStandaloneSilentNightlySetup.exe + InstallerSha256: 2C69DCFC140814AC5DF921C2CE5470C7376371DE5A1CC17DFB331412F06B0979 + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.79/BraveBrowserStandaloneNightlySetup.exe + InstallerSha256: 1613CCE12BB9BEF6DD7CAAE74C711B3AB578D4F9CCC9BEA60F5F8446EAAB94EB + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.79/BraveBrowserStandaloneSilentNightlySetupArm64.exe + InstallerSha256: 0049B5EB32CE945BE4D361E2261CF92D17AE25D3DC93FDD03A3FB869FF71F369 + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.79/BraveBrowserStandaloneNightlySetupArm64.exe + InstallerSha256: E4CE6C80F948F9E658DBA3DA3D67B2AEAFAF928FBCE8001EF5987A38B06FA959 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/151.1.94.79/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/151.1.94.79/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..0f2f3ba1dba85 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/151.1.94.79/Brave.Brave.Nightly.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.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 151.1.94.79 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2026 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly is our testing and development version of Brave. Releases are updated every night. +Description: |- + Nightly is our testing and development version of Brave. + The releases are updated every night and may contain bugs that can result in data loss. + Nightly automatically sends us crash reports when things go wrong. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/151.1.94.79/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/151.1.94.79/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d7881f32c75f8 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/151.1.94.79/Brave.Brave.Nightly.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.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 151.1.94.79 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2026 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/151.1.94.79/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/151.1.94.79/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..43befd132e19e --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/151.1.94.79/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 151.1.94.79 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Buct0r/fullfetch/3.1.0/Buct0r.fullfetch.installer.yaml b/manifests/b/Buct0r/fullfetch/3.1.0/Buct0r.fullfetch.installer.yaml new file mode 100644 index 0000000000000..04b1f4a33ce83 --- /dev/null +++ b/manifests/b/Buct0r/fullfetch/3.1.0/Buct0r.fullfetch.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Buct0r.fullfetch +PackageVersion: 3.1.0 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Buct0r/fullfetch/releases/download/v3.1.0/fullfetch_installer_amd64.exe + InstallerSha256: 9CE4493FA8F07A5D3147CB265FE0053F4ED28DB11A71CB3631A36B1B81C9B3B4 +- Architecture: arm64 + InstallerUrl: https://github.com/Buct0r/fullfetch/releases/download/v3.1.0/fullfetch_installer_arm64.exe + InstallerSha256: 1DA11D9F01476F09D6DDE70BB9E8A464E6AC900AA85A148F60C6FFE70A5C460D +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-15 diff --git a/manifests/b/Buct0r/fullfetch/3.1.0/Buct0r.fullfetch.locale.en-US.yaml b/manifests/b/Buct0r/fullfetch/3.1.0/Buct0r.fullfetch.locale.en-US.yaml new file mode 100644 index 0000000000000..02e081e826a13 --- /dev/null +++ b/manifests/b/Buct0r/fullfetch/3.1.0/Buct0r.fullfetch.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Buct0r.fullfetch +PackageVersion: 3.1.0 +PackageLocale: en-US +Publisher: Buct0r +PublisherUrl: https://github.com/Buct0r +PublisherSupportUrl: https://github.com/Buct0r/fullfetch/issues +PackageName: fullfetch +PackageUrl: https://github.com/Buct0r/fullfetch +License: MIT +ShortDescription: A CLI application to display system information written in Go +Tags: +- command-line-interface +- command-line-tool +- config +- fetch +- fullfetch +- go +- golang +- system +- system-information +ReleaseNotesUrl: https://github.com/Buct0r/fullfetch/releases/tag/v3.1.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Buct0r/fullfetch/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Buct0r/fullfetch/3.1.0/Buct0r.fullfetch.yaml b/manifests/b/Buct0r/fullfetch/3.1.0/Buct0r.fullfetch.yaml new file mode 100644 index 0000000000000..90fdfd295e545 --- /dev/null +++ b/manifests/b/Buct0r/fullfetch/3.1.0/Buct0r.fullfetch.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Buct0r.fullfetch +PackageVersion: 3.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.72/ByteDance.LarkCLI.installer.yaml b/manifests/b/ByteDance/LarkCLI/1.0.72/ByteDance.LarkCLI.installer.yaml new file mode 100644 index 0000000000000..181cc892878b4 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.72/ByteDance.LarkCLI.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.72 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lark-cli.exe +Commands: +- lark-cli +ReleaseDate: 2026-07-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.72/lark-cli-1.0.72-windows-amd64.zip + InstallerSha256: E07CF77969785C98A2471E56D16F4F08C8D00045D01DC8885A51FC04217F958D +- Architecture: arm64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.72/lark-cli-1.0.72-windows-arm64.zip + InstallerSha256: 9ED9F477EC9CF5BE17103814F9DF62AB7063FB05CB44E396B9D981561E5CF09A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.72/ByteDance.LarkCLI.locale.en-US.yaml b/manifests/b/ByteDance/LarkCLI/1.0.72/ByteDance.LarkCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..0f7ce75939717 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.72/ByteDance.LarkCLI.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.72 +PackageLocale: en-US +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/en_us/ +PublisherSupportUrl: https://github.com/larksuite/cli/issues +PrivacyUrl: https://www.larksuite.com/en_us/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark CLI +PackageUrl: https://github.com/larksuite/cli +License: MIT +LicenseUrl: https://github.com/larksuite/cli/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Lark Technologies Pte. Ltd. +CopyrightUrl: https://www.larksuite.com/en_us/user-terms-of-service +ShortDescription: A command-line tool for Lark/Feishu Open Platform — built for humans and AI Agents. Covers core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Meetings, and more, with 200+ commands and 19 AI Agent Skills. +Description: |- + A command-line tool for Lark/Feishu Open Platform — built for humans and AI Agents. Covers core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Meetings, and more, with 200+ commands and 19 AI Agent Skills. + Why lark-cli? + - Agent-Native Design — 19 structured Skills out of the box, compatible with popular AI tools — Agents can operate Lark with zero extra setup + - Wide Coverage — 11 business domains, 200+ curated commands, 19 AI Agent Skills + - AI-Friendly & Optimized — Every command is tested with real Agents, featuring concise parameters, smart defaults, and structured output to maximize Agent call success rates + - Open Source, Zero Barriers — MIT license, ready to use, just npm install + - Up and Running in 3 Minutes — One-click app creation, interactive login, from install to first API call in just 3 steps + - Secure & Controllable — Input injection protection, terminal output sanitization, OS-native keychain credential storage + - Three-Layer Architecture — Shortcuts (human & AI friendly) → API Commands (platform-synced) → Raw API (full coverage), choose the right granularity + Features + - 📅 Calendar: View agenda, create events, invite attendees, check free/busy status, time suggestions + - 💬 Messenger: Send/reply messages, create and manage group chats, view chat history & threads, search messages, download media + - 📄 Docs: Create, read, update, and search documents, read/write media & whiteboards + - 📁 Drive: Upload and download files, search docs & wiki, manage comments + - 📊 Base: Create and manage tables, fields, records, views, dashboards, data aggregation & analytics + - 📈 Sheets: Create, read, write, append, find, and export spreadsheet data + - ✅ Tasks: Create, query, update, and complete tasks; manage task lists, subtasks, comments & reminders + - 📚 Wiki: Create and manage knowledge spaces, nodes, and documents + - 👤 Contact: Search users by name/email/phone, get user profiles + - 📧 Mail: Browse, search, read emails, send, reply, forward, manage drafts, watch new mail + - 🎥 Meetings: Search meeting records, query meeting minutes & recordings +Moniker: lark-cli +Tags: +- feishu +- lark +ReleaseNotes: |- + Changelog + - 0b6faa01bff125f58efbe66856d9f2f5b72917c3 ci: deduplicate PR runs and serialize live E2E (#1888) + - 6c14c425fcf59103001c844c4b6628969edd5496 docs(sheets): use English placeholder in table-get guidance (#1936) + - 4e0a6a988cf32b26219b3425f6dbb7ce8332b292 docs(slides): document table dimensions + - 1efe2dfb3304a7cac2a70e4adecfb1dc888ebe06 feat(approval): support approval event consumption (#1924) + - 05285bb696ff16240944e415b8dd2c149777d438 feat(slides): report resolved table size mismatches + - 4c0f93bd6aeae858bfcfe3020c846fc39ec8642e feat(slides):lint table out of canvas + - 27df16d3b278b6ea4aede67c29948860da16914a fix(vc): don't fail +detail for in-progress meetings (#1930) + - 767386cb576ca295ff8726b0d5ff95dbf4dc38f8 fix: stabilize drive delete E2E terminal-state checks (#1939) +ReleaseNotesUrl: https://github.com/larksuite/cli/releases/tag/v1.0.72 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.72/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml b/manifests/b/ByteDance/LarkCLI/1.0.72/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml new file mode 100644 index 0000000000000..30ed57d608c1f --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.72/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.72 +PackageLocale: zh-Hans-CN +Publisher: 北京飞书科技有限公司 +PublisherUrl: https://www.feishu.cn/ +PrivacyUrl: https://www.feishu.cn/privacy +Author: 北京飞书科技有限公司 +CopyrightUrl: https://www.feishu.cn/terms +ShortDescription: 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 +Description: |- + 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 + 为什么选 lark-cli? + - 为 Agent 原生设计 — Skills 开箱即用,适配主流 AI 工具,Agent 无需额外适配即可操作飞书 + - 覆盖面广 — 11 大业务域、200+ 精选命令、 19 个 AI Agent Skills + - AI 友好调优 — 每条命令经过 Agent 实测验证,提供更友好的参数、智能默认值和结构化输出,大幅提升 Agent 调用成功率 + - 开源零门槛 — MIT 协议,开箱即用,npm install 即可使用 + - 三分钟上手 — 一键创建应用、交互式登录授权,从安装到第一次 API 调用只需三步 + - 安全可控 — 输入防注入、终端输出净化、OS 原生密钥链存储凭证 + - 三层调用架构 — 快捷命令(人机友好)→ API 命令(平台同步)→ 通用调用(全 API 覆盖),按需选择粒度 + 功能 + - 📅 日历:查看日程、创建日程、邀请参会人、查询忙闲状态、时间建议 + - 💬 即时通讯:发送/回复消息、创建和管理群聊、查看聊天记录与话题、搜索消息、下载媒体文件 + - 📄 云文档:创建、读取、更新文档、搜索文档、读写素材与画板 + - 📁 云空间:上传和下载文件、搜索文档与知识库、管理评论 + - 📊 多维表格:创建和管理多维表格、字段、记录、视图、仪表盘,数据聚合分析 + - 📈 电子表格:创建、读取、写入、追加、查找和导出表格数据 + - ✅ 任务:创建、查询、更新和完成任务;管理任务清单、子任务、评论与提醒 + - 📚 知识库:创建和管理知识空间、节点和文档 + - 👤 通讯录:按姓名/邮箱/手机号搜索用户、获取用户信息 + - 📧 邮箱:浏览、搜索、阅读邮件,发送、回复、转发邮件,管理草稿,监听新邮件 + - 🎥 视频会议:搜索会议记录、查询会议纪要与录制 +Tags: +- lark +- 飞书 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.72/ByteDance.LarkCLI.locale.zh-Hans.yaml b/manifests/b/ByteDance/LarkCLI/1.0.72/ByteDance.LarkCLI.locale.zh-Hans.yaml new file mode 100644 index 0000000000000..4c2454ff93566 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.72/ByteDance.LarkCLI.locale.zh-Hans.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.72 +PackageLocale: zh-Hans +PublisherUrl: https://www.larksuite.com/zh_cn/ +PrivacyUrl: https://www.larksuite.com/zh_cn/privacy-policy +CopyrightUrl: https://www.larksuite.com/zh_cn/user-terms-of-service +ShortDescription: 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 +Description: |- + 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 + 为什么选 lark-cli? + - 为 Agent 原生设计 — Skills 开箱即用,适配主流 AI 工具,Agent 无需额外适配即可操作飞书 + - 覆盖面广 — 11 大业务域、200+ 精选命令、 19 个 AI Agent Skills + - AI 友好调优 — 每条命令经过 Agent 实测验证,提供更友好的参数、智能默认值和结构化输出,大幅提升 Agent 调用成功率 + - 开源零门槛 — MIT 协议,开箱即用,npm install 即可使用 + - 三分钟上手 — 一键创建应用、交互式登录授权,从安装到第一次 API 调用只需三步 + - 安全可控 — 输入防注入、终端输出净化、OS 原生密钥链存储凭证 + - 三层调用架构 — 快捷命令(人机友好)→ API 命令(平台同步)→ 通用调用(全 API 覆盖),按需选择粒度 + 功能 + - 📅 日历:查看日程、创建日程、邀请参会人、查询忙闲状态、时间建议 + - 💬 即时通讯:发送/回复消息、创建和管理群聊、查看聊天记录与话题、搜索消息、下载媒体文件 + - 📄 云文档:创建、读取、更新文档、搜索文档、读写素材与画板 + - 📁 云空间:上传和下载文件、搜索文档与知识库、管理评论 + - 📊 多维表格:创建和管理多维表格、字段、记录、视图、仪表盘,数据聚合分析 + - 📈 电子表格:创建、读取、写入、追加、查找和导出表格数据 + - ✅ 任务:创建、查询、更新和完成任务;管理任务清单、子任务、评论与提醒 + - 📚 知识库:创建和管理知识空间、节点和文档 + - 👤 通讯录:按姓名/邮箱/手机号搜索用户、获取用户信息 + - 📧 邮箱:浏览、搜索、阅读邮件,发送、回复、转发邮件,管理草稿,监听新邮件 + - 🎥 视频会议:搜索会议记录、查询会议纪要与录制 +Tags: +- lark +- 飞书 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.72/ByteDance.LarkCLI.yaml b/manifests/b/ByteDance/LarkCLI/1.0.72/ByteDance.LarkCLI.yaml new file mode 100644 index 0000000000000..701e44b8ef858 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.72/ByteDance.LarkCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.72 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/1.23.0/CallMarcus.DJIMetadataEmbedder.installer.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.23.0/CallMarcus.DJIMetadataEmbedder.installer.yaml new file mode 100644 index 0000000000000..195c7dbf2a6da --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.23.0/CallMarcus.DJIMetadataEmbedder.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder +PackageVersion: 1.23.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Scope: user +UpgradeBehavior: install +Commands: +- dji-embed +FileExtensions: +- mp4 +- srt +- dat +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/releases/download/v1.23.0/dji-embed.exe + InstallerSha256: 1BDC42840CA52B23938FF0FE75F65D424987E1DEE898C80754A6B8D248A4D420 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/1.23.0/CallMarcus.DJIMetadataEmbedder.locale.en-US.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.23.0/CallMarcus.DJIMetadataEmbedder.locale.en-US.yaml new file mode 100644 index 0000000000000..e4e679487bf71 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.23.0/CallMarcus.DJIMetadataEmbedder.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder +PackageVersion: 1.23.0 +PackageLocale: en-US +Publisher: CallMarcus +PublisherUrl: https://github.com/CallMarcus +PublisherSupportUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/issues +Author: CallMarcus +PackageName: DJI Metadata Embedder +PackageUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder +License: MIT +LicenseUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/LICENSE +Copyright: Copyright (c) 2024 CallMarcus +CopyrightUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/LICENSE +ShortDescription: Embed telemetry data from DJI drone SRT files into MP4 video files +Description: | + A Python tool to embed telemetry data from DJI drone SRT files into MP4 video files. + + Features: + - Extract GPS coordinates, altitude, camera settings and other telemetry data from SRT files + - Embed metadata directly into MP4 video files using FFmpeg + - Support for multiple DJI drone models (Mini 3/4 Pro, Air 3, Avata 2, Mavic 3 Enterprise) + - Export telemetry data to GPX and CSV formats + - Professional CLI with comprehensive validation and diagnostics + - Privacy-safe GPS redaction options + - No video re-encoding for fast processing +Moniker: dji-embed +Tags: +- dji +- drone +- metadata +- telemetry +- gps +- video +- mp4 +- srt +- ffmpeg +- cli +ReleaseNotesUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/releases/tag/v1.23.0 +PurchaseUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder +InstallationNotes: | + After installation, run 'dji-embed doctor' to verify dependencies are installed. + + Note: the desktop app package (CallMarcus.DJIMetadataEmbedder.Desktop) + also installs the dji-embed command - install one or the other, not both. + + The tool requires FFmpeg to be available in your PATH. Use the bootstrap installer for automatic setup: + iwr -useb https://raw.githubusercontent.com/CallMarcus/dji-drone-metadata-embedder/master/tools/bootstrap.ps1 | iex +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/docs/user_guide.md +- DocumentLabel: Troubleshooting + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/docs/troubleshooting.md +- DocumentLabel: Installation + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/docs/installation.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/1.23.0/CallMarcus.DJIMetadataEmbedder.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.23.0/CallMarcus.DJIMetadataEmbedder.yaml new file mode 100644 index 0000000000000..17658f51ce3b4 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/1.23.0/CallMarcus.DJIMetadataEmbedder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder +PackageVersion: 1.23.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CyberHive/Connect/3.10.0/CyberHive.Connect.installer.yaml b/manifests/c/CyberHive/Connect/3.10.0/CyberHive.Connect.installer.yaml new file mode 100644 index 0000000000000..d6c3d10c3a368 --- /dev/null +++ b/manifests/c/CyberHive/Connect/3.10.0/CyberHive.Connect.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CyberHive.Connect +PackageVersion: 3.10.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallerSwitches: + Custom: /MANAGED=1 +UpgradeBehavior: install +ProductCode: '{EA126048-51DD-4E62-A524-9FA0C8F07C24}_is1' +ReleaseDate: 2026-07-07 +AppsAndFeaturesEntries: +- ProductCode: '{EA126048-51DD-4E62-A524-9FA0C8F07C24}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\CyberHive Connect' +Installers: +- Architecture: x64 + InstallerUrl: https://pkgs.cyberhive.com/windows/stable/cyberhive-connect_3.10.0-65526780.exe + InstallerSha256: 53F7E0CF5EC198AB2E8E47D4F779BE6480DE8A85DDA5B50E09021FAE681D47FE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CyberHive/Connect/3.10.0/CyberHive.Connect.locale.en-US.yaml b/manifests/c/CyberHive/Connect/3.10.0/CyberHive.Connect.locale.en-US.yaml new file mode 100644 index 0000000000000..8ec6d406665b0 --- /dev/null +++ b/manifests/c/CyberHive/Connect/3.10.0/CyberHive.Connect.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CyberHive.Connect +PackageVersion: 3.10.0 +PackageLocale: en-US +Publisher: CyberHive +PublisherUrl: https://www.cyberhive.com/ +PublisherSupportUrl: https://www.cyberhive.com/contact-us/ +PrivacyUrl: https://www.cyberhive.com/privacy-policy/ +Author: CyberHive Ltd. +PackageName: CyberHive Connect +PackageUrl: https://www.cyberhive.com/product/cyberhive-connect/ +License: Proprietary +LicenseUrl: https://www.cyberhive.com/eula/ +Copyright: Copyright © CyberHive Ltd. +CopyrightUrl: https://www.cyberhive.com/terms-and-conditions/ +ShortDescription: A zero trust software-defined mesh network secured with quantum-safe cryptography +Description: |- + CyberHive Connect provides a Trusted Area Network - a zero trust software-defined mesh network secured with quantum-safe cryptography. + Connect features high performance with low latency and fast reconnects. It is simple and scalable, with easy setup and administration. +Tags: +- network +- vpn +ReleaseNotesUrl: https://docs.cyberhive.com/connect/release-notes/#3100 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.cyberhive.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.02/BenjaminLarsson.Rtl_433.MSVC.yaml b/manifests/c/CyberHive/Connect/3.10.0/CyberHive.Connect.yaml similarity index 70% rename from manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.02/BenjaminLarsson.Rtl_433.MSVC.yaml rename to manifests/c/CyberHive/Connect/3.10.0/CyberHive.Connect.yaml index d39b76c286969..1cfda26a28011 100644 --- a/manifests/b/BenjaminLarsson/Rtl_433/MSVC/25.02/BenjaminLarsson.Rtl_433.MSVC.yaml +++ b/manifests/c/CyberHive/Connect/3.10.0/CyberHive.Connect.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: BenjaminLarsson.Rtl_433.MSVC -PackageVersion: '25.02' -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CyberHive.Connect +PackageVersion: 3.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1048/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.1048/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..c14b4d8707914 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1048/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.1048 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.1048/DiscordCanarySetup.exe + InstallerSha256: 73F1C4D99125EA18EB977D6549EF0B5FF07E0F5A401D7BA0FA82097A0ED48519 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1048/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.1048/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..af52cffe07abc --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1048/Discord.Discord.Canary.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.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.1048 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1048/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.1048/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e75c8779a9021 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1048/Discord.Discord.Canary.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.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.1048 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.1048/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.1048/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..51e35b0d6d13f --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.1048/Discord.Discord.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.1048 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.381/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.381/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 0000000000000..29b3ac72e9447 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.381/Discord.Discord.Canary.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.381 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.381/DiscordCanarySetup.exe + InstallerSha256: 46F0C793B0C9A6096440DC867D54923C0A8C6950C842154989E12ACA9D223AEE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.381/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.381/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..a5a42bdfd7602 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.381/Discord.Discord.Canary.arm64.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.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.381 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Canary (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-canary +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.381/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.381/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7c4d5a6449479 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.381/Discord.Discord.Canary.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.381 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.381/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.381/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 0000000000000..d73906165d253 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.381/Discord.Discord.Canary.arm64.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.381 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.1020/Discord.Discord.Development.installer.yaml b/manifests/d/Discord/Discord/Development/1.0.1020/Discord.Discord.Development.installer.yaml new file mode 100644 index 0000000000000..23df3695e5945 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.1020/Discord.Discord.Development.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.1020 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordDevelopment +Installers: +- Architecture: x64 + InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/x64/1.0.1020/DiscordDevelopmentSetup.exe + InstallerSha256: 1640D84A0962D651CAB8BD29F95F2FBC5E7B3CC7E3FBC9DCBE025ECCEC5E147B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.1020/Discord.Discord.Development.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/1.0.1020/Discord.Discord.Development.locale.en-US.yaml new file mode 100644 index 0000000000000..5d90f51012876 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.1020/Discord.Discord.Development.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.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.1020 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.1020/Discord.Discord.Development.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/1.0.1020/Discord.Discord.Development.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c54482dd0e933 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.1020/Discord.Discord.Development.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.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.1020 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.1020/Discord.Discord.Development.yaml b/manifests/d/Discord/Discord/Development/1.0.1020/Discord.Discord.Development.yaml new file mode 100644 index 0000000000000..39f92ba40821f --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.1020/Discord.Discord.Development.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.1020 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/1.0.1005/Discord.Discord.Development.arm64.installer.yaml b/manifests/d/Discord/Discord/Development/arm64/1.0.1005/Discord.Discord.Development.arm64.installer.yaml new file mode 100644 index 0000000000000..4a7ae5ca51f59 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/1.0.1005/Discord.Discord.Development.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 1.0.1005 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordDevelopment +Installers: +- Architecture: arm64 + InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/arm64/1.0.1005/DiscordDevelopmentSetup.exe + InstallerSha256: D223AA02124F48959EDC5DCD68B643E7E7287898C6E2F2A3CB03957E5127E1EC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/1.0.1005/Discord.Discord.Development.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/arm64/1.0.1005/Discord.Discord.Development.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..2235fbb630ef2 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/1.0.1005/Discord.Discord.Development.arm64.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.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 1.0.1005 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/1.0.1005/Discord.Discord.Development.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/arm64/1.0.1005/Discord.Discord.Development.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bbfcaffbf9b57 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/1.0.1005/Discord.Discord.Development.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 1.0.1005 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/1.0.1005/Discord.Discord.Development.arm64.yaml b/manifests/d/Discord/Discord/Development/arm64/1.0.1005/Discord.Discord.Development.arm64.yaml new file mode 100644 index 0000000000000..e0111ab7ff8d0 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/1.0.1005/Discord.Discord.Development.arm64.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 1.0.1005 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/daruyanagi/Petapeta/1.0.0/daruyanagi.Petapeta.installer.yaml b/manifests/d/daruyanagi/Petapeta/1.0.0/daruyanagi.Petapeta.installer.yaml new file mode 100644 index 0000000000000..f6266593cfafc --- /dev/null +++ b/manifests/d/daruyanagi/Petapeta/1.0.0/daruyanagi.Petapeta.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: daruyanagi.Petapeta +PackageVersion: 1.0.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Petapeta.exe + PortableCommandAlias: petapeta +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/daruyanagi/Petapeta/releases/download/v1.0.0/Petapeta-v1.0.0-win-x64.zip + InstallerSha256: 2E77282DCB96AF564CEC420F92FA004D86BABE0C10252B5D6159C8E425724B4B +- Architecture: arm64 + InstallerUrl: https://github.com/daruyanagi/Petapeta/releases/download/v1.0.0/Petapeta-v1.0.0-win-arm64.zip + InstallerSha256: 3D93ED7A92FF8C8D4AF98C0D4A0089A649B8994EE64AE4790844A5CC339D73AC +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-05 diff --git a/manifests/d/daruyanagi/Petapeta/1.0.0/daruyanagi.Petapeta.locale.en-US.yaml b/manifests/d/daruyanagi/Petapeta/1.0.0/daruyanagi.Petapeta.locale.en-US.yaml new file mode 100644 index 0000000000000..560d691271a6e --- /dev/null +++ b/manifests/d/daruyanagi/Petapeta/1.0.0/daruyanagi.Petapeta.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: daruyanagi.Petapeta +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: daruyanagi +PublisherUrl: https://github.com/daruyanagi +PublisherSupportUrl: https://github.com/daruyanagi/Petapeta/issues +PackageName: Petapeta +PackageUrl: https://github.com/daruyanagi/Petapeta +License: MIT +LicenseUrl: https://github.com/daruyanagi/Petapeta/blob/HEAD/LICENSE +ShortDescription: Paste copied images and text into File Explorer as files +Description: |- + Petapeta is a tray-resident tool that watches the clipboard and lets you + paste copied images and text straight into the desktop or any folder as + files, using the standard Ctrl+V. Images become PNG files instantly; + text becomes a .txt file only while File Explorer is in the foreground, + so pasting into other apps stays plain text. Built with WinUI 3, + self-contained (no runtime install needed). +Tags: +- clipboard +- paste +- screenshot +- tray +- utility +- winui3 +ReleaseNotesUrl: https://github.com/daruyanagi/Petapeta/releases/tag/v1.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/daruyanagi/Petapeta/1.0.0/daruyanagi.Petapeta.yaml b/manifests/d/daruyanagi/Petapeta/1.0.0/daruyanagi.Petapeta.yaml new file mode 100644 index 0000000000000..5dc56729b9ca5 --- /dev/null +++ b/manifests/d/daruyanagi/Petapeta/1.0.0/daruyanagi.Petapeta.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: daruyanagi.Petapeta +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elwina/VibeArk/1.0.0/Elwina.VibeArk.installer.yaml b/manifests/e/Elwina/VibeArk/1.0.0/Elwina.VibeArk.installer.yaml new file mode 100644 index 0000000000000..b811dcc39df65 --- /dev/null +++ b/manifests/e/Elwina/VibeArk/1.0.0/Elwina.VibeArk.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Elwina.VibeArk +PackageVersion: 1.0.0 +InstallerType: portable +Commands: +- vibeark +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/elwina/VibeArk/releases/download/v1.0.0/vibeark.exe + InstallerSha256: d705cafc9d69260763d3c5969c3b76f516da6747e7451b6319ac44e2617fb88b +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/Elwina/VibeArk/1.0.0/Elwina.VibeArk.locale.en-US.yaml b/manifests/e/Elwina/VibeArk/1.0.0/Elwina.VibeArk.locale.en-US.yaml new file mode 100644 index 0000000000000..3a82c090e53a0 --- /dev/null +++ b/manifests/e/Elwina/VibeArk/1.0.0/Elwina.VibeArk.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Elwina.VibeArk +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: Elwina Vardal +PublisherUrl: https://github.com/elwina +PublisherSupportUrl: https://github.com/elwina/VibeArk/issues +PrivacyUrl: https://github.com/elwina/VibeArk +Author: Elwina Vardal +PackageName: VibeArk +PackageUrl: https://github.com/elwina/VibeArk +License: MIT +LicenseUrl: https://github.com/elwina/VibeArk/blob/main/LICENSE +Copyright: Copyright (c) 2026 Elwina Vardal +ShortDescription: Portable App Manager for Windows x64 +Description: VibeArk is a terminal-based portable application manager for Windows x64. Download, install, and update popular portable apps with a single keystroke. Features include multi-source downloads, proxy support, GitHub acceleration, Sigstore-signed releases, and bilingual (Chinese/English) UI — optimized for China's network environment. +Tags: +- portable +- package-manager +- app-manager +- tui +- cli +ReleaseNotesUrl: https://github.com/elwina/VibeArk/releases/tag/v1.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Elwina/VibeArk/1.0.0/Elwina.VibeArk.locale.zh-CN.yaml b/manifests/e/Elwina/VibeArk/1.0.0/Elwina.VibeArk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6db83314b9d7e --- /dev/null +++ b/manifests/e/Elwina/VibeArk/1.0.0/Elwina.VibeArk.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Elwina.VibeArk +PackageVersion: 1.0.0 +PackageLocale: zh-CN +Publisher: Elwina Vardal +PublisherUrl: https://github.com/elwina +PublisherSupportUrl: https://github.com/elwina/VibeArk/issues +PrivacyUrl: https://github.com/elwina/VibeArk +Author: Elwina Vardal +PackageName: VibeArk +PackageUrl: https://github.com/elwina/VibeArk +License: MIT +LicenseUrl: https://github.com/elwina/VibeArk/blob/main/LICENSE +Copyright: Copyright (c) 2026 Elwina Vardal +ShortDescription: Windows x64 便携应用管理器 +Description: VibeArk 是一个终端界面的便携应用管理器,支持 Windows x64。一键下载、安装、更新常用的便携软件。支持多源下载、HTTP 代理、GitHub 加速、Sigstore 验签,中英双语界面——为中国网络环境优化。 +Tags: +- portable +- package-manager +- app-manager +- tui +- cli +ReleaseNotesUrl: https://github.com/elwina/VibeArk/releases/tag/v1.0.0 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Elwina/VibeArk/1.0.0/Elwina.VibeArk.yaml b/manifests/e/Elwina/VibeArk/1.0.0/Elwina.VibeArk.yaml new file mode 100644 index 0000000000000..714933eb2ca70 --- /dev/null +++ b/manifests/e/Elwina/VibeArk/1.0.0/Elwina.VibeArk.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Elwina.VibeArk +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eumenes/HOSMeeting/0.4.1/Eumenes.HOSMeeting.installer.yaml b/manifests/e/Eumenes/HOSMeeting/0.4.1/Eumenes.HOSMeeting.installer.yaml new file mode 100644 index 0000000000000..7b1622b200516 --- /dev/null +++ b/manifests/e/Eumenes/HOSMeeting/0.4.1/Eumenes.HOSMeeting.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: Eumenes.HOSMeeting +PackageVersion: 0.4.1 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-06-24 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.eumenes.ai/downloads/EumenesHOSMeeting-Setup-0.4.1.exe + InstallerSha256: EF3827397EA248BCAF9C44A28B34E51438ACDB70FAE3484881AC0962B750D446 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eumenes/HOSMeeting/0.4.1/Eumenes.HOSMeeting.locale.en-US.yaml b/manifests/e/Eumenes/HOSMeeting/0.4.1/Eumenes.HOSMeeting.locale.en-US.yaml new file mode 100644 index 0000000000000..a8e7c839055c5 --- /dev/null +++ b/manifests/e/Eumenes/HOSMeeting/0.4.1/Eumenes.HOSMeeting.locale.en-US.yaml @@ -0,0 +1,32 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: Eumenes.HOSMeeting +PackageVersion: 0.4.1 +PackageLocale: en-US +Publisher: Eumenes.ai +PublisherUrl: https://eumenes.ai +PublisherSupportUrl: https://hos.eumenes.ai +PrivacyUrl: https://hos.eumenes.ai/privacy.html +PackageName: Eumenes HOS Meeting +PackageUrl: https://hos.eumenes.ai +License: Proprietary +LicenseUrl: https://hos.eumenes.ai/downloads/eula.txt +Copyright: Copyright (c) 2026 Eumenes.ai +ShortDescription: Local AI meeting note-taker that records both sides of your calls as separate streams, captures key slides, and transcribes on-device. +Description: |- + Eumenes HOS Meeting is an AI note-taker that lives on your PC, not in your + calls. No bot joins your meeting and no audio leaves your laptop. It detects + video conferences (Teams, Zoom, Meet, Webex and browser calls), records your + microphone and the remote participants as two separate audio streams, + captures screenshots only when shared content changes, and transcribes + everything on-device in 25 languages when the call ends. Includes a 15-day + free trial; continued use requires a subscription. +Moniker: hos-meeting +Tags: +- meeting +- transcription +- recorder +- notes +- speech-to-text +- productivity +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eumenes/HOSMeeting/0.4.1/Eumenes.HOSMeeting.yaml b/manifests/e/Eumenes/HOSMeeting/0.4.1/Eumenes.HOSMeeting.yaml new file mode 100644 index 0000000000000..f3584b32fcb12 --- /dev/null +++ b/manifests/e/Eumenes/HOSMeeting/0.4.1/Eumenes.HOSMeeting.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: Eumenes.HOSMeeting +PackageVersion: 0.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GDGSoftware/PaquetBuilder/26.2.0.0/GDGSoftware.PaquetBuilder.locale.en-US.yaml b/manifests/g/GDGSoftware/PaquetBuilder/26.2.0.0/GDGSoftware.PaquetBuilder.locale.en-US.yaml deleted file mode 100644 index 850eabeb92e54..0000000000000 --- a/manifests/g/GDGSoftware/PaquetBuilder/26.2.0.0/GDGSoftware.PaquetBuilder.locale.en-US.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jun/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: GDGSoftware.PaquetBuilder -PackageVersion: 26.2.0.0 -PackageLocale: en-US -Publisher: G.D.G. Software -PublisherUrl: https://www.installpackbuilder.com/ -PublisherSupportUrl: https://www.gdgsoft.com/support -PrivacyUrl: https://www.installpackbuilder.com/about/privacy-policy -Author: G.D.G. Software SAS -PackageName: Paquet Builder -PackageUrl: https://www.installpackbuilder.com/download -License: Proprietary -LicenseUrl: https://www.installpackbuilder.com/PB-EULA.pdf -Copyright: Copyright © G.D.G. Software 2006-2026. All rights reserved. -CopyrightUrl: https://www.installpackbuilder.com/PB-EULA.pdf -ShortDescription: Package Files and Software in Installers for Easy Distribution -Description: |- - Paquet Builder is a powerful installer software and an advanced Self-Extracting 7z (7zip archive) tool designed for professional file and software distribution. - With Paquet Builder, you can easily create compact, fully-customized Windows installer packages that simplify software delivery and enhance user experience. -Tags: -- install -- installation -- installer -- setup -ReleaseNotes: |- - - New New per-file Override Archive Filename option: store a file inside the 7-Zip archive under a different name or relative path than its source file, without keeping a manually renamed copy on disk. Configured from a new Archive Name tab in the File Properties dialog, with the final packaged name shown in italics in the File Manager - - New New Uninstall a Previous Version custom action: automatically removes a previously installed version before installing the new one, waiting for the uninstall to actually finish and reporting its outcome in %PBPREVUNINSTRESULT% so the project can react conditionally (for example, to defer a reboot until installation completes) - - New New Before Welcome Screen custom action event, running after the setup language has been selected (so %SELLANG% and %PBLANGID% are resolved) but before the welcome screen is displayed. Ideal for language-dependent logic that must run before the first screen appears - - New Directive files (.pbd) can now set the Modern Interface header image through the new WizHeaderImage key in the [General] section; the WizSplash, WizBanner, and WizHeaderImage paths may also be given relative to the directive file's folder - - Improved Updated the embedded 7-Zip / LZMA SDK to version 26.02 across both extraction engines - - Fixed Fixed digital signing failing on large packages (roughly 300–400 MB and above), where the signing tool was terminated before it could finish hashing and timestamping the file. The signing timeout is now configurable in Environment Options → Code Signing (in seconds; default 300; 0 = no timeout) - - Fixed Fixed a crash when opening a directory-based .pbpx project whose _pbprojdata folder was empty or incomplete; Paquet Builder now reports a clear error naming the missing file instead of crashing - - Fixed Fixed extension-less files (such as Adobe CMap resources) being dropped from packages compiled on the command line when a folder was added with a *.* wildcard. Command-line builds now include exactly the same files as the graphical interface - - Fixed Fixed the insert=start position being ignored when adding a custom action through the MCP server or the built-in AI assistant (actions were appended at the end instead of inserted at the start) -ReleaseNotesUrl: https://www.installpackbuilder.com/download/changelog -PurchaseUrl: https://www.installpackbuilder.com/store -Documentations: -- DocumentLabel: Frequently Asked Questions - DocumentUrl: https://www.installpackbuilder.com/faq -- DocumentLabel: Documentation - DocumentUrl: https://www.installpackbuilder.com/help -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/GDGSoftware/PaquetBuilder/26.2.0.0/GDGSoftware.PaquetBuilder.installer.yaml b/manifests/g/GDGSoftware/PaquetBuilder/26.3.0.0/GDGSoftware.PaquetBuilder.installer.yaml similarity index 69% rename from manifests/g/GDGSoftware/PaquetBuilder/26.2.0.0/GDGSoftware.PaquetBuilder.installer.yaml rename to manifests/g/GDGSoftware/PaquetBuilder/26.3.0.0/GDGSoftware.PaquetBuilder.installer.yaml index 3debd8162f0a9..cc8dbb22970e2 100644 --- a/manifests/g/GDGSoftware/PaquetBuilder/26.2.0.0/GDGSoftware.PaquetBuilder.installer.yaml +++ b/manifests/g/GDGSoftware/PaquetBuilder/26.3.0.0/GDGSoftware.PaquetBuilder.installer.yaml @@ -1,26 +1,26 @@ -# Automatically updated by the winget bot at 2026/Jun/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: GDGSoftware.PaquetBuilder -PackageVersion: 26.2.0.0 -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -UpgradeBehavior: install -FileExtensions: -- pbd -- pbpx -- pbr -ProductCode: GDGSoftPB2019 -ReleaseDate: 2026-06-30 -Installers: -- Architecture: x64 - InstallerUrl: https://download.installpackbuilder.com/pbinst.exe - InstallerSha256: 8B432822D5DF3B62A413BA7A4271CAB65FDA9F48927E274657136EA6BBA06C51 -ManifestType: installer -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GDGSoftware.PaquetBuilder +PackageVersion: 26.3.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /s + SilentWithProgress: /s +UpgradeBehavior: install +FileExtensions: +- pbd +- pbpx +- pbr +ProductCode: GDGSoftPB2019 +ReleaseDate: 2026-07-17 +Installers: +- Architecture: x64 + InstallerUrl: https://download.installpackbuilder.com/pbinst.exe + InstallerSha256: 7947847CCC8A1BC92DE06838F15F6A9FAA7CFB3FA66F7A3AF22617F8A470C954 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GDGSoftware/PaquetBuilder/26.3.0.0/GDGSoftware.PaquetBuilder.locale.en-US.yaml b/manifests/g/GDGSoftware/PaquetBuilder/26.3.0.0/GDGSoftware.PaquetBuilder.locale.en-US.yaml new file mode 100644 index 0000000000000..c94f037af10e5 --- /dev/null +++ b/manifests/g/GDGSoftware/PaquetBuilder/26.3.0.0/GDGSoftware.PaquetBuilder.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GDGSoftware.PaquetBuilder +PackageVersion: 26.3.0.0 +PackageLocale: en-US +Publisher: G.D.G. Software +PublisherUrl: https://www.installpackbuilder.com/ +PublisherSupportUrl: https://www.gdgsoft.com/support +PrivacyUrl: https://www.installpackbuilder.com/about/privacy-policy +Author: G.D.G. Software SAS +PackageName: Paquet Builder +PackageUrl: https://www.installpackbuilder.com/download +License: Proprietary +LicenseUrl: https://www.installpackbuilder.com/PB-EULA.pdf +Copyright: Copyright © G.D.G. Software 2006-2026. All rights reserved. +CopyrightUrl: https://www.installpackbuilder.com/PB-EULA.pdf +ShortDescription: Package Files and Software in Installers for Easy Distribution +Description: |- + Paquet Builder is a powerful installer software and an advanced Self-Extracting 7z (7zip archive) tool designed for professional file and software distribution. + With Paquet Builder, you can easily create compact, fully-customized Windows installer packages that simplify software delivery and enhance user experience. +Tags: +- install +- installation +- installer +- setup +ReleaseNotes: |- + - Improved Modernized the custom action property editor: boolean properties now use native checkboxes, every text field gets an edit (…) button for inserting variables and resource strings, a new Ctrl+Enter shortcut opens the value editor, and the editor follows the active light or dark theme + - Improved Improved the integrated Help window and other HTML-based screens + - Improved Internal code improvements to several custom actions, plus minor improvements + - Fixed Fixed a crash (access violation) that could occur when closing Paquet Builder after a WebView-based window, such as the Help browser, had been used during the session + - Fixed Fixed text appearing at twice its normal size on some interface elements (hyperlinks, tab captions, File Manager column headers, tree and list items) on displays scaled above 100% (high-DPI screens at 125–200%) +ReleaseNotesUrl: https://www.installpackbuilder.com/download/changelog +PurchaseUrl: https://www.installpackbuilder.com/store +Documentations: +- DocumentLabel: Frequently Asked Questions + DocumentUrl: https://www.installpackbuilder.com/faq +- DocumentLabel: Documentation + DocumentUrl: https://www.installpackbuilder.com/help +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GDGSoftware/PaquetBuilder/26.2.0.0/GDGSoftware.PaquetBuilder.locale.zh-CN.yaml b/manifests/g/GDGSoftware/PaquetBuilder/26.3.0.0/GDGSoftware.PaquetBuilder.locale.zh-CN.yaml similarity index 89% rename from manifests/g/GDGSoftware/PaquetBuilder/26.2.0.0/GDGSoftware.PaquetBuilder.locale.zh-CN.yaml rename to manifests/g/GDGSoftware/PaquetBuilder/26.3.0.0/GDGSoftware.PaquetBuilder.locale.zh-CN.yaml index f03af24d34c91..9c85fac5f727a 100644 --- a/manifests/g/GDGSoftware/PaquetBuilder/26.2.0.0/GDGSoftware.PaquetBuilder.locale.zh-CN.yaml +++ b/manifests/g/GDGSoftware/PaquetBuilder/26.3.0.0/GDGSoftware.PaquetBuilder.locale.zh-CN.yaml @@ -1,22 +1,22 @@ -# Automatically updated by the winget bot at 2026/Jun/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: GDGSoftware.PaquetBuilder -PackageVersion: 26.2.0.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 将文件和软件打包成安装程序以便轻松分发 -Description: |- - Paquet Builder 是一款功能强大的安装程序制作软件,同时也是专业的自解压 7z(7zip 压缩包)工具,专为高效的文件与软件分发而设计。 - 通过 Paquet Builder,您可以轻松创建精简、高度定制化的 Windows 安装包,从而简化软件交付流程并提升终端用户体验。 -Tags: -- 安装 -- 安装包 -- 安装程序 -Documentations: -- DocumentLabel: 常见问题 - DocumentUrl: https://www.installpackbuilder.com/faq -- DocumentLabel: 文档 - DocumentUrl: https://www.installpackbuilder.com/help -ManifestType: locale -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GDGSoftware.PaquetBuilder +PackageVersion: 26.3.0.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 将文件和软件打包成安装程序以便轻松分发 +Description: |- + Paquet Builder 是一款功能强大的安装程序制作软件,同时也是专业的自解压 7z(7zip 压缩包)工具,专为高效的文件与软件分发而设计。 + 通过 Paquet Builder,您可以轻松创建精简、高度定制化的 Windows 安装包,从而简化软件交付流程并提升终端用户体验。 +Tags: +- 安装 +- 安装包 +- 安装程序 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.installpackbuilder.com/faq +- DocumentLabel: 文档 + DocumentUrl: https://www.installpackbuilder.com/help +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GDGSoftware/PaquetBuilder/26.2.0.0/GDGSoftware.PaquetBuilder.yaml b/manifests/g/GDGSoftware/PaquetBuilder/26.3.0.0/GDGSoftware.PaquetBuilder.yaml similarity index 69% rename from manifests/g/GDGSoftware/PaquetBuilder/26.2.0.0/GDGSoftware.PaquetBuilder.yaml rename to manifests/g/GDGSoftware/PaquetBuilder/26.3.0.0/GDGSoftware.PaquetBuilder.yaml index 3379a642637b4..cc485495ec804 100644 --- a/manifests/g/GDGSoftware/PaquetBuilder/26.2.0.0/GDGSoftware.PaquetBuilder.yaml +++ b/manifests/g/GDGSoftware/PaquetBuilder/26.3.0.0/GDGSoftware.PaquetBuilder.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Jun/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: GDGSoftware.PaquetBuilder -PackageVersion: 26.2.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GDGSoftware.PaquetBuilder +PackageVersion: 26.3.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/Prerelease/v1.0.72-1/GitHub.Copilot.Prerelease.installer.yaml b/manifests/g/GitHub/Copilot/Prerelease/v1.0.72-1/GitHub.Copilot.Prerelease.installer.yaml new file mode 100644 index 0000000000000..96afa40bd5ebf --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v1.0.72-1/GitHub.Copilot.Prerelease.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot.Prerelease +PackageVersion: v1.0.72-1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.PowerShell + MinimumVersion: 7.0.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.72-1/copilot-win32-x64.zip + InstallerSha256: 135929149F8D9424E7B98B1467A5ADC4FC787B95103EE40D747A71BDE0A7238F +- Architecture: arm64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.72-1/copilot-win32-arm64.zip + InstallerSha256: D217139ADEAC82451559062D75818F8D41911F518621D0F00DFACBEDF96D4F08 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-17 diff --git a/manifests/g/GitHub/Copilot/Prerelease/v1.0.72-1/GitHub.Copilot.Prerelease.locale.en-US.yaml b/manifests/g/GitHub/Copilot/Prerelease/v1.0.72-1/GitHub.Copilot.Prerelease.locale.en-US.yaml new file mode 100644 index 0000000000000..b2b0ce072a996 --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v1.0.72-1/GitHub.Copilot.Prerelease.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot.Prerelease +PackageVersion: v1.0.72-1 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-privacy-statement +PackageName: Copilot CLI (Preview) +PackageUrl: https://github.com/github/copilot-cli +License: Proprietary +LicenseUrl: https://docs.github.com/en/site-policy/github-terms/github-pre-release-license-terms +Copyright: Copyright (c) GitHub 2025. All rights reserved. +CopyrightUrl: https://github.com/github/copilot-cli?tab=License-1-ov-file +ShortDescription: GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal. +Description: GitHub Copilot CLI brings AI-powered coding assistance directly to your command line, enabling you to build, debug, and understand code through natural language conversations. Powered by the same agentic harness as GitHub's Copilot coding agent, it provides intelligent assistance while staying deeply integrated with your GitHub workflow. +Moniker: copilot-prerelease +Tags: +- cli +- copilot +- github +ReleaseNotesUrl: https://github.com/github/copilot-cli/releases/tag/v1.0.72-1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/github/copilot-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/Prerelease/v1.0.72-1/GitHub.Copilot.Prerelease.yaml b/manifests/g/GitHub/Copilot/Prerelease/v1.0.72-1/GitHub.Copilot.Prerelease.yaml new file mode 100644 index 0000000000000..102f2c2406d09 --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v1.0.72-1/GitHub.Copilot.Prerelease.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot.Prerelease +PackageVersion: v1.0.72-1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Giuspen/Cherrytree/1.7.0/Giuspen.Cherrytree.installer.yaml b/manifests/g/Giuspen/Cherrytree/1.7.0/Giuspen.Cherrytree.installer.yaml new file mode 100644 index 0000000000000..8319ffe954c94 --- /dev/null +++ b/manifests/g/Giuspen/Cherrytree/1.7.0/Giuspen.Cherrytree.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Giuspen.Cherrytree +PackageVersion: 1.7.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: '{DBA7384C-E1C6-44B5-A3B4-C94F2F0B8C0C}_is1' +ReleaseDate: 2026-05-23 +AppsAndFeaturesEntries: +- ProductCode: '{DBA7384C-E1C6-44B5-A3B4-C94F2F0B8C0C}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\CherryTree' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/giuspen/cherrytree/releases/download/v1.7.0/cherrytree_1.7.0.0_win64_setup.exe + InstallerSha256: AE919B8163E65899D626CB2E5B370BD0FDF11B603CC7A443FB021EA08FF6431D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Giuspen/Cherrytree/1.7.0/Giuspen.Cherrytree.locale.en-US.yaml b/manifests/g/Giuspen/Cherrytree/1.7.0/Giuspen.Cherrytree.locale.en-US.yaml new file mode 100644 index 0000000000000..6f8f9b2d048ab --- /dev/null +++ b/manifests/g/Giuspen/Cherrytree/1.7.0/Giuspen.Cherrytree.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Giuspen.Cherrytree +PackageVersion: 1.7.0 +PackageLocale: en-US +Publisher: Giuseppe Penone +PublisherUrl: https://www.giuspen.com/ +PublisherSupportUrl: https://github.com/giuspen/cherrytree/issues +Author: Giuseppe Penone +PackageName: CherryTree +PackageUrl: https://www.giuspen.com/cherrytree +License: GPL-3.0-or-later +LicenseUrl: https://github.com/giuspen/cherrytree/blob/HEAD/license.txt +Copyright: |- + Copyright © 2009-2025 + Giuseppe Penone + Evgenii Gurianov +CopyrightUrl: https://github.com/giuspen/cherrytree/blob/master/license.txt +ShortDescription: A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file. +Description: | + A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in either a single file (xml or sqlite) or multiple files and directories. +Tags: +- editor +- note +- wiki +ReleaseNotes: |- + - implemented new start dialog that shows when no document is loaded (e.g. after file--new instance) to better guide the user in what to do (and preferences dialog option to disable it) + - added confirmation dialog for when the user is searching + replacing with the option 'all, list matches' and the replace entry is empty (#2850) + - when searching + replacing rich text that has format or link tags, do not lose the tags + - when searching + replacing, all replacements were also happening inside of link targets without any option. the option has now been added in the search/replace dialog, off by default + - fixed issue with search with option all matches (default), and presence of the pattern also in links targets and anchors names + - fixed issue with search, iteratively forward / backward, and presence of the pattern also in links targets and anchors names + - fixed data loss when replacing attachment with same name in case of multi file data storage and option to use embedded file name on disk (#2859) + - support for remembering/restoring nodes children expanded status when parent node is collapsed and then expanded again (#2814) + - search / replace history persistence to disk is now configurable in the preferences dialog (#2849) + - fixed on linux links to files containing question marks don't work (#2808) + - fixed switch to node (-n or --node) not working if already running (#2813) + - improved robustness of code to notify that a change happened, saving is needed - possibly fixing reported issue (not easy to reproduce) + - fixed issues with copying line (Shift+Alt+C) + - fixed latex injection vulnerabilities (#2846) + - fixed when tree configured on the right hand side may have width increasing on every app start (#2847) + - fixed issue with tree tooltip and node names with ampersand (#2860) + - fixed in search results dialog, last result hidden by overlay horizontal scrollbar (#2862) + - added on the statusbar indication of the number of children nodes of the currently selected node + - implemented workaround for issue of freeze in Debian12/KDE6 caused by Klipper - added option 'Do Not Auto-Select Objects on Single Click' in preferences dialog, tab rich text (#2759) + - added check to avoid writing to read only document file (#2851) + - multi file document type, in case of bad unicode node content generated from external application, do not crash and allow the remaining nodes to open normally (#2807, work of @kindofbeard) + - hide the menu item to copy the current document path to clipboard if the document was never saved / has no path + - fixed crash importing from tomboy/gnote (#2845) + - all the languages translations where the maintainer could not support this release have been completed with github copilot. If you spot issues and want to help providing a better translation use https://github.com/giuspen/cherrytree/issues +ReleaseNotesUrl: https://github.com/giuspen/cherrytree/releases/tag/v1.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Giuspen/Cherrytree/1.7.0/Giuspen.Cherrytree.locale.zh-CN.yaml b/manifests/g/Giuspen/Cherrytree/1.7.0/Giuspen.Cherrytree.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c3275bf83bb43 --- /dev/null +++ b/manifests/g/Giuspen/Cherrytree/1.7.0/Giuspen.Cherrytree.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Giuspen.Cherrytree +PackageVersion: 1.7.0 +PackageLocale: zh-CN +Publisher: Giuseppe Penone +PublisherUrl: https://www.giuspen.com/ +PublisherSupportUrl: https://github.com/giuspen/cherrytree/issues +Author: Giuseppe Penone +PackageName: CherryTree +PackageUrl: https://www.giuspen.com/cherrytree +License: GPL-3.0-or-later +LicenseUrl: https://github.com/giuspen/cherrytree/blob/master/license.txt +Copyright: |- + Copyright © 2009-2025 + Giuseppe Penone + Evgenii Gurianov +CopyrightUrl: https://github.com/giuspen/cherrytree/blob/master/license.txt +ShortDescription: 一个层级式笔记记录程序,具有富文本和代码高亮的功能 +Description: 一个层级式笔记记录程序,具有富文本和代码高亮的功能,数据存储在单个文件(xml或sqlite)或多个文件和目录中。 +Tags: +- wiki +- 笔记 +- 编辑器 +ReleaseNotes: |- + - fixed links to TOCs (anchors) no longer scrolling to the target (#2768, #2766, #2389) + - default option for searching multiple words is back to 'exact match' as way faster; the last used option is now preserved across sessions (#2767) +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Giuspen/Cherrytree/1.7.0/Giuspen.Cherrytree.yaml b/manifests/g/Giuspen/Cherrytree/1.7.0/Giuspen.Cherrytree.yaml new file mode 100644 index 0000000000000..039edb3f5eb7b --- /dev/null +++ b/manifests/g/Giuspen/Cherrytree/1.7.0/Giuspen.Cherrytree.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Giuspen.Cherrytree +PackageVersion: 1.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/150.0.7871.125/Google.Chrome.installer.yaml b/manifests/g/Google/Chrome/150.0.7871.125/Google.Chrome.installer.yaml deleted file mode 100644 index 129d3fb7fd7ef..0000000000000 --- a/manifests/g/Google/Chrome/150.0.7871.125/Google.Chrome.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Google.Chrome -PackageVersion: 150.0.7871.125 -InstallerType: wix -Scope: machine -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- mms -- tel -- webcal -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi - InstallerSha256: 7E4E6ED94CDF10FE7FF2FAD1194D0BD6C743CE30C02934480447E00E7A79C045 - ProductCode: '{18E7757C-831C-3DAF-A357-34712A87B5B1}' - AppsAndFeaturesEntries: - - ProductCode: '{18E7757C-831C-3DAF-A357-34712A87B5B1}' - UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' -- Architecture: x64 - InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi - InstallerSha256: FC1452E114A70290A4FA4A7166C907BA0437649507FF8B23CB07AAA69EA313BE - ProductCode: '{ED899AD6-C46F-310D-BDF9-521C3651D9BA}' - AppsAndFeaturesEntries: - - ProductCode: '{ED899AD6-C46F-310D-BDF9-521C3651D9BA}' - UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' -- Architecture: arm64 - InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise_arm64.msi - InstallerSha256: 2867E9322E85BB02940531B0CF4641D170C29552B73BB104A5E1888093C1C5FB - ProductCode: '{459786A0-A8A0-3A51-948E-4756F052568F}' - AppsAndFeaturesEntries: - - ProductCode: '{459786A0-A8A0-3A51-948E-4756F052568F}' - UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/150.0.7871.125/Google.Chrome.locale.en-US.yaml b/manifests/g/Google/Chrome/150.0.7871.125/Google.Chrome.locale.en-US.yaml deleted file mode 100644 index 806640a9f3e5d..0000000000000 --- a/manifests/g/Google/Chrome/150.0.7871.125/Google.Chrome.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.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Google.Chrome -PackageVersion: 150.0.7871.125 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome -PackageUrl: https://www.google.com/chrome/ -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms/ -Copyright: Copyright 2026 Google LLC. All rights reserved. -ShortDescription: The Fast & Secure Web Browser Built to be Yours -Description: Chrome is the official web browser from Google, built to be fast, secure, and customizable. -Moniker: chrome -Tags: -- browser -- chromium -- internet -- manifestv3 -- mv3 -- safe -- search -- web -- webpage -Documentations: -- DocumentLabel: Chrome Platform Status - DocumentUrl: https://chromestatus.com/ -- DocumentLabel: Chrome Web Store - DocumentUrl: https://chromewebstore.google.com/ -- DocumentLabel: Chrome for Developers - DocumentUrl: https://developer.chrome.com/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/150.0.7871.125/Google.Chrome.locale.nb-NO.yaml b/manifests/g/Google/Chrome/150.0.7871.125/Google.Chrome.locale.nb-NO.yaml deleted file mode 100644 index cef879ae9cea5..0000000000000 --- a/manifests/g/Google/Chrome/150.0.7871.125/Google.Chrome.locale.nb-NO.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Google.Chrome -PackageVersion: 150.0.7871.125 -PackageLocale: nb-NO -PublisherSupportUrl: https://support.google.com/?hl=nb-no -PrivacyUrl: https://policies.google.com/privacy?hl=nb-no -PackageUrl: https://www.google.com/intl/no/chrome/ -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms/ -Copyright: Copyright 2026 Google LLC. Med enerett. -ShortDescription: Den raske og sikre nettleseren som er laget for å være din egen -Description: Chrome er Googles offisielle nettleser. Den er laget for å være rask, sikker og tilpassbar. -Tags: -- chromium -- internett -- nettet -- nettleser -- rask -- søk -- trygg -Documentations: -- DocumentLabel: Chrome Nettmarked - DocumentUrl: https://chromewebstore.google.com/?hl=nb-no -- DocumentLabel: Chrome Platform Status - DocumentUrl: https://chromestatus.com/ -- DocumentLabel: Chrome for Developers - DocumentUrl: https://developer.chrome.com/ -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/150.0.7871.125/Google.Chrome.locale.zh-CN.yaml b/manifests/g/Google/Chrome/150.0.7871.125/Google.Chrome.locale.zh-CN.yaml deleted file mode 100644 index be651f991e36a..0000000000000 --- a/manifests/g/Google/Chrome/150.0.7871.125/Google.Chrome.locale.zh-CN.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Google.Chrome -PackageVersion: 150.0.7871.125 -PackageLocale: zh-CN -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -PackageUrl: https://www.google.com/intl/zh-CN/chrome/ -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms/ -Copyright: 版权所有 2026 Google LLC. 保留所有权利。 -ShortDescription: 快速安全的网络浏览器,专为您而打造 -Description: Chrome 是 Google 的官方网络浏览器,速度飞快,安全可靠,并且支持自定义。 -Tags: -- chromium -- 互联网 -- 安全 -- 快捷 -- 搜索 -- 浏览器 -- 网页 -Documentations: -- DocumentLabel: Chrome Platform Status - DocumentUrl: https://chromestatus.com/ -- DocumentLabel: Chrome for Developers - DocumentUrl: https://developer.chrome.com/?hl=zh-cn -- DocumentLabel: Chrome 应用商店 - DocumentUrl: https://chromewebstore.google.com/?hl=zh-cn -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Dev/152.0.7939.3/Google.Chrome.Dev.installer.yaml b/manifests/g/Google/Chrome/Dev/152.0.7953.3/Google.Chrome.Dev.installer.yaml similarity index 71% rename from manifests/g/Google/Chrome/Dev/152.0.7939.3/Google.Chrome.Dev.installer.yaml rename to manifests/g/Google/Chrome/Dev/152.0.7953.3/Google.Chrome.Dev.installer.yaml index 3ce1d8d8faa5f..aa7ef9dc9e3d1 100644 --- a/manifests/g/Google/Chrome/Dev/152.0.7939.3/Google.Chrome.Dev.installer.yaml +++ b/manifests/g/Google/Chrome/Dev/152.0.7953.3/Google.Chrome.Dev.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 152.0.7939.3 +PackageVersion: 152.0.7953.3 InstallerType: wix Scope: machine UpgradeBehavior: install @@ -28,11 +28,11 @@ ElevationRequirement: elevatesSelf Installers: - Architecture: x86 InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise.msi - InstallerSha256: C1AAED6F9E4B18168908C6DB2B3807BBBFBC8260F05C4F44FBC57295B9303124 - ProductCode: '{1C98D251-AF95-325D-A870-E381293CC7BB}' + InstallerSha256: ECF7C7C330BE3FF34EB5EE3ABC794F9E44ACD6DE5FDEB51089E01F978B740189 + ProductCode: '{B37269E7-6FA8-3C7E-8390-268845D8D2ED}' - Architecture: x64 InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise64.msi - InstallerSha256: F7076B4E0FAB4EB3E948B22080A56BE4EEC80B5F5D2D5E26F02B78329F92DA16 - ProductCode: '{23711621-496C-33E5-BF2A-8FB6AD1186A8}' + InstallerSha256: CB9DD381E53949233AA0D898C0760CF118DB674883E5A07E82D667FE66FA4C94 + ProductCode: '{BBB6C2ED-64B2-307A-AC7F-93AB807148E1}' ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Dev/152.0.7939.3/Google.Chrome.Dev.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/152.0.7953.3/Google.Chrome.Dev.locale.en-US.yaml similarity index 97% rename from manifests/g/Google/Chrome/Dev/152.0.7939.3/Google.Chrome.Dev.locale.en-US.yaml rename to manifests/g/Google/Chrome/Dev/152.0.7953.3/Google.Chrome.Dev.locale.en-US.yaml index 817bcc8c9dc35..1effa8cbc9a51 100644 --- a/manifests/g/Google/Chrome/Dev/152.0.7939.3/Google.Chrome.Dev.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Dev/152.0.7953.3/Google.Chrome.Dev.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 152.0.7939.3 +PackageVersion: 152.0.7953.3 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/152.0.7939.3/Google.Chrome.Dev.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/152.0.7953.3/Google.Chrome.Dev.locale.nb-NO.yaml similarity index 97% rename from manifests/g/Google/Chrome/Dev/152.0.7939.3/Google.Chrome.Dev.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Dev/152.0.7953.3/Google.Chrome.Dev.locale.nb-NO.yaml index f44b80aca77d4..350f9a4c00c04 100644 --- a/manifests/g/Google/Chrome/Dev/152.0.7939.3/Google.Chrome.Dev.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Dev/152.0.7953.3/Google.Chrome.Dev.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 152.0.7939.3 +PackageVersion: 152.0.7953.3 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/152.0.7939.3/Google.Chrome.Dev.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/152.0.7953.3/Google.Chrome.Dev.locale.zh-CN.yaml similarity index 97% rename from manifests/g/Google/Chrome/Dev/152.0.7939.3/Google.Chrome.Dev.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Dev/152.0.7953.3/Google.Chrome.Dev.locale.zh-CN.yaml index 2e52257b713fc..9b70c71731ab3 100644 --- a/manifests/g/Google/Chrome/Dev/152.0.7939.3/Google.Chrome.Dev.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Dev/152.0.7953.3/Google.Chrome.Dev.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 152.0.7939.3 +PackageVersion: 152.0.7953.3 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/152.0.7939.3/Google.Chrome.Dev.yaml b/manifests/g/Google/Chrome/Dev/152.0.7953.3/Google.Chrome.Dev.yaml similarity index 89% rename from manifests/g/Google/Chrome/Dev/152.0.7939.3/Google.Chrome.Dev.yaml rename to manifests/g/Google/Chrome/Dev/152.0.7953.3/Google.Chrome.Dev.yaml index 65056fa5fa180..3ad5fffcb5cd2 100644 --- a/manifests/g/Google/Chrome/Dev/152.0.7939.3/Google.Chrome.Dev.yaml +++ b/manifests/g/Google/Chrome/Dev/152.0.7953.3/Google.Chrome.Dev.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 152.0.7939.3 +PackageVersion: 152.0.7953.3 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/140.0.7259.2/Google.Chrome.Dev.EXE.installer.yaml b/manifests/g/Google/Chrome/Dev/EXE/140.0.7259.2/Google.Chrome.Dev.EXE.installer.yaml deleted file mode 100644 index 83d3e87ba29f9..0000000000000 --- a/manifests/g/Google/Chrome/Dev/EXE/140.0.7259.2/Google.Chrome.Dev.EXE.installer.yaml +++ /dev/null @@ -1,74 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 140.0.7259.2 -InstallerType: exe -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome Dev -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/aclrblbhfzw6c3jqewhgbl2e7arq_140.0.7259.2/140.0.7259.2_chrome_installer_uncompressed.exe - InstallerSha256: 57591C23A19FC6FA9917611C48DBD7E2EC323016552E637FAF537CE47B6E0467 - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome -- Architecture: x86 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/aclrblbhfzw6c3jqewhgbl2e7arq_140.0.7259.2/140.0.7259.2_chrome_installer_uncompressed.exe - InstallerSha256: 57591C23A19FC6FA9917611C48DBD7E2EC323016552E637FAF537CE47B6E0467 - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome --system-level -- Architecture: x64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/ac27bzmqackapvk2po6ewxf4wdiq_140.0.7259.2/140.0.7259.2_chrome_installer_uncompressed.exe - InstallerSha256: EB232AE16347FE4385AF43A1C7C8C46829E85AB4B61809A9043052443C9B910D - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome -- Architecture: x64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/ac27bzmqackapvk2po6ewxf4wdiq_140.0.7259.2/140.0.7259.2_chrome_installer_uncompressed.exe - InstallerSha256: EB232AE16347FE4385AF43A1C7C8C46829E85AB4B61809A9043052443C9B910D - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome --system-level -- Architecture: arm64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/acdde4low67brgf6sa23fyc6ehyq_140.0.7259.2/140.0.7259.2_chrome_installer_uncompressed.exe - InstallerSha256: 3EE381F39F8E0C6F7CA7F04D1AF9DE0D5448B6D0C4BBEDD972F602F538F9C799 - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome -- Architecture: arm64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/acdde4low67brgf6sa23fyc6ehyq_140.0.7259.2/140.0.7259.2_chrome_installer_uncompressed.exe - InstallerSha256: 3EE381F39F8E0C6F7CA7F04D1AF9DE0D5448B6D0C4BBEDD972F602F538F9C799 - InstallerSwitches: - Custom: --chrome-dev --do-not-launch-chrome --system-level -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/140.0.7259.2/Google.Chrome.Dev.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/EXE/140.0.7259.2/Google.Chrome.Dev.EXE.locale.en-US.yaml deleted file mode 100644 index fcfe539ade4f0..0000000000000 --- a/manifests/g/Google/Chrome/Dev/EXE/140.0.7259.2/Google.Chrome.Dev.EXE.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 140.0.7259.2 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Dev (EXE) -PackageUrl: https://www.google.com/chrome/dev -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Google Chrome for developers -Description: Google Chrome for developers was built for the open web. Test cutting-edge web platform APIs and developer tools that are updated weekly. -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/140.0.7259.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/EXE/140.0.7259.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml deleted file mode 100644 index 108c58d7506e8..0000000000000 --- a/manifests/g/Google/Chrome/Dev/EXE/140.0.7259.2/Google.Chrome.Dev.EXE.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 140.0.7259.2 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Dev (EXE) -PackageUrl: https://www.google.com/intl/no/chrome/dev -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Google Chrome for utviklere -Description: Google Chrome for utviklere er laget for det åpne nettet. Test banebrytende nettplattform-API-er og utviklerverktøy som oppdateres ukentlig. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/140.0.7259.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/EXE/140.0.7259.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml deleted file mode 100644 index 0d6d1c8a57c85..0000000000000 --- a/manifests/g/Google/Chrome/Dev/EXE/140.0.7259.2/Google.Chrome.Dev.EXE.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 140.0.7259.2 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome 开发者版 (EXE) -PackageUrl: https://www.google.com/intl/zh-CN/chrome/dev -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 开发者专用的 Google Chrome -Description: 开发者专用的 Google Chrome 专为开放式网络打造。测试先进的网络平台 API 和每周都会更新的开发者工具。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.161/gg.ai.ggcode-cli.installer.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.161/gg.ai.ggcode-cli.installer.yaml new file mode 100644 index 0000000000000..4e3f7bdfcf659 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.161/gg.ai.ggcode-cli.installer.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.161 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- ggcode +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.161/ggcode_1.3.161_windows_x64.msi + InstallerSha256: D25DD8FB1412CBE66D1EAC3A6E6936C2BAF78D089F23EEA5A3F7FBAE451DAF48 + ProductCode: '{D81839BA-D4A0-4D2F-BC7E-19E867CDF078}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{D81839BA-D4A0-4D2F-BC7E-19E867CDF078}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.161/ggcode_1.3.161_windows_arm64.msi + InstallerSha256: 1588BF9A70595532BD749B3188DE5E1BD45F6EDE2AD7E666728CBF7E9A77F824 + ProductCode: '{9E853536-F2C2-4F7C-BDA2-878EFF94FAFC}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{9E853536-F2C2-4F7C-BDA2-878EFF94FAFC}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-17 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.161/gg.ai.ggcode-cli.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.161/gg.ai.ggcode-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..bc6d16a58b450 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.161/gg.ai.ggcode-cli.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.161 +PackageLocale: en-US +Publisher: GG AI Studio +PublisherUrl: https://github.com/topcheer +PublisherSupportUrl: https://github.com/topcheer/ggcode/issues +Author: GG AI Studio +PackageName: ggcode +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent for the terminal. +Description: |- + ggcode is an AI coding agent for terminal-first workflows. It can understand + repositories, edit files, run commands, use MCP tools, and keep working with + resumable sessions inside a full-screen TUI. +Moniker: ggcode +Tags: +- ai +- cli +- coding +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.161 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.161/gg.ai.ggcode-cli.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.161/gg.ai.ggcode-cli.yaml new file mode 100644 index 0000000000000..4f804edb8d76b --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.161/gg.ai.ggcode-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.161 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.161/gg.ai.ggcode-desktop.installer.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.161/gg.ai.ggcode-desktop.installer.yaml new file mode 100644 index 0000000000000..ec18fce031f7c --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.161/gg.ai.ggcode-desktop.installer.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.161 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb +UpgradeBehavior: install +ProductCode: '{C5CB8691-E2C1-416C-BA00-AD8D550EE778}' +AppsAndFeaturesEntries: +- DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{C5CB8691-E2C1-416C-BA00-AD8D550EE778}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.161/ggcode-desktop_1.3.161_windows_x64.msi + InstallerSha256: 12093BCAB79294AF066F392CB29F322C24417591C4F5D5C86A0AAF6ECD5ED502 + ProductCode: '{C5CB8691-E2C1-416C-BA00-AD8D550EE778}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{C5CB8691-E2C1-416C-BA00-AD8D550EE778}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.161/ggcode-desktop_1.3.161_windows_arm64.msi + InstallerSha256: 219371F23867B88EC4BAC7744B84DE53B7905550A5A84E6D6975583D3BA95289 + ProductCode: '{A821DEDC-6BBD-4C00-9B8F-31D386D59D02}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{A821DEDC-6BBD-4C00-9B8F-31D386D59D02}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-17 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.161/gg.ai.ggcode-desktop.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.161/gg.ai.ggcode-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..b612a38cab218 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.161/gg.ai.ggcode-desktop.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.161 +PackageLocale: en-US +Publisher: GG AI Studio +PublisherUrl: https://github.com/topcheer +PublisherSupportUrl: https://github.com/topcheer/ggcode/issues +Author: GG AI Studio +PackageName: GGCode Desktop +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent with a native desktop interface. +Description: |- + GGCode Desktop is a native graphical interface for ggcode, an AI coding agent + focused on code understanding, repo editing, command execution, MCP tools, + resumable sessions, and coding workflows. +Tags: +- ai +- coding +- desktop +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.161 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.161/gg.ai.ggcode-desktop.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.161/gg.ai.ggcode-desktop.yaml new file mode 100644 index 0000000000000..a730fffed101a --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.161/gg.ai.ggcode-desktop.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.161 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.163/gg.ai.ggcode-desktop.installer.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.163/gg.ai.ggcode-desktop.installer.yaml new file mode 100644 index 0000000000000..3f30fa1c5c45f --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.163/gg.ai.ggcode-desktop.installer.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.163 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb +UpgradeBehavior: install +ProductCode: '{B549623B-A14F-42E6-87F1-79DD84C80803}' +AppsAndFeaturesEntries: +- DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{B549623B-A14F-42E6-87F1-79DD84C80803}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.163/ggcode-desktop_1.3.163_windows_x64.msi + InstallerSha256: E0B54A5F81C681F80B6CCBAB2D42C4FE3B41D7564456699ED98C460CD9871309 + ProductCode: '{B549623B-A14F-42E6-87F1-79DD84C80803}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{B549623B-A14F-42E6-87F1-79DD84C80803}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.163/ggcode-desktop_1.3.163_windows_arm64.msi + InstallerSha256: 7B5C0566A8C99F044064598AE29FF6A56EC2EAD45FE33D867536C4B538036DFD + ProductCode: '{885E19A6-54EA-4E05-8AE9-7CA1D471FD34}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{885E19A6-54EA-4E05-8AE9-7CA1D471FD34}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-17 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.163/gg.ai.ggcode-desktop.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.163/gg.ai.ggcode-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..20b2fbec1d6f5 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.163/gg.ai.ggcode-desktop.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.163 +PackageLocale: en-US +Publisher: GG AI Studio +PublisherUrl: https://github.com/topcheer +PublisherSupportUrl: https://github.com/topcheer/ggcode/issues +Author: GG AI Studio +PackageName: GGCode Desktop +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent with a native desktop interface. +Description: |- + GGCode Desktop is a native graphical interface for ggcode, an AI coding agent + focused on code understanding, repo editing, command execution, MCP tools, + resumable sessions, and coding workflows. +Tags: +- ai +- coding +- desktop +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.163 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.163/gg.ai.ggcode-desktop.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.163/gg.ai.ggcode-desktop.yaml new file mode 100644 index 0000000000000..1d6c16aaa20f5 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.163/gg.ai.ggcode-desktop.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.163 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.installer.yaml b/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.installer.yaml new file mode 100644 index 0000000000000..9c0853c6536e6 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.36 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f3bfde38-8429-545c-a4e9-a078d87dee6c +ReleaseDate: 2026-07-17 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.36/AionUi-2.1.36-win-x64.exe + InstallerSha256: 949B8E86FF00D1C9FC1F827E1AA71B5034F027D7E9160D51D70686B4E52B0813 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.36/AionUi-2.1.36-win-x64.exe + InstallerSha256: 949B8E86FF00D1C9FC1F827E1AA71B5034F027D7E9160D51D70686B4E52B0813 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.36/AionUi-2.1.36-win-arm64.exe + InstallerSha256: 37922D4C47AB124F540E6117C5F2239322DB784B5B14A8F5764B960C068CF332 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.locale.en-US.yaml b/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.locale.en-US.yaml new file mode 100644 index 0000000000000..c1aec1b426f11 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.locale.en-US.yaml @@ -0,0 +1,66 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.36 +PackageLocale: en-US +Publisher: aionui +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/AionUi/issues +PrivacyUrl: https://office-ai.net/privacy-policy/ +Author: Hying Technology Co., Ltd. +PackageName: AionUi +PackageUrl: https://github.com/iOfficeAI/AionUi +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/AionUi/blob/HEAD/LICENSE +Copyright: Copyright 2026 AionUi (aionui.com) +ShortDescription: Free, local, open-source GUI app for Gemini CLI — Enhance Chat Experience, Multi-tasking, Code Diff View, File & Project Management, and more +Tags: +- ai +- code +- coding +- gemini +- gemini-cli +- large-language-model +- llm +- programming +ReleaseNotes: |- + Highlights + Scheduled tasks: visual schedule builder and queue protection + - You no longer need to know Cron syntax to create a custom schedule. A visual builder covers interval, daily, weekly, and monthly rules, with a live preview of the generated expression — and the advanced Cron editor is still there for complex cases. + - A new queue-protection toggle keeps scheduled runs from piling up: if a previous run is still going, the next one waits instead of stacking. + Skills management grows up + - Every skill now has its own detail page showing its info and which assistants use it — and you can attach or detach assistants right there. The skills list shows used-by avatar stacks at a glance. + - Batch manage mode lets you select and delete multiple custom skills in one action, with select-all over the filtered list. + Find things faster in long lists + - The Skills and MCP submenus in the "+" menu, and the default Model/Skills/MCP selects in the assistant editor, now have inline search — the same pattern as the model selector. No more scrolling through long lists. + Smoother drag-to-reorder + - Team member tabs and pinned conversations now use the same polished drag interaction as assistant sorting: hover reveals a drag handle, dragging is axis-locked and animated. + Under the hood + - Removed two legacy dependencies (aioncli-core and the office-ai platform), slimming the install and reducing update surface. + Engine updates (AionCore v0.1.47 → v0.1.48) + This release also picks up two AionCore versions: + - Aion CLI can now see images: attach a screenshot or picture and it goes straight to the model inline, with attachments routed by each model's actual image capability. + - Added Pi as a new built-in coding agent (ACP), joining Claude Code, Codex, and Gemini. + - CLI detection now honors your login shell PATH, so tools installed via nvm/homebrew/cargo are found reliably, and built-in CLIs are validated before being offered. + - Team collaboration gained a fallback transport for CLI backends, keeping teamwork going when the primary channel is unavailable. + - Assistant rule files are stored canonically, and legacy settings sync no longer overwrites toggles you changed by hand. + - Scheduled executions are deduplicated and protected at the engine level (the backend half of this release's queue protection). + - Removed the legacy Bun runtime, simplifying the runtime stack. + What's Changed + - feat(cron): add queue protection and visual schedules by @JAVA-LW in https://github.com/iOfficeAI/AionUi/pull/3552 + - chore(deps): remove aioncli-core dependency by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3594 + - chore(deps): remove office-ai platform dependency by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3595 + - feat(skills): add batch delete for custom skills by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/3600 + - style(skills): soften batch-mode selected card state by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/3603 + - feat(skills): skill detail page with assistant attachment by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/3604 + - feat(ui): add search to skills/MCP submenus and assistant default selects by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/3605 + - feat(ui): standardize drag-to-reorder UX for team tabs and pinned conversations by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/3606 + - chore: bump version to 2.1.36 by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3610 + Full Changelog: https://github.com/iOfficeAI/AionUi/compare/v2.1.35...v2.1.36 +ReleaseNotesUrl: https://github.com/iOfficeAI/AionUi/releases/tag/v2.1.36 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/AionUi/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.locale.zh-CN.yaml b/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..579b99dd181c5 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.36 +PackageLocale: zh-CN +PublisherUrl: https://www.haiyingsec.cn/ +PrivacyUrl: https://www.office-ai.cn/privacy-policy +Author: 珠海海鹦安全科技有限公司 +ShortDescription: 免费、本地、开源的 Gemini CLI 图形界面应用 — 提升聊天体验、支持多任务处理、代码差异对比、文件与项目管理,以及更多功能 +Tags: +- gemini +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 编程 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.yaml b/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.yaml new file mode 100644 index 0000000000000..00adae67fb0e9 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.36/HaiYing.AionUi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.36 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hibbiki/Chromium/150.0.7871.129/Hibbiki.Chromium.installer.yaml b/manifests/h/Hibbiki/Chromium/150.0.7871.129/Hibbiki.Chromium.installer.yaml new file mode 100644 index 0000000000000..3a617d0a73a38 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/150.0.7871.129/Hibbiki.Chromium.installer.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 150.0.7871.129 +InstallerType: exe +InstallModes: +- silent +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2026-07-17 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v150.0.7871.129-r1639810/mini_installer.exe + InstallerSha256: 22F1533FD4F4C0F467996F486426405B5C231C11CD058229ED531D0656E514F5 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v150.0.7871.129-r1639810/mini_installer.exe + InstallerSha256: 22F1533FD4F4C0F467996F486426405B5C231C11CD058229ED531D0656E514F5 + InstallerSwitches: + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hibbiki/Chromium/150.0.7871.129/Hibbiki.Chromium.locale.en-US.yaml b/manifests/h/Hibbiki/Chromium/150.0.7871.129/Hibbiki.Chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..4adba513e6946 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/150.0.7871.129/Hibbiki.Chromium.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 150.0.7871.129 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/Hibbiki/chromium-win64 +Author: Hibbiki +PackageName: Chromium +PackageUrl: https://github.com/Hibbiki/chromium-win64 +License: BSD 3-Clause License +LicenseUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +Copyright: Copyright 2015 The Chromium Authors. All rights reserved. +CopyrightUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +ShortDescription: Stable Chromium build for Windows 64-bit, nothing fancy. +Tags: +- browser +- chromium +- manifestv3 +- mv3 +ReleaseNotes: |- + fdfce707c4672fbbaa5a2066ff3d078c90fdcc4c ../out/mini_installer.exe + ce7c0b43340b627f132949deeb4a3407cb962d01 ../out/chrome.7z + 1c9424a46e51d389e882dde85fedaf6a86aedea7 ../out/policy_templates.zip +ReleaseNotesUrl: https://github.com/Hibbiki/chromium-win64/releases/tag/v150.0.7871.129-r1639810 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hibbiki/Chromium/150.0.7871.129/Hibbiki.Chromium.yaml b/manifests/h/Hibbiki/Chromium/150.0.7871.129/Hibbiki.Chromium.yaml new file mode 100644 index 0000000000000..cfe809b2d5e7f --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/150.0.7871.129/Hibbiki.Chromium.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 150.0.7871.129 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HydraLauncher/Hydra/4.0.6/HydraLauncher.Hydra.installer.yaml b/manifests/h/HydraLauncher/Hydra/4.0.6/HydraLauncher.Hydra.installer.yaml new file mode 100644 index 0000000000000..51f7806f9a163 --- /dev/null +++ b/manifests/h/HydraLauncher/Hydra/4.0.6/HydraLauncher.Hydra.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HydraLauncher.Hydra +PackageVersion: 4.0.6 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- hydralauncher +ProductCode: 5c15b0c3-fe4f-5c4b-8f22-d37bfd0a3904 +ReleaseDate: 2026-07-17 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/hydralauncher/hydra/releases/download/v4.0.6/hydralauncher-4.0.6-setup.exe + InstallerSha256: 9A0476407B4319AAFCF747136363A2E88694531DA6371D2CFC88E31256DCB6C2 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/hydralauncher/hydra/releases/download/v4.0.6/hydralauncher-4.0.6-setup.exe + InstallerSha256: 9A0476407B4319AAFCF747136363A2E88694531DA6371D2CFC88E31256DCB6C2 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HydraLauncher/Hydra/4.0.6/HydraLauncher.Hydra.locale.en-US.yaml b/manifests/h/HydraLauncher/Hydra/4.0.6/HydraLauncher.Hydra.locale.en-US.yaml new file mode 100644 index 0000000000000..9168b3df318bc --- /dev/null +++ b/manifests/h/HydraLauncher/Hydra/4.0.6/HydraLauncher.Hydra.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.12.0.schema.json + +PackageIdentifier: HydraLauncher.Hydra +PackageVersion: 4.0.6 +PackageLocale: en-US +Publisher: Los Broxas +PublisherUrl: https://github.com/hydralauncher +PublisherSupportUrl: https://github.com/hydralauncher/hydra/issues +Author: Los Broxas +PackageName: Hydra +PackageUrl: https://github.com/hydralauncher/hydra +License: MIT +LicenseUrl: https://github.com/hydralauncher/hydra/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Los Broxas +ShortDescription: A game launcher with its own embedded BitTorrent client. +Description: Hydra is a Game Launcher with its own embedded BitTorrent Client. The launcher is written in TypeScript (Electron) and Python, which handles the torrenting system by using libtorrent. +Moniker: hydralauncher +Tags: +- game +- gaming +- launcher +ReleaseNotes: |- + What's Changed + - fix: translate missing and hardcoded strings in big picture mode by @moi952 in https://github.com/hydralauncher/hydra/pull/2519 + - fix: show classic game titles in friend notifications by @chubbygrannychaser in https://github.com/hydralauncher/hydra/pull/2516 + - fix big picture user profile crash by @Hachi-R in https://github.com/hydralauncher/hydra/pull/2543 + - Feature: Added --big-picture CLI flag by @Tiger-Tig74 in https://github.com/hydralauncher/hydra/pull/2540 + - feat: add SteamGridDB custom asset support by @Moyasee in https://github.com/hydralauncher/hydra/pull/2472 + - Chore/assets modal cleanup by @Hachi-R in https://github.com/hydralauncher/hydra/pull/2546 + Full Changelog: https://github.com/hydralauncher/hydra/compare/v4.0.5...v4.0.6 +ReleaseNotesUrl: https://github.com/hydralauncher/hydra/releases/tag/v4.0.6 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/hydralauncher/hydra/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HydraLauncher/Hydra/4.0.6/HydraLauncher.Hydra.locale.zh-CN.yaml b/manifests/h/HydraLauncher/Hydra/4.0.6/HydraLauncher.Hydra.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0a7d3eae2075a --- /dev/null +++ b/manifests/h/HydraLauncher/Hydra/4.0.6/HydraLauncher.Hydra.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HydraLauncher.Hydra +PackageVersion: 4.0.6 +PackageLocale: zh-CN +Publisher: Los Broxas +PackageName: Hydra +ShortDescription: 一款内置 BitTorrent 客户端的游戏启动器。 +Description: Hydra 是一款内置 BitTorrent 客户端的游戏启动器。该启动器由 TypeScript (Electron) 和 Python 编写,使用 libtorrent 处理 Torrent 系统。 +Tags: +- 启动器 +- 游戏 +ReleaseNotesUrl: https://github.com/hydralauncher/hydra/releases/tag/v4.0.6 +Documentations: +- DocumentLabel: 维基 + DocumentUrl: https://github.com/hydralauncher/hydra/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HydraLauncher/Hydra/4.0.6/HydraLauncher.Hydra.yaml b/manifests/h/HydraLauncher/Hydra/4.0.6/HydraLauncher.Hydra.yaml new file mode 100644 index 0000000000000..7cdcc5dfb04b8 --- /dev/null +++ b/manifests/h/HydraLauncher/Hydra/4.0.6/HydraLauncher.Hydra.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HydraLauncher.Hydra +PackageVersion: 4.0.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/1.9.19/hrzlgnm.mdns-browser.installer.yaml b/manifests/h/hrzlgnm/mdns-browser/1.9.19/hrzlgnm.mdns-browser.installer.yaml new file mode 100644 index 0000000000000..06891e9706042 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/1.9.19/hrzlgnm.mdns-browser.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 1.9.19 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: mdns-browser +ReleaseDate: 2026-07-17 +AppsAndFeaturesEntries: +- Publisher: github + ProductCode: mdns-browser +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\mdns-browser' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hrzlgnm/mdns-browser/releases/download/mdns-browser-v1.9.19/mdns-browser_1.9.19_x64-setup.exe + InstallerSha256: 3F641133F0DE9A311331FD54C2AA2911ACE0937F62F61CB14AAAA88F8366B0F4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/1.9.19/hrzlgnm.mdns-browser.locale.en-US.yaml b/manifests/h/hrzlgnm/mdns-browser/1.9.19/hrzlgnm.mdns-browser.locale.en-US.yaml new file mode 100644 index 0000000000000..2bb78f27e1ef4 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/1.9.19/hrzlgnm.mdns-browser.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 1.9.19 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +PublisherSupportUrl: https://github.com/hrzlgnm/mdns-browser/issues +PrivacyUrl: https://github.com/hrzlgnm/mdns-browser/blob/main/PRIVACY.md +Author: hrzlgnm +PackageName: mdns-browser +PackageUrl: https://github.com/hrzlgnm/mdns-browser +License: MIT +LicenseUrl: https://github.com/hrzlgnm/mdns-browser/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 hrzlgnm +ShortDescription: mDNS Browser +Description: mDNS Browser +Tags: +- leptos +- mdns-sd +- rust +- tauri +- thaw +ReleaseNotes: |- + What's Changed + ⬆️ Dependency Updates + 18 changes + - chore(deps): update dependency cargo-edit to v0.13.12 @renovate[bot] #2278 + - chore(deps): update ghcr.io/hrzlgnm/mdns-browser-arch-aur-builder:v1 docker digest to 66b197b @renovate[bot] #2279 + - chore(deps): update ghcr.io/hrzlgnm/mdns-browser-ubuntu-builder:v1 docker digest to de9a928 @renovate[bot] #2280 + - chore(deps): update ghcr.io/hrzlgnm/mdns-browser-void-package-builder:v1 docker digest to ee2735a @renovate[bot] #2281 + - chore(deps): update rust crate console_log to v1.1.0 @renovate[bot] #2282 + - chore(deps): update dependency cargo-edit to v0.13.13 @renovate[bot] #2283 + - chore(deps): update rust crate clap to v4.6.2 @renovate[bot] #2284 + - chore(deps): update ubuntu:latest docker digest to 651ba3f @renovate[bot] #2285 + - chore(deps): update ghcr.io/hrzlgnm/mdns-browser-ubuntu-builder:v1 docker digest to ee6b730 @renovate[bot] #2286 + - chore(deps): update rust crate tokio to v1.52.4 @renovate[bot] #2287 + - chore(deps): update actions/setup-java digest to 03ad4de @renovate[bot] #2289 + - chore(deps): update actions/attest digest to f7c74d2 @renovate[bot] #2288 + - chore(deps): update ubuntu:latest docker digest to 3131b4c @renovate[bot] #2291 + - chore(deps): update dtolnay/rust-toolchain digest to 4cda84d @renovate[bot] #2290 + - chore(deps): update rust crate mdns-sd to v0.20.2 @renovate[bot] #2292 + - chore(deps): update ghcr.io/hrzlgnm/mdns-browser-ubuntu-builder:v1 docker digest to d4a3e88 @renovate[bot] #2293 + - chore(deps): update rust crate tokio to v1.53.0 @renovate[bot] #2294 + - chore(deps): lock file maintenance @renovate[bot] #2295 + Full Changelog + mdns-browser-v1.9.17...mdns-browser-v1.9.19 +ReleaseNotesUrl: https://github.com/hrzlgnm/mdns-browser/releases/tag/mdns-browser-v1.9.19 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/1.9.19/hrzlgnm.mdns-browser.yaml b/manifests/h/hrzlgnm/mdns-browser/1.9.19/hrzlgnm.mdns-browser.yaml new file mode 100644 index 0000000000000..1fbbfafd38b09 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/1.9.19/hrzlgnm.mdns-browser.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 1.9.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-tui-browser/v1.30.17/hrzlgnm.mdns-tui-browser.installer.yaml b/manifests/h/hrzlgnm/mdns-tui-browser/v1.30.17/hrzlgnm.mdns-tui-browser.installer.yaml new file mode 100644 index 0000000000000..7715df00f9822 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-tui-browser/v1.30.17/hrzlgnm.mdns-tui-browser.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-tui-browser +PackageVersion: v1.30.17 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mdns-tui-browser-v1.30.17-Windows-x86_64/mdns-tui-browser.exe + PortableCommandAlias: mdns-tui-browser +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- mdns-tui-browser +ReleaseDate: 2026-07-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hrzlgnm/mdns-tui-browser/releases/download/v1.30.17/mdns-tui-browser-v1.30.17-Windows-x86_64.zip + InstallerSha256: EC8F136652A79331E76D8668FEBA320FAF729DFC6A6FECB03E7D0490877F820B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-tui-browser/v1.30.17/hrzlgnm.mdns-tui-browser.locale.en-US.yaml b/manifests/h/hrzlgnm/mdns-tui-browser/v1.30.17/hrzlgnm.mdns-tui-browser.locale.en-US.yaml new file mode 100644 index 0000000000000..493c077e0d132 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-tui-browser/v1.30.17/hrzlgnm.mdns-tui-browser.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-tui-browser +PackageVersion: v1.30.17 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +PublisherSupportUrl: https://github.com/hrzlgnm/mdns-tui-browser/issues +Author: hrzlgnm +PackageName: mDNS TUI Browser +PackageUrl: https://github.com/hrzlgnm/mdns-tui-browser +License: MIT +LicenseUrl: https://github.com/hrzlgnm/mdns-tui-browser/blob/HEAD/LICENSE +Copyright: Copyright (c) hrzlgnm +CopyrightUrl: https://raw.githubusercontent.com/hrzlgnm/mdns-tui-browser/refs/heads/main/LICENSE +ShortDescription: Cross platform TUI mdns-browser written in rust, vibe coded with opencode free model +Tags: +- mdns-sd +- ratatui +- rust +- terminal-ui +ReleaseNotes: |- + What's Changed + 🧰 Maintenance + - chore: update workflow name to reflect the actual purpose @hrzlgnm #435 + ⬆️ Dependency Updates + - chore(deps): update hrzlgnm/actions action to v2.3.0 @renovate[bot] #434 + - chore(deps): update dependency cargo-edit to v0.13.12 @renovate[bot] #436 + - chore(deps): update ghcr.io/hrzlgnm/mdns-browser-arch-aur-builder:v1 docker digest to 66b197b @renovate[bot] #437 + - chore(deps): update dependency cargo-edit to v0.13.13 @renovate[bot] #438 + - chore(deps): update rust crate clap to v4.6.2 @renovate[bot] #439 + - chore(deps): update actions/attest digest to f7c74d2 @renovate[bot] #440 + - chore(deps): update dtolnay/rust-toolchain digest to 4cda84d @renovate[bot] #441 + - chore(deps): update rust crate tokio to v1.53.0 @renovate[bot] #443 + - chore(deps): update rust crate mdns-sd to v0.20.2 @renovate[bot] #442 + - chore(deps): lock file maintenance @renovate[bot] #444 + Full Changelog + v1.30.16...v1.30.17 +ReleaseNotesUrl: https://github.com/hrzlgnm/mdns-tui-browser/releases/tag/v1.30.17 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-tui-browser/v1.30.17/hrzlgnm.mdns-tui-browser.yaml b/manifests/h/hrzlgnm/mdns-tui-browser/v1.30.17/hrzlgnm.mdns-tui-browser.yaml new file mode 100644 index 0000000000000..03d39d8ef57c4 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-tui-browser/v1.30.17/hrzlgnm.mdns-tui-browser.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-tui-browser +PackageVersion: v1.30.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.46.0/Icehunter.dune-admin.installer.yaml b/manifests/i/Icehunter/dune-admin/0.46.0/Icehunter.dune-admin.installer.yaml new file mode 100644 index 0000000000000..c07f6c547a549 --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.46.0/Icehunter.dune-admin.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.46.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-17" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dune-admin.exe + PortableCommandAlias: dune-admin + InstallerUrl: https://github.com/Icehunter/dune-admin/releases/download/v0.46.0/dune-admin_windows_amd64.zip + InstallerSha256: d4d0110ee42342acf608b2eea52cba3e19a0bb082057071fc863192750b820a2 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.46.0/Icehunter.dune-admin.locale.en-US.yaml b/manifests/i/Icehunter/dune-admin/0.46.0/Icehunter.dune-admin.locale.en-US.yaml new file mode 100644 index 0000000000000..6038dfdec693c --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.46.0/Icehunter.dune-admin.locale.en-US.yaml @@ -0,0 +1,17 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.46.0 +PackageLocale: en-US +Publisher: Icehunter +PublisherUrl: https://github.com/Icehunter +PublisherSupportUrl: https://github.com/Icehunter/dune-admin/issues +PackageName: dune-admin +PackageUrl: https://github.com/Icehunter/dune-admin +License: MIT +LicenseUrl: https://github.com/Icehunter/dune-admin/blob/main/LICENSE +ShortDescription: Local-first, provider-aware terminal agent. +Description: dune-admin is a local-first, provider-aware terminal agent that maintains Claude Code wire compatibility while innovating on behavior and architecture. +Moniker: dune-admin +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.46.0/Icehunter.dune-admin.yaml b/manifests/i/Icehunter/dune-admin/0.46.0/Icehunter.dune-admin.yaml new file mode 100644 index 0000000000000..fcd02253bc103 --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.46.0/Icehunter.dune-admin.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.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.46.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.12.4/IntegrIT.Hackolade.installer.yaml b/manifests/i/IntegrIT/Hackolade/8.12.4/IntegrIT.Hackolade.installer.yaml new file mode 100644 index 0000000000000..218ac364e4fc5 --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.12.4/IntegrIT.Hackolade.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IntegrIT.Hackolade +PackageVersion: 8.12.4 +InstallerType: inno +Scope: machine +Protocols: +- hcks +ProductCode: '{6BD03139-BBF4-44E0-ABA3-6D0461958CEC}_is1' +ReleaseDate: 2026-07-17 +Installers: +- Architecture: x64 + InstallerUrl: https://s3-eu-west-1.amazonaws.com/hackolade/previous/v8.12.4/Hackolade-win64-setup-signed.exe + InstallerSha256: 8B99A8B170ADAA036AD888A6C945AFA204A965B2D3A409BEBEDE138FDC773279 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.12.4/IntegrIT.Hackolade.locale.en-US.yaml b/manifests/i/IntegrIT/Hackolade/8.12.4/IntegrIT.Hackolade.locale.en-US.yaml new file mode 100644 index 0000000000000..c3489115cdf60 --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.12.4/IntegrIT.Hackolade.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IntegrIT.Hackolade +PackageVersion: 8.12.4 +PackageLocale: en-US +Publisher: Hackolade +PublisherUrl: https://hackolade.com/ +PublisherSupportUrl: https://hackolade.com/help/index.html +PrivacyUrl: https://hackolade.com/privacy.html +Author: IntegrIT SA/NV +PackageName: Hackolade +PackageUrl: https://hackolade.com/download.html +License: Proprietary +LicenseUrl: https://hackolade.com/eulas.html +Copyright: Copyright © 2016-2026 Hackolade. All rights reserved. +CopyrightUrl: https://hackolade.com/eulas.html +ShortDescription: Polyglot Data Modeling for SQL and NoSQL databases, APIs, and storage formats +Description: |- + Hackolade Studio is an intuitive yet powerful application to perform the visually data modeling and schema design of many SQL and NoSQL databases, APIS, and storage formats. + Hackolade Studio combines the graphical representation of collections in an Entity Relationship Diagram, with the graphical representation of the JSON Schema definition of each collection in a hierarchical schema view. Together, these graphical representations provide the schema model for data-at-rest and data-in-motion, plus the documentation of that model. The application is specifically designed around the powerful nature of JSON nested sub-objects and denormalization. + The software facilitates the work of, and the dialog between analysts, architects, designers, developers, testers, DBAs, and operators of systems that are based on such technologies. It also can generate schema scripts and documentation in a variety of machine-readable formats (DDLs, JSON Schema, Avro, Parquet, Protobuf, ...) as well as database instances, or human-readable formats such as HTML, Markdown, and PDF reports. + Instead of having to find data structures tacitly described in the application code, the creation of a database model helps to evaluate design options beforehand, think through the implications of different alternatives, and recognize potential hurdles before committing sizable amounts of development effort. A database model helps plan ahead, in order to minimize later rework. In the end, the modeling process accelerates development, increases quality of the application, and reduces execution risks. +Tags: +- database +- db +- modeling +ReleaseNotes: |- + - Composite primary and unique keys: adjusted deletion when tables are external references on tables in another model + - ERD: added multi-selection of internal and model definitions that belong to a derived entity + - ERD: fixed creation of multiple external references when the referencing model has lineage capture enabled + - ERD: fixed buttons visibility for modal dialogs on Windows displays with high scale + - Excel export options: updated structure of custom tabs' properties + - Grid View: added possibility to save and apply named grid view configurations + - Grid View: added ability to copy one cell and paste it into multiple grid cells + - Logging: enhanced behavior when encountering broken project settings file, plus provided fallback to default settings + - Object Browser: added logic to respect enableForReference flag + - PowerDesigner: added mapping of Generated property to our Activated property + - Db2, Oracle, PostgreSQL: added support for Unicode language-specific letters in identifiers + - Snowflake: enhanced grammar parsing of DDLs with COLUMN keyword in ADD COLUMN statements + - Snowflake: enhanced grammar parsing of DDLs with doubled single quotes ('') in comments and column descriptions + - Snowflake: enhanced grammar parsing of DDLs with semicolons inside string literals so they are not interpreted as statement terminators + - SQLServer/Azure SQL: allowed changing subtype property in reference by adding enableForReference flag in config +ReleaseNotesUrl: https://hackolade.com/versionInfo/ReadMe.txt +PurchaseUrl: https://hackolade.com/pricing.html +Documentations: +- DocumentLabel: Videos + DocumentUrl: https://hackolade.com/videos.html +- DocumentLabel: FAQ + DocumentUrl: https://hackolade.com/help/FAQandtroubleshooting.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.12.4/IntegrIT.Hackolade.locale.zh-CN.yaml b/manifests/i/IntegrIT/Hackolade/8.12.4/IntegrIT.Hackolade.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e499ff71377b2 --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.12.4/IntegrIT.Hackolade.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: IntegrIT.Hackolade +PackageVersion: 8.12.4 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 涵盖 SQL 与 NoSQL 数据库、API 及存储格式的多语言数据建模 +Description: |- + Hackolade Studio 是一款直观而强大的应用程序,用于对多种 SQL 和 NoSQL 数据库、API 及存储格式进行可视化数据建模与模式设计。 + Hackolade Studio 将实体关系图中集合的图形化表示,与层次化模式视图中每个集合的 JSON Schema 定义图形化表示相结合。这些图形化表示共同构成了静态数据和动态数据的模式模型,并附带该模型的文档说明。该应用专门围绕 JSON 嵌套子对象和非规范化的强大特性进行设计。 + 该软件促进了基于此类技术的系统分析师、架构师、设计师、开发人员、测试人员、数据库管理员和运维人员之间的工作协作与对话。它还能生成多种机器可读格式(DDL、JSON Schema、Avro、Parquet、Protobuf 等)的模式脚本和文档,以及数据库实例;同时支持 HTML、Markdown 和 PDF 报告等人可读格式的输出。 + 通过创建数据库模型,用户无需从应用程序代码中隐式推导数据结构,即可预先评估设计方案、深入思考不同替代方案的影响,并在投入大量开发工作前识别潜在障碍。数据库模型有助于提前规划,从而最大限度减少后期返工。最终,建模过程能加速开发进度、提升应用质量并降低实施风险。 +Tags: +- 建模 +- 数据库 +Documentations: +- DocumentLabel: 视频 + DocumentUrl: https://hackolade.com/videos.html +- DocumentLabel: 常见问题 + DocumentUrl: https://hackolade.com/help/FAQandtroubleshooting.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IntegrIT/Hackolade/8.12.4/IntegrIT.Hackolade.yaml b/manifests/i/IntegrIT/Hackolade/8.12.4/IntegrIT.Hackolade.yaml new file mode 100644 index 0000000000000..50a84f761b41c --- /dev/null +++ b/manifests/i/IntegrIT/Hackolade/8.12.4/IntegrIT.Hackolade.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: IntegrIT.Hackolade +PackageVersion: 8.12.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/infisical/infisical/0.43.110/infisical.infisical.installer.yaml b/manifests/i/infisical/infisical/0.43.110/infisical.infisical.installer.yaml new file mode 100644 index 0000000000000..d5c4bdf96bfd7 --- /dev/null +++ b/manifests/i/infisical/infisical/0.43.110/infisical.infisical.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: infisical.infisical +PackageVersion: 0.43.110 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-17" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: infisical.exe + PortableCommandAlias: infisical + InstallerUrl: https://github.com/Infisical/cli/releases/download/v0.43.110/cli_0.43.110_windows_arm64.zip + InstallerSha256: 57fd4180222f0126122f08b8f522c6ef03b506731026da25374c28b86b43ea31 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: infisical.exe + PortableCommandAlias: infisical + InstallerUrl: https://github.com/Infisical/cli/releases/download/v0.43.110/cli_0.43.110_windows_amd64.zip + InstallerSha256: 75764efb90927d326a7fae48f1e89c826be4c1db8b2a1d5d8c81ab20bfc398b2 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/infisical/infisical/0.43.110/infisical.infisical.locale.en-US.yaml b/manifests/i/infisical/infisical/0.43.110/infisical.infisical.locale.en-US.yaml new file mode 100644 index 0000000000000..2f68b45dff1a2 --- /dev/null +++ b/manifests/i/infisical/infisical/0.43.110/infisical.infisical.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.6.0.schema.json +PackageIdentifier: infisical.infisical +PackageVersion: 0.43.110 +PackageLocale: en-US +Publisher: infisical +PackageName: infisical +PackageUrl: https://infisical.com +License: MIT +ShortDescription: The official Infisical CLI +Moniker: infisical +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/infisical/infisical/0.43.110/infisical.infisical.yaml b/manifests/i/infisical/infisical/0.43.110/infisical.infisical.yaml new file mode 100644 index 0000000000000..66db0b7e973d6 --- /dev/null +++ b/manifests/i/infisical/infisical/0.43.110/infisical.infisical.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.6.0.schema.json +PackageIdentifier: infisical.infisical +PackageVersion: 0.43.110 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/i/ingitdb/ingitdb/0.65.0/ingitdb.ingitdb.installer.yaml b/manifests/i/ingitdb/ingitdb/0.65.0/ingitdb.ingitdb.installer.yaml new file mode 100644 index 0000000000000..d028e6d71da98 --- /dev/null +++ b/manifests/i/ingitdb/ingitdb/0.65.0/ingitdb.ingitdb.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: ingitdb.ingitdb +PackageVersion: 0.65.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-17" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ingitdb.exe + PortableCommandAlias: ingitdb + InstallerUrl: https://github.com/ingitdb/ingitdb-cli/releases/download/v0.65.0/ingitdb_0.65.0_windows_amd64.zip + InstallerSha256: a494fb7e221a4cd238731b9b39944898d713b897eb53b03bd42161fe772fe2a5 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/ingitdb/ingitdb/0.65.0/ingitdb.ingitdb.locale.en-US.yaml b/manifests/i/ingitdb/ingitdb/0.65.0/ingitdb.ingitdb.locale.en-US.yaml new file mode 100644 index 0000000000000..40d6d12628d7c --- /dev/null +++ b/manifests/i/ingitdb/ingitdb/0.65.0/ingitdb.ingitdb.locale.en-US.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: ingitdb.ingitdb +PackageVersion: 0.65.0 +PackageLocale: en-US +Publisher: ingitdb +PublisherUrl: https://ingitdb.com +PackageName: ingitdb +PackageUrl: https://ingitdb.com +License: MIT +ShortDescription: A CLI for a schema-validated, AI-native database backed by a Git repository. +Description: | + ingitdb is a developer-grade, schema-validated, AI-native database + whose storage engine is a Git repository. Records are YAML/JSON files, + collections and schemas are defined declaratively. +Moniker: ingitdb +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ingitdb/ingitdb/0.65.0/ingitdb.ingitdb.yaml b/manifests/i/ingitdb/ingitdb/0.65.0/ingitdb.ingitdb.yaml new file mode 100644 index 0000000000000..cf4ff01e8822f --- /dev/null +++ b/manifests/i/ingitdb/ingitdb/0.65.0/ingitdb.ingitdb.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.12.0.schema.json +PackageIdentifier: ingitdb.ingitdb +PackageVersion: 0.65.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/justnullname/QuickView/6.22.3/justnullname.QuickView.installer.yaml b/manifests/j/justnullname/QuickView/6.22.3/justnullname.QuickView.installer.yaml new file mode 100644 index 0000000000000..d71ef085a7ae6 --- /dev/null +++ b/manifests/j/justnullname/QuickView/6.22.3/justnullname.QuickView.installer.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: justnullname.QuickView +PackageVersion: 6.22.3 +InstallerLocale: en-US +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /CURRENTUSER +InstallerSuccessCodes: +- -1073741819 +UpgradeBehavior: install +ProductCode: '{D175135F-5C7A-4E7B-B41E-C638E75C421A}_is1' +ReleaseDate: 2026-07-17 +AppsAndFeaturesEntries: +- ProductCode: '{D175135F-5C7A-4E7B-B41E-C638E75C421A}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/justnullname/QuickView/releases/download/v6.22.3/QuickView_Installer_v6.22.3_X64.exe + InstallerSha256: DD46CDE6F9AE5EBB42F023AD8C0306BA78629EDABA13E2B6EF58DB0D320D04A8 +- Architecture: arm64 + InstallerUrl: https://github.com/justnullname/QuickView/releases/download/v6.22.3/QuickView_Installer_v6.22.3_ARM64.exe + InstallerSha256: 849CF5F021F7A637B4CC4C674E47E742C912F6D1471ADBC224121B179489EF2F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/justnullname/QuickView/6.22.3/justnullname.QuickView.locale.en-US.yaml b/manifests/j/justnullname/QuickView/6.22.3/justnullname.QuickView.locale.en-US.yaml new file mode 100644 index 0000000000000..24f316e2d9861 --- /dev/null +++ b/manifests/j/justnullname/QuickView/6.22.3/justnullname.QuickView.locale.en-US.yaml @@ -0,0 +1,77 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: justnullname.QuickView +PackageVersion: 6.22.3 +PackageLocale: en-US +Publisher: justnullname +PublisherUrl: https://github.com/justnullname +PublisherSupportUrl: https://github.com/justnullname/QuickView/issues +PackageName: QuickView +PackageUrl: https://github.com/justnullname/QuickView +License: GPL-3.0 +LicenseUrl: https://github.com/justnullname/QuickView/blob/HEAD/LICENSE +ShortDescription: A blazingly fast, lightweight image viewer for Windows powered by Direct2D and SIMD. +Description: |- + QuickView is a high-performance image viewer for Windows, built with Direct2D hardware acceleration + and Google Highway SIMD optimization. It supports 80+ image formats including JPEG XL, AVIF, HEIC, + WebP, and RAW files. Features include HDR display support, portable mode, and GPU-accelerated rendering. +Tags: +- avif +- direct2d +- hdr +- heic +- image-viewer +- jxl +- photo-viewer +- raw +- simd +- webp +ReleaseNotes: |- + QuickView v6.22.3 - RAW+JPEG Folding, Interactive Minimap, Loupe & Performance Boost + Release Date: 2026-07-17 + Important + Introducing Pre-release Update Channel + Starting from this version, we have introduced a new Pre-release update channel. You can now toggle this option in the Settings menu. By switching to the Pre-release channel, you will receive our latest bleeding-edge updates first, allowing you to help us test new features and provide early feedback. + To ensure software stability, public Stable versions will be released shortly after a Pre-release version has undergone a testing period without any new bug reports. + Welcome to QuickView v6.22.3! This release introduces highly requested features designed to declutter your photo-culling workflow, check image sharpness with ease, and experience a massive speed boost when viewing large images. + 📸 Clean Up Your Gallery: RAW+JPEG Pairing & Folding (#201) + Contributed by Zhou Ying (@Zorange) + If you shoot in RAW+JPEG dual formats, your gallery can quickly get cluttered with duplicate images. This version introduces smart folding to keep your workspace clean. + - Unified Photo Grid: Automatically folds same-name RAW and JPEG (or other rendered) images into a single item in the gallery. No more duplicates! + - How to Enable: This feature is disabled by default. Go to Settings > Image and check the option to enable RAW+JPEG pairing. + - Instantly Swap Formats: Once enabled, you can quickly swap the visible layer of a photo to its RAW file by pressing the RAW toggle button on the toolbar or using your custom shortcut. + - Side-by-Side Comparison: Want to see how the camera's JPEG processing compares to the RAW sensor data? Press Shift + C to compare the two components of a paired image side-by-side. + - Flexible Deletion: When you delete a folded pair, QuickView will ask if you want to delete only the JPEG, only the RAW file, or both together. + 🔍 Check Focus Instantly: Detail Loupe (#201, #216) + Contributed by Zhou Ying (@Zorange) & Core Team + A precision tool built specifically for photographers to cull photos and quickly check sharpness. + - Press-and-Hold Magnifier: When an image is zoomed out (smaller than its original size), simply press and hold the L key (customizable) to pop up a local magnifier showing the pixels under your cursor at 100% size. Release the key to hide it instantly. + - Live Resize: Need a larger inspection window? While holding down the L key, scroll your mouse wheel to dynamically resize the magnifier box. + - Synced Comparison: When comparing two images side-by-side, activating the Loupe will magnify the exact same area on both panes simultaneously. + - Visual Options: Customize your magnifier's shape (Circle or Square) and enjoy a high-contrast border that makes it easy to spot even on dark photos. + 🗺️ Navigate Large Images: Interactive Minimap (#215, #216) + - Navigator Map: When you zoom deep into an image, a miniature overview map will appear in the top corner of the screen. + - Drag-to-Pan: Simply click and drag the highlighted viewport box inside the Minimap to quickly slide and pan across different sections of your image, eliminating the need for tedious manual scrolling. + - Improved UI: Added high-contrast borders and a soft shadow under the close button to ensure the Minimap remains legible on any image background. + 🔄 Safer File Actions & Multi-Level Undo (#216) + - Mistake-Friendly Actions: You can now undo file renaming, image rotations, and mirror flips. + - Recycle Bin Confirmation: Added a setting to toggle the Recycle Bin delete confirmation prompt on or off. + - Gallery Deletion: Right-click any thumbnail directly in the filmstrip gallery to delete the file immediately. + 🎨 Better Colors & Photoshop PSD/PSB Support (#214, #144) + - Flawless PSD/PSB View: Completely fixed transparency bugs when viewing Photoshop PSD/PSB files. Say goodbye to weird color noise or background grid leaks (#214). + - Accurate Colors: Upgraded color profile management to read modern multi-language color profiles (#144). QuickView now accurately displays the native bit-depth and color gamut of AVIF, JXL, and RAW files without losing fidelity. + ⚡ Blazing Fast Speeds & Smoother Animations (#206, #212, #205, #144, #209, #202) + - Turbocharged RAW Loading: Rewrote the core image decoding loop to leverage modern processor instructions. Loading RAW files from high-end cameras is now up to several times faster. + - Low Memory Usage: Loading very large TIFF images now consumes significantly less memory (#206). + - Stutter-Free Gallery: Fixed an issue where the filmstrip gallery would stutter or freeze during slideshows (#201). Transitions and auto-scrolling are now butter-smooth. + - System Integration: Fixed taskbar title truncation bugs (#202) and resolved hotkey conflicts when typing with input methods (IME) (#209). + - Dynamic Localization: Resolves Japanese fallback glyph issues on non-English locales (#212). + - Russian Translation Update: Contributed by Dmitry Yerokhin (@Dimmitrius) (#205). + ❤️ Special Thanks + This release wouldn't be possible without our amazing contributors: + - Zhou Ying (@Zorange) for designing and implementing the RAW+JPEG folding system, the detail Loupe, and standardizing extension classifications. + - Dmitry Yerokhin (@Dimmitrius) for updating and correcting the Russian localizations. +ReleaseNotesUrl: https://github.com/justnullname/QuickView/releases/tag/v6.22.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/justnullname/QuickView/6.22.3/justnullname.QuickView.yaml b/manifests/j/justnullname/QuickView/6.22.3/justnullname.QuickView.yaml new file mode 100644 index 0000000000000..dff729f44c080 --- /dev/null +++ b/manifests/j/justnullname/QuickView/6.22.3/justnullname.QuickView.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: justnullname.QuickView +PackageVersion: 6.22.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/KBlocks/master/KDE.KBlocks.installer.yaml b/manifests/k/KDE/KBlocks/master/KDE.KBlocks.installer.yaml index 099104071554a..a1846fc51f241 100644 --- a/manifests/k/KDE/KBlocks/master/KDE.KBlocks.installer.yaml +++ b/manifests/k/KDE/KBlocks/master/KDE.KBlocks.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kblocks Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kblocks/master/windows/kblocks-master-941-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 228A9FDAB2B8B3B2272E68CF55BD0FDDF636D7CAD35133BCDB6242E7F35CCAA1 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kblocks/master/windows/kblocks-master-947-windows-cl-msvc2022-x86_64.exe + InstallerSha256: E48E88A0F87723BF8E8AB10B1C26F431A7D42B76BBD0AC8FF159DCAE7F97B39C InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kblocks/master/windows/kblocks-master-941-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 228A9FDAB2B8B3B2272E68CF55BD0FDDF636D7CAD35133BCDB6242E7F35CCAA1 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kblocks/master/windows/kblocks-master-947-windows-cl-msvc2022-x86_64.exe + InstallerSha256: E48E88A0F87723BF8E8AB10B1C26F431A7D42B76BBD0AC8FF159DCAE7F97B39C InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KBounce/master/KDE.KBounce.installer.yaml b/manifests/k/KDE/KBounce/master/KDE.KBounce.installer.yaml index 34c1b49e736cd..0d3e2131f2561 100644 --- a/manifests/k/KDE/KBounce/master/KDE.KBounce.installer.yaml +++ b/manifests/k/KDE/KBounce/master/KDE.KBounce.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kbounce Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kbounce/master/windows/kbounce-master-887-windows-cl-msvc2022-x86_64.exe - InstallerSha256: DC35A93972E7F9A5D5197E446044E938004BA6E9698DBF4AAC6B645A10B35423 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kbounce/master/windows/kbounce-master-894-windows-cl-msvc2022-x86_64.exe + InstallerSha256: BEFBEBA014F1411C2C5C74AFCA476A7F2C70881021BBE1A25D93C5DE53087B13 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kbounce/master/windows/kbounce-master-887-windows-cl-msvc2022-x86_64.exe - InstallerSha256: DC35A93972E7F9A5D5197E446044E938004BA6E9698DBF4AAC6B645A10B35423 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kbounce/master/windows/kbounce-master-894-windows-cl-msvc2022-x86_64.exe + InstallerSha256: BEFBEBA014F1411C2C5C74AFCA476A7F2C70881021BBE1A25D93C5DE53087B13 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KBreakOut/master/KDE.KBreakOut.installer.yaml b/manifests/k/KDE/KBreakOut/master/KDE.KBreakOut.installer.yaml index e6ffd14f43541..d68242060c2ce 100644 --- a/manifests/k/KDE/KBreakOut/master/KDE.KBreakOut.installer.yaml +++ b/manifests/k/KDE/KBreakOut/master/KDE.KBreakOut.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kbreakout Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kbreakout/master/windows/kbreakout-master-874-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 10BF7218F054DA6A9F09DCE7307703D38FC5E3D4973C03DE08BC7A2C8CBE4217 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kbreakout/master/windows/kbreakout-master-879-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 278743112D245BB62AB30B21C350DDC77CC1C8922C9E1B796A6B027922045BA0 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kbreakout/master/windows/kbreakout-master-874-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 10BF7218F054DA6A9F09DCE7307703D38FC5E3D4973C03DE08BC7A2C8CBE4217 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kbreakout/master/windows/kbreakout-master-879-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 278743112D245BB62AB30B21C350DDC77CC1C8922C9E1B796A6B027922045BA0 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KDiamond/master/KDE.KDiamond.installer.yaml b/manifests/k/KDE/KDiamond/master/KDE.KDiamond.installer.yaml index d097d02f43894..0f13933ec603f 100644 --- a/manifests/k/KDE/KDiamond/master/KDE.KDiamond.installer.yaml +++ b/manifests/k/KDE/KDiamond/master/KDE.KDiamond.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kdiamond Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kdiamond/master/windows/kdiamond-master-889-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 11A0A1D0E355A02C79BCA8E395E1EC6637367353211B2C311718E3AEA51B3061 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kdiamond/master/windows/kdiamond-master-896-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 38838B4AB1441D2520CFF969F4D91F5101C93248969C1F7255B90039DCC4424A InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kdiamond/master/windows/kdiamond-master-889-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 11A0A1D0E355A02C79BCA8E395E1EC6637367353211B2C311718E3AEA51B3061 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kdiamond/master/windows/kdiamond-master-896-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 38838B4AB1441D2520CFF969F4D91F5101C93248969C1F7255B90039DCC4424A InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KFourInLine/master/KDE.KFourInLine.installer.yaml b/manifests/k/KDE/KFourInLine/master/KDE.KFourInLine.installer.yaml index 81931f58b4cfc..f04a4bf7269e0 100644 --- a/manifests/k/KDE/KFourInLine/master/KDE.KFourInLine.installer.yaml +++ b/manifests/k/KDE/KFourInLine/master/KDE.KFourInLine.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kfourinline Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kfourinline/master/windows/kfourinline-master-935-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 7701FACA01FFEF19347525D5585618B3E711FACF18F88AF699526B64D1170C7D + InstallerUrl: https://cdn.kde.org/ci-builds/games/kfourinline/master/windows/kfourinline-master-940-windows-cl-msvc2022-x86_64.exe + InstallerSha256: E4DD0C4AD98296680FD2952E7BE4E368208CFBE0358C9AF038DC7B9663A1ADB9 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kfourinline/master/windows/kfourinline-master-935-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 7701FACA01FFEF19347525D5585618B3E711FACF18F88AF699526B64D1170C7D + InstallerUrl: https://cdn.kde.org/ci-builds/games/kfourinline/master/windows/kfourinline-master-940-windows-cl-msvc2022-x86_64.exe + InstallerSha256: E4DD0C4AD98296680FD2952E7BE4E368208CFBE0358C9AF038DC7B9663A1ADB9 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KGoldrunner/master/KDE.KGoldrunner.installer.yaml b/manifests/k/KDE/KGoldrunner/master/KDE.KGoldrunner.installer.yaml index b7ab9dc3880a8..16068de934a3e 100644 --- a/manifests/k/KDE/KGoldrunner/master/KDE.KGoldrunner.installer.yaml +++ b/manifests/k/KDE/KGoldrunner/master/KDE.KGoldrunner.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kgoldrunner Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kgoldrunner/master/windows/kgoldrunner-master-1133-windows-cl-msvc2022-x86_64.exe - InstallerSha256: AB67182E91DFF9B70A9057922B886A64893C7C2326F4FC587CACBF2EED7418C8 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kgoldrunner/master/windows/kgoldrunner-master-1138-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 369034816276B3D031B72DFA4DF5B004DBBC33ABC9E04BFBD0E4086C27614EA6 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kgoldrunner/master/windows/kgoldrunner-master-1133-windows-cl-msvc2022-x86_64.exe - InstallerSha256: AB67182E91DFF9B70A9057922B886A64893C7C2326F4FC587CACBF2EED7418C8 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kgoldrunner/master/windows/kgoldrunner-master-1138-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 369034816276B3D031B72DFA4DF5B004DBBC33ABC9E04BFBD0E4086C27614EA6 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KJumpingCube/master/KDE.KJumpingCube.installer.yaml b/manifests/k/KDE/KJumpingCube/master/KDE.KJumpingCube.installer.yaml index 3047a36b38ffa..6cc4f07936d4e 100644 --- a/manifests/k/KDE/KJumpingCube/master/KDE.KJumpingCube.installer.yaml +++ b/manifests/k/KDE/KJumpingCube/master/KDE.KJumpingCube.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kjumpingcube Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kjumpingcube/master/windows/kjumpingcube-master-929-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 3BCAA38B6B4488C52862E85403AEB61EC7D1DB9478DA2190E75FBB57369B884C + InstallerUrl: https://cdn.kde.org/ci-builds/games/kjumpingcube/master/windows/kjumpingcube-master-934-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 1D2048F6206F4A5A53625899C4A249A94B69A44D10EAC6D42B6388C2B069A2CE InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kjumpingcube/master/windows/kjumpingcube-master-929-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 3BCAA38B6B4488C52862E85403AEB61EC7D1DB9478DA2190E75FBB57369B884C + InstallerUrl: https://cdn.kde.org/ci-builds/games/kjumpingcube/master/windows/kjumpingcube-master-934-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 1D2048F6206F4A5A53625899C4A249A94B69A44D10EAC6D42B6388C2B069A2CE InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KMahjongg/26.04.3/KDE.KMahjongg.installer.yaml b/manifests/k/KDE/KMahjongg/26.04.3/KDE.KMahjongg.installer.yaml index 3ab8f7f2367c4..d0fd00da8be03 100644 --- a/manifests/k/KDE/KMahjongg/26.04.3/KDE.KMahjongg.installer.yaml +++ b/manifests/k/KDE/KMahjongg/26.04.3/KDE.KMahjongg.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kmahjongg Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kmahjongg/master/windows/kmahjongg-master-1034-windows-cl-msvc2022-x86_64.exe - InstallerSha256: D99CB292E9EEF265B72971ED17BCDF1B0BAEF90C475E8D470E92616A78610961 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kmahjongg/master/windows/kmahjongg-master-1042-windows-cl-msvc2022-x86_64.exe + InstallerSha256: C1B5083AD54AC2328DE23CEFF55575DEB6117E6470CA0C533868B4960B256494 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kmahjongg/master/windows/kmahjongg-master-1034-windows-cl-msvc2022-x86_64.exe - InstallerSha256: D99CB292E9EEF265B72971ED17BCDF1B0BAEF90C475E8D470E92616A78610961 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kmahjongg/master/windows/kmahjongg-master-1042-windows-cl-msvc2022-x86_64.exe + InstallerSha256: C1B5083AD54AC2328DE23CEFF55575DEB6117E6470CA0C533868B4960B256494 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KMines/master/KDE.KMines.installer.yaml b/manifests/k/KDE/KMines/master/KDE.KMines.installer.yaml index cda15dd704dcb..6c844ef42d917 100644 --- a/manifests/k/KDE/KMines/master/KDE.KMines.installer.yaml +++ b/manifests/k/KDE/KMines/master/KDE.KMines.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kmines Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kmines/master/windows/kmines-master-1003-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 5FB03610327EAE9EF4B8A7B3F35271FFCCE08CE2A7852F33C2FA480C3C79122C + InstallerUrl: https://cdn.kde.org/ci-builds/games/kmines/master/windows/kmines-master-1011-windows-cl-msvc2022-x86_64.exe + InstallerSha256: D858EE94045069E626780284FE56B9258D96C206AB10CC089C27227D32CE2E1B InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kmines/master/windows/kmines-master-1003-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 5FB03610327EAE9EF4B8A7B3F35271FFCCE08CE2A7852F33C2FA480C3C79122C + InstallerUrl: https://cdn.kde.org/ci-builds/games/kmines/master/windows/kmines-master-1011-windows-cl-msvc2022-x86_64.exe + InstallerSha256: D858EE94045069E626780284FE56B9258D96C206AB10CC089C27227D32CE2E1B InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KNetWalk/master/KDE.KNetWalk.installer.yaml b/manifests/k/KDE/KNetWalk/master/KDE.KNetWalk.installer.yaml index ac89fc67ae3e6..1def7e6da1994 100644 --- a/manifests/k/KDE/KNetWalk/master/KDE.KNetWalk.installer.yaml +++ b/manifests/k/KDE/KNetWalk/master/KDE.KNetWalk.installer.yaml @@ -9,14 +9,14 @@ ProductCode: knetwalk Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/knetwalk/master/windows/knetwalk-master-850-windows-cl-msvc2022-x86_64.exe - InstallerSha256: E10192B9104D7C3C7A82920B2FF3F1D1932F819F4D5CACB4925EFB545BFD6994 + InstallerUrl: https://cdn.kde.org/ci-builds/games/knetwalk/master/windows/knetwalk-master-856-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 37AEB560E20DEB2496F3926E888041A1282F42621CC3FFD36F0D399B0ACEADF8 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/knetwalk/master/windows/knetwalk-master-850-windows-cl-msvc2022-x86_64.exe - InstallerSha256: E10192B9104D7C3C7A82920B2FF3F1D1932F819F4D5CACB4925EFB545BFD6994 + InstallerUrl: https://cdn.kde.org/ci-builds/games/knetwalk/master/windows/knetwalk-master-856-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 37AEB560E20DEB2496F3926E888041A1282F42621CC3FFD36F0D399B0ACEADF8 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Kigo/master/KDE.Kigo.installer.yaml b/manifests/k/KDE/Kigo/master/KDE.Kigo.installer.yaml index cff5855011085..6f96fa75a9c3c 100644 --- a/manifests/k/KDE/Kigo/master/KDE.Kigo.installer.yaml +++ b/manifests/k/KDE/Kigo/master/KDE.Kigo.installer.yaml @@ -9,14 +9,14 @@ ProductCode: kigo Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kigo/master/windows/kigo-master-925-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 56FF8FEEE2C611C4905FA386528F1B9FB55334C27256758B66ACBE1BCA37F59C + InstallerUrl: https://cdn.kde.org/ci-builds/games/kigo/master/windows/kigo-master-930-windows-cl-msvc2022-x86_64.exe + InstallerSha256: A1FC48B2CF04C54C55220169164CBE8EDBEB48EDBB529D2B217A202F55ED1C6A InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kigo/master/windows/kigo-master-925-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 56FF8FEEE2C611C4905FA386528F1B9FB55334C27256758B66ACBE1BCA37F59C + InstallerUrl: https://cdn.kde.org/ci-builds/games/kigo/master/windows/kigo-master-930-windows-cl-msvc2022-x86_64.exe + InstallerSha256: A1FC48B2CF04C54C55220169164CBE8EDBEB48EDBB529D2B217A202F55ED1C6A InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Killbots/master/KDE.Killbots.installer.yaml b/manifests/k/KDE/Killbots/master/KDE.Killbots.installer.yaml index 8229cc16cd2ce..373b0d34c7d86 100644 --- a/manifests/k/KDE/Killbots/master/KDE.Killbots.installer.yaml +++ b/manifests/k/KDE/Killbots/master/KDE.Killbots.installer.yaml @@ -9,14 +9,14 @@ ProductCode: killbots Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/killbots/master/windows/killbots-master-953-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 4AE50F42D316A6CE01347F1632165058056DAA6EB82C24C6813255CCDDAB8A99 + InstallerUrl: https://cdn.kde.org/ci-builds/games/killbots/master/windows/killbots-master-960-windows-cl-msvc2022-x86_64.exe + InstallerSha256: EE21ECF595CE30326A5C78B2AC80A985CDD47EFA8D57B6B376DA4DD15969EFFE InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/killbots/master/windows/killbots-master-953-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 4AE50F42D316A6CE01347F1632165058056DAA6EB82C24C6813255CCDDAB8A99 + InstallerUrl: https://cdn.kde.org/ci-builds/games/killbots/master/windows/killbots-master-960-windows-cl-msvc2022-x86_64.exe + InstallerSha256: EE21ECF595CE30326A5C78B2AC80A985CDD47EFA8D57B6B376DA4DD15969EFFE InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Klickety/master/KDE.Klickety.installer.yaml b/manifests/k/KDE/Klickety/master/KDE.Klickety.installer.yaml index 49725852dbe56..dabcba9f24f32 100644 --- a/manifests/k/KDE/Klickety/master/KDE.Klickety.installer.yaml +++ b/manifests/k/KDE/Klickety/master/KDE.Klickety.installer.yaml @@ -9,14 +9,14 @@ ProductCode: klickety Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/klickety/master/windows/klickety-master-967-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 6621BFCDA6977CE5452C25A63261C15C96DDD8D9C0AB982690347345FC77C8EF + InstallerUrl: https://cdn.kde.org/ci-builds/games/klickety/master/windows/klickety-master-974-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 421B13A0445738707EED35A257651285760A10BE027003D22522580EFEDA166D InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/klickety/master/windows/klickety-master-967-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 6621BFCDA6977CE5452C25A63261C15C96DDD8D9C0AB982690347345FC77C8EF + InstallerUrl: https://cdn.kde.org/ci-builds/games/klickety/master/windows/klickety-master-974-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 421B13A0445738707EED35A257651285760A10BE027003D22522580EFEDA166D InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Klines/master/KDE.Klines.installer.yaml b/manifests/k/KDE/Klines/master/KDE.Klines.installer.yaml index 396bbb0fbc0af..35947e20a2b2e 100644 --- a/manifests/k/KDE/Klines/master/KDE.Klines.installer.yaml +++ b/manifests/k/KDE/Klines/master/KDE.Klines.installer.yaml @@ -9,14 +9,14 @@ ProductCode: klines Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/klines/master/windows/klines-master-877-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 3A58C0FC720A90A10AA6EE0123F4361354400A2ED626FE357299220DAE0AC095 + InstallerUrl: https://cdn.kde.org/ci-builds/games/klines/master/windows/klines-master-884-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 2579AB45792F561EDCF18AAD803B90CF202F14DF120AEB1A996A6E384B2ECA42 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/klines/master/windows/klines-master-877-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 3A58C0FC720A90A10AA6EE0123F4361354400A2ED626FE357299220DAE0AC095 + InstallerUrl: https://cdn.kde.org/ci-builds/games/klines/master/windows/klines-master-884-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 2579AB45792F561EDCF18AAD803B90CF202F14DF120AEB1A996A6E384B2ECA42 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/kawayiYokami/P-ai/0.35.0/kawayiYokami.P-ai.installer.yaml b/manifests/k/kawayiYokami/P-ai/0.35.0/kawayiYokami.P-ai.installer.yaml new file mode 100644 index 0000000000000..02d5090521819 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.35.0/kawayiYokami.P-ai.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.35.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: P-ai +ReleaseDate: 2026-07-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kawayiYokami/P-ai/releases/download/v0.35.0/P-ai_0.35.0_x64-setup.exe + InstallerSha256: 34D749FFDE73B1BEDE04B1B95BA037DAAE92963A7269CC76304A00659AC7A5EF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.35.0/kawayiYokami.P-ai.locale.en-US.yaml b/manifests/k/kawayiYokami/P-ai/0.35.0/kawayiYokami.P-ai.locale.en-US.yaml new file mode 100644 index 0000000000000..62c9f136395ae --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.35.0/kawayiYokami.P-ai.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.35.0 +PackageLocale: en-US +Publisher: yokami +PublisherUrl: https://github.com/kawayiYokami +PublisherSupportUrl: https://github.com/kawayiYokami/P-ai/issues +PackageName: P-ai +PackageUrl: https://github.com/kawayiYokami/P-ai +License: GPL-3.0 +LicenseUrl: https://github.com/kawayiYokami/P-ai/blob/HEAD/LICENSE +ShortDescription: A ready-to-use self-growing desktop AI assistant for long-running tasks, memory, agents, tool reviews, MCP, and high-concurrency workspace automation. +Description: |- + A self-growing desktop AI work system — ready-to-use, with agent delegation, long-term memory, tool review, MCP, and high-concurrency workspace automation. + PAI is an actively evolving desktop AI work system. It is not a chat client — it is a complete desktop system organized around conversations, tasks, memory, departments, tools, review, and remote messaging. The backend uses Rust async concurrency and streaming architecture to guarantee response speed; the frontend uses Vue 3 + DaisyUI for a clean interface. All data is stored locally, with no intermediate servers. + + Entry & Efficiency + Global hotkey summon, voice wakeup, background voice input, quick screenshot — PAI brings desktop AI access to "summon anytime, handle anything, continue anywhere." Supports local sessions, remote sessions, and multiple parallel sessions; quick commands can trigger common operations in one keystroke. + Organization & Personas + Multiple departments and personas can be independently configured, each with its own avatar and private memory. Tasks and sessions are separated by department, identity, and responsibility. Local sessions support multi-agent group chat; remote sessions support WeChat, Feishu, DingTalk, OneBot, and other protocols. + Interface & Interaction + UI, chat style, colors, and fonts are all customizable, with multiple windows running in parallel. Fast response, clean but not bare-bones. + Capabilities & Tools + A complete capability set is pre-built: LLM can execute operation scripts to control the computer and send reactions proactively; common Skills are built-in; full image-to-text, native PDF and Office reading are supported; tool modifications are reversible; tool execution and code changes can undergo multi-angle AI review. API provider onboarding is streamlined and ready to use. + Memory & Context + Long conversations are dynamically compressed and archived; a single session can persist indefinitely, with context staying effective through continuous compression and organization. The memory system is low-cost and comprehensive — the more you use it, the better the AI understands you. + Engineering & Reliability + High performance, concurrent, fast to respond. Local sessions support message delivery, session branching, and manual delegation; remote sessions support sending and receiving files and images. Built-in proactive planning mode, delegation system, and persona system; LLM can autonomously manage MCP, skills, personas, and departments. Tool execution has a review chain; code changes can be validated from multiple angles. + + Real Usage Scenarios + The following are not hypotheticals — they actually happened: + - Starting from v0.8, PAI has been used to develop PAI itself for over 1 month, producing 407 commits and 496 file changes + - Users have been using PAI continuously for financial analysis and news monitoring for over 3 months + - Users have been using PAI via WeChat remote contacts to produce Xiaohongshu content for over 3 months, with over a thousand published posts + - Users have been using PAI to analyze research papers for over 2 months and published multiple papers based on it + - Users have been using PAI for scheduled web scraping, accumulating over 500M of data + - A user ran PAI continuously for 20 hours on a programming task — it reviewed, resolved, researched online, and passed on its own + - Users have been using PAI long-term to create game guides + - Users have been using PAI long-term to operate games and complete daily tasks + - Users run dozens of sessions simultaneously, using PAI to monitor multiple online channels at once + - After extended use, users consistently report it gets smoother over time — the AI understands them better +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: 'Full Changelog: https://github.com/kawayiYokami/P-ai/compare/v0.32.1...v0.35.0' +ReleaseNotesUrl: https://github.com/kawayiYokami/P-ai/releases/tag/v0.35.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.35.0/kawayiYokami.P-ai.locale.zh-CN.yaml b/manifests/k/kawayiYokami/P-ai/0.35.0/kawayiYokami.P-ai.locale.zh-CN.yaml new file mode 100644 index 0000000000000..129e1036f4466 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.35.0/kawayiYokami.P-ai.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.35.0 +PackageLocale: zh-CN +ShortDescription: 开箱即用的自我成长型桌面 AI 助理,面向长期任务、记忆、部门协作、工具审查、MCP 与高并发工作区自动化。 +Description: |- + 一个可自我成长的桌面 AI 工作系统——开箱即用,支持智能体委派、长期记忆、工具评审、MCP(任务-能力-规划)、以及高并发的工作空间自动化。 + PAI 是一个持续进化的桌面 AI 工作系统。它不是一个聊天客户端——而是一个围绕对话、任务、记忆、部门、工具、评审和远程消息构建的完整桌面系统。后端采用 Rust 异步并发与流式架构,确保响应速度;前端使用 Vue 3 + DaisyUI 实现简洁界面。所有数据本地存储,无中间服务器。 + + 入口与效率 + 全局热键唤起、语音唤醒、后台语音输入、快速截图——PAI 将桌面 AI 的使用体验做到“随时召唤、随地处理、无缝延续”。支持本地会话、远程会话及多个并行会话;快捷命令一键触发常见操作。 + 组织与角色 + 可独立配置多个部门与角色,每个角色拥有独立头像与私有记忆。任务与会话按部门、身份与职责分离。本地会话支持多智能体群聊;远程会话支持微信、飞书、钉钉、OneBot 等多种协议。 + 界面与交互 + UI、聊天样式、颜色与字体均可自定义,支持多窗口并行运行。响应迅速,界面清爽而不简陋。 + 能力与工具 + 内置完整能力体系:大模型可执行操作脚本以控制电脑,并主动发送反馈;常用技能已预置;全面支持图文理解、原生 PDF 与 Office 文件阅读;工具修改可逆;工具执行与代码变更支持多角度 AI 评审。API 提供商接入流程简化,即接即用。 + 记忆与上下文 + 长对话动态压缩归档;单一会话可无限延续,上下文通过持续压缩与整理保持有效。记忆系统成本低且覆盖面广——使用越久,AI 越懂你。 + 工程与可靠性 + 高性能、高并发、响应迅速。本地会话支持消息传递、会话分支与手动委派;远程会话支持文件与图片收发。内置主动规划模式、委派系统与角色系统;大模型可自主管理 MCP、技能、角色与部门。工具执行具备评审链路,代码变更支持多维度验证。 + + 真实使用场景 + 以下并非设想,而是真实发生的情况: + - 自 v0.8 版本起,PAI 已用于自身开发超过一个月,产生 407 次提交和 496 个文件变更 + - 用户连续使用 PAI 进行金融分析与新闻监控超过三个月 + - 用户通过微信远程连接使用 PAI 创作小红书内容超过三个月,发布帖子超千篇 + - 用户使用 PAI 分析科研论文超过两个月,并基于其成果发表多篇论文 + - 用户使用 PAI 执行定时网页抓取,累计获取数据超 5 亿条 + - 一位用户让 PAI 连续运行 20 小时完成编程任务——自行审查、解决问题、在线调研并最终通过 + - 用户长期使用 PAI 制作游戏攻略 + - 用户长期使用 PAI 操作游戏并完成日常任务 + - 用户同时运行数十个会话,利用 PAI 同时监控多个线上渠道 + - 长期使用后,用户普遍反馈系统运行愈发顺畅——AI 对用户的理解日益深入 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.35.0/kawayiYokami.P-ai.yaml b/manifests/k/kawayiYokami/P-ai/0.35.0/kawayiYokami.P-ai.yaml new file mode 100644 index 0000000000000..2962e9f482abe --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.35.0/kawayiYokami.P-ai.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.35.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.6.24/Lablicate.OpenChrom.installer.yaml b/manifests/l/Lablicate/OpenChrom/1.6.24/Lablicate.OpenChrom.installer.yaml new file mode 100644 index 0000000000000..81063155b5967 --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.6.24/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.6.24 +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.6.24/OpenChrom_1.6.24_setup_x64.exe + InstallerSha256: fdf658f2eb53c0a3a644c5ad9dbe81ab9c20632d5c27554b91e2f17835cdb734 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.6.24/Lablicate.OpenChrom.locale.en-US.yaml b/manifests/l/Lablicate/OpenChrom/1.6.24/Lablicate.OpenChrom.locale.en-US.yaml new file mode 100644 index 0000000000000..c08ca2e70f089 --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.6.24/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.6.24 +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.6.24 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.6.24/Lablicate.OpenChrom.yaml b/manifests/l/Lablicate/OpenChrom/1.6.24/Lablicate.OpenChrom.yaml new file mode 100644 index 0000000000000..e0ade77d09e46 --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.6.24/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.6.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.80/Lingbao.EasyClaw.installer.yaml b/manifests/l/Lingbao/EasyClaw/1.3.81/Lingbao.EasyClaw.installer.yaml similarity index 84% rename from manifests/l/Lingbao/EasyClaw/1.3.80/Lingbao.EasyClaw.installer.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.81/Lingbao.EasyClaw.installer.yaml index 910c011c61202..986f9db39415c 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.80/Lingbao.EasyClaw.installer.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.81/Lingbao.EasyClaw.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.80 +PackageVersion: 1.3.81 InstallerType: exe Scope: machine InstallModes: @@ -20,6 +20,6 @@ ProductCode: easyclaw Installers: - Architecture: x64 InstallerUrl: https://aibot-install-cdn.easyclaw.com/public/package/easyclawsetup.exe - InstallerSha256: 9579517C45B8B20E50B682D63EAEFD084B1B278205DDBB38493813980C12664E + InstallerSha256: 4757143FF987FF38CB60F30EB89C71FD8162CCAD6EBD1419210BB3D5F52DCCC8 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.80/Lingbao.EasyClaw.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/1.3.81/Lingbao.EasyClaw.locale.en-US.yaml similarity index 97% rename from manifests/l/Lingbao/EasyClaw/1.3.80/Lingbao.EasyClaw.locale.en-US.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.81/Lingbao.EasyClaw.locale.en-US.yaml index 6816b9b4db4bb..8a5b7fe8f2c3e 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.80/Lingbao.EasyClaw.locale.en-US.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.81/Lingbao.EasyClaw.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.80 +PackageVersion: 1.3.81 PackageLocale: en-US Publisher: EasyClaw Team PublisherUrl: https://easyclaw.com/ diff --git a/manifests/l/Lingbao/EasyClaw/1.3.80/Lingbao.EasyClaw.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/1.3.81/Lingbao.EasyClaw.locale.zh-CN.yaml similarity index 96% rename from manifests/l/Lingbao/EasyClaw/1.3.80/Lingbao.EasyClaw.locale.zh-CN.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.81/Lingbao.EasyClaw.locale.zh-CN.yaml index ee315de54aa35..a4200b1389009 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.80/Lingbao.EasyClaw.locale.zh-CN.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.81/Lingbao.EasyClaw.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.80 +PackageVersion: 1.3.81 PackageLocale: zh-CN PublisherUrl: https://easyclaw.com/zh-cn PrivacyUrl: https://easyclaw.com/zh-cn/privacy diff --git a/manifests/l/Lingbao/EasyClaw/1.3.80/Lingbao.EasyClaw.yaml b/manifests/l/Lingbao/EasyClaw/1.3.81/Lingbao.EasyClaw.yaml similarity index 91% rename from manifests/l/Lingbao/EasyClaw/1.3.80/Lingbao.EasyClaw.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.81/Lingbao.EasyClaw.yaml index 464f1d5a990b7..2138d8efa0217 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.80/Lingbao.EasyClaw.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.81/Lingbao.EasyClaw.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.80 +PackageVersion: 1.3.81 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.84/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.84/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 0000000000000..960fdfacc5573 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.84/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.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.84 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-07-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.2.84/CLIProxyAPI_7.2.84_windows_amd64.zip + InstallerSha256: F453BEBCAEE1E7CEB2A469111B3E0401AFDF9C7F12E8B3B36C7C410E598C0021 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.84/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.84/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..4aa72f5e9b2b3 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.84/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.84 +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) 2026 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: |- + Linux release assets + - CLIProxyAPI__linux_.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline. + - CLIProxyAPI__linux__no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins. + FreeBSD release assets + - CLIProxyAPI__freebsd_aarch64_no-plugin.tar.gz is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins. + Changelog + - feat(logging): add CPA trace ID middleware and enhance metadata handling (36627196) + - feat(oauth-model-alias): add support for display names in OAuth model aliases (f5746a98) + - feat(executor): add ID shortening for overlong Codex input items (1cfe529f) + - feat(websockets): implement active connection tracking for websocket sessions (fbe11607) + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.83...v7.2.84 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.84 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.84/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.84/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c56bb4043da21 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.84/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.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.84 +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.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.84/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.84/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 0000000000000..088dbc090c623 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.84/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.84 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.85/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.85/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 0000000000000..6c12057e52018 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.85/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.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.85 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-07-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.2.85/CLIProxyAPI_7.2.85_windows_amd64.zip + InstallerSha256: 1BA28E75F8FFE92AB22594E8EC1B4A808F073D985B0A074D4F340D380F811228 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.85/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.85/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..3454cbc900ba2 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.85/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.85 +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) 2026 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: |- + Linux release assets + - CLIProxyAPI__linux_.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline. + - CLIProxyAPI__linux__no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins. + FreeBSD release assets + - CLIProxyAPI__freebsd_aarch64_no-plugin.tar.gz is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins. + Changelog + - feat(translator): prioritize service tier for fast responses in Claude requests (da087d7f) + - feat(executor): implement agent-scoped cache key isolation and enhance replay handling (baffbe2c) + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.84...v7.2.85 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.85 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.85/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.85/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..eac95397aa32c --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.85/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.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.85 +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.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.85/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.85/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 0000000000000..c346323671441 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.85/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.85 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meazure/GuardianBrowser/3.16.0/Meazure.GuardianBrowser.installer.yaml b/manifests/m/Meazure/GuardianBrowser/4.0.0/Meazure.GuardianBrowser.installer.yaml similarity index 81% rename from manifests/m/Meazure/GuardianBrowser/3.16.0/Meazure.GuardianBrowser.installer.yaml rename to manifests/m/Meazure/GuardianBrowser/4.0.0/Meazure.GuardianBrowser.installer.yaml index ce4280ff59cf9..d2fac4010e161 100644 --- a/manifests/m/Meazure/GuardianBrowser/3.16.0/Meazure.GuardianBrowser.installer.yaml +++ b/manifests/m/Meazure/GuardianBrowser/4.0.0/Meazure.GuardianBrowser.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Meazure.GuardianBrowser -PackageVersion: 3.16.0 +PackageVersion: 4.0.0 InstallerType: nullsoft Scope: user InstallerSwitches: @@ -11,10 +11,10 @@ UpgradeBehavior: install Protocols: - proctoru ProductCode: 4789dc59-11a2-50cc-b00d-76a5a8c894a3 -ReleaseDate: 2026-07-02 +ReleaseDate: 2026-07-17 Installers: - Architecture: x64 InstallerUrl: https://production-archimedes-secure-browser-artifacts.s3.amazonaws.com/latest/windows/guardian-browser-x64.exe - InstallerSha256: C04DE560F47B49166D1FA36FFD2DB9F03219885194BB86B197798061EB31BDDA + InstallerSha256: 2E68000E0C10C51C23CCC8EA3469BBFBE67E4D909ED16F66D5FF4BC3C999CBC8 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Meazure/GuardianBrowser/3.16.0/Meazure.GuardianBrowser.locale.en-US.yaml b/manifests/m/Meazure/GuardianBrowser/4.0.0/Meazure.GuardianBrowser.locale.en-US.yaml similarity index 97% rename from manifests/m/Meazure/GuardianBrowser/3.16.0/Meazure.GuardianBrowser.locale.en-US.yaml rename to manifests/m/Meazure/GuardianBrowser/4.0.0/Meazure.GuardianBrowser.locale.en-US.yaml index 4984e0973683c..34b7bf7889530 100644 --- a/manifests/m/Meazure/GuardianBrowser/3.16.0/Meazure.GuardianBrowser.locale.en-US.yaml +++ b/manifests/m/Meazure/GuardianBrowser/4.0.0/Meazure.GuardianBrowser.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Meazure.GuardianBrowser -PackageVersion: 3.16.0 +PackageVersion: 4.0.0 PackageLocale: en-US Publisher: Meazure Learning PublisherUrl: https://guardian.meazurelearning.com/ diff --git a/manifests/m/Meazure/GuardianBrowser/3.16.0/Meazure.GuardianBrowser.locale.zh-CN.yaml b/manifests/m/Meazure/GuardianBrowser/4.0.0/Meazure.GuardianBrowser.locale.zh-CN.yaml similarity index 94% rename from manifests/m/Meazure/GuardianBrowser/3.16.0/Meazure.GuardianBrowser.locale.zh-CN.yaml rename to manifests/m/Meazure/GuardianBrowser/4.0.0/Meazure.GuardianBrowser.locale.zh-CN.yaml index 671f4556f399f..0cf21377833ff 100644 --- a/manifests/m/Meazure/GuardianBrowser/3.16.0/Meazure.GuardianBrowser.locale.zh-CN.yaml +++ b/manifests/m/Meazure/GuardianBrowser/4.0.0/Meazure.GuardianBrowser.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Meazure.GuardianBrowser -PackageVersion: 3.16.0 +PackageVersion: 4.0.0 PackageLocale: zh-CN License: 专有软件 ShortDescription: 使用 Guardian 浏览器,确保安全可靠的测试体验。 diff --git a/manifests/m/Meazure/GuardianBrowser/3.16.0/Meazure.GuardianBrowser.yaml b/manifests/m/Meazure/GuardianBrowser/4.0.0/Meazure.GuardianBrowser.yaml similarity index 91% rename from manifests/m/Meazure/GuardianBrowser/3.16.0/Meazure.GuardianBrowser.yaml rename to manifests/m/Meazure/GuardianBrowser/4.0.0/Meazure.GuardianBrowser.yaml index 51af0bc4d6f23..637bc9d1c3678 100644 --- a/manifests/m/Meazure/GuardianBrowser/3.16.0/Meazure.GuardianBrowser.yaml +++ b/manifests/m/Meazure/GuardianBrowser/4.0.0/Meazure.GuardianBrowser.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Meazure.GuardianBrowser -PackageVersion: 3.16.0 +PackageVersion: 4.0.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/Meta/QuestRemoteDesktop/97.0.1.109/Meta.QuestRemoteDesktop.installer.yaml b/manifests/m/Meta/QuestRemoteDesktop/97.0.1.109/Meta.QuestRemoteDesktop.installer.yaml new file mode 100644 index 0000000000000..2896bc424a12e --- /dev/null +++ b/manifests/m/Meta/QuestRemoteDesktop/97.0.1.109/Meta.QuestRemoteDesktop.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Meta.QuestRemoteDesktop +PackageVersion: 97.0.1.109 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{612C9448-B55D-4B24-BE89-10A6675A8E61}' +ReleaseDate: 2026-07-09 +AppsAndFeaturesEntries: +- UpgradeCode: '{BC5E6690-391D-48C6-9A51-5BD7C3C931C7}' +Installers: +- Architecture: x64 + InstallerUrl: https://securecdn.oculus.com/binaries/download/?id=27359413110352150 + InstallerSha256: A3F967C0925D88C1B00F90C778E01D1C4AFFA2BACDAE49DED83DE793E3F13546 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meta/QuestRemoteDesktop/97.0.1.109/Meta.QuestRemoteDesktop.locale.en-US.yaml b/manifests/m/Meta/QuestRemoteDesktop/97.0.1.109/Meta.QuestRemoteDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..e2cb016822c40 --- /dev/null +++ b/manifests/m/Meta/QuestRemoteDesktop/97.0.1.109/Meta.QuestRemoteDesktop.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Meta.QuestRemoteDesktop +PackageVersion: 97.0.1.109 +PackageLocale: en-US +Publisher: Facebook +Author: Meta Platforms, Inc. +PackageName: Meta Quest Remote Desktop +License: Proprietary +Copyright: © 2026 Meta. +ShortDescription: Pair your computer to your Meta Quest headset, streaming what is on your computer screen into VR. +Tags: +- oculus +- quest +- virtual-reality +- vr +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meta/QuestRemoteDesktop/97.0.1.109/Meta.QuestRemoteDesktop.locale.zh-CN.yaml b/manifests/m/Meta/QuestRemoteDesktop/97.0.1.109/Meta.QuestRemoteDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a50232eb629f8 --- /dev/null +++ b/manifests/m/Meta/QuestRemoteDesktop/97.0.1.109/Meta.QuestRemoteDesktop.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.12.0.schema.json + +PackageIdentifier: Meta.QuestRemoteDesktop +PackageVersion: 97.0.1.109 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 将您的电脑与 Meta Quest 头显配对,将电脑屏幕内容串流至虚拟现实环境中。 +Tags: +- oculus +- quest +- vr +- 虚拟现实 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meta/QuestRemoteDesktop/97.0.1.109/Meta.QuestRemoteDesktop.yaml b/manifests/m/Meta/QuestRemoteDesktop/97.0.1.109/Meta.QuestRemoteDesktop.yaml new file mode 100644 index 0000000000000..a3497b9e79632 --- /dev/null +++ b/manifests/m/Meta/QuestRemoteDesktop/97.0.1.109/Meta.QuestRemoteDesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Meta.QuestRemoteDesktop +PackageVersion: 97.0.1.109 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mickem/NSClient/0.9.15.0/Mickem.NSClient.installer.yaml b/manifests/m/Mickem/NSClient/0.9.15.0/Mickem.NSClient.installer.yaml new file mode 100644 index 0000000000000..a002bfb970345 --- /dev/null +++ b/manifests/m/Mickem/NSClient/0.9.15.0/Mickem.NSClient.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: Mickem.NSClient +PackageVersion: 0.9.15.0 +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALLLOCATION="" +ReleaseDate: 2025-08-17 +AppsAndFeaturesEntries: +- UpgradeCode: '{0B36E3B7-0042-452D-B376-57E0C07ADDBB}' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/mickem/nscp/releases/download/0.9.15/NSCP-0.9.15-Win32.msi + InstallerSha256: 391FE5B1F4C8F42450915B9452E73F0318B8DCB54A8B038081914C8AD79EF445 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + ProductCode: '{81188C90-8CDB-4FA7-B9F8-4E2CA1CD47BA}' +- Architecture: x64 + InstallerUrl: https://github.com/mickem/nscp/releases/download/0.9.15/NSCP-0.9.15-x64.msi + InstallerSha256: F26473E6A52AFB7A8B5FA1EA099B2EB39EB57E57CA7D3547C0BF29334638CBE1 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: '{125A3BB1-6446-4E76-A790-D53D4D84DA6A}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/Mickem/NSClient/0.9.15.0/Mickem.NSClient.locale.en-US.yaml b/manifests/m/Mickem/NSClient/0.9.15.0/Mickem.NSClient.locale.en-US.yaml new file mode 100644 index 0000000000000..61166f92b5da4 --- /dev/null +++ b/manifests/m/Mickem/NSClient/0.9.15.0/Mickem.NSClient.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: Mickem.NSClient +PackageVersion: 0.9.15.0 +PackageLocale: en-US +Publisher: MySolutions NORDIC +PublisherUrl: https://medin.name/ +PublisherSupportUrl: https://github.com/mickem/nscp/issues +Author: My Computer Solutions NORDIC KB +PackageName: NSClient++ +PackageUrl: https://nsclient.org/ +License: GPL-2.0 +LicenseUrl: https://github.com/mickem/nscp/blob/HEAD/COPYING +Copyright: Copyright (C) 2025 - Michael Medin +ShortDescription: A fully fledged monitoring agent which can be used with many monitoring tools. +Description: |- + NSClient++ (nscp) aims to be a simple yet powerful and secure monitoring daemon. It was built for Nagios/Icinga, but nothing in the daemon is Nagios/Icinga specific and it can be used in many other scenarios where you want to receive/distribute check metrics. + The daemon has 3 main functions: + - Allow a remote machine (monitoring server) to request commands to be run on this machine (the monitored machine) which return the status of the machine. + - Submit the same results to a remote (monitoring server). + - Take action and perform tasks. +Moniker: nscp +Tags: +- icinga +- naemon +- nagios +ReleaseNotes: |- + What's Changed + - Default generated certificates are now sha256 by @mickem in https://github.com/mickem/nscp/pull/1022 + Full Changelog: https://github.com/mickem/nscp/compare/0.9.14...0.9.15 +ReleaseNotesUrl: https://github.com/mickem/nscp/releases/tag/0.9.15 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://nsclient.org/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/Mickem/NSClient/0.9.15.0/Mickem.NSClient.locale.zh-CN.yaml b/manifests/m/Mickem/NSClient/0.9.15.0/Mickem.NSClient.locale.zh-CN.yaml new file mode 100644 index 0000000000000..205ad2951a0d2 --- /dev/null +++ b/manifests/m/Mickem/NSClient/0.9.15.0/Mickem.NSClient.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Mickem.NSClient +PackageVersion: 0.9.15.0 +PackageLocale: zh-CN +ShortDescription: 可与多种监控工具协同使用的全功能监控代理 +Description: |- + NSClient++(nscp)旨在成为一个简单而强大且安全的监控守护进程。它最初为 Nagios/Icinga 设计,但守护进程本身并不局限于 Nagios/Icinga,可广泛应用于需要接收或分发检查指标的其他场景中。 + 该守护进程主要具备三项核心功能: + - 允许远程主机(监控服务器)请求在本机(被监控主机)上执行命令,以获取主机状态信息。 + - 将相同的检测结果主动提交至远程(监控服务器)。 + - 执行预设操作并完成任务处理。 +ReleaseNotesUrl: https://github.com/mickem/nscp/releases/tag/0.9.15 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://nsclient.org/docs/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Dev/EXE/140.0.7259.2/Google.Chrome.Dev.EXE.yaml b/manifests/m/Mickem/NSClient/0.9.15.0/Mickem.NSClient.yaml similarity index 72% rename from manifests/g/Google/Chrome/Dev/EXE/140.0.7259.2/Google.Chrome.Dev.EXE.yaml rename to manifests/m/Mickem/NSClient/0.9.15.0/Mickem.NSClient.yaml index ee3f02551ba1d..76c795da04932 100644 --- a/manifests/g/Google/Chrome/Dev/EXE/140.0.7259.2/Google.Chrome.Dev.EXE.yaml +++ b/manifests/m/Mickem/NSClient/0.9.15.0/Mickem.NSClient.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Dev.EXE -PackageVersion: 140.0.7259.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Mickem.NSClient +PackageVersion: 0.9.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/AKSdesktop/0.43.0/Microsoft.AKSdesktop.installer.yaml b/manifests/m/Microsoft/AKSdesktop/0.43.0/Microsoft.AKSdesktop.installer.yaml new file mode 100644 index 0000000000000..c2d67fcc7b60d --- /dev/null +++ b/manifests/m/Microsoft/AKSdesktop/0.43.0/Microsoft.AKSdesktop.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.AKSdesktop +PackageVersion: 0.43.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +ProductCode: c0837d4a-3830-5b28-851d-d52b0fdbed2e +ReleaseDate: 2026-07-17 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Azure/aks-desktop/releases/download/v0.9.0/aks-desktop-0.9.0-win-x64.exe + InstallerSha256: 22FC56C069A7EB1378D0E54156C39CD458DFD250D78C81269332C110CE12DC62 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Azure/aks-desktop/releases/download/v0.9.0/aks-desktop-0.9.0-win-x64.exe + InstallerSha256: 22FC56C069A7EB1378D0E54156C39CD458DFD250D78C81269332C110CE12DC62 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/AKSdesktop/0.43.0/Microsoft.AKSdesktop.locale.en-US.yaml b/manifests/m/Microsoft/AKSdesktop/0.43.0/Microsoft.AKSdesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..2cb5fe2dec123 --- /dev/null +++ b/manifests/m/Microsoft/AKSdesktop/0.43.0/Microsoft.AKSdesktop.locale.en-US.yaml @@ -0,0 +1,104 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.AKSdesktop +PackageVersion: 0.43.0 +PackageLocale: en-US +Publisher: Microsoft +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://github.com/Azure/aks-desktop/issues +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: AKS desktop +PackageUrl: https://github.com/Azure/aks-desktop +License: Apache-2.0 +LicenseUrl: https://github.com/Azure/aks-desktop/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) Microsoft Corporation. +ShortDescription: Azure Kubernetes Service (AKS) desktop application. +Description: |- + Kubernetes workflows often require writing and maintaining YAML, switching between tools (kubectl, dashboards, monitoring), and an understanding of low-level infrastructure concepts. + AKS desktop simplifies this process using Projects, which group everything your application needs into a single, manageable unit, and provides guided workflows for deploying, monitoring, scaling, and troubleshooting applications. + AKS desktop works within your existing environment and tools, including Visual Studio Code, GitHub, and CI/CD pipelines. It connects to your existing AKS clusters and supports multi-environment scenarios across dev, test, staging, and production, including Azure hybrid and edge deployments. +Tags: +- aks +- azure +- azure-kubernetes-service +- cluster +- cluster-management +- dashboard +- k8s +- kubernetes +ReleaseNotes: |- + AKS Desktop v0.9.0 improves multi-tenant Azure support, upgrades the AI Assistant preview, introduces privacy-conscious usage telemetry controls, and moves the underlying Headlamp experience to version 0.43. + ✨ Highlights + Multi-tenant AKS cluster registration + AKS Desktop now supports selecting an Azure tenant before selecting a subscription when registering an AKS cluster. + - Subscriptions are filtered to the selected tenant, making it easier to find clusters across multi-tenant Azure environments. + - When all available subscriptions belong to one tenant, that tenant is selected automatically. + - Changing the tenant resets the subscription and cluster selections to prevent mismatched registrations. + - Tenant information is obtained from the existing subscription lookup, so this does not add another Azure CLI request. + Added in #733. + AI Assistant 0.3.0-alpha (Preview) + The AI Assistant preview has been upgraded to the shared Headlamp AI Assistant 0.3.0-alpha implementation, bringing a more extensible foundation for Kubernetes troubleshooting and natural-language cluster management. + - Adds Holmes Agent mode, allowing AKS Desktop to connect to a HolmesGPT agent running in a cluster for enhanced Kubernetes diagnostics. + - Adds desktop support for Model Context Protocol (MCP) servers, including configuration through a form or JSON editor, automatic tool discovery, per-tool enablement, input schema visibility, usage statistics, and bulk enable or disable actions. + - Expands model provider support with DeepSeek and OpenAI-compatible endpoints, alongside OpenAI, Azure OpenAI, Anthropic, Mistral, Gemini, and local models through Ollama. + - Retains context-aware cluster questions, Kubernetes resource generation, log interpretation, and configuration analysis through the updated shared AI UI and runtime. + - Restores localized AI Assistant catalogs for supported languages. + - Hardens secret redaction, HTML and URL handling, untrusted input parsing, filenames, endpoint normalization, and MCP state handling. + - Uses the canonical @headlamp-k8s/ai-assistant package identity so Electron command permissions are granted only to the expected plugin package. + The AI Assistant remains an alpha preview. Using external model providers may require API credentials and may incur provider charges. + Implemented in #770, with the supporting Headlamp package identity and permission changes in #768. + Anonymous usage telemetry and controls + Anonymous product usage telemetry has been restored with additional privacy safeguards. + - Telemetry uses a fixed set of typed, sanitized events for application usage, enabled plugins, feature usage, errors, and general cluster characteristics. + - Automatic request, cookie, route, and browser exception collection is disabled. + - Cluster information is limited to generalized values such as Kubernetes version, Azure region, service tier, and bucketed node or namespace counts. + - A pseudonymous installation identifier is used to distinguish installations without collecting user identity. + - A final privacy scrubber removes unsafe filesystem paths, URLs, identifiers, route values, IP or geolocation fields, and exception data before telemetry is sent. + - Initial lifecycle telemetry is limited to AKS project creation or import and application deployment workflows. + - Telemetry is enabled by default and can be disabled under Settings → Plugins → AKS Desktop → Send anonymous usage data. + - Changes to the telemetry setting take effect after restarting AKS Desktop. + Implemented in #718, with follow-up fixes in #745 and additional privacy hardening in #773. + Headlamp 0.43 foundation + AKS Desktop now incorporates the Headlamp 0.43 codebase, bringing a large set of Kubernetes UI, accessibility, and reliability improvements. + Notable additions include: + - Node upgrade visualization showing progress through cordon, drain, delete, reimage, and completion stages. + - Workload diagnostics on Pod and workload detail pages, providing troubleshooting hints based on status, events, and container information. + - Dry-run support for validating YAML changes and previewing workload rollbacks before applying them. + - Batch scaling for multiple Deployments, StatefulSets, or ReplicaSets. + - Saved Advanced Search queries, including support for restoring, renaming, and deleting saved searches. + - A dedicated Job details view with status information and direct access to related Pod logs. + - A new form for creating Deployments directly from the UI. + - Node pool information in Node list and detail views. + - Node information in the cluster overview Events table. + - Additional resource details matching information commonly shown by kubectl describe. + See the Headlamp 0.43 release notes for the complete upstream list. + 🐞 Fixes and reliability improvements + The Headlamp update also includes numerous fixes that improve everyday cluster management: + - Resource updates now use JSON Patch, reducing 409 Conflict errors when editing frequently changing resources such as HPAs. + - Fixed crashes when entering incomplete YAML in the resource creation dialog. + - Fixed stale Pod status indicators after readiness checks complete. + - Fixed resource-map loading and rendering issues, including missing relationships and unsupported Gateway API filters. + - Improved Job and DaemonSet log access. + - Fixed memory and subscription leaks in log viewing, WebSocket handling, OAuth, node draining, and port forwarding. + - Improved OIDC compatibility, including authentication with public providers such as Microsoft Entra ID when no custom CA is configured. + - Improved cluster chooser search and keyboard navigation. + - Table pagination preferences and Pod log formatting preferences now persist between sessions. + - Improved screen-reader announcements for empty tables and several other keyboard and high-zoom accessibility scenarios. + - Fixed error and warning icons in Project resource views. + - Fixed startup failures caused by malformed settings stored in local storage. + - Improved Windows path handling and application shutdown behavior on Windows and Linux. + The Headlamp fork was rebased onto version 0.43 in #741, with downstream compatibility and build fixes in #756. + 🔧 Build and dependency updates + - Updated the backend build to Go 1.26 to match the upgraded Headlamp backend requirements in #762. + - Updated actions/checkout from 6.0.3 to 7.0.0 in #738. + - Updated actions/setup-go from 6.4.0 to 6.5.0 in #742. + - Updated step-security/harden-runner from 2.19.4 to 2.20.0 in #758. + - Updated @types/node from 25.8.0 to 26.0.0 in #739. + - Updated lint-staged from 17.0.7 to 17.0.8 in #743. + - Updated tsx from 4.22.3 to 4.22.4 in #708. + Full Changelog: https://github.com/Azure/aks-desktop/compare/v0.8.0...v0.9.0 +ReleaseNotesUrl: https://github.com/Azure/aks-desktop/releases/tag/v0.9.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/AKSdesktop/0.43.0/Microsoft.AKSdesktop.locale.zh-CN.yaml b/manifests/m/Microsoft/AKSdesktop/0.43.0/Microsoft.AKSdesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b2b85b411868e --- /dev/null +++ b/manifests/m/Microsoft/AKSdesktop/0.43.0/Microsoft.AKSdesktop.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.AKSdesktop +PackageVersion: 0.43.0 +PackageLocale: zh-CN +ShortDescription: Azure Kubernetes Service (AKS) 桌面应用程序。 +Description: |- + Kubernetes 工作流通常需要编写和维护 YAML,切换不同的工具(如 kubectl、仪表板、监控工具),并理解底层基础设施概念。 + AKS 桌面版通过“项目”简化了这一过程,“项目”将应用程序所需的一切整合为一个可管理的单元,并提供引导式工作流,用于部署、监控、扩展和排查应用程序问题。 + AKS 桌面版可在您现有的环境和工具中运行,包括 Visual Studio Code、GitHub 和 CI/CD 管道。它能够连接到您现有的 AKS 集群,并支持跨开发、测试、预发布和生产环境的多环境场景,包括 Azure 混合云和边缘部署。 +Tags: +- aks +- azure +- azure-kubernetes-service +- k8s +- kubernetes +- 仪表板 +- 集群 +- 集群管理 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/AKSdesktop/0.43.0/Microsoft.AKSdesktop.yaml b/manifests/m/Microsoft/AKSdesktop/0.43.0/Microsoft.AKSdesktop.yaml new file mode 100644 index 0000000000000..22f1e70dda072 --- /dev/null +++ b/manifests/m/Microsoft/AKSdesktop/0.43.0/Microsoft.AKSdesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.AKSdesktop +PackageVersion: 0.43.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.190.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.190.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..b8965c266232d --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.190.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.190.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-17 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.190.0&arch=x86 + InstallerSha256: 0562CB0A19F938C9C557B45EDDC02C00925D3449F8DCB9CCFCE8FC999189E825 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.190.0&arch=amd64 + InstallerSha256: 4F54ED330FEF7C9CD930BAEE3E06BE3EDED963C79A6EAB1E5F32F31CB489B6F2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.190.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.190.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..9cef0f2247100 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.190.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.190.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.190.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.190.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..012191a22638e --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.190.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.190.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.191.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.191.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..dc13065763f53 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.191.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.191.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-17 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.191.0&arch=x86 + InstallerSha256: 36CD70182B0EF8E3246B9AEBB19D343565099CEF4EF5CA58E869758764823C30 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.191.0&arch=amd64 + InstallerSha256: 76B47D4101710AAABFAD11D3CAB64ECD7D0E45D78785F60E9D6832CA9B207AC9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.191.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.191.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..eb81e03f74528 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.191.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.191.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.191.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.191.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..de48da09e0d67 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.191.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.191.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.installer.yaml b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.installer.yaml new file mode 100644 index 0000000000000..72f9ee763f57b --- /dev/null +++ b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.installer.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsTerminal +PackageVersion: 1.24.11911.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.19041.0 +InstallerType: msix +Scope: user +InstallModes: +- silent +Commands: +- wt +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.UI.Xaml.2.8 + MinimumVersion: 8.2306.22001.0 +PackageFamilyName: Microsoft.WindowsTerminal_8wekyb3d8bbwe +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/microsoft/terminal/releases/download/v1.24.11911.0/Microsoft.WindowsTerminal_1.24.11911.0_8wekyb3d8bbwe.msixbundle + InstallerSha256: 54EF0C69A912DE511475DF02E57E5193E69193A4CF95A19D508D2705FD602E42 + SignatureSha256: 147F8E053F14A59B350BD5D4F4CE16E6D52BBD81F9015CB30B8E0587D75A71D2 +- Architecture: x64 + InstallerUrl: https://github.com/microsoft/terminal/releases/download/v1.24.11911.0/Microsoft.WindowsTerminal_1.24.11911.0_8wekyb3d8bbwe.msixbundle + InstallerSha256: 54EF0C69A912DE511475DF02E57E5193E69193A4CF95A19D508D2705FD602E42 + SignatureSha256: 147F8E053F14A59B350BD5D4F4CE16E6D52BBD81F9015CB30B8E0587D75A71D2 +- Architecture: arm64 + InstallerUrl: https://github.com/microsoft/terminal/releases/download/v1.24.11911.0/Microsoft.WindowsTerminal_1.24.11911.0_8wekyb3d8bbwe.msixbundle + InstallerSha256: 54EF0C69A912DE511475DF02E57E5193E69193A4CF95A19D508D2705FD602E42 + SignatureSha256: 147F8E053F14A59B350BD5D4F4CE16E6D52BBD81F9015CB30B8E0587D75A71D2 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-16 diff --git a/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.en-US.yaml b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.en-US.yaml new file mode 100644 index 0000000000000..0778c54df1f3f --- /dev/null +++ b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsTerminal +PackageVersion: 1.24.11911.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com +PublisherSupportUrl: https://github.com/microsoft/terminal/issues +PrivacyUrl: https://privacy.microsoft.com +Author: Microsoft +PackageName: Windows Terminal +PackageUrl: https://docs.microsoft.com/windows/terminal +License: MIT +LicenseUrl: https://github.com/microsoft/terminal/blob/main/LICENSE +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +CopyrightUrl: https://github.com/microsoft/terminal/blob/main/LICENSE +ShortDescription: The new Windows Terminal, a tabbed command line experience for Windows. +Moniker: terminal +Tags: +- cli +- cmd +- command-line +- command-prompt +- console +- developer-tools +- powershell +- ps +- shell +- terminal +- utilities +- wsl +ReleaseNotesUrl: https://github.com/microsoft/terminal/releases/tag/v1.24.11911.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/microsoft/terminal/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.fr-FR.yaml b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.fr-FR.yaml new file mode 100644 index 0000000000000..2b541664af074 --- /dev/null +++ b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.fr-FR.yaml @@ -0,0 +1,10 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsTerminal +PackageVersion: 1.24.11911.0 +PackageLocale: fr-FR +Publisher: Microsoft +ShortDescription: Le nouveau terminal Windows, une expérience de ligne de commande à onglets pour Windows. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.it-IT.yaml b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.it-IT.yaml new file mode 100644 index 0000000000000..94dd87f9b19d9 --- /dev/null +++ b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.it-IT.yaml @@ -0,0 +1,10 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsTerminal +PackageVersion: 1.24.11911.0 +PackageLocale: it-IT +Publisher: Microsoft +ShortDescription: Il nuovo terminal di Windows, un'esperienza della riga di comando a schede per Windows. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.ja-JP.yaml b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.ja-JP.yaml new file mode 100644 index 0000000000000..5c9941af59600 --- /dev/null +++ b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.ja-JP.yaml @@ -0,0 +1,10 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsTerminal +PackageVersion: 1.24.11911.0 +PackageLocale: ja-JP +Publisher: Microsoft +ShortDescription: 新しい Windows ターミナル、Windows のタブ付きコマンド ライン エクスペリエンス。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.ko-KR.yaml b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.ko-KR.yaml new file mode 100644 index 0000000000000..5848529020b59 --- /dev/null +++ b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.ko-KR.yaml @@ -0,0 +1,10 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsTerminal +PackageVersion: 1.24.11911.0 +PackageLocale: ko-KR +Publisher: Microsoft +ShortDescription: 새로운 Windows 터미널, Windows에 대 한 탭 명령줄 경험. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.pt-BR.yaml b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.pt-BR.yaml new file mode 100644 index 0000000000000..1d699b97ba879 --- /dev/null +++ b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.pt-BR.yaml @@ -0,0 +1,10 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsTerminal +PackageVersion: 1.24.11911.0 +PackageLocale: pt-BR +Publisher: Microsoft +ShortDescription: O novo Windows Terminal, uma experiência de linha de comando com guias para Windows. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.ru-RU.yaml b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.ru-RU.yaml new file mode 100644 index 0000000000000..c8503f0aafc2e --- /dev/null +++ b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.ru-RU.yaml @@ -0,0 +1,10 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsTerminal +PackageVersion: 1.24.11911.0 +PackageLocale: ru-RU +Publisher: Microsoft +ShortDescription: Новый терминал Windows, вкладка командной строки опыт для Windows. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.zh-CN.yaml b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.zh-CN.yaml new file mode 100644 index 0000000000000..993e21e20a459 --- /dev/null +++ b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsTerminal +PackageVersion: 1.24.11911.0 +PackageLocale: zh-CN +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com +PublisherSupportUrl: https://github.com/microsoft/terminal/issues +PrivacyUrl: https://privacy.microsoft.com +Author: Microsoft +PackageName: Windows Terminal +PackageUrl: https://docs.microsoft.com/windows/terminal +License: MIT +LicenseUrl: https://github.com/microsoft/terminal/blob/main/LICENSE +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +CopyrightUrl: https://github.com/microsoft/terminal/blob/main/LICENSE +ShortDescription: 全新的 Windows 终端与原始 Windows 控制台主机,集于一处! +Description: | + Windows 终端程序是一款新式、快速、高效、强大且高效的终端应用程序,适用于命令行工具和命令提示符,PowerShell 和 WSL 等 Shell 用户。主要功能包括多个选项卡、窗格、Unicode、和 UTF-8 字符支持,GPU 加速文本渲染引擎以及自定义主题、样式和配置。 + 这是一个开源项目,我们欢迎社区参与。如要参与,请访问 https://github.com/microsoft/terminal +Tags: +- cli +- cmd +- command-line +- console +- developer-tools +- powershell +- ps +- shell +- terminal +- utilities +- wsl +- 开发工具 +- 开发者工具 +- 控制台 +- 命令行 +- 终端 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/microsoft/terminal/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.zh-TW.yaml b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.zh-TW.yaml new file mode 100644 index 0000000000000..e31efd32be0bd --- /dev/null +++ b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.locale.zh-TW.yaml @@ -0,0 +1,10 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsTerminal +PackageVersion: 1.24.11911.0 +PackageLocale: zh-TW +Publisher: Microsoft +ShortDescription: 新的 Windows 終端,為 Windows 提供標籤命令行體驗。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.yaml b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.yaml new file mode 100644 index 0000000000000..8e067e6ec40cd --- /dev/null +++ b/manifests/m/Microsoft/WindowsTerminal/1.24.11911.0/Microsoft.WindowsTerminal.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsTerminal +PackageVersion: 1.24.11911.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/2.21.0/MistralAI.MistralVibe.ACP.installer.yaml b/manifests/m/MistralAI/MistralVibe/ACP/2.21.0/MistralAI.MistralVibe.ACP.installer.yaml new file mode 100644 index 0000000000000..d5c8ee3e27579 --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/2.21.0/MistralAI.MistralVibe.ACP.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MistralAI.MistralVibe.ACP +PackageVersion: 2.21.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vibe-acp.exe +Commands: +- vibe-acp +ReleaseDate: 2026-07-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mistralai/mistral-vibe/releases/download/v2.21.0/vibe-acp-windows-x86_64-2.21.0.zip + InstallerSha256: 4505CDA1FF3D29C2493D1D1B261A84C677C1FB1106527B24D6CE9CA966B5F094 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/2.21.0/MistralAI.MistralVibe.ACP.locale.en-US.yaml b/manifests/m/MistralAI/MistralVibe/ACP/2.21.0/MistralAI.MistralVibe.ACP.locale.en-US.yaml new file mode 100644 index 0000000000000..1be97817b967e --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/2.21.0/MistralAI.MistralVibe.ACP.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MistralAI.MistralVibe.ACP +PackageVersion: 2.21.0 +PackageLocale: en-US +Publisher: Mistral AI +PublisherUrl: https://mistral.ai/ +PublisherSupportUrl: https://github.com/mistralai/mistral-vibe/issues +PrivacyUrl: https://legal.mistral.ai/terms/privacy-policy +Author: Mistral AI +PackageName: Mistral Vibe (ACP mode) +PackageUrl: https://github.com/mistralai/mistral-vibe +License: Apache-2.0 +LicenseUrl: https://github.com/mistralai/mistral-vibe/blob/HEAD/LICENSE +Copyright: Copyright 2026 Mistral AI +CopyrightUrl: https://legal.mistral.ai/terms +ShortDescription: Minimal CLI coding agent by Mistral +Description: |- + Mistral's open-source CLI coding assistant. + Mistral Vibe is a command-line coding assistant powered by Mistral's models. It provides a conversational interface to your codebase, allowing you to use natural language to explore, modify, and interact with your projects through a powerful set of tools. +Tags: +- agent +- agentic +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Added + - Registry skills content store and manifest for skill discovery + - Config schema exposed through ACP + - Checkpointer engine state model, owner union, and pending hunks + Changed + - [Breaking — hooks] Hooks graduated from experimental; hooks.toml is now stable. Every hook type is renamed: post_agent_turn → post_agent, before_tool → pre_tool, after_tool → post_tool (the hook_event_name payload field is renamed to match). Update existing hooks.toml files accordingly. + - @file mentions now inject as read_file tool calls + - Telemetry routed through client-side redaction + - Models field migration from list to dict + - VibeConfig cutover prep with persisted-config read and orchestrator SSL parity + - Reduced feedback survey frequency for users who already responded + Fixed + - Duplicate model aliases deduplicated instead of failing config load + - UTF-8 BOM stripped in decode_safe + - UTF-8 BOM stripped from SKILL.md before parsing frontmatter + - MCP server connection errors now surface in the TUI + - MCP discovery failures now surface in ACP sessions + - stdin content no longer discarded when /dev/tty is unavailable + - GitPython import deferred off the ACP startup path + - @file mention suggestions stretched to full width + - Blank line removed between approval options + - Connector tool permission content scrolls instead of cropping + - ConfigOrchestrator gained an explicit copy() for forking + Removed + - set_thinking removed from the CLI + - enable_experimental_hooks config flag (and VIBE_ENABLE_EXPERIMENTAL_HOOKS env var); hooks now load unconditionally when declared +ReleaseNotesUrl: https://github.com/mistralai/mistral-vibe/blob/HEAD/CHANGELOG.md#2210---2026-07-17 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/2.21.0/MistralAI.MistralVibe.ACP.locale.zh-CN.yaml b/manifests/m/MistralAI/MistralVibe/ACP/2.21.0/MistralAI.MistralVibe.ACP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bc24a527b2f27 --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/2.21.0/MistralAI.MistralVibe.ACP.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MistralAI.MistralVibe.ACP +PackageVersion: 2.21.0 +PackageLocale: zh-CN +ShortDescription: Mistral 推出的极简 CLI 代码智能体 +Description: |- + Mistral 的开源 CLI 编程助手。 + Mistral Vibe 是由 Mistral 模型驱动的命令行编程助手。它为您的代码库提供了一个对话式界面,让您可以通过自然语言,利用一系列强大的工具来浏览、修改和与项目进行交互。 +Tags: +- ai +- 代码 +- 开发 +- 智能体 +- 编程 +- 自主智能 +ReleaseNotesUrl: https://github.com/mistralai/mistral-vibe/blob/HEAD/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/2.21.0/MistralAI.MistralVibe.ACP.yaml b/manifests/m/MistralAI/MistralVibe/ACP/2.21.0/MistralAI.MistralVibe.ACP.yaml new file mode 100644 index 0000000000000..2afe2ccb20e4a --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/2.21.0/MistralAI.MistralVibe.ACP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MistralAI.MistralVibe.ACP +PackageVersion: 2.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCodeCLI/0.27.0/MoonshotAI.KimiCodeCLI.installer.yaml b/manifests/m/MoonshotAI/KimiCodeCLI/0.27.0/MoonshotAI.KimiCodeCLI.installer.yaml new file mode 100644 index 0000000000000..d75c23f90773d --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCodeCLI/0.27.0/MoonshotAI.KimiCodeCLI.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCodeCLI +PackageVersion: 0.27.0 +InstallerType: portable +Commands: +- kimi +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git +Installers: +- Architecture: x64 + InstallerUrl: https://code.kimi.com/kimi-code/binaries/0.27.0/kimi-code-win32-x64.exe + InstallerSha256: 1C3D981D2E0437ADA925A153047B54922ADA01D0F85282CFF49F3A56DF46F50A +- Architecture: arm64 + InstallerUrl: https://code.kimi.com/kimi-code/binaries/0.27.0/kimi-code-win32-arm64.exe + InstallerSha256: 7DC5CDBC47710D32E52C42C92B0592507594BDB8A5C17867F3F538A72E75D961 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCodeCLI/0.27.0/MoonshotAI.KimiCodeCLI.locale.en-US.yaml b/manifests/m/MoonshotAI/KimiCodeCLI/0.27.0/MoonshotAI.KimiCodeCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..2e0398b5b2d55 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCodeCLI/0.27.0/MoonshotAI.KimiCodeCLI.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCodeCLI +PackageVersion: 0.27.0 +PackageLocale: en-US +Publisher: Beijing Yuezhi Dark Face Technology Co., Ltd. +PublisherUrl: https://www.moonshot.ai/ +PublisherSupportUrl: https://github.com/MoonshotAI/kimi-code/issues +PrivacyUrl: https://www.kimi.com/user/agreement/userPrivacy?version=v2 +Author: Beijing Yuezhi Dark Face Technology Co., Ltd. +PackageName: Kimi Code CLI +PackageUrl: https://moonshotai.github.io/kimi-code/ +License: MIT +LicenseUrl: https://github.com/MoonshotAI/kimi-code/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Moonshot AI +ShortDescription: The Starting Point for Next-Gen Agents +Description: Kimi Code CLI is an AI coding agent that runs in your terminal — it can read and edit code, run shell commands, search files, fetch web pages, and choose the next step based on the feedback it receives. It works out of the box with Moonshot AI’s Kimi models and can also be configured to use other compatible providers. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- kimi +- large-language-model +- llm +- programming +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCodeCLI/0.27.0/MoonshotAI.KimiCodeCLI.locale.zh-CN.yaml b/manifests/m/MoonshotAI/KimiCodeCLI/0.27.0/MoonshotAI.KimiCodeCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ba12c903cc054 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCodeCLI/0.27.0/MoonshotAI.KimiCodeCLI.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCodeCLI +PackageVersion: 0.27.0 +PackageLocale: zh-CN +Publisher: 北京月之暗面科技有限公司 +PublisherUrl: https://www.moonshot.cn/ +Author: 北京月之暗面科技有限公司 +PackageUrl: https://moonshotai.github.io/kimi-code/zh/ +ShortDescription: The Starting Point for Next-Gen Agents +Description: Kimi Code CLI 是一个运行在终端里的 AI 编程 agent,可以帮你读写代码、执行 shell 命令、检索文件、抓取网页,并根据反馈自主决定下一步动作。开箱即用对接 Moonshot AI 的 Kimi 模型,也可指向其他兼容厂商。 +Tags: +- kimi +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCodeCLI/0.27.0/MoonshotAI.KimiCodeCLI.yaml b/manifests/m/MoonshotAI/KimiCodeCLI/0.27.0/MoonshotAI.KimiCodeCLI.yaml new file mode 100644 index 0000000000000..18b5e79d39d6c --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCodeCLI/0.27.0/MoonshotAI.KimiCodeCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCodeCLI +PackageVersion: 0.27.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2509.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1709.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml similarity index 55% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2509.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1709.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml index bb1ead87e9fe1..78d1b3434ac83 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2509.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1709.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 154.2606.2509.0 +PackageVersion: 154.2607.1709.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.17763.0 @@ -25,28 +25,28 @@ FileExtensions: PackageFamilyName: Mozilla.MozillaFirefoxNightly_jag0gd4e3s9p2 RestrictedCapabilities: - runFullTrust -ReleaseDate: 2026-06-25 +ReleaseDate: 2026-07-17 AppsAndFeaturesEntries: - DisplayName: Firefox Nightly Publisher: Mozilla Corporation Installers: - Architecture: x86 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-25-09-47-08-mozilla-central/firefox-154.0a1.multi.win32.installer.msix - InstallerSha256: D26F02A2C97210E7095EF67B77D678CC43C5CDB4316434983B1ADCF6408B41D7 - SignatureSha256: 4D87462E4E429E2C89B829AE1F380F0B659ABCE25C72D3E967FE670C5584FF49 + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/07/2026-07-17-09-27-13-mozilla-central/firefox-154.0a1.multi.win32.installer.msix + InstallerSha256: A4779C1B309189819752CC8E60EF83E7108797A2533AA59C209E297C6A6A6B2F + SignatureSha256: 1DB8E9865A31794E20F5B72D67981247330FAECE1986E2ECC1B96C4DC3AEBC89 InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_154.2606.2509.0_x86__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_154.2607.1709.0_x86__jag0gd4e3s9p2' - Architecture: x64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-25-09-47-08-mozilla-central/firefox-154.0a1.multi.win64.installer.msix - InstallerSha256: 998DD659744568E435BCD08EB9A68C34A23C164BD81177C75993FFB910500EFE - SignatureSha256: EF7B7BB11374D3A6DB48C94704660C1262B7AD47291FE94C5879EF7ED43BFE14 + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/07/2026-07-17-09-27-13-mozilla-central/firefox-154.0a1.multi.win64.installer.msix + InstallerSha256: B9F11A4EDF2929D08C179EA9FC86CCD57A7B7B0B111C3D9742DFB2629A8C6CEA + SignatureSha256: 272CAD640BE121FA79D59560BB85DF85CEAF34A2F1C629A36ED83F519E7B2E4B InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_154.2606.2509.0_x64__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_154.2607.1709.0_x64__jag0gd4e3s9p2' - Architecture: arm64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-25-09-47-08-mozilla-central/firefox-154.0a1.multi.win64-aarch64.installer.msix - InstallerSha256: B4528A4878E92A1D65CB334B36A63A069BF03ABFFABDF69C7B1175B5DB0A7B37 - SignatureSha256: 213E1A6A821BCA20C79042593AA2FC7D357DCAE8D596213665230CA72EF1D7E9 + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/07/2026-07-17-09-27-13-mozilla-central/firefox-154.0a1.multi.win64-aarch64.installer.msix + InstallerSha256: 658BBF6D036EC52496EF2C37A5A5F10EF9F037EA93D9EBAF4DC1FD569E4F361A + SignatureSha256: 4FF2C768941714AC7D7FC1987013F435E963EE5833E0EE5BE61A97CBB3AE331E InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_154.2606.2509.0_arm64__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_154.2607.1709.0_arm64__jag0gd4e3s9p2' ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2509.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1709.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml similarity index 94% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2509.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1709.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml index a60113bfd740f..3ac0d63e1e228 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2509.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1709.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 154.2606.2509.0 +PackageVersion: 154.2607.1709.0 PackageLocale: en-US Publisher: Mozilla PublisherUrl: https://www.mozilla.org/ diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2509.0/Mozilla.Firefox.Nightly.MSIX.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1709.0/Mozilla.Firefox.Nightly.MSIX.yaml similarity index 85% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2509.0/Mozilla.Firefox.Nightly.MSIX.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1709.0/Mozilla.Firefox.Nightly.MSIX.yaml index 790e4a7ba392e..c7daede77754d 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2606.2509.0/Mozilla.Firefox.Nightly.MSIX.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/154.2607.1709.0/Mozilla.Firefox.Nightly.MSIX.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 154.2606.2509.0 +PackageVersion: 154.2607.1709.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/maforget/ComicRackCE/Nightly/nightly-11a75e8/maforget.ComicRackCE.Nightly.installer.yaml b/manifests/m/maforget/ComicRackCE/Nightly/nightly-9bea646/maforget.ComicRackCE.Nightly.installer.yaml similarity index 83% rename from manifests/m/maforget/ComicRackCE/Nightly/nightly-11a75e8/maforget.ComicRackCE.Nightly.installer.yaml rename to manifests/m/maforget/ComicRackCE/Nightly/nightly-9bea646/maforget.ComicRackCE.Nightly.installer.yaml index 2556fc5815986..7c2bda549526b 100644 --- a/manifests/m/maforget/ComicRackCE/Nightly/nightly-11a75e8/maforget.ComicRackCE.Nightly.installer.yaml +++ b/manifests/m/maforget/ComicRackCE/Nightly/nightly-9bea646/maforget.ComicRackCE.Nightly.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: maforget.ComicRackCE.Nightly -PackageVersion: nightly-11a75e8 +PackageVersion: nightly-9bea646 InstallerLocale: en-US InstallerType: inno Scope: machine @@ -12,7 +12,7 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: '{0FA63C63-846C-49B7-9A4B-553EF8EBEF0B}_is1' -ReleaseDate: 2026-06-03 +ReleaseDate: 2026-07-17 AppsAndFeaturesEntries: - Publisher: ComicRack Community ProductCode: '{0FA63C63-846C-49B7-9A4B-553EF8EBEF0B}_is1' @@ -22,6 +22,6 @@ InstallationMetadata: Installers: - Architecture: x64 InstallerUrl: https://github.com/maforget/ComicRackCE/releases/download/nightly/ComicRackCESetup_nightly.exe - InstallerSha256: F67F3129278AB79B49A1DE40317F20600C4889750DAED77D5B7F66A3E977AABF + InstallerSha256: B8636FD61DD2A689F0512814D0F95D92CF624D05FD32C6B11D4BABDF016E331A ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/maforget/ComicRackCE/Nightly/nightly-11a75e8/maforget.ComicRackCE.Nightly.locale.en-US.yaml b/manifests/m/maforget/ComicRackCE/Nightly/nightly-9bea646/maforget.ComicRackCE.Nightly.locale.en-US.yaml similarity index 93% rename from manifests/m/maforget/ComicRackCE/Nightly/nightly-11a75e8/maforget.ComicRackCE.Nightly.locale.en-US.yaml rename to manifests/m/maforget/ComicRackCE/Nightly/nightly-9bea646/maforget.ComicRackCE.Nightly.locale.en-US.yaml index 786bc36d339fe..cd9eef92bd446 100644 --- a/manifests/m/maforget/ComicRackCE/Nightly/nightly-11a75e8/maforget.ComicRackCE.Nightly.locale.en-US.yaml +++ b/manifests/m/maforget/ComicRackCE/Nightly/nightly-9bea646/maforget.ComicRackCE.Nightly.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: maforget.ComicRackCE.Nightly -PackageVersion: nightly-11a75e8 +PackageVersion: nightly-9bea646 PackageLocale: en-US Publisher: maforget PublisherUrl: https://github.com/maforget diff --git a/manifests/m/maforget/ComicRackCE/Nightly/nightly-11a75e8/maforget.ComicRackCE.Nightly.yaml b/manifests/m/maforget/ComicRackCE/Nightly/nightly-9bea646/maforget.ComicRackCE.Nightly.yaml similarity index 86% rename from manifests/m/maforget/ComicRackCE/Nightly/nightly-11a75e8/maforget.ComicRackCE.Nightly.yaml rename to manifests/m/maforget/ComicRackCE/Nightly/nightly-9bea646/maforget.ComicRackCE.Nightly.yaml index e9080f3024ab0..7b4cc032ba9c3 100644 --- a/manifests/m/maforget/ComicRackCE/Nightly/nightly-11a75e8/maforget.ComicRackCE.Nightly.yaml +++ b/manifests/m/maforget/ComicRackCE/Nightly/nightly-9bea646/maforget.ComicRackCE.Nightly.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: maforget.ComicRackCE.Nightly -PackageVersion: nightly-11a75e8 +PackageVersion: nightly-9bea646 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.06.24/mikf.gallery-dl.Nightly.installer.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.07.17/mikf.gallery-dl.Nightly.installer.yaml similarity index 67% rename from manifests/m/mikf/gallery-dl/Nightly/2026.06.24/mikf.gallery-dl.Nightly.installer.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.07.17/mikf.gallery-dl.Nightly.installer.yaml index 9518b4c7f9e52..bab28e4faa638 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.06.24/mikf.gallery-dl.Nightly.installer.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.07.17/mikf.gallery-dl.Nightly.installer.yaml @@ -2,24 +2,24 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.06.24 +PackageVersion: 2026.07.17 InstallerType: portable InstallModes: - interactive - silent - silentWithProgress UpgradeBehavior: install -ReleaseDate: 2026-06-24 +ReleaseDate: 2026-07-17 Installers: - Architecture: x86 - InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.06.24/gallery-dl_windows_x86.exe - InstallerSha256: D671E56C3BFA614DC7561BA00CA2014133B7951B76F583E93CBF029F20AF3D84 + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.07.17/gallery-dl_windows_x86.exe + InstallerSha256: 61C7170CC00C1E300A958FE7F96099C96A76B63427DE2BE76F0049C4FD99B00E Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 - Architecture: x64 - InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.06.24/gallery-dl_windows.exe - InstallerSha256: 9EAFC3E02F2FC205D8CA6F1C54373628935A3ED38C339181A254CC0DAF71D942 + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.07.17/gallery-dl_windows.exe + InstallerSha256: 0500D5945967E0B005FCD88A4DEB823F1D0BDA475D3B1D9BEED34F76BE07A01E Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.06.24/mikf.gallery-dl.Nightly.locale.en-US.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.07.17/mikf.gallery-dl.Nightly.locale.en-US.yaml similarity index 88% rename from manifests/m/mikf/gallery-dl/Nightly/2026.06.24/mikf.gallery-dl.Nightly.locale.en-US.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.07.17/mikf.gallery-dl.Nightly.locale.en-US.yaml index d51f51bf5a11d..66c5853bd7ad7 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.06.24/mikf.gallery-dl.Nightly.locale.en-US.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.07.17/mikf.gallery-dl.Nightly.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.06.24 +PackageVersion: 2026.07.17 PackageLocale: en-US Publisher: Mike Fährmann PublisherUrl: https://github.com/mikf @@ -27,7 +27,7 @@ Tags: - pixiv - tumblr - twitter -ReleaseNotes: 14fa3f0c8c [bilibili] extract title & date metadata (cb#200) -ReleaseNotesUrl: https://github.com/gdl-org/builds/releases/tag/2026.06.24 +ReleaseNotes: 21b3a476e7 [mgrenders] add initial support (gh#1340 gh#9543) +ReleaseNotesUrl: https://github.com/gdl-org/builds/releases/tag/2026.07.17 ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.06.24/mikf.gallery-dl.Nightly.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.07.17/mikf.gallery-dl.Nightly.yaml similarity index 86% rename from manifests/m/mikf/gallery-dl/Nightly/2026.06.24/mikf.gallery-dl.Nightly.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.07.17/mikf.gallery-dl.Nightly.yaml index 0f123ec9c5671..7041b43c13679 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.06.24/mikf.gallery-dl.Nightly.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.07.17/mikf.gallery-dl.Nightly.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.06.24 +PackageVersion: 2026.07.17 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/o/OdinoCano/3va/.validation b/manifests/o/OdinoCano/3va/.validation index 53cc5bdc1f8ce..6da87d4c9cf0a 100644 --- a/manifests/o/OdinoCano/3va/.validation +++ b/manifests/o/OdinoCano/3va/.validation @@ -1 +1 @@ -{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"b9529e69-5873-463a-98b4-feec1c237931","TestPlan":"Policy-Test-2.7","PackagePath":"manifests/o/OdinoCano/3va/2.1.2","CommitId":"7165e2eec1719fa50f2b55e69e53e659c2f36367"},{"WaiverId":"64550fff-731a-4bea-b2c8-5146c1f91403","TestPlan":"Policy-Test-2.7","PackagePath":"manifests/o/OdinoCano/3va/2.0.2","CommitId":"bcc15d0bff59d6ca531a4d0c16476605d5eb3007"},{"WaiverId":"e783a0f2-0216-477c-84a1-f91e65bd499a","TestPlan":"Policy-Test-2.7","PackagePath":"manifests/o/OdinoCano/3va/2.0.4","CommitId":"97f1b30c4f02856f42ac127fe3768a136761055a"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"b9529e69-5873-463a-98b4-feec1c237931","TestPlan":"Policy-Test-2.7","PackagePath":"manifests/o/OdinoCano/3va/2.1.2","CommitId":"7165e2eec1719fa50f2b55e69e53e659c2f36367"},{"WaiverId":"64550fff-731a-4bea-b2c8-5146c1f91403","TestPlan":"Policy-Test-2.7","PackagePath":"manifests/o/OdinoCano/3va/2.0.2","CommitId":"bcc15d0bff59d6ca531a4d0c16476605d5eb3007"},{"WaiverId":"e783a0f2-0216-477c-84a1-f91e65bd499a","TestPlan":"Policy-Test-2.7","PackagePath":"manifests/o/OdinoCano/3va/2.0.4","CommitId":"97f1b30c4f02856f42ac127fe3768a136761055a"},{"WaiverId":"8dcf0973-14b7-4830-8d88-d839ad1ebf2a","TestPlan":"Policy-Test-2.7","PackagePath":"manifests/o/OdinoCano/3va/2.4.0","CommitId":"45b343a354a5852a809046e76e0be9435034cebb"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file diff --git a/manifests/o/OdinoCano/3va/2.4.0/OdinoCano.3va.installer.yaml b/manifests/o/OdinoCano/3va/2.4.0/OdinoCano.3va.installer.yaml new file mode 100644 index 0000000000000..efc5659d09bf9 --- /dev/null +++ b/manifests/o/OdinoCano/3va/2.4.0/OdinoCano.3va.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: OdinoCano.3va +PackageVersion: 2.4.0 +MinimumOSVersion: 10.0.17763.0 +InstallModes: +- interactive +- silent +- silentWithProgress +Commands: +- 3va +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: 3va.exe + PortableCommandAlias: 3va + InstallerUrl: https://github.com/OdinoCano/3va/releases/download/v2.4.0/3va-v2.4.0-x86_64-pc-windows-msvc.zip + InstallerSha256: f07008358caf8622b1c3994734a05f9c207c72cc63b83cd39a02e351bf5e76a7 +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2026-07-17 diff --git a/manifests/o/OdinoCano/3va/2.4.0/OdinoCano.3va.locale.en-US.yaml b/manifests/o/OdinoCano/3va/2.4.0/OdinoCano.3va.locale.en-US.yaml new file mode 100644 index 0000000000000..d89d1565d5b2c --- /dev/null +++ b/manifests/o/OdinoCano/3va/2.4.0/OdinoCano.3va.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: OdinoCano.3va +PackageVersion: 2.4.0 +PackageLocale: en-US +Publisher: OdinoCano +PublisherUrl: https://github.com/OdinoCano +PublisherSupportUrl: https://github.com/OdinoCano/3va/issues +PackageName: 3va +PackageUrl: https://github.com/OdinoCano/3va +License: MIT +LicenseUrl: https://github.com/OdinoCano/3va/blob/main/LICENSE +Copyright: Copyright (c) OdinoCano +ShortDescription: Secure-by-default JavaScript and TypeScript runtime. +Description: |- + 3va is a JavaScript and TypeScript runtime built on V8 with capability-based + sandboxing, post-quantum cryptography (ML-KEM / ML-DSA), and WebAssembly support. + + Every permission — filesystem, network, environment variables, subprocess execution — + is denied by default and must be explicitly granted per script. + Post-install scripts are blocked unconditionally. + Built-in process supervisor; no pm2 required. +Moniker: 3va +Tags: +- javascript +- typescript +- runtime +- sandbox +- security +- cli +- developer-tools +ReleaseNotes: https://github.com/OdinoCano/3va/releases/tag/v2.0.0 +ReleaseNotesUrl: https://github.com/OdinoCano/3va/releases/tag/v2.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/o/OdinoCano/3va/2.4.0/OdinoCano.3va.yaml b/manifests/o/OdinoCano/3va/2.4.0/OdinoCano.3va.yaml new file mode 100644 index 0000000000000..cf9aeffee6659 --- /dev/null +++ b/manifests/o/OdinoCano/3va/2.4.0/OdinoCano.3va.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: OdinoCano.3va +PackageVersion: 2.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/o/OpenCLICollective/cfl/1.3.81/OpenCLICollective.cfl.installer.yaml b/manifests/o/OpenCLICollective/cfl/1.3.81/OpenCLICollective.cfl.installer.yaml new file mode 100644 index 0000000000000..154b73cbbed8b --- /dev/null +++ b/manifests/o/OpenCLICollective/cfl/1.3.81/OpenCLICollective.cfl.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.cfl +PackageVersion: 1.3.81 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cfl.exe + PortableCommandAlias: cfl +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/cfl-v1.3.81/cfl_1.3.81_windows_amd64.zip + InstallerSha256: 6337B3864A65EDABEE130B4B1278F5519577E2FA3DC1ABEBFBBA9913BB37321E +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/cfl-v1.3.81/cfl_1.3.81_windows_arm64.zip + InstallerSha256: DF5FD57ACB74DC45B7C5A81AAB11A5336E10D0C5CDD56F279F8D818754C20C31 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-17 diff --git a/manifests/o/OpenCLICollective/cfl/1.3.81/OpenCLICollective.cfl.locale.en-US.yaml b/manifests/o/OpenCLICollective/cfl/1.3.81/OpenCLICollective.cfl.locale.en-US.yaml new file mode 100644 index 0000000000000..d9f7967e66c31 --- /dev/null +++ b/manifests/o/OpenCLICollective/cfl/1.3.81/OpenCLICollective.cfl.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.cfl +PackageVersion: 1.3.81 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/confluence-cli/issues +PackageName: Confluence CLI +PackageUrl: https://github.com/open-cli-collective/confluence-cli +License: MIT +LicenseUrl: https://github.com/open-cli-collective/confluence-cli/blob/main/LICENSE +ShortDescription: Command-line interface for Atlassian Confluence Cloud +Description: |- + A CLI tool for managing Confluence pages with a markdown-first workflow. + Features include page creation, editing, viewing, and deletion with automatic + markdown-to-Confluence conversion. Supports attachments, search via CQL, + and common Confluence macros (TOC, panels, expand). +Tags: +- confluence +- atlassian +- cli +- markdown +- wiki +- documentation +ReleaseNotesUrl: https://github.com/open-cli-collective/atlassian-cli/releases/tag/cfl-v1.3.81 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/confluence-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/cfl/1.3.81/OpenCLICollective.cfl.yaml b/manifests/o/OpenCLICollective/cfl/1.3.81/OpenCLICollective.cfl.yaml new file mode 100644 index 0000000000000..bc12c79e2508c --- /dev/null +++ b/manifests/o/OpenCLICollective/cfl/1.3.81/OpenCLICollective.cfl.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.cfl +PackageVersion: 1.3.81 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/cfl/1.3.86/OpenCLICollective.cfl.installer.yaml b/manifests/o/OpenCLICollective/cfl/1.3.86/OpenCLICollective.cfl.installer.yaml new file mode 100644 index 0000000000000..9cd461595451b --- /dev/null +++ b/manifests/o/OpenCLICollective/cfl/1.3.86/OpenCLICollective.cfl.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.cfl +PackageVersion: 1.3.86 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cfl.exe + PortableCommandAlias: cfl +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/cfl-v1.3.86/cfl_1.3.86_windows_amd64.zip + InstallerSha256: 284BCC1272E28C525E480B2759E9539AA2E3EF40D14D0FDE8EADCDD2C65EAAE8 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/cfl-v1.3.86/cfl_1.3.86_windows_arm64.zip + InstallerSha256: ECB82917297D12A3D074ECE989F0A97B75FB96B35745DDC47F24E17CD682A77B +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-17 diff --git a/manifests/o/OpenCLICollective/cfl/1.3.86/OpenCLICollective.cfl.locale.en-US.yaml b/manifests/o/OpenCLICollective/cfl/1.3.86/OpenCLICollective.cfl.locale.en-US.yaml new file mode 100644 index 0000000000000..1ce79553fd712 --- /dev/null +++ b/manifests/o/OpenCLICollective/cfl/1.3.86/OpenCLICollective.cfl.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.cfl +PackageVersion: 1.3.86 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/confluence-cli/issues +PackageName: Confluence CLI +PackageUrl: https://github.com/open-cli-collective/confluence-cli +License: MIT +LicenseUrl: https://github.com/open-cli-collective/confluence-cli/blob/main/LICENSE +ShortDescription: Command-line interface for Atlassian Confluence Cloud +Description: |- + A CLI tool for managing Confluence pages with a markdown-first workflow. + Features include page creation, editing, viewing, and deletion with automatic + markdown-to-Confluence conversion. Supports attachments, search via CQL, + and common Confluence macros (TOC, panels, expand). +Tags: +- confluence +- atlassian +- cli +- markdown +- wiki +- documentation +ReleaseNotesUrl: https://github.com/open-cli-collective/atlassian-cli/releases/tag/cfl-v1.3.86 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/confluence-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/cfl/1.3.86/OpenCLICollective.cfl.yaml b/manifests/o/OpenCLICollective/cfl/1.3.86/OpenCLICollective.cfl.yaml new file mode 100644 index 0000000000000..086cd2bbf7f15 --- /dev/null +++ b/manifests/o/OpenCLICollective/cfl/1.3.86/OpenCLICollective.cfl.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.cfl +PackageVersion: 1.3.86 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/hubspot-cli/0.1.22/OpenCLICollective.hubspot-cli.installer.yaml b/manifests/o/OpenCLICollective/hubspot-cli/0.1.22/OpenCLICollective.hubspot-cli.installer.yaml new file mode 100644 index 0000000000000..d6bfaf454a381 --- /dev/null +++ b/manifests/o/OpenCLICollective/hubspot-cli/0.1.22/OpenCLICollective.hubspot-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.hubspot-cli +PackageVersion: 0.1.22 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hspt.exe + PortableCommandAlias: hspt +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/hubspot-cli/releases/download/v0.1.22/hspt_0.1.22_windows_amd64.zip + InstallerSha256: 5841A61702F6446A4723FEF67D7CB2C023997D9C45DE679C2149FABD2F875CF2 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/hubspot-cli/releases/download/v0.1.22/hspt_0.1.22_windows_arm64.zip + InstallerSha256: 7A361120D51D66BA88B48CB073CCC2786A97F6A02D1BB5B2F38F957B75C7B1ED +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-17 diff --git a/manifests/o/OpenCLICollective/hubspot-cli/0.1.22/OpenCLICollective.hubspot-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/hubspot-cli/0.1.22/OpenCLICollective.hubspot-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..d063053e1128d --- /dev/null +++ b/manifests/o/OpenCLICollective/hubspot-cli/0.1.22/OpenCLICollective.hubspot-cli.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.hubspot-cli +PackageVersion: 0.1.22 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/hubspot-cli/issues +PackageName: HubSpot CLI +PackageUrl: https://github.com/open-cli-collective/hubspot-cli +License: MIT +LicenseUrl: https://github.com/open-cli-collective/hubspot-cli/blob/main/LICENSE +ShortDescription: Command-line interface for HubSpot +Description: |- + A CLI tool for managing HubSpot CRM directly from your terminal. + Features include managing contacts, companies, deals, and more. +Tags: +- hubspot +- crm +- cli +- sales +- marketing +ReleaseNotesUrl: https://github.com/open-cli-collective/hubspot-cli/releases/tag/v0.1.22 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/hubspot-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/hubspot-cli/0.1.22/OpenCLICollective.hubspot-cli.yaml b/manifests/o/OpenCLICollective/hubspot-cli/0.1.22/OpenCLICollective.hubspot-cli.yaml new file mode 100644 index 0000000000000..a1c3321da7444 --- /dev/null +++ b/manifests/o/OpenCLICollective/hubspot-cli/0.1.22/OpenCLICollective.hubspot-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.hubspot-cli +PackageVersion: 0.1.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.154/OpenCLICollective.jira-ticket-cli.installer.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.154/OpenCLICollective.jira-ticket-cli.installer.yaml new file mode 100644 index 0000000000000..57cf093c6f44e --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.154/OpenCLICollective.jira-ticket-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.3.154 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: jtk.exe + PortableCommandAlias: jtk +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/jtk-v1.3.154/jtk_1.3.154_windows_amd64.zip + InstallerSha256: 91DE90657425AE89D93750E9D026D80F7C6272B6DF01BB5B1FF0CF4BB75BBB35 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/jtk-v1.3.154/jtk_1.3.154_windows_arm64.zip + InstallerSha256: 51997E57B86B913A1E3998A155E49CE7F4017918996120DD3D2E4C790F8D2153 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-17 diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.154/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.154/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..e29f7e2d7ab27 --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.154/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.3.154 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/atlassian-cli/issues +PackageName: Jira Ticket CLI +PackageUrl: https://github.com/open-cli-collective/atlassian-cli/tree/main/tools/jtk +License: MIT +LicenseUrl: https://github.com/open-cli-collective/atlassian-cli/blob/main/tools/jtk/LICENSE +ShortDescription: Command-line interface for Jira Cloud +Description: |- + A CLI tool for managing Jira issues directly from your terminal. + Features include issue creation, viewing, updating, and deletion, + workflow transitions, sprint management, JQL search, and comments. +Tags: +- jira +- atlassian +- cli +- ticket +- issue-tracking +- agile +ReleaseNotesUrl: https://github.com/open-cli-collective/atlassian-cli/releases/tag/jtk-v1.3.154 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/atlassian-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.154/OpenCLICollective.jira-ticket-cli.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.154/OpenCLICollective.jira-ticket-cli.yaml new file mode 100644 index 0000000000000..2797e554a5f80 --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.154/OpenCLICollective.jira-ticket-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.3.154 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.156/OpenCLICollective.jira-ticket-cli.installer.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.156/OpenCLICollective.jira-ticket-cli.installer.yaml new file mode 100644 index 0000000000000..4947c28f3b153 --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.156/OpenCLICollective.jira-ticket-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.3.156 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: jtk.exe + PortableCommandAlias: jtk +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/jtk-v1.3.156/jtk_1.3.156_windows_amd64.zip + InstallerSha256: 9A9B7F03C59E30C51709A9A54983092376FAE95A2FC87450219FEF3FFB8DF105 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/jtk-v1.3.156/jtk_1.3.156_windows_arm64.zip + InstallerSha256: 1A93415E50ED61E18C5C6D5F8401AB00244C15CF53CF6006F72AEA46C86E7F14 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-17 diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.156/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.156/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..da534eb422a85 --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.156/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.3.156 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/atlassian-cli/issues +PackageName: Jira Ticket CLI +PackageUrl: https://github.com/open-cli-collective/atlassian-cli/tree/main/tools/jtk +License: MIT +LicenseUrl: https://github.com/open-cli-collective/atlassian-cli/blob/main/tools/jtk/LICENSE +ShortDescription: Command-line interface for Jira Cloud +Description: |- + A CLI tool for managing Jira issues directly from your terminal. + Features include issue creation, viewing, updating, and deletion, + workflow transitions, sprint management, JQL search, and comments. +Tags: +- jira +- atlassian +- cli +- ticket +- issue-tracking +- agile +ReleaseNotesUrl: https://github.com/open-cli-collective/atlassian-cli/releases/tag/jtk-v1.3.156 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/atlassian-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.156/OpenCLICollective.jira-ticket-cli.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.156/OpenCLICollective.jira-ticket-cli.yaml new file mode 100644 index 0000000000000..1f6ac682aaf4c --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.156/OpenCLICollective.jira-ticket-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.3.156 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/openwong2kim/wmux/3.26.0/openwong2kim.wmux.installer.yaml b/manifests/o/openwong2kim/wmux/3.26.0/openwong2kim.wmux.installer.yaml new file mode 100644 index 0000000000000..7ee1e28c27cc0 --- /dev/null +++ b/manifests/o/openwong2kim/wmux/3.26.0/openwong2kim.wmux.installer.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: openwong2kim.wmux +PackageVersion: 3.26.0 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +ProductCode: wmux +ReleaseDate: 2026-07-17 +AppsAndFeaturesEntries: +- ProductCode: wmux +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\wmux' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/openwong2kim/wmux/releases/download/v3.26.0/wmux-3.26.0.Setup.exe + InstallerSha256: B81D484642849F2ECC623E1BEFAA8A81AC890073E018FC38181DE1D1393C0237 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/openwong2kim/wmux/3.26.0/openwong2kim.wmux.locale.en-US.yaml b/manifests/o/openwong2kim/wmux/3.26.0/openwong2kim.wmux.locale.en-US.yaml new file mode 100644 index 0000000000000..20169aa05f2d0 --- /dev/null +++ b/manifests/o/openwong2kim/wmux/3.26.0/openwong2kim.wmux.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: openwong2kim.wmux +PackageVersion: 3.26.0 +PackageLocale: en-US +Publisher: openwong2kim +PublisherUrl: https://github.com/openwong2kim +PublisherSupportUrl: https://github.com/openwong2kim/wmux/issues +PackageName: wmux +PackageUrl: https://github.com/openwong2kim/wmux +License: MIT +LicenseUrl: https://github.com/openwong2kim/wmux/blob/HEAD/LICENSE +ShortDescription: Windows terminal multiplexer with MCP server for AI agents +Description: |- + wmux is a Windows terminal multiplexer built for AI coding agents. + Run Claude Code, Codex, and Gemini CLI side by side with split terminals, + browser automation, and MCP integration. Features include session persistence, + dangerous command detection, real-time token cost tracking, and cross-workspace + terminal control via MCP tools. +Moniker: wmux +Tags: +- ai-agent +- developer-tools +- electron +- mcp +- multiplexer +- terminal +- windows +ReleaseNotes: |- + Added + - Type /clear to the orchestrator to reset its context. The brain's conversation memory (and its persisted resume session) is dropped, so the next turn starts completely fresh — useful when it has accumulated stale instructions or gone down a wrong path. The visible transcript stays as your audit trail; /reset works as an alias. An in-flight turn is interrupted first. + - wmux now offers to install its Claude Code hooks — and tells you when you're missing them. Agent completion and approval detection is hook-primary, but the hook bridge previously required knowing the wmux setup-hooks CLI existed; without it, every signal silently degraded to screen-reading. A prompt now appears at launch when hooks are missing, and again when you raise a workspace's agent mode — with an Install button that does the same idempotent install as the CLI. wmux still never edits your Claude settings without that explicit click. + Changed + - The agent mode knob is now three honest positions — Off, Assist, Auto (danger) — and the default is Off. The previous four modes (off/manual/assist/orchestrate) collapsed into three that mean what they say: Off (the new default) gives the orchestrator no autonomy at all until you opt in; Assist wakes it only when a pane is blocked on input, to notify you — it never approves anything; Auto (danger) wakes it on every agent event and lets it drive work to completion on its own judgment, including pressing approval prompts. Existing workspaces keep working: a stored manual mode reads as Off, orchestrate as Auto. + - Auto mode actually presses approvals now. The orchestrator was told "regex-detected prompts are notify-only, never approve" while the only source of approval events was the regex detector — so even the most permissive mode never pressed anything, silently. In Auto mode the brain is now instructed to verify first (read the pane and confirm a real approval prompt is on screen) and then press it, so a stray "y/N" in ordinary output still can't trigger a blind keystroke. Assist mode remains notify-only. + - The orchestrator treats your pane roles as a workflow, not just labels. With Planner / Builder / Reviewer panes set up, non-trivial work now flows through them unprompted — plan first when the task is ambiguous, and review before reporting "done" — instead of one pane doing everything while the team you assembled sits idle. + - The orchestrator now reuses your existing panes before spawning new ones. Its standing instructions gained a reuse-before-spawn rule: check the pane list for an idle shell or a finished agent and send work there, spawning a fresh pane only when nothing is free or the work genuinely needs to run in parallel. Previously it happily split a new pane while a suitable one sat idle next to it. + Fixed + - Dropdown menus were white-on-white in dark themes. Native