diff --git a/manifests/b/B3log/SiYuan/3.7.0/B3log.SiYuan.installer.yaml b/manifests/b/B3log/SiYuan/3.7.0/B3log.SiYuan.installer.yaml new file mode 100644 index 0000000000000..c9e119a9e3d39 --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.7.0/B3log.SiYuan.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.7.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- siyuan +ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 +ReleaseDate: 2026-06-30 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.7.0/siyuan-3.7.0-win.exe + InstallerSha256: 6455B918CAEE2062C8E0EBB722397FBF4FDD1FF50EC78AB0B1541B654656C80D + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.7.0/siyuan-3.7.0-win.exe + InstallerSha256: 6455B918CAEE2062C8E0EBB722397FBF4FDD1FF50EC78AB0B1541B654656C80D + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.7.0/siyuan-3.7.0-win-arm64.exe + InstallerSha256: 2142A84D2A3A377609F3F8666E96C7EF6EC09E0B3D3D2D2FF3D2B31E95E86667 + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.7.0/siyuan-3.7.0-win-arm64.exe + InstallerSha256: 2142A84D2A3A377609F3F8666E96C7EF6EC09E0B3D3D2D2FF3D2B31E95E86667 + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/B3log/SiYuan/3.7.0/B3log.SiYuan.locale.en-US.yaml b/manifests/b/B3log/SiYuan/3.7.0/B3log.SiYuan.locale.en-US.yaml new file mode 100644 index 0000000000000..984896abada14 --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.7.0/B3log.SiYuan.locale.en-US.yaml @@ -0,0 +1,190 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.7.0 +PackageLocale: en-US +Publisher: Yunnan Liandi Technology Co., Ltd. +PublisherUrl: https://b3log.org/ +PublisherSupportUrl: https://b3log.org/siyuan/en/community.html +PrivacyUrl: https://b3log.org/siyuan/en/privacy.html +Author: Yunnan Liandi Technology Co., Ltd. +PackageName: SiYuan +PackageUrl: https://b3log.org/siyuan/en +License: AGPL-3.0 +LicenseUrl: https://github.com/siyuan-note/siyuan/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026-present, ld246.com +ShortDescription: The next generation PKM system, your digital garden +Description: SiYuan is a local-first personal knowledge management system, support fine-grained block-level reference and Markdown WYSIWYG. +Tags: +- backlink +- bi-directional-link +- block +- docs +- document +- editor +- graph +- knowledge +- knowledge-base +- markdown +- mind-map +- mindmap +- notes +- outliner +- pkm +- reference +ReleaseNotes: |- + Overview + This release, SiYuan is renewed throughout, bringing a more polished interface, stronger extensibility, and a step further toward intelligence. + Redesigned user interface + More polished overall, with clearer visual hierarchy, so every interaction is a pleasure to use. + Mobile shorthands + When inspiration strikes, long-press the app icon to capture it instantly. Content is saved as a timestamped note with a customizable path, so no fleeting thought slips away. + Kernel plugin system + Plugins run resident in the kernel as a single source of truth, keeping every window and instance consistent, putting an end to data conflicts across multiple windows. + Command-line interface + Connect to the kernel's data layer directly without launching SiYuan, for scripting and automation tasks such as batch import/export, scheduled processing, and external-system integration, all in your control. + AI knowledge base + SiYuan Agent and vector embedding search have entered public testing. Converse with your notes in natural language, retrieve and manage knowledge semantically, and your notes now think. + Changelogs + Below are the detailed changes in this version. + Feature + - New default appearance icon + - Shorthands on mobile + - New default appearance theme + - Support kernel plugin system + - Command Line Interface (CLI) + - New settings UI + - Supports configuring secrets and variables + Enhancement + - Support cross-document undo + - Improve appearance bottom dock + - Support dragging block width within super block + - Automatically adjust editor font weight based on font file + - Support database filter composition + - Merge the top title bar and tab bar + - Database entries support Create copy + - Improve pasting for tables containing merged cells + - Add zoom and pan options for mermaid/graphviz diagrams + - Supports multi-block selection on mobile + - Improve database date field input formatting + - Supports drag-and-drop sorting of document tags + - Database multi-select field values ​​support drag-and-drop sorting + - Retain horizontal scroll position when undoing edits in the table + - Supports switching between phone and desktop interfaces on mobile + - Improve the tooltip displayed when dragging a block + - Database footer field calculations support template-based calculations + - Selection origin shifts when scrolling back after drag-selecting past viewport + - Improve startup prompt after workspace loss + - Tooltip does not hide after moving mouse away from notebook + - Improve inserting a new item at the end of a list via Alt+Enter + - Content should fill the viewport when jumping to the bottom using dynamic scrollbar + - Add a dialog box for Markdown export parameters + - Abnormal GPU Usage on macOS + - Supports returning a list of files from data snapshots via filename search + - File exports no longer rely on browser downloads on desktop + - Stop exposing the absolute workspace path to browsers + - Improve edge cases for empty titles + - The rendering process no longer crashes when pasting large amounts of text/siyuan content into the editor + - Improve inline formula and image copying; align cutting behavior with copying + - Improve word count + - File exports no longer rely on browser downloads on mobile + - Keyboard arrow navigation in tables should not bypass merged cells + - Add Ukrainian language support + - Add rpm release package for Linux + - Add heading and list subtype filters to search + - Improve the stability of batch messaging in the WeChat Assistant + - Improve data indexing stability + - Improve inline elements parsing + - Supports drag-and-drop on tablet + - Keyboard navigation and Delete key broken at paragraph start with custom emoji + - Window title fails to update after push-notified heading change + - Supports Follow system lock screen on mobile + - Support dragging images from Inbox to the editor + - Supports drag-and-drop on mobile + - Improve export of heading levels in embedded blocks + - Cannot copy immediately after three-finger selection + - Add Hindi language support + - Add Bahasa Indonesian language support + - Added Dutch language support + - Add Thai language support + - Improve the kernel background process on Android + - Add recursive fold/expand functionality for blocks + - Improve IFrame block + - Provide online user guides via the publishing service + - Improve PDF export preview UI + - Font menu supports search + - Rename "Access auth code" to "Lock screen password" + - Avoid long wait when exiting while data repo purge is in progress + - Prevent style leakage when typing after closing Markdown marks + - Improve editor state synchronization when deleting blocks + - Improve block gutter + - Fix list left padding when copying to WeChat MP + - Sidebar layout broken when plugin is disabled in Publish service + - Improve export preview copy HTML + - Embed blocks support in-place editing + - Replace data-obj with data-repourl on package card and query info from memory + - Local HTTPS + HTTP/2 support + - Improve database view performance + - Improve the HTML browser clipping extension + - Convert to in when Cancel cell merge + - Add Simplified/Traditional Chinese sensitivity option + - Improve Cut and Paste + - Support for opening the user guide on iOS + - Customize select element styles on Windows + - Share a single Lute instance across all editors to reduce multi-tab memory cost + - Improve the drag-and-drop experience in the list and super block + - Block icons support quickly inserting blocks above or below + - Dock panel minimum width not saved in layout; fails to maintain width during movement + - Automatically refresh local DNS cache and retry when data sync fails due to DNS issues on Windows + - Simplified block icon tip + - Supports launching in Safe Mode on Desktop + Abolishment + - Directly inserting a list block into a list item block is no longer supported + Breaking + - Kernel serving now requires an explicit serve subcommand + Bugfix + - Pressing Enter at the start of a focused block inserts a new block in the wrong position + - Arrow keys broken in tables without surrounding blocks + - 'More' menu item is not clickable after mobile long-press + - Formulas in Mermaid charts are not rendering + - Tabs automatically close after importing Markdown + - Missing window.siyuan.storage at startup causes an error + - Adding tags to documents in the search window is not working correctly + - Fix some security vulnerabilities + - Undo abnormality after deleting a blockquote inside a callout + - Isolate reconnectWebSocket pings to survive CONNECTING sockets + - Images disappear when content containing consecutive images is styled as inline elements + - Cannot drag notebook to the very end + - Fix task list checkbox toggle + - sort.json corrupted by reindex fallback + - Scrolling before page load finishes causes sudden repositioning jump + - Shift+Click to multi-select items in the Backlinks panel is broken + - Unable to use reference on Android + Document + - Add API endpoints doc for Database + - Improve the user guide + - Add .sy format specification document + Refactor + - Upgrade to Electron v42.5.0 + - No longer create table blocks_fts_case_insensitive + - Upgrade to highlight.js v11.11.2 + Development + - Provides plugin functions for exporting files + - Breaking change: Some kernel APIs breaking changes + - Remove the notebook parameter from the API /api/history/rollbackDocHistory endpoint + - Improve LocalStorage related APIs + - Allow addDock to be called in any lifecycle stage + - Global shortcuts fail to register/unregister after plugin install, uninstall, enable, or disable + - Improve Linux build scripts + - Add read-only mode to /api/query/sql + - Add kernel API /api/lute/md2html + - RTL layout Add .rtl class to .protyle and fix callout/blockquote styles + - Add kernel API /api/history/createDocHistory + - Fix this escape and context binding issue in constructor super() call + - Breaking change: Deprecate updateTransaction and replace with updateTransactionElement + - Breaking change: Change the lang value to comply with RFC 5646 +ReleaseNotesUrl: https://github.com/siyuan-note/siyuan/releases/tag/v3.7.0 +PurchaseUrl: https://b3log.org/siyuan/en/pricing.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/B3log/SiYuan/3.7.0/B3log.SiYuan.locale.zh-CN.yaml b/manifests/b/B3log/SiYuan/3.7.0/B3log.SiYuan.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0717508e74c19 --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.7.0/B3log.SiYuan.locale.zh-CN.yaml @@ -0,0 +1,190 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.7.0 +PackageLocale: zh-CN +Publisher: Yunnan Liandi Technology Co., Ltd. +PublisherUrl: https://b3log.org/ +PublisherSupportUrl: https://b3log.org/siyuan/community.html +PrivacyUrl: https://b3log.org/siyuan/privacy.html +Author: 云南链滴科技有限公司 +PackageName: SiYuan +PackageUrl: https://b3log.org/siyuan +License: AGPL-3.0 +LicenseUrl: https://b3log.org/siyuan/eula.html +Copyright: Copyright (c) 2026-present, ld246.com +ShortDescription: 下一代的个人知识管理系统,你的数字花园 +Description: 思源笔记是一款本地优先的个人知识管理系统,支持细粒度块级引用和 Markdown 所见即所得。 +Tags: +- markdown +- 个人知识管理 +- 内容块 +- 双向链接 +- 反向链接 +- 图谱 +- 大纲 +- 引用 +- 思源笔记 +- 思维导图 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +- 脑图 +ReleaseNotes: |- + 概述 + 这一版,思源全面焕新,带来更美观的界面、更强的扩展能力,并朝着智能化的方向更进一步。 + 重新设计的用户界面 + 整体更美观,视觉层级更清晰,让每次使用都赏心悦目。 + 移动端速记 + 灵感来时,长按应用图标即可即开即写。内容保存为带时间戳的笔记,保存路径可自定义,碎片想法不再溜走。 + 内核插件系统 + 插件常驻内核运行,作为单一数据源,使多个窗口和实例之间始终保持一致,彻底告别多窗口场景下的数据冲突。 + 命令行接口 + 无需启动思源即可直连内核数据层,可用于脚本与自动化任务,例如批量导入导出、定时处理、外部系统集成,一切尽在掌控。 + AI 知识库 + 思源智能体与嵌入向量搜索开始公开测试。用自然语言与笔记对话,用语义检索管理知识,你的笔记从此会思考。 + 变更记录 + 以下是此版本中的详细变更。 + 引入特性 + - 新的默认外观图标 + - 移动端速记 + - 新的默认外观主题 + - 支持内核插件系统 + - 命令行接口 + - 新的设置界面 + - 支持配置密钥和变量 + 改进功能 + - 支持跨文档撤销 + - 改进外观底部停靠栏 + - 支持在超级块中拖拽调整块宽度 + - 根据字体文件自动调整编辑器字体字重 + - 支持数据库筛选器组合 + - 合并顶部标题栏和标签栏 + - 数据库条目支持 创建副本 + - 改进包含合并单元格的表格的粘贴体验 + - 为 mermaid/graphviz 图表添加缩放和平移选项 + - 支持在移动端进行多块选择 + - 改进数据库日期字段输入格式 + - 支持拖拽排序文档标签 + - 数据库多选字段值支持拖拽排序 + - 在表格中撤销编辑时保留水平滚动位置 + - 支持在移动端切换手机界面和桌面界面 + - 改进拖拽块时显示的工具提示 + - 数据库页脚字段计算支持基于模板的计算 + - 拖拽越过视口后再滚动回来时选择起点会发生偏移 + - 改进工作区丢失后的启动提示 + - 鼠标移离笔记本后工具提示不会隐藏 + - 改进通过 Alt+Enter 在列表末尾插入新项的体验 + - 使用动态滚动条跳转到底部时,内容应填满视口 + - 新增 Markdown 导出参数对话框 + - macOS 上 GPU 使用异常 + - 支持通过文件名搜索从数据快照中返回文件列表 + - 桌面端文件导出不再依赖浏览器下载 + - 不再向浏览器暴露绝对工作区路径 + - 改进空标题的边缘情况 + - 向编辑器粘贴大量 text/siyuan 内容时,渲染进程不再崩溃 + - 改进行级公式和图片的复制,并使剪切行为与复制保持一致 + - 改进字数统计 + - 移动端文件导出不再依赖浏览器下载 + - 表格中的键盘方向键导航不应绕过合并单元格 + - 新增乌克兰语支持 + - 为 Linux 新增 rpm 发布包 + - 为搜索新增标题和列表子类型筛选器 + - 改进微信助手批量消息的稳定性 + - 改进数据索引稳定性 + - 改进行级元素解析 + - 支持在平板上拖拽 + - 段落开头为自定义表情时键盘导航和 Delete 键失效 + - 推送通知标题变更后窗口标题未能更新 + - 支持在移动端使用 跟随系统锁屏 + - 支持将图片从收集箱拖拽到编辑器 + - 支持在移动端拖拽 + - 改进嵌入块中标题层级的导出 + - 三指选择后无法立即复制 + - 新增印地语支持 + - 新增印度尼西亚语支持 + - 新增荷兰语支持 + - 新增泰语支持 + - 改进 Android 上的内核后台进程 + - 添加递归折叠/展开块功能 + - 改进 IFrame 块 + - 通过发布服务提供在线用户指南 + - 改进 PDF 导出预览界面 + - 字体菜单支持搜索 + - 将“访问授权码”重命名为“锁屏密码” + - 避免数据仓库清理过程中退出时的长时间等待 + - 防止关闭 Markdown 标记后输入时的样式泄漏 + - 改进删除块时的编辑器状态同步 + - 改进块标 + - 修复复制到微信公众号时列表的左缩进问题 + - 发布服务中禁用插件时侧边栏布局错乱 + - 改进导出预览的 HTML 复制 + - 嵌入块支持就地编辑 + - 在包卡片上将 data-obj 替换为 data-repourl,并从内存中查询信息 + - 本地 HTTPS + HTTP/2 支持 + - 改进数据库视图性能 + - 改进 HTML 浏览器剪藏扩展 + - 取消单元格合并 时将 中的 转换为 + - 新增简繁体中文敏感度选项 + - 改进剪切和粘贴 + - 支持在 iOS 上打开用户指南 + - 在 Windows 上自定义 select 元素样式 + - 所有编辑器共享同一个 Lute 实例,以降低多标签页内存占用 + - 改进列表和超级块中的拖放体验 + - 块标支持在上方或下方快速插入块 + - 侧边栏面板最小宽度未保存到布局,移动时无法维持宽度 + - Windows 上数据同步因 DNS 问题失败时,自动刷新本地 DNS 缓存并重试 + - 简化块标提示 + - 桌面端支持以安全模式启动 + 移除功能 + - 不再支持直接将列表块插入到列表项块中 + 破坏性变更 + - 内核服务现在需要显式使用 serve 子命令 + 修复缺陷 + - 在聚焦块开头按 Enter 会将新块插入到错误的位置 + - 无外围块的表格中方向键失效 + - 移动端长按后“更多”菜单项无法点击 + - Mermaid 图表中的公式无法渲染 + - 导入 Markdown 后标签页自动关闭 + - 启动时缺少 window.siyuan.storage 会导致报错 + - 在搜索窗口中为文档添加标签时工作不正常 + - 修复一些安全漏洞 + - 在提示块内部删除块引用后撤销异常 + - 隔离 reconnectWebSocket 的 ping,以在 CONNECTING 套接字下保持存活 + - 当包含连续图片的内容被设置为行级元素样式时,图片会消失 + - 无法将笔记本拖拽到最末端 + - 修复任务列表复选框切换问题 + - 重新索引回退导致 sort.json 损坏 + - 页面加载完成前滚动会导致突然重新定位跳跃 + - 反向链接面板中 Shift+Click 多选失效 + - Android 上无法使用引用 + 文档 + - 新增数据库 API 端点文档 + - 改进用户指南 + - 新增 .sy 格式规范文档 + 开发重构 + - 升级至 Electron v42.5.0 + - 不再创建表 blocks_fts_case_insensitive + - 升级至 highlight.js v11.11.2 + 开发者 + - 提供用于导出文件的插件函数 + - 破坏性变更:一些内核 API 的破坏性变更 + - 从 API /api/history/rollbackDocHistory 端点中移除 notebook 参数 + - 改进 LocalStorage 相关 API + - addDock 允许在任意生命周期阶段调用 + - 插件安装、卸载、启用或禁用后,全局快捷键注册/注销失效 + - 改进 Linux 构建脚本 + - 为 /api/query/sql 新增只读模式 + - 新增内核 API /api/lute/md2html + - RTL 布局:为 .protyle 添加 .rtl 类,并修复提示块/块引用样式 + - 新增内核 API /api/history/createDocHistory + - 修复构造函数 super() 调用中的 this 转义和上下文绑定问题 + - 破坏性变更:弃用 updateTransaction 并替换为 updateTransactionElement + - 破坏性变更:修改 lang 值以符合 RFC 5646 +ReleaseNotesUrl: https://github.com/siyuan-note/siyuan/releases/tag/v3.7.0 +PurchaseUrl: https://b3log.org/siyuan/pricing.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PrestoSoft/ExamDiff/Pro/17.0.1.3/PrestoSoft.ExamDiff.Pro.yaml b/manifests/b/B3log/SiYuan/3.7.0/B3log.SiYuan.yaml similarity index 74% rename from manifests/p/PrestoSoft/ExamDiff/Pro/17.0.1.3/PrestoSoft.ExamDiff.Pro.yaml rename to manifests/b/B3log/SiYuan/3.7.0/B3log.SiYuan.yaml index 84c0c350c22fe..c9ce2f52a4856 100644 --- a/manifests/p/PrestoSoft/ExamDiff/Pro/17.0.1.3/PrestoSoft.ExamDiff.Pro.yaml +++ b/manifests/b/B3log/SiYuan/3.7.0/B3log.SiYuan.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: PrestoSoft.ExamDiff.Pro -PackageVersion: 17.0.1.3 +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.7.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/b/Bilibili/Livehime/7.61.0.10694/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/7.61.0.10694/Bilibili.Livehime.installer.yaml new file mode 100644 index 0000000000000..b6ac4cf498809 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/7.61.0.10694/Bilibili.Livehime.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: Bilibili.Livehime +PackageVersion: 7.61.0.10694 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- livehime +ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-7.61.0.10694-x64.exe + InstallerSha256: 398F7DFB0BE908A487D5F4C622D3694B9486094996E51E4EC801B145762EB734 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bilibili/Livehime/7.61.0.10694/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/7.61.0.10694/Bilibili.Livehime.locale.en-US.yaml new file mode 100644 index 0000000000000..9592489c306c7 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/7.61.0.10694/Bilibili.Livehime.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 7.61.0.10694 +PackageLocale: en-US +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: Shanghai Magic Electric Information Technology Co., Ltd. +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: Freeware +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2026 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +ShortDescription: Bilibili Live official live streaming tool +Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +Tags: +- broadcasting +- live +- live-streaming +- livestreaming +- screencasting +- streaming +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bilibili/Livehime/7.61.0.10694/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/7.61.0.10694/Bilibili.Livehime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9c5256c047bd8 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/7.61.0.10694/Bilibili.Livehime.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: Bilibili.Livehime +PackageVersion: 7.61.0.10694 +PackageLocale: zh-CN +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: 上海幻电信息科技有限公司 +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: 免费软件 +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2026 上海幻电信息科技有限公司. All Right Reserved. +ShortDescription: 哔哩哔哩直播官方直播软件 +Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +Tags: +- 推流 +- 直播 +ReleaseNotes: 【优化】已知问题修复 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XiaoweiCloud/CalendarTask/3.30.289.9075/XiaoweiCloud.CalendarTask.yaml b/manifests/b/Bilibili/Livehime/7.61.0.10694/Bilibili.Livehime.yaml similarity index 53% rename from manifests/x/XiaoweiCloud/CalendarTask/3.30.289.9075/XiaoweiCloud.CalendarTask.yaml rename to manifests/b/Bilibili/Livehime/7.61.0.10694/Bilibili.Livehime.yaml index 55d3818f19be4..a823f2f8877fe 100644 --- a/manifests/x/XiaoweiCloud/CalendarTask/3.30.289.9075/XiaoweiCloud.CalendarTask.yaml +++ b/manifests/b/Bilibili/Livehime/7.61.0.10694/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Jun/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: XiaoweiCloud.CalendarTask -PackageVersion: 3.30.289.9075 -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: Bilibili.Livehime +PackageVersion: 7.61.0.10694 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/bornova/numara/7.1.8/bornova.numara.installer.yaml b/manifests/b/bornova/numara/7.1.8/bornova.numara.installer.yaml new file mode 100644 index 0000000000000..35ab17976804e --- /dev/null +++ b/manifests/b/bornova/numara/7.1.8/bornova.numara.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: bornova.numara +PackageVersion: 7.1.8 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: ac09ce37-d72b-50c0-993e-330c1d08c0e0 +ReleaseDate: 2026-06-30 +AppsAndFeaturesEntries: +- DisplayName: Numara 7.1.8 + ProductCode: ac09ce37-d72b-50c0-993e-330c1d08c0e0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bornova/numara-calculator/releases/download/v7.1.8/Numara-7.1.8.exe + InstallerSha256: D0909E148640B20AE031AEA6B08A7BF0E4E4F9ED680E7F8FB4E406FEA7C4B448 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/bornova/numara/7.1.8/bornova.numara.locale.en-US.yaml b/manifests/b/bornova/numara/7.1.8/bornova.numara.locale.en-US.yaml new file mode 100644 index 0000000000000..d605fc229ca00 --- /dev/null +++ b/manifests/b/bornova/numara/7.1.8/bornova.numara.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: bornova.numara +PackageVersion: 7.1.8 +PackageLocale: en-US +Publisher: Timur Atalay +PublisherUrl: https://github.com/bornova +PublisherSupportUrl: https://github.com/bornova/numara-calculator/issues +Author: borova +PackageName: Numara +PackageUrl: https://github.com/bornova/numara-calculator +License: MIT +LicenseUrl: https://github.com/bornova/numara-calculator/blob/HEAD/LICENSE +Copyright: Copyright (c) 2021 Timur Atalay +CopyrightUrl: https://github.com/bornova/numara-calculator/blob/master/LICENSE +ShortDescription: Simple notepad calculator built on Electron, powered by Math.js +Tags: +- calculator +- electron +- math +ReleaseNotes: |- + - Fix issue where fast typing on mobile devices deletes characters unexpectedly. + - Updated dependencies +ReleaseNotesUrl: https://github.com/bornova/numara-calculator/releases/tag/v7.1.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wez/wezterm/nightly/20260620-004509-c4b1d89f/wez.wezterm.nightly.yaml b/manifests/b/bornova/numara/7.1.8/bornova.numara.yaml similarity index 52% rename from manifests/w/wez/wezterm/nightly/20260620-004509-c4b1d89f/wez.wezterm.nightly.yaml rename to manifests/b/bornova/numara/7.1.8/bornova.numara.yaml index dc3d9ff128d8c..5d910d1a188bf 100644 --- a/manifests/w/wez/wezterm/nightly/20260620-004509-c4b1d89f/wez.wezterm.nightly.yaml +++ b/manifests/b/bornova/numara/7.1.8/bornova.numara.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Jun/20 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: wez.wezterm.nightly -PackageVersion: 20260620-004509-c4b1d89f +PackageIdentifier: bornova.numara +PackageVersion: 7.1.8 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/c/Casey/Just/1.55.1/Casey.Just.installer.yaml b/manifests/c/Casey/Just/1.55.1/Casey.Just.installer.yaml new file mode 100644 index 0000000000000..f74a4685147f1 --- /dev/null +++ b/manifests/c/Casey/Just/1.55.1/Casey.Just.installer.yaml @@ -0,0 +1,16 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Casey.Just +PackageVersion: 1.55.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: just.exe +ReleaseDate: 2026-06-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/casey/just/releases/download/1.55.1/just-1.55.1-x86_64-pc-windows-msvc.zip + InstallerSha256: 8106E6C036AEA52DD1D5109BDF9357C37BA87A0E0EF1013D7327103942550C79 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Casey/Just/1.55.1/Casey.Just.locale.en-US.yaml b/manifests/c/Casey/Just/1.55.1/Casey.Just.locale.en-US.yaml new file mode 100644 index 0000000000000..124989157dec9 --- /dev/null +++ b/manifests/c/Casey/Just/1.55.1/Casey.Just.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Casey.Just +PackageVersion: 1.55.1 +PackageLocale: en-US +Publisher: Casey Rodarmor +PublisherUrl: https://github.com/casey +PublisherSupportUrl: https://github.com/casey/just/issues +Author: Casey Rodarmor +PackageName: Just +PackageUrl: https://github.com/casey/just +License: CC0-1.0 +LicenseUrl: https://github.com/casey/just/blob/HEAD/LICENSE +ShortDescription: Just a command runner +Description: just is a handy way to save and run project-specific commands. Commands, called recipes, are stored in a file called justfile with syntax inspired by make +ReleaseNotes: |- + Fixed + - Fix panic when empty path is passed to --show and --usage (#3511 by casey) + + Misc + - Upgrade sha2 to 0.11.0 (#3512 by casey) + - Remove Test::test_round_trip() (#3509 by casey) + - Remove round-trip testing (#3508 by casey) +ReleaseNotesUrl: https://github.com/casey/just/releases/tag/1.55.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Casey/Just/1.55.1/Casey.Just.yaml b/manifests/c/Casey/Just/1.55.1/Casey.Just.yaml new file mode 100644 index 0000000000000..e16d9d56b985f --- /dev/null +++ b/manifests/c/Casey/Just/1.55.1/Casey.Just.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: Casey.Just +PackageVersion: 1.55.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CodeSector/TeraCopy/3.12/CodeSector.TeraCopy.installer.yaml b/manifests/c/CodeSector/TeraCopy/3.12/CodeSector.TeraCopy.installer.yaml index 44d4a272e5204..4456f0850cca7 100644 --- a/manifests/c/CodeSector/TeraCopy/3.12/CodeSector.TeraCopy.installer.yaml +++ b/manifests/c/CodeSector/TeraCopy/3.12/CodeSector.TeraCopy.installer.yaml @@ -88,10 +88,10 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x86 - InstallerUrl: https://codesector.nyc3.cdn.digitaloceanspaces.com/teracopy3.12.exe + InstallerUrl: https://codesector.com/files/teracopy3.12.exe InstallerSha256: 79D96293428D6A36750A4C5C2D62C3D9B6779D1091072EB6F7E3E3DD59AE60D0 - Architecture: x64 - InstallerUrl: https://codesector.nyc3.cdn.digitaloceanspaces.com/teracopy3.12.exe + InstallerUrl: https://codesector.com/files/teracopy3.12.exe InstallerSha256: 79D96293428D6A36750A4C5C2D62C3D9B6779D1091072EB6F7E3E3DD59AE60D0 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/c/CodeSector/TeraCopy/3.17/CodeSector.TeraCopy.installer.yaml b/manifests/c/CodeSector/TeraCopy/3.17/CodeSector.TeraCopy.installer.yaml index 77fc1842adff9..30997ab75cd1d 100644 --- a/manifests/c/CodeSector/TeraCopy/3.17/CodeSector.TeraCopy.installer.yaml +++ b/manifests/c/CodeSector/TeraCopy/3.17/CodeSector.TeraCopy.installer.yaml @@ -89,10 +89,10 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x86 - InstallerUrl: https://codesector.nyc3.cdn.digitaloceanspaces.com/teracopy3.17.exe + InstallerUrl: https://codesector.com/files/teracopy3.17.exe InstallerSha256: AC03DB52BB68A013D3A8BF4DB703EC11976FA1D0AA557EB988E3F926A26656CF - Architecture: x64 - InstallerUrl: https://codesector.nyc3.cdn.digitaloceanspaces.com/teracopy3.17.exe + InstallerUrl: https://codesector.com/files/teracopy3.17.exe InstallerSha256: AC03DB52BB68A013D3A8BF4DB703EC11976FA1D0AA557EB988E3F926A26656CF ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.33.11/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.33.11/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..1eae93822e6a6 --- /dev/null +++ b/manifests/c/Coder/Coder/2.33.11/Coder.Coder.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.33.11 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.33.11/coder_2.33.11_windows_amd64.zip + InstallerSha256: 84ECDD073BC509ECD65736FAFA55B001202A2A40B05CC8F9B44E907AECF555F3 +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.33.11/coder_2.33.11_windows_amd64_installer.exe + InstallerSha256: D9DF183C74E390438144368BEF749480CB113A80B38063AD0A69D100975CAAC8 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.33.11/coder_2.33.11_windows_arm64.zip + InstallerSha256: 0DE715AA119870EBA01EF00A9C8AF8CA8C1844DE31AD3CEEF49E65148EBD5DC3 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/c/Coder/Coder/2.33.11/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.33.11/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..2bd587a8a96a5 --- /dev/null +++ b/manifests/c/Coder/Coder/2.33.11/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.33.11 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0 +LicenseUrl: https://github.com/coder/coder/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.33.11 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.33.11/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.33.11/Coder.Coder.yaml new file mode 100644 index 0000000000000..390a060326cb3 --- /dev/null +++ b/manifests/c/Coder/Coder/2.33.11/Coder.Coder.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: Coder.Coder +PackageVersion: 2.33.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.34.5/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.34.5/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..3badcaa8311fd --- /dev/null +++ b/manifests/c/Coder/Coder/2.34.5/Coder.Coder.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.34.5 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.34.5/coder_2.34.5_windows_amd64.zip + InstallerSha256: D73DF338787A3936F6DD7EAE03E287DDC9B8EE4C9F60D4C60A92B54541EA942B +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.34.5/coder_2.34.5_windows_amd64_installer.exe + InstallerSha256: 1333BA6BEE447357770DA4A63A1AB5B6BA9EF62E227A4E1823A4ED22B3E87199 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.34.5/coder_2.34.5_windows_arm64.zip + InstallerSha256: E717B9286538AC273732A2CEF5279A35DCC77FD0F1D146EA8E45773763091408 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/c/Coder/Coder/2.34.5/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.34.5/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..5b6f2336be67b --- /dev/null +++ b/manifests/c/Coder/Coder/2.34.5/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.34.5 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0 +LicenseUrl: https://github.com/coder/coder/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.34.5 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.34.5/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.34.5/Coder.Coder.yaml new file mode 100644 index 0000000000000..4846e32041a66 --- /dev/null +++ b/manifests/c/Coder/Coder/2.34.5/Coder.Coder.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: Coder.Coder +PackageVersion: 2.34.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.19.3/Cryptomator.Cryptomator.installer.yaml b/manifests/c/Cryptomator/Cryptomator/1.19.3/Cryptomator.Cryptomator.installer.yaml new file mode 100644 index 0000000000000..971c3cfec65f3 --- /dev/null +++ b/manifests/c/Cryptomator/Cryptomator/1.19.3/Cryptomator.Cryptomator.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Cryptomator.Cryptomator +PackageVersion: 1.19.3 +InstallerLocale: en-US +MinimumOSVersion: 10.0.17134.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- c9r +- cryptomator +ProductCode: '{B3DD2851-42BE-377B-9C1D-118E4F5A4BFC}' +AppsAndFeaturesEntries: +- DisplayVersion: 1.19.3.6495 + ProductCode: '{B3DD2851-42BE-377B-9C1D-118E4F5A4BFC}' + UpgradeCode: '{BDA45523-42B1-4CAE-9354-A45475ED4775}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Cryptomator' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.19.3/Cryptomator-1.19.3-x64.msi + InstallerSha256: E303CCED835E1A8A1041580EEAEA3B7B3658C348D77EA53A108A95926625C41A +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-29 diff --git a/manifests/c/Cryptomator/Cryptomator/1.19.3/Cryptomator.Cryptomator.locale.en-US.yaml b/manifests/c/Cryptomator/Cryptomator/1.19.3/Cryptomator.Cryptomator.locale.en-US.yaml new file mode 100644 index 0000000000000..ec014a2d83fd9 --- /dev/null +++ b/manifests/c/Cryptomator/Cryptomator/1.19.3/Cryptomator.Cryptomator.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Cryptomator.Cryptomator +PackageVersion: 1.19.3 +PackageLocale: en-US +Publisher: Skymatic GmbH +PublisherUrl: https://cryptomator.org/ +PublisherSupportUrl: https://github.com/cryptomator/cryptomator/issues +PrivacyUrl: https://cryptomator.org/privacy +Author: The Cryptomator Authors +PackageName: Cryptomator +PackageUrl: https://cryptomator.org/ +License: GPL-3.0 +LicenseUrl: https://github.com/cryptomator/cryptomator/blob/HEAD/LICENSE.txt +Copyright: Skymatic GmbH 2016 - 2024 +ShortDescription: Encryption made easy and optimized for the cloud +Description: |- + Cryptomator provides easy-to-use, transparent, client-side encryption for your cloud. + It protects your documents from unauthorized access and prying eyes, while you will still be able to view and edit your documents locally. + By not requiring any registration or account and performing all encryption locally, it gives you back control over your data and ensures your privacy. + Cryptomator is offered for all major platforms (including Android and iOS). + + Cryptomator encrypts file contents and names using the widespread industry standard AES. + Your passphrase is protected against brute forcing attempts using scrypt. + Additionally, directory structures get obfuscated. + For more info about the Cryptomator encryption scheme, check out the online documentation. + + Cryptomator is a free and open-source software licensed under the GPLv3. + This allows anyone to check our code. + Thus, it is impossible to introduce backdoors for third parties or to hide vulnerabilities, so you do not need to trust Cryptomator. + Also, vendor lock-ins are impossible. + Even if we decided to stop development: The source code is already cloned by hundreds of other developers and development can be picked up by others. + + Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on support by the community. + Visit https://cryptomator.org/ to read how you can support us! +Moniker: cryptomator +Tags: +- cloud-storage +- crypto +- cryptography +- cryptomator +- privacy +- security +ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.19.3 +InstallationNotes: On Windows, Cryptomator works best with WinFsp. You can download it from https://winfsp.dev/. +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://docs.cryptomator.org/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cryptomator/Cryptomator/1.19.3/Cryptomator.Cryptomator.yaml b/manifests/c/Cryptomator/Cryptomator/1.19.3/Cryptomator.Cryptomator.yaml new file mode 100644 index 0000000000000..603b22796587e --- /dev/null +++ b/manifests/c/Cryptomator/Cryptomator/1.19.3/Cryptomator.Cryptomator.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: Cryptomator.Cryptomator +PackageVersion: 1.19.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/cataggar/ghr/0.6.2/cataggar.ghr.installer.yaml b/manifests/c/cataggar/ghr/0.6.2/cataggar.ghr.installer.yaml new file mode 100644 index 0000000000000..cf2628bfa90c8 --- /dev/null +++ b/manifests/c/cataggar/ghr/0.6.2/cataggar.ghr.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: cataggar.ghr +PackageVersion: 0.6.2 +InstallerType: zip +NestedInstallerType: portable +Commands: +- ghr +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: ghr-0.6.2-windows-x64/bin/ghr.exe + PortableCommandAlias: ghr + InstallerUrl: https://github.com/cataggar/ghr/releases/download/v0.6.2/ghr-0.6.2-windows-x64.zip + InstallerSha256: 0ACE4312DB3710CA98AF0A6F0578472261C57047415A30C1331EBB4217FA8B9F +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: ghr-0.6.2-windows-arm64/bin/ghr.exe + PortableCommandAlias: ghr + InstallerUrl: https://github.com/cataggar/ghr/releases/download/v0.6.2/ghr-0.6.2-windows-arm64.zip + InstallerSha256: B9474F8D88C2884D397D304719760790AAB18688F6DD7B05F3823A6CCAC3E5A2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/cataggar/ghr/0.6.2/cataggar.ghr.locale.en-US.yaml b/manifests/c/cataggar/ghr/0.6.2/cataggar.ghr.locale.en-US.yaml new file mode 100644 index 0000000000000..1637c58d0b7cd --- /dev/null +++ b/manifests/c/cataggar/ghr/0.6.2/cataggar.ghr.locale.en-US.yaml @@ -0,0 +1,31 @@ +# 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: cataggar.ghr +PackageVersion: 0.6.2 +PackageLocale: en-US +Publisher: cataggar +PublisherUrl: https://github.com/cataggar +PublisherSupportUrl: https://github.com/cataggar/ghr/issues +PackageName: ghr +PackageUrl: https://github.com/cataggar/ghr +License: MIT +LicenseUrl: https://github.com/cataggar/ghr/blob/HEAD/LICENSE +ShortDescription: An installer for GitHub releases. +Moniker: ghr +Tags: +- cli +- github +- installer +ReleaseNotes: |- + A toolkit for GitHub releases. + Install: + pipx install ghr-bin==0.6.2 + uv tool install ghr-bin==0.6.2 + winget install ghr --version 0.6.2 + curl -fsSL https://raw.githubusercontent.com/cataggar/ghr/main/install.sh | GHR_VERSION=v0.6.2 sh + $env:GHR_VERSION = 'v0.6.2'; iwr -useb https://raw.githubusercontent.com/cataggar/ghr/main/install.ps1 | iex + ghr install cataggar/ghr@v0.6.2 RWSbsumpaHb+N3KCEt/EUXQ5y6Kkk8r/zCb5Z4jhEuEX8x2/U5wr5QC0 +ReleaseNotesUrl: https://github.com/cataggar/ghr/releases/tag/v0.6.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/cataggar/ghr/0.6.2/cataggar.ghr.yaml b/manifests/c/cataggar/ghr/0.6.2/cataggar.ghr.yaml new file mode 100644 index 0000000000000..19f08bc7d8fe4 --- /dev/null +++ b/manifests/c/cataggar/ghr/0.6.2/cataggar.ghr.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: cataggar.ghr +PackageVersion: 0.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/ciromattia/KCC/10.3.0/ciromattia.KCC.installer.yaml b/manifests/c/ciromattia/KCC/10.3.0/ciromattia.KCC.installer.yaml new file mode 100644 index 0000000000000..9c2afe9e37c54 --- /dev/null +++ b/manifests/c/ciromattia/KCC/10.3.0/ciromattia.KCC.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ciromattia.KCC +PackageVersion: 10.3.0 +InstallerType: portable +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- KCC +ReleaseDate: 2026-06-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ciromattia/kcc/releases/download/v10.3.0/KCC_10.3.0.exe + InstallerSha256: 02052E99C0AD07F5963178602A7249ED9FE9F892913C89F00D27BF59FCB45F1E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ciromattia/KCC/10.3.0/ciromattia.KCC.locale.en-US.yaml b/manifests/c/ciromattia/KCC/10.3.0/ciromattia.KCC.locale.en-US.yaml new file mode 100644 index 0000000000000..9280ec4736f2a --- /dev/null +++ b/manifests/c/ciromattia/KCC/10.3.0/ciromattia.KCC.locale.en-US.yaml @@ -0,0 +1,70 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ciromattia.KCC +PackageVersion: 10.3.0 +PackageLocale: en-US +Publisher: ciromattia +PublisherUrl: https://github.com/ciromattia +PublisherSupportUrl: https://github.com/ciromattia/kcc/issues +PackageName: Kindle Comic Converter +PackageUrl: https://github.com/ciromattia/kcc +License: ISC +LicenseUrl: https://github.com/ciromattia/kcc/blob/HEAD/LICENSE.txt +ShortDescription: Kindle Comic Converter is a Python app to convert comic/manga files or folders to EPUB, Panel View MOBI or E-Ink optimized CBZ. +Moniker: kcc +Tags: +- azw3 +- cbz +- comics +- eink +- epub +- kindle +- kobo +- koreader +- manga +- pdf +- remarkable-tablet +- webtoon +- webtoons +ReleaseNotes: |- + Sponsors + - Free code signing on Windows provided by SignPath.io, certificate by SignPath Foundation + Notes + - WARNING: Kindle Scribe 2025 doesn't work very well. Lots of blanks. Maybe PDF is better. + - JPG Quality for Scribe/Colorsoft is increased from 85 to 90. This may solve blank page issue. + - Gamma correction default is now 1.0 (disabled). Prior default was 1.8 + - Discrete Fourier Transform used to erase rainbows in 9.0: https://youtu.be/Dw2HTJCGMhw?si=k3pDizLAaZmJfwMl + - Kindle Scribe full 2480 support was added in 7.5: https://ko-fi.com/post/Kindle-Scribe-full-2480-support-N4N31G6TQU + - Virtual panel view is enabled in Aa menu on your Kindle, not in KCC in 7.4: https://www.youtube.com/watch?v=v_kIBu4q7SU + Links + ko-fi + Also looking for a software job! https://www.linkedin.com/in/alexu2/ + Email (for commisions and inquiries): kindle.comic.converter gmail + Discord: https://discord.com/invite/qj7wpnUHav + Donate on Ko-fi! https://ko-fi.com/eink_dude + YouTube tutorial (please subscribe): https://www.youtube.com/watch?v=QQ6zJcMF2Iw + Installation tutorial: https://www.youtube.com/watch?v=IR2Fhcm9658 + What's Changed + - fusion temp file cleanup improvements by @axu2 in #1359 + - File fusion uses OS temp folder if checked by @filterpaper in #1355 + - ignore exceptions when epub parsing by @axu2 in #1360 + - bump Windows 7 numpy by @axu2 in #1362 + - time kindlegen by @axu2 in #1365 + - don't crash if rosetta was uninstalled in macOS 27 Golden Gate by @axu2 in #1366 + - Bump actions/checkout from 6 to 7 by @dependabot[bot] in #1367 + - Update distro requirement from >=1.8.0 to >=1.9.0 by @dependabot[bot] in #1357 + - Update psutil requirement from >=5.9.5 to >=7.2.2 by @dependabot[bot] in #1358 + - epub input: invert spread shift by @axu2 in #1368 + - add invert direction and vertical 4 panel options by @axu2 in #1369 + - re-arrange options into 4 columns by @axu2 in #1370 + - add epub language option by @axu2 in #1371 + - add force ebok option and store settings separately than prior kcc versions by @axu2 in #1372 + - reduce file operations: replace copyfile + remove with move by @axu2 in #1373 + - reduce file operations by removing a rename by @axu2 in #1374 + - epub input: fix fusion by @axu2 in #1375 + - add light novel mode by @axu2 in #1361 + Full Changelog: v10.2.0...v10.3.0 +ReleaseNotesUrl: https://github.com/ciromattia/kcc/releases/tag/v10.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ciromattia/KCC/10.3.0/ciromattia.KCC.yaml b/manifests/c/ciromattia/KCC/10.3.0/ciromattia.KCC.yaml new file mode 100644 index 0000000000000..bbda0aa0a52af --- /dev/null +++ b/manifests/c/ciromattia/KCC/10.3.0/ciromattia.KCC.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: ciromattia.KCC +PackageVersion: 10.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.16.1/DavidEngelhart.Termpolis.installer.yaml b/manifests/d/DavidEngelhart/Termpolis/1.16.1/DavidEngelhart.Termpolis.installer.yaml new file mode 100644 index 0000000000000..1860efb9c0152 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.16.1/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.16.1 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 7bff3240-c600-54e1-9164-19e9bb016508 +ReleaseDate: 2026-06-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/codedev-david/termpolis/releases/download/v1.16.1/Termpolis.Setup.1.16.1.exe + InstallerSha256: DD4E57C7D78F893DA8937364CC83FF00E6D7F434FF3E0C44A4345591E252E257 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.16.1/DavidEngelhart.Termpolis.locale.en-US.yaml b/manifests/d/DavidEngelhart/Termpolis/1.16.1/DavidEngelhart.Termpolis.locale.en-US.yaml new file mode 100644 index 0000000000000..5181800c9865c --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.16.1/DavidEngelhart.Termpolis.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DavidEngelhart.Termpolis +PackageVersion: 1.16.1 +PackageLocale: en-US +Publisher: Termpolis +PublisherUrl: https://github.com/codedev-david +PublisherSupportUrl: https://github.com/codedev-david/termpolis/issues +PrivacyUrl: https://github.com/codedev-david/termpolis/blob/HEAD/PRIVACY.md +Author: David Engelhart +PackageName: Termpolis +PackageUrl: https://termpolis.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/codedev-david/termpolis/blob/HEAD/LICENSE +Copyright: Copyright 2026 David Engelhart +ShortDescription: The open-source multi-agent terminal where Claude, Codex, Gemini, and Qwen work together as a team — without your source code leaving the machine. +Description: |- + Termpolis is a cross-platform desktop terminal manager (Windows, macOS, Linux) built on Electron + React + TypeScript with node-pty powering the underlying shells. It ships as a native app, code signed on Windows, notarized on macOS. + What makes it different: + - Secure AI-assisted development. Built-in AI Security Center auto-scans every AI prompt against 70+ secret patterns, enforces Gemini paid-tier mode, and keeps an auditable JSONL log of every AI-agent terminal launch — every check runs locally. + - Multi-agent swarm. Claude Code, Codex, Gemini CLI, and Qwen Code work together on a task. A dedicated Claude Code instance acts as the conductor. + - MCP server baked in. AI agents control Termpolis via Model Context Protocol, open terminals, run commands, send messages. + - Transparent routing. Every subtask shows which agent got it, why, and what it cost. + - Activity observability. Every token, every tool call, every message from every agent is visible in real time. + - Intervention controls. Pause, cancel, or steer any agent mid-task without leaving the feed. + - Shared memory. A RAG-backed memory store that any agent can read and write via MCP. + - MCP-native end to end. All four agents speak MCP — no terminal-output parsers, no glue scripts, no bridge code paths. + - Share-ready output. One shortcut from terminal to Slack, Teams, or a PR — see Copy for Slack / Teams / PRs. +Tags: +- ai +- command-line +- console +- terminal +ReleaseNotes: |- + Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.16.0...v1.16.1 + Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.16.0...v1.16.1 + Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.16.0...v1.16.1 +ReleaseNotesUrl: https://github.com/codedev-david/termpolis/releases/tag/v1.16.1 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://termpolis.com/docs.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.16.1/DavidEngelhart.Termpolis.locale.zh-CN.yaml b/manifests/d/DavidEngelhart/Termpolis/1.16.1/DavidEngelhart.Termpolis.locale.zh-CN.yaml new file mode 100644 index 0000000000000..501632772f0c1 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.16.1/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.16.1 +PackageLocale: zh-CN +ShortDescription: 这是一个让 Claude、Codex、Gemini 和 Qwen 协同工作的开源多智能体终端——您的源代码完全不会离开本机。 +Description: |- + Termpolis 是一款基于 Electron + React + TypeScript 构建的跨平台桌面终端管理器(支持 Windows、macOS、Linux 系统),由 node-pty 提供底层终端服务支持。它以原生应用形式发布,在 Windows 平台完成代码签名,在 macOS 平台完成公证。 + 它的差异化特点: + - 安全的人工智能辅助开发。内置 AI 安全中心,可针对超过 70 种密钥模式自动扫描每一条 AI 提示,强制启用 Gemini 付费层级模式,并为每一次 AI 智能体终端启动留存可审计的 JSONL 日志——所有检查均在本地运行。 + - 多智能体协作集群。Claude Code、Codex、Gemini CLI 与 Qwen Code 可协同完成一项任务,由专属的 Claude Code 实例担任调度协调者。 + - 内置 MCP 服务器。AI 智能体可通过模型上下文协议(Model Context Protocol)控制 Termpolis,打开终端、运行命令、发送消息。 + - 路由透明化。每一项子任务都会明确显示由哪个智能体承接、承接原因以及产生的成本。 + - 活动可观测。所有智能体产生的每一个 token、每一次工具调用、每一条消息都支持实时查看。 + - 人工干预控制。无需退出任务流,即可在任务执行中途暂停、取消或引导任意智能体。 + - 共享存储。基于检索增强生成(RAG)构建的存储库,所有智能体都可通过 MCP 进行读写。 + - 端到端原生支持 MCP。四款智能体均原生支持 MCP——无需终端输出解析器、无需粘合脚本、无需桥接代码路径。 + - 输出可直接分享。只需一次快捷键操作,即可将终端内容分享至 Slack、Teams 或拉取请求——详见「复制至 Slack/Teams/拉取请求」功能。 +Tags: +- 人工智能 +- 命令行 +- 控制台 +- 终端 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://termpolis.com/docs.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.16.1/DavidEngelhart.Termpolis.yaml b/manifests/d/DavidEngelhart/Termpolis/1.16.1/DavidEngelhart.Termpolis.yaml new file mode 100644 index 0000000000000..c3ab54ae8d142 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.16.1/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.16.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.16.3/DavidEngelhart.Termpolis.installer.yaml b/manifests/d/DavidEngelhart/Termpolis/1.16.3/DavidEngelhart.Termpolis.installer.yaml new file mode 100644 index 0000000000000..aab3c77306ba2 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.16.3/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.16.3 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 7bff3240-c600-54e1-9164-19e9bb016508 +ReleaseDate: 2026-06-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/codedev-david/termpolis/releases/download/v1.16.3/Termpolis.Setup.1.16.3.exe + InstallerSha256: 39543975B5A1DDBF48B614FCC2500BF628E8CF56ED54C8B14690DBF2243BDF8E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.16.3/DavidEngelhart.Termpolis.locale.en-US.yaml b/manifests/d/DavidEngelhart/Termpolis/1.16.3/DavidEngelhart.Termpolis.locale.en-US.yaml new file mode 100644 index 0000000000000..62c414b138c46 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.16.3/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.16.3 +PackageLocale: en-US +Publisher: Termpolis +PublisherUrl: https://github.com/codedev-david +PublisherSupportUrl: https://github.com/codedev-david/termpolis/issues +PrivacyUrl: https://github.com/codedev-david/termpolis/blob/HEAD/PRIVACY.md +Author: David Engelhart +PackageName: Termpolis +PackageUrl: https://termpolis.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/codedev-david/termpolis/blob/HEAD/LICENSE +Copyright: Copyright 2026 David Engelhart +ShortDescription: The open-source multi-agent terminal where Claude, Codex, Gemini, and Qwen work together as a team — without your source code leaving the machine. +Description: |- + Termpolis is a cross-platform desktop terminal manager (Windows, macOS, Linux) built on Electron + React + TypeScript with node-pty powering the underlying shells. It ships as a native app, code signed on Windows, notarized on macOS. + What makes it different: + - Secure AI-assisted development. Built-in AI Security Center auto-scans every AI prompt against 70+ secret patterns, enforces Gemini paid-tier mode, and keeps an auditable JSONL log of every AI-agent terminal launch — every check runs locally. + - Multi-agent swarm. Claude Code, Codex, Gemini CLI, and Qwen Code work together on a task. A dedicated Claude Code instance acts as the conductor. + - MCP server baked in. AI agents control Termpolis via Model Context Protocol, open terminals, run commands, send messages. + - Transparent routing. Every subtask shows which agent got it, why, and what it cost. + - Activity observability. Every token, every tool call, every message from every agent is visible in real time. + - Intervention controls. Pause, cancel, or steer any agent mid-task without leaving the feed. + - Shared memory. A RAG-backed memory store that any agent can read and write via MCP. + - MCP-native end to end. All four agents speak MCP — no terminal-output parsers, no glue scripts, no bridge code paths. + - Share-ready output. One shortcut from terminal to Slack, Teams, or a PR — see Copy for Slack / Teams / PRs. +Tags: +- ai +- command-line +- console +- terminal +ReleaseNotes: |- + What's Changed + - v1.16.3: deterministic memory recall, fullscreen scroll fix, drop autocomplete, verify search by @codedev-david in https://github.com/codedev-david/termpolis/pull/17 + Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.16.2...v1.16.3 + What's Changed + - v1.16.3: deterministic memory recall, fullscreen scroll fix, drop autocomplete, verify search by @codedev-david in https://github.com/codedev-david/termpolis/pull/17 + Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.16.2...v1.16.3 +ReleaseNotesUrl: https://github.com/codedev-david/termpolis/releases/tag/v1.16.3 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://termpolis.com/docs.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.16.3/DavidEngelhart.Termpolis.locale.zh-CN.yaml b/manifests/d/DavidEngelhart/Termpolis/1.16.3/DavidEngelhart.Termpolis.locale.zh-CN.yaml new file mode 100644 index 0000000000000..96081a4d9df04 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.16.3/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.16.3 +PackageLocale: zh-CN +ShortDescription: 这是一个让 Claude、Codex、Gemini 和 Qwen 协同工作的开源多智能体终端——您的源代码完全不会离开本机。 +Description: |- + Termpolis 是一款基于 Electron + React + TypeScript 构建的跨平台桌面终端管理器(支持 Windows、macOS、Linux 系统),由 node-pty 提供底层终端服务支持。它以原生应用形式发布,在 Windows 平台完成代码签名,在 macOS 平台完成公证。 + 它的差异化特点: + - 安全的人工智能辅助开发。内置 AI 安全中心,可针对超过 70 种密钥模式自动扫描每一条 AI 提示,强制启用 Gemini 付费层级模式,并为每一次 AI 智能体终端启动留存可审计的 JSONL 日志——所有检查均在本地运行。 + - 多智能体协作集群。Claude Code、Codex、Gemini CLI 与 Qwen Code 可协同完成一项任务,由专属的 Claude Code 实例担任调度协调者。 + - 内置 MCP 服务器。AI 智能体可通过模型上下文协议(Model Context Protocol)控制 Termpolis,打开终端、运行命令、发送消息。 + - 路由透明化。每一项子任务都会明确显示由哪个智能体承接、承接原因以及产生的成本。 + - 活动可观测。所有智能体产生的每一个 token、每一次工具调用、每一条消息都支持实时查看。 + - 人工干预控制。无需退出任务流,即可在任务执行中途暂停、取消或引导任意智能体。 + - 共享存储。基于检索增强生成(RAG)构建的存储库,所有智能体都可通过 MCP 进行读写。 + - 端到端原生支持 MCP。四款智能体均原生支持 MCP——无需终端输出解析器、无需粘合脚本、无需桥接代码路径。 + - 输出可直接分享。只需一次快捷键操作,即可将终端内容分享至 Slack、Teams 或拉取请求——详见「复制至 Slack/Teams/拉取请求」功能。 +Tags: +- 人工智能 +- 命令行 +- 控制台 +- 终端 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://termpolis.com/docs.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.16.3/DavidEngelhart.Termpolis.yaml b/manifests/d/DavidEngelhart/Termpolis/1.16.3/DavidEngelhart.Termpolis.yaml new file mode 100644 index 0000000000000..f25895d8f35e7 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.16.3/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.16.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DimitarRadenkov/Pointframe/6.5.7/DimitarRadenkov.Pointframe.installer.yaml b/manifests/d/DimitarRadenkov/Pointframe/6.5.7/DimitarRadenkov.Pointframe.installer.yaml new file mode 100644 index 0000000000000..86fa3237778ec --- /dev/null +++ b/manifests/d/DimitarRadenkov/Pointframe/6.5.7/DimitarRadenkov.Pointframe.installer.yaml @@ -0,0 +1,27 @@ +# 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: DimitarRadenkov.Pointframe +PackageVersion: 6.5.7 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- +ProductCode: '{67DE561D-F02A-4E9F-AF4A-44D98A092D54}_is1' +ReleaseDate: 2026-06-30 +AppsAndFeaturesEntries: +- ProductCode: '{67DE561D-F02A-4E9F-AF4A-44D98A092D54}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Pointframe' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dimitar-radenkov/Pointframe/releases/download/v6.5.7/Pointframe-6.5.7-x64-Setup.exe + InstallerSha256: 4F7D588E7ABDD4B3B42DEDE97171E076CA21D4254DD0467CE8B9CF2EA5BBD881 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DimitarRadenkov/Pointframe/6.5.7/DimitarRadenkov.Pointframe.locale.en-US.yaml b/manifests/d/DimitarRadenkov/Pointframe/6.5.7/DimitarRadenkov.Pointframe.locale.en-US.yaml new file mode 100644 index 0000000000000..6612e162c80ea --- /dev/null +++ b/manifests/d/DimitarRadenkov/Pointframe/6.5.7/DimitarRadenkov.Pointframe.locale.en-US.yaml @@ -0,0 +1,36 @@ +# 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: DimitarRadenkov.Pointframe +PackageVersion: 6.5.7 +PackageLocale: en-US +Publisher: Dimitar Radenkov +PublisherUrl: https://github.com/dimitar-radenkov +PublisherSupportUrl: https://github.com/dimitar-radenkov/Pointframe/issues +PackageName: Pointframe +PackageUrl: https://github.com/dimitar-radenkov/Pointframe +License: MIT +LicenseUrl: https://github.com/dimitar-radenkov/Pointframe/blob/v6.5.7/LICENSE +Copyright: Copyright (c) Dimitar Radenkov +ShortDescription: Open-source Windows screen capture and recording tool with OCR and annotation +Description: |- + Pointframe is a lightweight Windows screen capture and annotation tool. + Press Print Screen to draw a region, annotate with arrows, shapes, text, blur, + and numbered steps, then copy to clipboard, pin as a floating always-on-top window, + or record your screen to MP4 with optional microphone audio. Includes built-in OCR + to extract text from any screenshot. No subscription, no telemetry. +Moniker: pointframe +Tags: +- annotation +- ocr +- screen-capture +- screen-recorder +- screenshot +- windows +- wpf +ReleaseNotes: |- + - Bump actions/cache from 5 to 6 @dependabot[bot] (#132) + Full Changelog: v6.5.6...v6.5.7 +ReleaseNotesUrl: https://github.com/dimitar-radenkov/Pointframe/releases/tag/v6.5.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DimitarRadenkov/Pointframe/6.5.7/DimitarRadenkov.Pointframe.yaml b/manifests/d/DimitarRadenkov/Pointframe/6.5.7/DimitarRadenkov.Pointframe.yaml new file mode 100644 index 0000000000000..0335480587c65 --- /dev/null +++ b/manifests/d/DimitarRadenkov/Pointframe/6.5.7/DimitarRadenkov.Pointframe.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: DimitarRadenkov.Pointframe +PackageVersion: 6.5.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dimohy/SlogsObsidianDrive/0.1.1/Dimohy.SlogsObsidianDrive.installer.yaml b/manifests/d/Dimohy/SlogsObsidianDrive/0.1.1/Dimohy.SlogsObsidianDrive.installer.yaml new file mode 100644 index 0000000000000..5dafe78c73579 --- /dev/null +++ b/manifests/d/Dimohy/SlogsObsidianDrive/0.1.1/Dimohy.SlogsObsidianDrive.installer.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Dimohy.SlogsObsidianDrive +PackageVersion: 0.1.1 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- SlogsObsidianDrive +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dimohy/slogs/releases/download/slogs-obsidian-drive-v0.1.1/SlogsObsidianDrive-0.1.1-win-x64.exe + InstallerSha256: CD9C626BDD59A0C5AC8E2C4549E9B694E3928F70F245BD4C65FE5FD22877B894 + InstallerSwitches: + Silent: --install --silent + SilentWithProgress: --install + Interactive: --install +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/d/Dimohy/SlogsObsidianDrive/0.1.1/Dimohy.SlogsObsidianDrive.locale.en-US.yaml b/manifests/d/Dimohy/SlogsObsidianDrive/0.1.1/Dimohy.SlogsObsidianDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..5c4ffb24f4334 --- /dev/null +++ b/manifests/d/Dimohy/SlogsObsidianDrive/0.1.1/Dimohy.SlogsObsidianDrive.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Dimohy.SlogsObsidianDrive +PackageVersion: 0.1.1 +PackageLocale: en-US +Publisher: dimohy +PublisherUrl: https://github.com/dimohy +PackageName: Slogs Obsidian Drive +PackageUrl: https://github.com/dimohy/slogs +License: Apache-2.0 +LicenseUrl: https://github.com/dimohy/slogs/blob/main/LICENSE +Copyright: Copyright (c) dimohy +ShortDescription: Mount a Slogs Obsidian remote vault as a WinFsp-backed Windows drive. +Description: Slogs Obsidian Drive mounts a Slogs Obsidian remote vault as a local Windows drive using WinFsp. The installer is a NativeAOT executable and installs WinFsp 2.2.26112 from the official WinFsp GitHub release when WinFsp is missing. +Moniker: slogs-obsidian-drive +Tags: +- slogs +- obsidian +- winfsp +- filesystem +- drive +- sync +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dimohy/SlogsObsidianDrive/0.1.1/Dimohy.SlogsObsidianDrive.yaml b/manifests/d/Dimohy/SlogsObsidianDrive/0.1.1/Dimohy.SlogsObsidianDrive.yaml new file mode 100644 index 0000000000000..6b7a2fb26b5a8 --- /dev/null +++ b/manifests/d/Dimohy/SlogsObsidianDrive/0.1.1/Dimohy.SlogsObsidianDrive.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: Dimohy.SlogsObsidianDrive +PackageVersion: 0.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/arm64/1.0.36/Discord.Discord.arm64.installer.yaml b/manifests/d/Discord/Discord/arm64/1.0.36/Discord.Discord.arm64.installer.yaml index cac70c6c8698c..8da5420f458b4 100644 --- a/manifests/d/Discord/Discord/arm64/1.0.36/Discord.Discord.arm64.installer.yaml +++ b/manifests/d/Discord/Discord/arm64/1.0.36/Discord.Discord.arm64.installer.yaml @@ -8,18 +8,12 @@ Scope: user InstallModes: - interactive - silent -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent UpgradeBehavior: install Protocols: - discord ProductCode: Discord ReleaseDate: 2026-06-29 RequireExplicitUpgrade: true -AppsAndFeaturesEntries: -- DisplayName: Discord - ProductCode: Discord InstallationMetadata: DefaultInstallLocation: '%LocalAppData%\Discord' Installers: diff --git a/manifests/d/Docker/DockerDesktop/4.80.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.80.0/Docker.DockerDesktop.installer.yaml new file mode 100644 index 0000000000000..b7eff31dc7377 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.80.0/Docker.DockerDesktop.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.80.0 +InstallerLocale: en-US +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet + Interactive: install + Custom: --accept-license --backend=wsl-2 --no-windows-containers +UpgradeBehavior: install +ReleaseDate: 2026-06-26 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://desktop.docker.com/win/main/amd64/232116/Docker%20Desktop%20Installer.exe + InstallerSha256: C77EA75F0A5B6A41E0871F195592FD656EFEA6587B68E21508E2E40BA406CA60 +- Architecture: arm64 + InstallerUrl: https://desktop.docker.com/win/main/arm64/232116/Docker%20Desktop%20Installer.exe + InstallerSha256: 879F1DD470916FFD52B5CF6043F0C4A66AA5444C6EC7A6540B6D8CAD0CF19CFC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/DockerDesktop/4.80.0/Docker.DockerDesktop.locale.en-GB.yaml b/manifests/d/Docker/DockerDesktop/4.80.0/Docker.DockerDesktop.locale.en-GB.yaml new file mode 100644 index 0000000000000..05e460e3a22ec --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.80.0/Docker.DockerDesktop.locale.en-GB.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.80.0 +PackageLocale: en-GB +ShortDescription: An application for macOS and Windows machines for the building and sharing of containerised applications. +Description: Docker Desktop is an application for macOS and Windows machines for the building and sharing of containerised applications. Access Docker Desktop and follow the guided onboarding to build your first containerised application in minutes. +Tags: +- container +- containerisation +- develop +- docker-desktop +- virtualisation +- xp8cbj40xlbwkx +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/DockerDesktop/4.80.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.80.0/Docker.DockerDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..f2f0f443ddf1f --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.80.0/Docker.DockerDesktop.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.80.0 +PackageLocale: en-US +Publisher: Docker Inc. +PublisherUrl: https://www.docker.com/ +PublisherSupportUrl: https://www.docker.com/support +PrivacyUrl: https://www.docker.com/legal/privacy +Author: Docker Inc. +PackageName: Docker Desktop +PackageUrl: https://www.docker.com/products/docker-desktop +License: Proprietary +LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement +Copyright: © 2015-2026 Docker Inc. All rights reserved. +CopyrightUrl: https://www.docker.com/legal/docker-subscription-service-agreement +ShortDescription: An application for the building and sharing of containerized applications. +Description: Docker Desktop is an application for macOS and Windows machines for the building and sharing of containerized applications. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +Moniker: docker +Tags: +- container +- containerization +- develop +- docker-desktop +- virtualization +- xp8cbj40xlbwkx +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/DockerDesktop/4.80.0/Docker.DockerDesktop.locale.zh-CN.yaml b/manifests/d/Docker/DockerDesktop/4.80.0/Docker.DockerDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fe982d0d26f2b --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.80.0/Docker.DockerDesktop.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.80.0 +PackageLocale: zh-CN +License: 专有软件 +Copyright: 版权所有 © 2015-2026 Docker Inc. 保留所有权利。 +ShortDescription: Docker Desktop 是一款适用于 macOS 和 Windows 设备的应用程序,用于构建和共享容器化应用程序。 +Description: Docker Desktop 是一款适用于 macOS 和 Windows 设备的应用程序,用于构建和共享容器化应用程序。访问 Docker Desktop 并按照指导入门,几分钟内就能构建你的第一个容器化应用程序。 +Tags: +- 容器 +- 容器化 +- 开发 +- 虚拟化 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/DockerDesktop/4.80.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.80.0/Docker.DockerDesktop.yaml new file mode 100644 index 0000000000000..914ae4af3a158 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.80.0/Docker.DockerDesktop.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: Docker.DockerDesktop +PackageVersion: 4.80.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/detachhead/rebased/1.1.5/detachhead.rebased.installer.yaml b/manifests/d/detachhead/rebased/1.1.5/detachhead.rebased.installer.yaml new file mode 100644 index 0000000000000..09526eec8bc10 --- /dev/null +++ b/manifests/d/detachhead/rebased/1.1.5/detachhead.rebased.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: detachhead.rebased +PackageVersion: 1.1.5 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +ProductCode: Rebased 1.1.5 +ReleaseDate: 2026-06-29 +AppsAndFeaturesEntries: +- ProductCode: Rebased 1.1.5 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\detachhead\Rebased' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DetachHead/rebased/releases/download/1.1.5/rebased.exe + InstallerSha256: CF63D94418E4E7CC287D1D549B0DEC9604FFC851D7ECCE6A6D783D0E748925AC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/detachhead/rebased/1.1.5/detachhead.rebased.locale.en-US.yaml b/manifests/d/detachhead/rebased/1.1.5/detachhead.rebased.locale.en-US.yaml new file mode 100644 index 0000000000000..c3a9a7d8a799d --- /dev/null +++ b/manifests/d/detachhead/rebased/1.1.5/detachhead.rebased.locale.en-US.yaml @@ -0,0 +1,22 @@ +# 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: detachhead.rebased +PackageVersion: 1.1.5 +PackageLocale: en-US +Publisher: detachhead +PublisherUrl: https://github.com/DetachHead +PublisherSupportUrl: https://github.com/DetachHead/rebased/issues +Author: detachhead +PackageName: Rebased +PackageUrl: https://github.com/DetachHead/rebased +License: Apache-2.0 +LicenseUrl: https://github.com/DetachHead/rebased/blob/HEAD/LICENSE.txt +Copyright: Copyright 2026 detachhead +ShortDescription: An open-source remake of the short-lived jetbrains git client +ReleaseNotes: |- + - fix homebrew tap (#261) + - new icon (fixes the icon size issue on macOS 15 and below) (#264) +ReleaseNotesUrl: https://github.com/DetachHead/rebased/releases/tag/1.1.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/detachhead/rebased/1.1.5/detachhead.rebased.yaml b/manifests/d/detachhead/rebased/1.1.5/detachhead.rebased.yaml new file mode 100644 index 0000000000000..1eb100e7b59d3 --- /dev/null +++ b/manifests/d/detachhead/rebased/1.1.5/detachhead.rebased.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: detachhead.rebased +PackageVersion: 1.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Emurasoft/EmEditor/26.2.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/26.2.0/Emurasoft.EmEditor.installer.yaml new file mode 100644 index 0000000000000..6f849fd4c0488 --- /dev/null +++ b/manifests/e/Emurasoft/EmEditor/26.2.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor +PackageVersion: 26.2.0 +InstallerType: msi +InstallerSwitches: + InstallLocation: APPDIR="" +UpgradeBehavior: install +FileExtensions: +- eeworkspace +- htm +- jsee +- txt +- vbee +ProductCode: '{AB923B7D-EB7B-4CD7-9562-CC68164D4503}' +ReleaseDate: 2026-06-29 +AppsAndFeaturesEntries: +- UpgradeCode: '{F33C06EF-F3AC-40CC-9A28-77BD5FBE708E}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.emeditor.com/emed64_26.2.0.msi + InstallerSha256: 82CA0DC125288C2767CFED21A031C880CF7301D211F91707C746CAA9DD27AF0A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Emurasoft/EmEditor/26.2.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/26.2.0/Emurasoft.EmEditor.locale.en-US.yaml new file mode 100644 index 0000000000000..033fd1c4f1d9e --- /dev/null +++ b/manifests/e/Emurasoft/EmEditor/26.2.0/Emurasoft.EmEditor.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Emurasoft.EmEditor +PackageVersion: 26.2.0 +PackageLocale: en-US +Publisher: Emurasoft, Inc. +PublisherUrl: https://www.emeditor.com/ +PublisherSupportUrl: https://www.emeditor.com/support/ +PrivacyUrl: https://www.emeditor.com/about/privacy-policy/ +Author: Emurasoft, Inc. +PackageName: EmEditor +PackageUrl: https://www.emeditor.com/ +License: Proprietary +LicenseUrl: https://www.emeditor.com/about/eula/ +Copyright: Copyright © 1997-2026 by Emurasoft, Inc. +CopyrightUrl: https://www.emeditor.com/about/eula/ +ShortDescription: A fast, lightweight, yet extensible, easy-to-use text editor, code editor, CSV editor, and large file viewer for Windows. +Moniker: emeditor +Tags: +- code +- coding +- editing +- editor +ReleaseNotesUrl: https://www.emeditor.com/emeditor-core/emeditor-v26-2-0-released-enhanced-ai-features-introduction-of-msix-technology-and-faster-performance/ +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://github.com/Emurasoft/emurasoft.github.io/releases/latest/download/emeditor.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Emurasoft/EmEditor/26.2.0/Emurasoft.EmEditor.locale.zh-CN.yaml b/manifests/e/Emurasoft/EmEditor/26.2.0/Emurasoft.EmEditor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..81daf2ccd9208 --- /dev/null +++ b/manifests/e/Emurasoft/EmEditor/26.2.0/Emurasoft.EmEditor.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Emurasoft.EmEditor +PackageVersion: 26.2.0 +PackageLocale: zh-CN +Publisher: Emurasoft, Inc. +PublisherUrl: https://zh-cn.emeditor.com/ +PublisherSupportUrl: https://zh-cn.emeditor.com/support/ +PrivacyUrl: https://zh-cn.emeditor.com/about/privacy-policy/ +Author: Emurasoft, Inc. +PackageName: EmEditor +PackageUrl: https://zh-cn.emeditor.com/ +License: 专有软件 +Copyright: Copyright © 1997-2026 by Emurasoft, Inc. +ShortDescription: 一款适用于 Windows 的轻快、易用、可扩展的文本编辑器、代码编辑器、CSV 编辑器和大型文件查看器。 +Tags: +- 代码 +- 编辑 +- 编辑器 +ReleaseNotesUrl: https://zh-cn.emeditor.com/blog/ +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://github.com/Emurasoft/emurasoft.github.io/releases/latest/download/emeditor.pdf +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoom/ZoomOutlookPlugin/6.6.10/Zoom.ZoomOutlookPlugin.yaml b/manifests/e/Emurasoft/EmEditor/26.2.0/Emurasoft.EmEditor.yaml similarity index 56% rename from manifests/z/Zoom/ZoomOutlookPlugin/6.6.10/Zoom.ZoomOutlookPlugin.yaml rename to manifests/e/Emurasoft/EmEditor/26.2.0/Emurasoft.EmEditor.yaml index 0281f6c4e74c3..b935b565c1ac7 100644 --- a/manifests/z/Zoom/ZoomOutlookPlugin/6.6.10/Zoom.ZoomOutlookPlugin.yaml +++ b/manifests/e/Emurasoft/EmEditor/26.2.0/Emurasoft.EmEditor.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 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: Zoom.ZoomOutlookPlugin -PackageVersion: 6.6.10 +PackageIdentifier: Emurasoft.EmEditor +PackageVersion: 26.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/e/eMedley/examNBrowser/10.7.1/eMedley.examNBrowser.installer.yaml b/manifests/e/eMedley/examNBrowser/10.7.1/eMedley.examNBrowser.installer.yaml index 5b9f9e67d0573..9e174a86bf78b 100644 --- a/manifests/e/eMedley/examNBrowser/10.7.1/eMedley.examNBrowser.installer.yaml +++ b/manifests/e/eMedley/examNBrowser/10.7.1/eMedley.examNBrowser.installer.yaml @@ -13,7 +13,7 @@ UpgradeBehavior: install Protocols: - aoebrowser ProductCode: '{C70C00AC-9AEE-42AE-96D3-8E102BD6EB9D}_is1' -ReleaseDate: 2026-03-19 +ReleaseDate: 2026-06-29 Installers: - Architecture: x64 NestedInstallerFiles: diff --git a/manifests/e/eMedley/examNBrowser/10.7.1/eMedley.examNBrowser.locale.en-US.yaml b/manifests/e/eMedley/examNBrowser/10.7.1/eMedley.examNBrowser.locale.en-US.yaml index d3f6d705b7b8f..1da4ce67c66ad 100644 --- a/manifests/e/eMedley/examNBrowser/10.7.1/eMedley.examNBrowser.locale.en-US.yaml +++ b/manifests/e/eMedley/examNBrowser/10.7.1/eMedley.examNBrowser.locale.en-US.yaml @@ -10,7 +10,7 @@ PublisherSupportUrl: https://www.emedley.com/contact-us/ PrivacyUrl: https://allofe.com/privacy-statement/ Author: AllofE Solutions PackageName: examN Browser -PackageUrl: https://he.emedley.com/univ/he/common/controller/view.php?controller=examn_v2\controller\BrowserDownload&app=common +PackageUrl: https://he.emedley.com/lapi/emedley-downloads License: Proprietary LicenseUrl: https://allofe.com/terms-of-use/ Copyright: © 1999-2026 AllofE Solutions and its licensors. All rights reserved. diff --git a/manifests/e/eksctl/eksctl/0.228.0/eksctl.eksctl.installer.yaml b/manifests/e/eksctl/eksctl/0.228.0/eksctl.eksctl.installer.yaml new file mode 100644 index 0000000000000..f458950c6c7be --- /dev/null +++ b/manifests/e/eksctl/eksctl/0.228.0/eksctl.eksctl.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: eksctl.eksctl +PackageVersion: 0.228.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: eksctl.exe +UpgradeBehavior: install +ReleaseDate: 2026-06-24 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/eksctl-io/eksctl/releases/download/v0.228.0/eksctl_Windows_amd64.zip + InstallerSha256: B2CC10F71EC6B6042349A0BA87495BCF49EE90CB365F856657B259875D6C2DEF +- Architecture: arm64 + InstallerUrl: https://github.com/eksctl-io/eksctl/releases/download/v0.228.0/eksctl_Windows_arm64.zip + InstallerSha256: B93BF5E41FC7B87CD8D5CB1B926713B0777D5C4B8321023C1F4662B44A653054 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/eksctl/eksctl/0.228.0/eksctl.eksctl.locale.en-US.yaml b/manifests/e/eksctl/eksctl/0.228.0/eksctl.eksctl.locale.en-US.yaml new file mode 100644 index 0000000000000..87dbbfadc6b3b --- /dev/null +++ b/manifests/e/eksctl/eksctl/0.228.0/eksctl.eksctl.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: eksctl.eksctl +PackageVersion: 0.228.0 +PackageLocale: en-US +Publisher: eksctl.io +PublisherUrl: https://eksctl.io/ +PublisherSupportUrl: https://github.com/eksctl-io/eksctl/issues +Author: eksctl.io +PackageName: eksctl +PackageUrl: https://github.com/eksctl-io/eksctl +License: Apache License 2.0 +LicenseUrl: https://github.com/eksctl-io/eksctl/blob/HEAD/LICENSE +Copyright: Copyright (c) The eksctl Authors +CopyrightUrl: https://github.com/eksctl-io/eksctl/blob/main/LICENSE +ShortDescription: The official CLI for Amazon EKS +Description: |- + eksctl is a simple CLI tool for creating clusters on EKS - Amazon's new managed Kubernetes service for EC2. + It is written in Go, and uses CloudFormation. +Moniker: eksctl +Tags: +- amazon-web-services +- aws-cloudformation +- aws-ec2 +- aws-eks +- eks +- kubernetes +- kubernetes-cluster +- kubernetes-deployment +- kubernetes-setup +ReleaseNotes: |- + Release v0.228.0 + 🚀 Features + - feat: add support for controlPlaneEgressMode (#8770) + Acknowledgments + The eksctl maintainers would like to sincerely thank @cxbrowne1207. +ReleaseNotesUrl: https://github.com/eksctl-io/eksctl/releases/tag/v0.228.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/eksctl/eksctl/0.228.0/eksctl.eksctl.yaml b/manifests/e/eksctl/eksctl/0.228.0/eksctl.eksctl.yaml new file mode 100644 index 0000000000000..7447f4b62151d --- /dev/null +++ b/manifests/e/eksctl/eksctl/0.228.0/eksctl.eksctl.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: eksctl.eksctl +PackageVersion: 0.228.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FellowInsights/Fellow/5.4.4/FellowInsights.Fellow.installer.yaml b/manifests/f/FellowInsights/Fellow/5.4.4/FellowInsights.Fellow.installer.yaml new file mode 100644 index 0000000000000..626ef0d849323 --- /dev/null +++ b/manifests/f/FellowInsights/Fellow/5.4.4/FellowInsights.Fellow.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: FellowInsights.Fellow +PackageVersion: 5.4.4 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Protocols: +- fellow +ProductCode: Fellow +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.fellow.app/desktop/5.4.4/win32/stable/x64/Fellow-5.4.4.exe + InstallerSha256: 26775A69EC4B991046D7F72C465317840C3E2B770326B7ED91785A7EFA01370B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FellowInsights/Fellow/5.4.4/FellowInsights.Fellow.locale.en-US.yaml b/manifests/f/FellowInsights/Fellow/5.4.4/FellowInsights.Fellow.locale.en-US.yaml new file mode 100644 index 0000000000000..1825de74510ba --- /dev/null +++ b/manifests/f/FellowInsights/Fellow/5.4.4/FellowInsights.Fellow.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FellowInsights.Fellow +PackageVersion: 5.4.4 +PackageLocale: en-US +Publisher: Fellow Insights Inc. +PublisherUrl: https://fellow.ai/ +PublisherSupportUrl: https://help.fellow.app/ +PrivacyUrl: https://fellow.ai/privacy-policy +Author: Fellow Insights, Inc. +PackageName: Fellow +PackageUrl: https://fellow.ai/download +License: Proprietary +LicenseUrl: https://fellow.ai/terms-of-use +Copyright: © 2026 All rights reserved. +CopyrightUrl: https://fellow.ai/terms-of-use +ShortDescription: Record, transcribe and summarize every meeting with the only AI meeting assistant built from the ground up with privacy and security in mind. +Tags: +- conference +- conferencing +- meeting +- speech +- speech-recognition +- transcribe +- transcription +- video-conferencing +- voice +- voice-conferencing +PurchaseUrl: https://fellow.ai/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FellowInsights/Fellow/5.4.4/FellowInsights.Fellow.locale.zh-CN.yaml b/manifests/f/FellowInsights/Fellow/5.4.4/FellowInsights.Fellow.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3b54453793666 --- /dev/null +++ b/manifests/f/FellowInsights/Fellow/5.4.4/FellowInsights.Fellow.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: FellowInsights.Fellow +PackageVersion: 5.4.4 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 使用唯一一款从底层设计就充分考虑隐私与安全的 AI 会议助手,记录、转录并总结每一场会议。 +Tags: +- 会议 +- 开会 +- 视频会议 +- 识别 +- 语音 +- 语音会议 +- 语音识别 +- 转写 +- 转录 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FellowInsights/Fellow/5.4.4/FellowInsights.Fellow.yaml b/manifests/f/FellowInsights/Fellow/5.4.4/FellowInsights.Fellow.yaml new file mode 100644 index 0000000000000..c8723ec34e14d --- /dev/null +++ b/manifests/f/FellowInsights/Fellow/5.4.4/FellowInsights.Fellow.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: FellowInsights.Fellow +PackageVersion: 5.4.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.62/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.4.62/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..c6aafc8075fb0 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.62/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.62 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2026-06-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.4.62/flyctl_0.4.62_Windows_x86_64.zip + InstallerSha256: 019FE61F8E68B9E2617A55361B8ECD45206CC3AC6CA66937F421E5BC69FCC4D8 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.4.62/flyctl_0.4.62_Windows_arm64.zip + InstallerSha256: DB4E4A61C14D4868ABAC47B6832A9DD5D0BCE99B66242250F4977D925383C306 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.62/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.4.62/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..c5bf75cb98ee8 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.62/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.62 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 0f980aa fix: Add timeout when connecting to NATS (#4942) + - 74bd6f9 refactor: Bound WireGuard connect context (#4941) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.4.62 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.62/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.4.62/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..1206141e5f228 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.62/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.62 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.62/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.4.62/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..dba0572f5c16f --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.62/Fly-io.flyctl.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: Fly-io.flyctl +PackageVersion: 0.4.62 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/IAPDesktop/2.50.1825/Google.IAPDesktop.installer.yaml b/manifests/g/Google/IAPDesktop/2.50.1825/Google.IAPDesktop.installer.yaml new file mode 100644 index 0000000000000..5079c9347c633 --- /dev/null +++ b/manifests/g/Google/IAPDesktop/2.50.1825/Google.IAPDesktop.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.IAPDesktop +PackageVersion: 2.50.1825 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{488B4169-6EF7-442E-AD33-2B84F7CB803B}' +ReleaseDate: 2026-06-23 +AppsAndFeaturesEntries: +- Publisher: Google LLC + ProductCode: '{488B4169-6EF7-442E-AD33-2B84F7CB803B}' + UpgradeCode: '{8077382C-6B47-11EA-BC55-0242AC130003}' +InstallationMetadata: + DefaultInstallLocation: '%AppData%\Google\IAP Desktop' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GoogleCloudPlatform/iap-desktop/releases/download/2.50.1825/IapDesktop.msi + InstallerSha256: 186699A670FE33C226324DC3925DC3BF10926D259BD9CD8F6836A7D37FE55C41 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/IAPDesktop/2.50.1825/Google.IAPDesktop.locale.en-US.yaml b/manifests/g/Google/IAPDesktop/2.50.1825/Google.IAPDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..8d2c4eba75dc4 --- /dev/null +++ b/manifests/g/Google/IAPDesktop/2.50.1825/Google.IAPDesktop.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.IAPDesktop +PackageVersion: 2.50.1825 +PackageLocale: en-US +Publisher: Google Inc +PublisherUrl: https://github.com/GoogleCloudPlatform/iap-desktop +PublisherSupportUrl: https://github.com/GoogleCloudPlatform/iap-desktop/issues +Author: GoogleCloudPlatform +PackageName: IAP Desktop +PackageUrl: https://github.com/GoogleCloudPlatform/iap-desktop +License: Apache-2.0 +LicenseUrl: https://github.com/GoogleCloudPlatform/iap-desktop/blob/HEAD/LICENSE.txt +Copyright: Copyright 2019 Google, Inc. +CopyrightUrl: https://raw.githubusercontent.com/GoogleCloudPlatform/iap-desktop/master/LICENSE.txt +ShortDescription: IAP Desktop is a Windows application that allows you to manage multiple Remote Desktop connections to Windows VM instances that run on Google Cloud. This is not an officially supported Google product. +Moniker: iap-desktop +Tags: +- gcloud +- iap +- vdi +- windows +ReleaseNotes: |- + Release 2.50 introduces the following new features: + - Global connection settings: You can now configure connection settings that apply to all projects by right-clicking Google Cloud in the Project Explorer window and selecting Connection settings. Global connection settings are inherited across all projects, zones, and VM instances. + - SSH shortcuts: The terminal now additionally supports Ctrl+Shift+C and Ctrl+Shift+V for copying and pasting text. + - Connecting to databases: IAP Desktop now supports SQL Server Management Studio 22 and more versions of the MySQL, MariaDB, and PostgreSQL clients, including the latest ones. + In addition, the release includes several stability improvements and fixes for the following issues: + - Copying or pasting text to the terminal could work unreliably. + - Checking for updates sometimes failed because of rate limit exhaustion. + - Certain display scaling configurations could cause IAP Desktop to crash when initiating an RDP connection. + IAP Desktop is developed and maintained by jpassing. +ReleaseNotesUrl: https://github.com/GoogleCloudPlatform/iap-desktop/releases/tag/2.50.1825 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/IAPDesktop/2.50.1825/Google.IAPDesktop.yaml b/manifests/g/Google/IAPDesktop/2.50.1825/Google.IAPDesktop.yaml new file mode 100644 index 0000000000000..d048828f25796 --- /dev/null +++ b/manifests/g/Google/IAPDesktop/2.50.1825/Google.IAPDesktop.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: Google.IAPDesktop +PackageVersion: 2.50.1825 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.06.29.1/GordonBeeming.CopilotHere.installer.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.1/GordonBeeming.CopilotHere.installer.yaml new file mode 100644 index 0000000000000..cfe283972ca21 --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.1/GordonBeeming.CopilotHere.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: GordonBeeming.CopilotHere +PackageVersion: 2026.06.29.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot_here.exe + PortableCommandAlias: copilot_here +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GordonBeeming/copilot_here/releases/download/cli-v2026.06.29.1-944aa3f/copilot_here-win-x64.zip + InstallerSha256: EE72A4BA240A4F79725F2C86167F35BD67690A32C1C2DD61F9E9020DFE7791FA +- Architecture: arm64 + InstallerUrl: https://github.com/GordonBeeming/copilot_here/releases/download/cli-v2026.06.29.1-944aa3f/copilot_here-win-arm64.zip + InstallerSha256: E13ABDD10CF9B4E32D63EBF53AAFA03B6084B9FE3A9BF1CCFDABAA2C02C61581 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-29 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.06.29.1/GordonBeeming.CopilotHere.locale.en-US.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.1/GordonBeeming.CopilotHere.locale.en-US.yaml new file mode 100644 index 0000000000000..55e9b88ed9a84 --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.1/GordonBeeming.CopilotHere.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.12.0.schema.json + +PackageIdentifier: GordonBeeming.CopilotHere +PackageVersion: 2026.06.29.1 +PackageLocale: en-US +Publisher: Gordon Beeming +PublisherUrl: https://github.com/GordonBeeming +PublisherSupportUrl: https://github.com/GordonBeeming/copilot_here/issues +PackageName: copilot_here +PackageUrl: https://github.com/GordonBeeming/copilot_here +License: FSL-1.1-MIT +LicenseUrl: https://github.com/GordonBeeming/copilot_here/blob/main/LICENSE +ShortDescription: Run GitHub Copilot CLI in a sandboxed Docker container +Description: |- + copilot_here lets you run GitHub Copilot CLI commands inside a sandboxed Docker container, + keeping your host machine clean and secure. It provides shell function wrappers for Bash, + Zsh, and PowerShell that seamlessly proxy Copilot CLI commands through a containerized environment. +Tags: +- cli +- copilot +- docker +- github +- github-copilot +ReleaseNotesUrl: https://github.com/GordonBeeming/copilot_here/releases/tag/cli-v2026.06.29.1-944aa3f +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.06.29.1/GordonBeeming.CopilotHere.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.1/GordonBeeming.CopilotHere.yaml new file mode 100644 index 0000000000000..efdaf48d5690c --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.1/GordonBeeming.CopilotHere.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: GordonBeeming.CopilotHere +PackageVersion: 2026.06.29.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.06.29.2/GordonBeeming.CopilotHere.installer.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.2/GordonBeeming.CopilotHere.installer.yaml new file mode 100644 index 0000000000000..35d8dfaf3a444 --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.2/GordonBeeming.CopilotHere.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: GordonBeeming.CopilotHere +PackageVersion: 2026.06.29.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot_here.exe + PortableCommandAlias: copilot_here +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GordonBeeming/copilot_here/releases/download/cli-v2026.06.29.2-076d00a/copilot_here-win-x64.zip + InstallerSha256: 92A5991DB3ADB0DB749DD4C0AF2EEFA2063B7FC17636AFFCE453FBA967C964D9 +- Architecture: arm64 + InstallerUrl: https://github.com/GordonBeeming/copilot_here/releases/download/cli-v2026.06.29.2-076d00a/copilot_here-win-arm64.zip + InstallerSha256: A059469CC21A3BE6F8C56FA0C20FD479BD18F46391931536C2A7E497E1F83D88 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-29 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.06.29.2/GordonBeeming.CopilotHere.locale.en-US.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.2/GordonBeeming.CopilotHere.locale.en-US.yaml new file mode 100644 index 0000000000000..5ea85207346e4 --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.2/GordonBeeming.CopilotHere.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.12.0.schema.json + +PackageIdentifier: GordonBeeming.CopilotHere +PackageVersion: 2026.06.29.2 +PackageLocale: en-US +Publisher: Gordon Beeming +PublisherUrl: https://github.com/GordonBeeming +PublisherSupportUrl: https://github.com/GordonBeeming/copilot_here/issues +PackageName: copilot_here +PackageUrl: https://github.com/GordonBeeming/copilot_here +License: FSL-1.1-MIT +LicenseUrl: https://github.com/GordonBeeming/copilot_here/blob/main/LICENSE +ShortDescription: Run GitHub Copilot CLI in a sandboxed Docker container +Description: |- + copilot_here lets you run GitHub Copilot CLI commands inside a sandboxed Docker container, + keeping your host machine clean and secure. It provides shell function wrappers for Bash, + Zsh, and PowerShell that seamlessly proxy Copilot CLI commands through a containerized environment. +Tags: +- cli +- copilot +- docker +- github +- github-copilot +ReleaseNotesUrl: https://github.com/GordonBeeming/copilot_here/releases/tag/cli-v2026.06.29.2-076d00a +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.06.29.2/GordonBeeming.CopilotHere.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.2/GordonBeeming.CopilotHere.yaml new file mode 100644 index 0000000000000..074d09df82768 --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.2/GordonBeeming.CopilotHere.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: GordonBeeming.CopilotHere +PackageVersion: 2026.06.29.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.06.29.3/GordonBeeming.CopilotHere.installer.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.3/GordonBeeming.CopilotHere.installer.yaml new file mode 100644 index 0000000000000..be7850c34bf13 --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.3/GordonBeeming.CopilotHere.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: GordonBeeming.CopilotHere +PackageVersion: 2026.06.29.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot_here.exe + PortableCommandAlias: copilot_here +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GordonBeeming/copilot_here/releases/download/cli-v2026.06.29.3-d59cd5e/copilot_here-win-x64.zip + InstallerSha256: E2A63CA3613223132298692FF2D831F1931721DDD8EBBB6C2E306F9C36EBED2C +- Architecture: arm64 + InstallerUrl: https://github.com/GordonBeeming/copilot_here/releases/download/cli-v2026.06.29.3-d59cd5e/copilot_here-win-arm64.zip + InstallerSha256: E1BABBC5550235A18D3114BA2C8772BA2205F0804548CD73059C25768CC6C982 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-29 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.06.29.3/GordonBeeming.CopilotHere.locale.en-US.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.3/GordonBeeming.CopilotHere.locale.en-US.yaml new file mode 100644 index 0000000000000..1117c985f16c5 --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.3/GordonBeeming.CopilotHere.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.12.0.schema.json + +PackageIdentifier: GordonBeeming.CopilotHere +PackageVersion: 2026.06.29.3 +PackageLocale: en-US +Publisher: Gordon Beeming +PublisherUrl: https://github.com/GordonBeeming +PublisherSupportUrl: https://github.com/GordonBeeming/copilot_here/issues +PackageName: copilot_here +PackageUrl: https://github.com/GordonBeeming/copilot_here +License: FSL-1.1-MIT +LicenseUrl: https://github.com/GordonBeeming/copilot_here/blob/main/LICENSE +ShortDescription: Run GitHub Copilot CLI in a sandboxed Docker container +Description: |- + copilot_here lets you run GitHub Copilot CLI commands inside a sandboxed Docker container, + keeping your host machine clean and secure. It provides shell function wrappers for Bash, + Zsh, and PowerShell that seamlessly proxy Copilot CLI commands through a containerized environment. +Tags: +- cli +- copilot +- docker +- github +- github-copilot +ReleaseNotesUrl: https://github.com/GordonBeeming/copilot_here/releases/tag/cli-v2026.06.29.3-d59cd5e +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GordonBeeming/CopilotHere/2026.06.29.3/GordonBeeming.CopilotHere.yaml b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.3/GordonBeeming.CopilotHere.yaml new file mode 100644 index 0000000000000..44f44e3891fdf --- /dev/null +++ b/manifests/g/GordonBeeming/CopilotHere/2026.06.29.3/GordonBeeming.CopilotHere.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: GordonBeeming.CopilotHere +PackageVersion: 2026.06.29.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.26/HaiYing.AionUi.installer.yaml b/manifests/h/HaiYing/AionUi/2.1.26/HaiYing.AionUi.installer.yaml new file mode 100644 index 0000000000000..554fc180d4499 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.26/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.26 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f3bfde38-8429-545c-a4e9-a078d87dee6c +ReleaseDate: 2026-06-30 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.26/AionUi-2.1.26-win-x64.exe + InstallerSha256: D8092D368C427C01C86AFFB83B98676C0B90A296D242474EA4E38C83C7286535 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.26/AionUi-2.1.26-win-x64.exe + InstallerSha256: D8092D368C427C01C86AFFB83B98676C0B90A296D242474EA4E38C83C7286535 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.26/AionUi-2.1.26-win-arm64.exe + InstallerSha256: 4DEA53C5D6E0FF6F9A318B76B6948FFF88D4E5CB6510AE56F1DEB77587D241C1 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.26/HaiYing.AionUi.locale.en-US.yaml b/manifests/h/HaiYing/AionUi/2.1.26/HaiYing.AionUi.locale.en-US.yaml new file mode 100644 index 0000000000000..95d9575227706 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.26/HaiYing.AionUi.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.26 +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: |- + What's Changed + - fix(conversation): restore team chat full width by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3464 + - style(settings): clean up assistant card more-button by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/3458 + - fix: pass workspace roots to local fs routes by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3451 + - fix(assistant): prefer runtime config options for defaults by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3466 + - docs(contributing): document local development setup by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3467 + - fix(guid): remember last selected assistant by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3468 + - fix(agent): tighten repair save and test flow by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3470 + - chore: bump version to 2.1.26 by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3471 + - fix(update): prevent restored notification race by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3473 + Full Changelog: https://github.com/iOfficeAI/AionUi/compare/v2.1.25...v2.1.26 +ReleaseNotesUrl: https://github.com/iOfficeAI/AionUi/releases/tag/v2.1.26 +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.26/HaiYing.AionUi.locale.zh-CN.yaml b/manifests/h/HaiYing/AionUi/2.1.26/HaiYing.AionUi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f16588e360cf7 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.26/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.26 +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.26/HaiYing.AionUi.yaml b/manifests/h/HaiYing/AionUi/2.1.26/HaiYing.AionUi.yaml new file mode 100644 index 0000000000000..bd2b210b103bc --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.26/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.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.installer.yaml new file mode 100644 index 0000000000000..b9378690199f2 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.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: Hitalin.NoteDeck +PackageVersion: 1.4.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: NoteDeck +ReleaseDate: 2026-06-30 +AppsAndFeaturesEntries: +- Publisher: notedeck + ProductCode: NoteDeck +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\NoteDeck' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.4.0/NoteDeck-1.4.0-windows-x64-setup.exe + InstallerSha256: 0B855432DECDB5B7C052B1A9B3AE8CA68317BBD0BB3CFDFCCF283AFACD0467B6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.locale.en-US.yaml new file mode 100644 index 0000000000000..dfdaee3525215 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Hitalin.NoteDeck +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: hitalin +PublisherUrl: https://github.com/hitalin +PackageName: NoteDeck +PackageUrl: https://github.com/hitalin/notedeck +License: AGPL-3.0 +LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE +ShortDescription: A multi-platform deck client for Misskey and its forks +Description: |- + NoteDeck is a deck client for Misskey and its forks. + It provides efficient multi-server timeline viewing with features like local full-text search, + AI integration, and localhost API that are only possible with a native desktop application. +Tags: +- deck +- fediverse +- misskey +- social-media +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.locale.ja-JP.yaml new file mode 100644 index 0000000000000..6f3ae91fb46d0 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.locale.ja-JP.yaml @@ -0,0 +1,31 @@ +# 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: Hitalin.NoteDeck +PackageVersion: 1.4.0 +PackageLocale: ja-JP +Publisher: hitalin +PublisherUrl: https://github.com/hitalin +PublisherSupportUrl: https://github.com/hitalin/notedeck/issues +PackageName: NoteDeck +PackageUrl: https://github.com/hitalin/notedeck +License: AGPL-3.0 +LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE +ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント +Description: |- + NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 + 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など + デスクトップネイティブならではの機能を備えています。 +Tags: +- deck +- fediverse +- misskey +- social-media +ReleaseNotes: |- + What's Changed + Other Changes + - Release v1.4.0 by @hitalin in #694 + Full Changelog: v1.3.11...v1.4.0 +ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.yaml new file mode 100644 index 0000000000000..cf8367ab28365 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.4.0/Hitalin.NoteDeck.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: Hitalin.NoteDeck +PackageVersion: 1.4.0 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JFrog/Conan/2.30.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.30.0/JFrog.Conan.installer.yaml new file mode 100644 index 0000000000000..a0eacac985ddb --- /dev/null +++ b/manifests/j/JFrog/Conan/2.30.0/JFrog.Conan.installer.yaml @@ -0,0 +1,44 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JFrog.Conan +PackageVersion: 2.30.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Conan Package Manager_is1 +ReleaseDate: 2026-06-29 +AppsAndFeaturesEntries: +- DisplayName: Conan Package Manager version 2.30.0 + ProductCode: Conan Package Manager_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/conan-io/conan/releases/download/2.30.0/conan-2.30.0-windows-i686-installer.exe + InstallerSha256: 0827EC0A44884C14C46F2281D204A02A7EBE5F11AEE3801A5F0A0F0DC453FE75 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/conan-io/conan/releases/download/2.30.0/conan-2.30.0-windows-i686-installer.exe + InstallerSha256: 0827EC0A44884C14C46F2281D204A02A7EBE5F11AEE3801A5F0A0F0DC453FE75 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/conan-io/conan/releases/download/2.30.0/conan-2.30.0-windows-x86_64-installer.exe + InstallerSha256: 13119C799886030AC649CD89ED14DB1D94B52BE7F6D1ADD1D9B2B96E9415DDCA + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/conan-io/conan/releases/download/2.30.0/conan-2.30.0-windows-x86_64-installer.exe + InstallerSha256: 13119C799886030AC649CD89ED14DB1D94B52BE7F6D1ADD1D9B2B96E9415DDCA + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JFrog/Conan/2.30.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.30.0/JFrog.Conan.locale.en-US.yaml new file mode 100644 index 0000000000000..c4ec31a14a3da --- /dev/null +++ b/manifests/j/JFrog/Conan/2.30.0/JFrog.Conan.locale.en-US.yaml @@ -0,0 +1,74 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JFrog.Conan +PackageVersion: 2.30.0 +PackageLocale: en-US +Publisher: JFrog +PublisherUrl: https://conan.io/ +PublisherSupportUrl: https://github.com/conan-io/conan/issues +PrivacyUrl: https://conan.io/privacy-policy.html +PackageName: Conan Package Manager +PackageUrl: https://conan.io/ +License: MIT +LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md +Copyright: Copyright © JFrog LTD +CopyrightUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md +ShortDescription: An open source, decentralized C/C++ package manager, to automate building and sharing of packages. +Description: |- + Conan is a package manager for C and C++ developers: + - It is fully decentralized. Users can host their packages on their servers, privately. Integrates with Artifactory and Bintray. + - Portable. Works across all platforms, including Linux, OSX, Windows (with native and first-class support, WSL, MinGW), Solaris, FreeBSD, embedded and cross-compiling, docker, WSL + - Manage binaries. It can create, upload and download binaries for any configuration and platform, even cross-compiling, saving lots of time in development and continuous integration. The binary compatibility can be configured and customized. Manage all your artifacts in the same way on all platforms. + - Integrates with any build system, including any proprietary and custom one. Provides tested support for major build systems (CMake, MSBuild, Makefiles, Meson, etc). + - Extensible: Its Python-based recipes, together with extension points allow for great power and flexibility. + - Large and active community, especially in GitHub (https://github.com/conan-io/conan) and Slack (https://cppalliance.org/slack/ #conan channel). This community also creates and maintains packages in ConanCenter and Bincrafters repositories in Bintray. + - Stable. Used in production by many companies, since 1.0 there is a commitment not to break package recipes and documented behavior. +Tags: +- c +- c++ +- cmake +- conancenter +- multi-platform +- open-source +- package-manager +- packagemanager +- python +- software-repository +- softwarerepository +ReleaseNotes: |- + - Feature: Add SPDX expression support in SBOM generation. (#20112) + - Feature: Add type annotations to LockfileAPI for improved IDE support. (#20104) + - Feature: Add missing favicon to Conan HTML output. (#20087) + - Feature: Implement the conf=~ for the "unset" operation (alias for conf=!). (#20084). Docs: 📃 + - Feature: Add ASFLAGS to AutotoolsToolchain/GnuToolchain, including architecture and sysroot flags. (#20078). Docs: 📃 + - Feature: Add IntelCC support in Meson, Autotools and Premake toolchains. (#20075). Docs: 📃 + - Feature: Model explicitly the msys2 environments (clang64, ucrt64, etc) in tools.microsoft.bash:subsystem. (#20074). Docs: 📃 + - Feature: Add build_system_requirements() method for installing system tools only in the build context. (#20070). Docs: 📃 + - Feature: Add support for cmake_extra_interface_libs and cmake_extra_dependencies properties to the CMakeDeps generator. (#20066). Docs: 📃 + - Feature: Support explicit architecture suffixes in system package names for native builds with host_package=False. (#20047). Docs: 📃 + - Feature: Prevent multiple .libs or .package_framework entries in CMakeConfigDeps. (#20046) + - Feature: Add support for Bazel 9.x to BazelDeps. (#20042). Docs: 📃 + - Feature: Adapt bazel_7_lib/bazel_7_exe templates to support Bazel 9.x (conan new command). (#20042). Docs: 📃 + - Feature: Allow [replace_requires/tool_requires] unset in profile composition and extension. (#20040). Docs: 📃 + - Feature: Add tools.meson.mesontoolchain:extra_variables configuration to MesonToolchain. (#20032). Docs: 📃 + - Fix: Fix conan install failing with absolute paths ending in a dot. (#20092) + - Fix: Relativize cpp_info.location for editable layouts. (#20088). Docs: 📃 + - Fix: Improve output messages for the generate() step. (#20085) + - Fix: Make conan config install maintain permission bits. (#20059) + - Fix: Improve error message for broken Jinja2 syntax in global.conf. (#20056) + - Fix: Add Intel 2026.0 version and Intel compiler configuration check. (#20049). Docs: 📃 + - Fix: Set IMPORTED_CONFIGURATIONS property to package frameworks in CMakeConfigDeps. (#20041) + - Fix: Remove build context suffix from host requirements in CMakeConfigDeps. (#20038) + - Bugfix: Version-based policy for fixed propagation of transitive_headers trait. (#20073) + - Bugfix: Fix workspace info with python_requires and a custom user packages() method in conanws.py. (#20064) + - Bugfix: Fix some cases where IMPORTED_IMPLIB was not being declared when extension was set in cpp_info.libs. (#20062) + - Bugfix: Fix caching of different revisions of the same package while resolving the graph. (#20061) + - Bugfix: Fix replace_requires applying when command line arguments explicitly define a package reference. (#20048). Docs: 📃 + - Bugfix: Check whole git repository for dirtiness when using revision_mode=scm. (#18630) +ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.30.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.conan.io/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JFrog/Conan/2.30.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.30.0/JFrog.Conan.yaml new file mode 100644 index 0000000000000..38d5d6f19ff6e --- /dev/null +++ b/manifests/j/JFrog/Conan/2.30.0/JFrog.Conan.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: JFrog.Conan +PackageVersion: 2.30.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2142/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.2142/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..5917c35b17860 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2142/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# 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: Jackett.Jackett +PackageVersion: 0.24.2142 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2026-06-30 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.24.2142/Jackett.Installer.Windows.exe + InstallerSha256: 9383045CEB010094BCD69F5741B4CA992DA5CE0B035D68171ECE3619CBC44291 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2142/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.2142/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..c6ffb6d589ce0 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2142/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,41 @@ +# 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: Jackett.Jackett +PackageVersion: 0.24.2142 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - 97e2913 torrentsome: bump domain + - 07f67b0 torrenttip: bump domain + - 75ab3da torrent-turk: CA expired + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.2142 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2142/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.2142/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..1256e1da0a92c --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2142/Jackett.Jackett.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: Jackett.Jackett +PackageVersion: 0.24.2142 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubernetes/clusterctl/1.13.3/Kubernetes.clusterctl.installer.yaml b/manifests/k/Kubernetes/clusterctl/1.13.3/Kubernetes.clusterctl.installer.yaml new file mode 100644 index 0000000000000..a9d3d20b6987e --- /dev/null +++ b/manifests/k/Kubernetes/clusterctl/1.13.3/Kubernetes.clusterctl.installer.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Kubernetes.clusterctl +PackageVersion: 1.13.3 +InstallerType: portable +Commands: +- clusterctl +ReleaseDate: 2026-06-23 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.13.3/clusterctl-windows-amd64.exe + InstallerSha256: 0B1A461730A50A24658D297CE8BBFFF3F2228AF33B07B9A38210DD8F1840F5ED +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubernetes/clusterctl/1.13.3/Kubernetes.clusterctl.locale.en-US.yaml b/manifests/k/Kubernetes/clusterctl/1.13.3/Kubernetes.clusterctl.locale.en-US.yaml new file mode 100644 index 0000000000000..70886ab1f63d8 --- /dev/null +++ b/manifests/k/Kubernetes/clusterctl/1.13.3/Kubernetes.clusterctl.locale.en-US.yaml @@ -0,0 +1,71 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Kubernetes.clusterctl +PackageVersion: 1.13.3 +PackageLocale: en-US +Publisher: Kubernetes SIGs +PublisherUrl: https://kubernetes.io/ +PublisherSupportUrl: https://github.com/kubernetes-sigs/cluster-api/issues +PackageName: clusterctl +PackageUrl: https://cluster-api.sigs.k8s.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/kubernetes-sigs/cluster-api/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Kubernetes Authors. +ShortDescription: The clusterctl CLI tool handles the lifecycle of a Cluster API management cluster. +Description: The clusterctl CLI tool handles the lifecycle of a Cluster API management cluster. +Moniker: clusterctl +Tags: +- cluster +- container +- docker +- k8s +- kubernetes +ReleaseNotes: |- + 👌 Kubernetes version support + - Management Cluster: v1.32.x -> v1.36.x + - Workload Cluster: v1.30.x -> v1.36.x + More information about version support can be found here + Changes since v1.13.2 + 📈 Overview + - 14 new commits merged + - 1 feature addition ✨ + - 3 bugs fixed 🐛 + ✨ New Features + - ClusterCache: Expose DefaultTransform on CacheOptions (#13785) + 🐛 Bug Fixes + - clusterctl: Skip update check for clusterctl completion (#13697) + - KCP: Fix failing TestKubeadmControlPlaneReconciler_reconcileEtcdMembers (#13728) + - Security: Grant RBAC to support OwnerReferencesPermissionEnforcement admission controller (#13817) + 🌱 Others + - CI: Bump gcb-docker-gcloud image (#13794) + - Dependency: Bump go to v1.25.11 (#13789) + - Dependency: Bump golang/x/net to 0.55.0 (#13746) + - e2e: Bump to kind main to fix e2e tests (#13769) + - e2e: Bump to kind v0.32.0 (#13781) + - e2e: Bump to kind v0.32.0 (#13787) + - e2e: Make the clusterctl upgrade management cluster control plane count configurable (#13771) + - KCP: Update RemoveEtcdMember to accept a *etcd.Member instead of a member name (#13786) + - Misc: Add finalizer only after we got owner/cluster (#13748) + 📖 Additionally, there has been 1 contribution to our documentation and book. (#13719) + Dependencies + Added + Nothing has changed. + Changed + - golang.org/x/crypto: v0.50.0 → v0.51.0 + - golang.org/x/mod: v0.34.0 → v0.35.0 + - golang.org/x/net: v0.53.0 → v0.55.0 + - golang.org/x/sys: v0.43.0 → v0.45.0 + - golang.org/x/telemetry: 579e4da → be6f6cb + - golang.org/x/term: v0.42.0 → v0.43.0 + - golang.org/x/text: v0.36.0 → v0.37.0 + - golang.org/x/tools: v0.43.0 → v0.44.0 + Removed + Nothing has changed. + Thanks to all our contributors! 😊 +ReleaseNotesUrl: https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.13.3 +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://cluster-api.sigs.k8s.io/user/quick-start +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubernetes/clusterctl/1.13.3/Kubernetes.clusterctl.yaml b/manifests/k/Kubernetes/clusterctl/1.13.3/Kubernetes.clusterctl.yaml new file mode 100644 index 0000000000000..ce8e987de1647 --- /dev/null +++ b/manifests/k/Kubernetes/clusterctl/1.13.3/Kubernetes.clusterctl.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: Kubernetes.clusterctl +PackageVersion: 1.13.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/2.9.2/M-Igashi.mp3rgain.installer.yaml b/manifests/m/M-Igashi/mp3rgain/2.9.2/M-Igashi.mp3rgain.installer.yaml new file mode 100644 index 0000000000000..2dc9bb84f5c3d --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.9.2/M-Igashi.mp3rgain.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 2.9.2 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: mp3rgain.exe +ReleaseDate: 2026-06-30 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.9.2/mp3rgain-v2.9.2-windows-x86_64.zip + InstallerSha256: 661D9CD650B48CB761E2693C635629AB54D85500ED4E7ECF13E4CFCEC605E249 + - Architecture: arm64 + InstallerUrl: https://github.com/M-Igashi/mp3rgain/releases/download/v2.9.2/mp3rgain-v2.9.2-windows-arm64.zip + InstallerSha256: EF5E96439E07721FB170B80552236E4919B186B7E0F002F5D61723A1B1156342 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/2.9.2/M-Igashi.mp3rgain.locale.en-US.yaml b/manifests/m/M-Igashi/mp3rgain/2.9.2/M-Igashi.mp3rgain.locale.en-US.yaml new file mode 100644 index 0000000000000..f2f2bea03c984 --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.9.2/M-Igashi.mp3rgain.locale.en-US.yaml @@ -0,0 +1,35 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 2.9.2 +PackageLocale: en-US +Publisher: M-Igashi +PublisherUrl: https://github.com/M-Igashi +PublisherSupportUrl: https://github.com/M-Igashi/mp3rgain/issues +Author: M-Igashi +PackageName: mp3rgain +PackageUrl: https://github.com/M-Igashi/mp3rgain +License: MIT +LicenseUrl: https://github.com/M-Igashi/mp3rgain/blob/master/LICENSE +ShortDescription: Lossless MP3 volume adjustment - a modern mp3gain replacement written in Rust +Description: |- + mp3rgain adjusts MP3 volume without re-encoding by modifying the global_gain field in each frame's side information. + This preserves audio quality while achieving permanent volume changes. + Features include ReplayGain analysis, AAC/M4A support, and full mp3gain command-line compatibility. +Moniker: mp3rgain +Tags: + - audio + - cli + - flac + - gain + - lossless + - mp3 + - music + - normalize + - ogg + - replaygain + - rust + - volume +ReleaseNotesUrl: https://github.com/M-Igashi/mp3rgain/releases/tag/v2.9.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/M-Igashi/mp3rgain/2.9.2/M-Igashi.mp3rgain.yaml b/manifests/m/M-Igashi/mp3rgain/2.9.2/M-Igashi.mp3rgain.yaml new file mode 100644 index 0000000000000..cef5821db6bad --- /dev/null +++ b/manifests/m/M-Igashi/mp3rgain/2.9.2/M-Igashi.mp3rgain.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: M-Igashi.mp3rgain +PackageVersion: 2.9.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MacmillanLearning/iClickerCloud/8.1.0/MacmillanLearning.iClickerCloud.installer.yaml b/manifests/m/MacmillanLearning/iClickerCloud/8.1.0/MacmillanLearning.iClickerCloud.installer.yaml new file mode 100644 index 0000000000000..0d33f2141abf7 --- /dev/null +++ b/manifests/m/MacmillanLearning/iClickerCloud/8.1.0/MacmillanLearning.iClickerCloud.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: MacmillanLearning.iClickerCloud +PackageVersion: 8.1.0 +InstallerType: msi +UpgradeBehavior: install +Protocols: +- reef2 +ProductCode: '{3789AF7B-0796-40DD-B6E4-B57BA46897CA}' +AppsAndFeaturesEntries: +- UpgradeCode: '{991680A8-6A73-4924-8C31-9B91E6748C3F}' +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.iclicker.com/app-downloads/iClicker%20Cloud%20Installer%208.1.0.msi + InstallerSha256: 751D6186CD88F768211C9D4F59240A526706D832062607BE72688549C9B92876 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MacmillanLearning/iClickerCloud/8.1.0/MacmillanLearning.iClickerCloud.locale.en-US.yaml b/manifests/m/MacmillanLearning/iClickerCloud/8.1.0/MacmillanLearning.iClickerCloud.locale.en-US.yaml new file mode 100644 index 0000000000000..5fee4c2df8c04 --- /dev/null +++ b/manifests/m/MacmillanLearning/iClickerCloud/8.1.0/MacmillanLearning.iClickerCloud.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: MacmillanLearning.iClickerCloud +PackageVersion: 8.1.0 +PackageLocale: en-US +Publisher: Macmillan Learning +PublisherUrl: https://www.iclicker.com/ +PublisherSupportUrl: https://www.iclicker.com/support +PrivacyUrl: https://store.macmillanlearning.com/privacy-notice +Author: Bedford, Freeman & Worth Publishing Group, LLC +PackageName: iClicker Cloud +PackageUrl: https://www.iclicker.com/downloads/iclicker-cloud/ +License: Proprietary +LicenseUrl: https://store.macmillanlearning.com/termsOfUse +Copyright: © 2014-2026 Macmillan Learning. All rights reserved. +CopyrightUrl: https://store.macmillanlearning.com/termsOfUse +ShortDescription: Run polling and quizzing activities from a laptop or podium computer. +Tags: +- education +ReleaseNotes: |- + - NEW Core Feature Management Upgrade: Modernized the application’s infrastructure by migrating to a unified feature management platform, removing dependency on a legacy SDK. + - NEW Late Attendance Tracking: Added native support for displaying check-in times and LATE status in the class roster view. + - NEW Accessibility Enhancements: Improved keyboard navigation, focus indicators, and screen reader compatibility across multiple in-class elements, including the Results Chart, open tools menu, and session-resume screens. + - FIXED Screen Capture: Resolved an issue where the screen capture selection tool was unable to properly handle specific multi-monitor setups, and implemented a one-second timeout when selecting application windows to prevent intermittent desktop app freezes. + - FIXED Sleep Connection Recovery: Improved connection recovery following a Mac sleep event, ensuring the Results Chart continues to update in real-time upon waking. + - FIXED: Quiz Short Answer Grading: Resolved an issue where grading a short answer question for a pre-created quiz during class caused the application to crash. +ReleaseNotesUrl: https://www.iclicker.com/instructor-release-notes/ +PurchaseUrl: https://www.iclicker.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MacmillanLearning/iClickerCloud/8.1.0/MacmillanLearning.iClickerCloud.locale.zh-CN.yaml b/manifests/m/MacmillanLearning/iClickerCloud/8.1.0/MacmillanLearning.iClickerCloud.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7b6faef66a9c5 --- /dev/null +++ b/manifests/m/MacmillanLearning/iClickerCloud/8.1.0/MacmillanLearning.iClickerCloud.locale.zh-CN.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MacmillanLearning.iClickerCloud +PackageVersion: 8.1.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 从笔记本电脑或讲台电脑上发起投票和测验活动。 +Tags: +- 教育 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MacmillanLearning/iClickerCloud/8.1.0/MacmillanLearning.iClickerCloud.yaml b/manifests/m/MacmillanLearning/iClickerCloud/8.1.0/MacmillanLearning.iClickerCloud.yaml new file mode 100644 index 0000000000000..4fa51b010fba3 --- /dev/null +++ b/manifests/m/MacmillanLearning/iClickerCloud/8.1.0/MacmillanLearning.iClickerCloud.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: MacmillanLearning.iClickerCloud +PackageVersion: 8.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Azure/StorageExplorer/1.44.0/Microsoft.Azure.StorageExplorer.installer.yaml b/manifests/m/Microsoft/Azure/StorageExplorer/1.44.0/Microsoft.Azure.StorageExplorer.installer.yaml new file mode 100644 index 0000000000000..7daead67a693a --- /dev/null +++ b/manifests/m/Microsoft/Azure/StorageExplorer/1.44.0/Microsoft.Azure.StorageExplorer.installer.yaml @@ -0,0 +1,53 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.Azure.StorageExplorer +PackageVersion: 1.44.0 +InstallerLocale: en-US +InstallerType: inno +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.44.0/StorageExplorer-windows-x64.exe + InstallerSha256: 58D87AD6237692914E6B4240B345EC03F25005C3B59D016712027AE527F89BEA + InstallerSwitches: + Custom: /CURRENTUSER /NORESTART + ProductCode: '{746B270C-5E45-41AA-BB5E-E81793FBD404}_is1' + AppsAndFeaturesEntries: + - ProductCode: '{746B270C-5E45-41AA-BB5E-E81793FBD404}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.44.0/StorageExplorer-windows-x64.exe + InstallerSha256: 58D87AD6237692914E6B4240B345EC03F25005C3B59D016712027AE527F89BEA + InstallerSwitches: + Custom: /ALLUSERS /NORESTART + ProductCode: '{746B270C-5E45-41AA-BB5E-E81793FBD404}_is1' + AppsAndFeaturesEntries: + - ProductCode: '{746B270C-5E45-41AA-BB5E-E81793FBD404}_is1' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Microsoft Azure Storage Explorer' +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.44.0/StorageExplorer-windows-arm64.exe + InstallerSha256: C4B153A777F4C534AF1309C618B4A18DAF70F46D1DC1008E0E6555019B4D057E + InstallerSwitches: + Custom: /CURRENTUSER /NORESTART + ProductCode: '{A721AD47-F98B-46FE-A32C-C12B201EE5BE}_is1' + AppsAndFeaturesEntries: + - ProductCode: '{A721AD47-F98B-46FE-A32C-C12B201EE5BE}_is1' +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.44.0/StorageExplorer-windows-arm64.exe + InstallerSha256: C4B153A777F4C534AF1309C618B4A18DAF70F46D1DC1008E0E6555019B4D057E + InstallerSwitches: + Custom: /ALLUSERS /NORESTART + ProductCode: '{A721AD47-F98B-46FE-A32C-C12B201EE5BE}_is1' + AppsAndFeaturesEntries: + - ProductCode: '{A721AD47-F98B-46FE-A32C-C12B201EE5BE}_is1' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Microsoft Azure Storage Explorer' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-29 diff --git a/manifests/m/Microsoft/Azure/StorageExplorer/1.44.0/Microsoft.Azure.StorageExplorer.locale.en-US.yaml b/manifests/m/Microsoft/Azure/StorageExplorer/1.44.0/Microsoft.Azure.StorageExplorer.locale.en-US.yaml new file mode 100644 index 0000000000000..2a289f77af6dc --- /dev/null +++ b/manifests/m/Microsoft/Azure/StorageExplorer/1.44.0/Microsoft.Azure.StorageExplorer.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Azure.StorageExplorer +PackageVersion: 1.44.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://opensource.microsoft.com/ +PublisherSupportUrl: https://github.com/microsoft/AzureStorageExplorer/issues +Author: Microsoft +PackageName: Microsoft Azure Storage Explorer +PackageUrl: https://azure.microsoft.com/en-us/features/storage-explorer +License: CC-BY-4.0 +LicenseUrl: https://github.com/microsoft/AzureStorageExplorer/blob/HEAD/LICENSE +ShortDescription: Free tool to easily manage your Azure cloud storage resources anywhere, from Windows, macOS, or Linux. +Moniker: storageexplorer +Tags: +- azure +- azure-storage-explorer +- azurestorageexplorer +- explorer +- storage +- storage-explorer +ReleaseNotesUrl: https://github.com/microsoft/AzureStorageExplorer/releases/tag/v1.44.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Azure/StorageExplorer/1.44.0/Microsoft.Azure.StorageExplorer.yaml b/manifests/m/Microsoft/Azure/StorageExplorer/1.44.0/Microsoft.Azure.StorageExplorer.yaml new file mode 100644 index 0000000000000..a5ebf09c9b095 --- /dev/null +++ b/manifests/m/Microsoft/Azure/StorageExplorer/1.44.0/Microsoft.Azure.StorageExplorer.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.Azure.StorageExplorer +PackageVersion: 1.44.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/PowerToys/0.100.2/Microsoft.PowerToys.installer.yaml b/manifests/m/Microsoft/PowerToys/0.100.2/Microsoft.PowerToys.installer.yaml new file mode 100644 index 0000000000000..b8426de7d0102 --- /dev/null +++ b/manifests/m/Microsoft/PowerToys/0.100.2/Microsoft.PowerToys.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.PowerToys +PackageVersion: 0.100.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17134.0 +InstallerType: burn +InstallerSwitches: + Silent: /quiet /norestart + SilentWithProgress: /quiet /norestart +UpgradeBehavior: install +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/microsoft/PowerToys/releases/download/v0.100.2/PowerToysUserSetup-0.100.2-x64.exe + InstallerSha256: 945FDF327E4D38E4CED61B0727B7AB8A1222958782982052989DDF7CB7096F62 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/microsoft/PowerToys/releases/download/v0.100.2/PowerToysSetup-0.100.2-x64.exe + InstallerSha256: 73C04AAC8052420111FE5CDC0098EC8415D87CBDBD42DE253E9AF959781CBF9E + ElevationRequirement: elevatesSelf +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/microsoft/PowerToys/releases/download/v0.100.2/PowerToysUserSetup-0.100.2-arm64.exe + InstallerSha256: 5554984D72C30D5FD26355569D1CA8D63B74F0062EE4E59E0186E28216C837AE +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/microsoft/PowerToys/releases/download/v0.100.2/PowerToysSetup-0.100.2-arm64.exe + InstallerSha256: E78BBE00472612FA5BF91D8B253425F674DDD21A32C96B8A120681726CFF40F0 + ElevationRequirement: elevatesSelf +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-26 diff --git a/manifests/m/Microsoft/PowerToys/0.100.2/Microsoft.PowerToys.locale.en-US.yaml b/manifests/m/Microsoft/PowerToys/0.100.2/Microsoft.PowerToys.locale.en-US.yaml new file mode 100644 index 0000000000000..9901e4318e353 --- /dev/null +++ b/manifests/m/Microsoft/PowerToys/0.100.2/Microsoft.PowerToys.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.PowerToys +PackageVersion: 0.100.2 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://github.com/microsoft/PowerToys +PublisherSupportUrl: https://github.com/microsoft/PowerToys/issues +PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement +Author: Microsoft Corporation +PackageName: PowerToys +PackageUrl: https://github.com/microsoft/PowerToys +License: MIT +LicenseUrl: https://github.com/microsoft/PowerToys/blob/master/LICENSE +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +CopyrightUrl: https://github.com/microsoft/PowerToys/blob/main/LICENSE +ShortDescription: Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity. +Description: |- + Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity. + Inspired by the Windows 95 era PowerToys project, this reboot provides power users with ways to squeeze more efficiency out of the Windows 10 shell and customize it for individual workflows. +Moniker: powertoys +Tags: +- colorpicker +- fancyzones +- fileexplorer +- imageresizer +- keyboardmanager +- power-toys +- powerrename +- powertoys +- powertoys-run +- windows-key-shortcut-guide +ReleaseNotesUrl: https://github.com/microsoft/PowerToys/releases/tag/v0.100.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/microsoft/PowerToys/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/PowerToys/0.100.2/Microsoft.PowerToys.yaml b/manifests/m/Microsoft/PowerToys/0.100.2/Microsoft.PowerToys.yaml new file mode 100644 index 0000000000000..fca3464d84a8b --- /dev/null +++ b/manifests/m/Microsoft/PowerToys/0.100.2/Microsoft.PowerToys.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.PowerToys +PackageVersion: 0.100.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.349.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.349.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..1fc551b4d4825 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.349.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.453.349.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-29 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.349.0&arch=x86 + InstallerSha256: 70EF67079224FBD4C64A5FCB3D9EE383D15428974E901ED08FCDE081FACAB4DE +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.349.0&arch=amd64 + InstallerSha256: E9528AC887FE4065E509FE353A057832B70AA757D663911DEFA39F1F813C39F7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.349.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.349.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..da87730d2dbd7 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.349.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.453.349.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.453.349.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.349.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..87d601d96e8ea --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.349.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.453.349.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MladenPrajdic/SSMSToolsPack/7.2.0.0/MladenPrajdic.SSMSToolsPack.installer.yaml b/manifests/m/MladenPrajdic/SSMSToolsPack/7.2.0.0/MladenPrajdic.SSMSToolsPack.installer.yaml new file mode 100644 index 0000000000000..1c2737f5ebf57 --- /dev/null +++ b/manifests/m/MladenPrajdic/SSMSToolsPack/7.2.0.0/MladenPrajdic.SSMSToolsPack.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: MladenPrajdic.SSMSToolsPack +PackageVersion: 7.2.0.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLLOCATION="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +ProductCode: '{8D7AF125-633C-45FC-91C1-7A0E88A4940B}' +ReleaseDate: 2026-06-30 +AppsAndFeaturesEntries: +- UpgradeCode: '{9EC95B23-3E72-445E-92BC-1A5C1B197DC9}' +Installers: +- Architecture: x64 + InstallerUrl: https://www.ssmstoolspack.com/Download/STP?v=7.2.0.0 + InstallerSha256: 15FF1C72DA18F3B86D281282A675BF3AE4AEEE91C96C54B50D7DFED4AA27FAC8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MladenPrajdic/SSMSToolsPack/7.2.0.0/MladenPrajdic.SSMSToolsPack.locale.en-US.yaml b/manifests/m/MladenPrajdic/SSMSToolsPack/7.2.0.0/MladenPrajdic.SSMSToolsPack.locale.en-US.yaml new file mode 100644 index 0000000000000..304166199df71 --- /dev/null +++ b/manifests/m/MladenPrajdic/SSMSToolsPack/7.2.0.0/MladenPrajdic.SSMSToolsPack.locale.en-US.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MladenPrajdic.SSMSToolsPack +PackageVersion: 7.2.0.0 +PackageLocale: en-US +Publisher: Mladen Prajdic +PublisherUrl: https://www.ssmstoolspack.com/ +PublisherSupportUrl: https://www.ssmstoolspack.com/Contact +Author: Mladen Prajdić +PackageName: SSMS Tools Pack +PackageUrl: https://www.ssmstoolspack.com/Download +License: Proprietary +LicenseUrl: https://www.ssmstoolspack.com/Licensing/EULA +Copyright: © Mladen Prajdić 2007 - 2026 +CopyrightUrl: https://www.ssmstoolspack.com/Licensing/EULA +ShortDescription: A Microsoft SQL Server Management Studio (SSMS) add-in extension that dramatically increases your productivity with well-integrated, easy to use features. +Description: |- + SSMS Tools Pack is a Microsoft SQL Server Management Studio (SSMS) add-in extension that dramatically increases your productivity with well-integrated, easy to use features. + Features + - Favorite Connections: Save a connection for future quick one click editor window opening or connecting Object Explorer. + - Object Explorer Custom Folders: Add custom folders to any place in Object Explorer. Also can do group by Schema first where possible. + - Column Data Statistics: Various data statistics for each result grid's column depending on the column data type. + - Connection Coloring: Color connected windows, and Object Explorer and Registered Servers tool windows based on the server/database name or a regex. + - Export To Excel: Export result sets, one or multiple tables or the whole database to Excel files. + - SQL Editor Plus: Editor improvements like Expand Select *, Run Script at Cursor, Accidental Data Destruction Protector, etc. + - Format SQL: Uppercase, lowercase, propercase objects and end your SQL scripts with semicolons. + - SQL History: Keeps your query or window history safe in local files or database. + - SQL Snippets: Keep your favorite statements accessible with a shortcut of your choice. + - Search Databases, Tables, Views data: Search through data in single or multiple databases, tables and views with great filtering capabilites. + - Execution Plan Analyzer: Analyzes the execution plan and suggests possible improvements. + - Script Data Generator: Generate insert statements from result sets, tables or databases and CSV's from selected result set cells. + - Run script on multiple targets: Run a single script on multiple databases on the same server. + - Global Replacement Texts: Add custom replacement texts to your scripts in four different features. + - New query template: Modifies New Query windows with a template of your choice. + - Copy execution plan to clipboard/file: Copy one or all execution plans to the clipboard or to a file. + - Search Results in Grid Mode: Search through your query's results sets. + - Regions and Debug sections: Add regions and/or debug sections to your code. + - Run custom scripts from Object Explorer: Run custom scripts from a chosen node in Object Explorer. + - CRUD stored procedure generation: Quickly generate CRUD stored procedures for the whole database or a single table. + - Other minor features: Minor features that don't go into any main category. +Tags: +- database +- mssql +- sql +- sql-server +- ssms +ReleaseNotes: |- + Script Data Generator + New: Save grid cell data to file. Auto-recognize most popular formats (pdf, pptx, xlsx, docx, zip, jpg, png, gif, bmp, etc). + Favorite Connections + New: Connect Active Query Window to the favorite connection with a single click. + Improved: Opening Object Explorer selects the correct database. + SQL Editor Plus + Improved: Expand Select * on a single table can add an alias to each column. + Licensing + New: Activate a machine with a PowerShell one-liner after installation. Useful for organization-wide deployments. +ReleaseNotesUrl: https://www.ssmstoolspack.com/News +PurchaseUrl: https://www.ssmstoolspack.com/Licensing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MladenPrajdic/SSMSToolsPack/7.2.0.0/MladenPrajdic.SSMSToolsPack.locale.zh-CN.yaml b/manifests/m/MladenPrajdic/SSMSToolsPack/7.2.0.0/MladenPrajdic.SSMSToolsPack.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7690380df4e71 --- /dev/null +++ b/manifests/m/MladenPrajdic/SSMSToolsPack/7.2.0.0/MladenPrajdic.SSMSToolsPack.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MladenPrajdic.SSMSToolsPack +PackageVersion: 7.2.0.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一款 Microsoft SQL Server Management Studio (SSMS) 的插件扩展,通过高度集成且易于使用的功能显著提升您的工作效率。 +Description: |- + SSMS Tools Pack 是一款 Microsoft SQL Server Management Studio (SSMS) 的插件扩展,通过高度集成且易于使用的功能显著提升您的工作效率。 + 功能 + - 常用连接:保存连接以便未来一键快速打开编辑器窗口或连接到对象资源管理器。 + - 对象资源管理器自定义文件夹:在对象资源管理器的任意位置添加自定义文件夹;在可能的情况下还可按架构优先进行分组。 + - 列数据统计:根据结果网格中各列的数据类型,提供多种数据统计信息。 + - 连接着色:基于服务器/数据库名称或正则表达式,为已连接的窗口、对象资源管理器及“已注册服务器”工具窗口设置颜色。 + - 导出到 Excel:将结果集、一个或多个表乃至整个数据库导出为 Excel 文件。 + - SQL 编辑器增强:包括展开 SELECT *、在光标处运行脚本、防止意外数据破坏等编辑器改进功能。 + - 格式化 SQL:将对象名称转换为大写、小写或适当大小写,并在 SQL 脚本末尾添加分号。 + - SQL 历史记录:将查询或窗口历史记录安全地保存在本地文件或数据库中。 + - SQL 代码片段:通过您自定义的快捷键,随时访问常用的语句片段。 + - 搜索数据库、表、视图中的数据:凭借强大的过滤功能,在一个或多个数据库、表和视图中搜索数据。 + - 执行计划分析器:分析执行计划并提出可能的优化建议。 + - 脚本数据生成器:从结果集、表或数据库生成 INSERT 语句,并从选定的结果集单元格生成 CSV 文件。 + - 在多目标上运行脚本:在同一服务器的多个数据库上运行单个脚本。 + - 全局替换文本:在四项不同功能中为您的脚本添加自定义替换文本。 + - 新建查询模板:使用您选择的模板自定义“新建查询”窗口。 + - 复制执行计划到剪贴板/文件:将一个或所有执行计划复制到剪贴板或保存为文件。 + - 网格模式下的搜索结果搜索:在查询的结果集中进行搜索。 + - 区域与调试段落:向代码中添加区域和/或调试段落。 + - 从对象资源管理器运行自定义脚本:从对象资源管理器中选定的节点运行自定义脚本。 + - CRUD 存储过程生成:快速为整个数据库或单个表生成 CRUD 存储过程。 + - 其他次要功能:不属于主要类别的其他小型功能。 +Tags: +- mssql +- sql +- sql-server +- ssms +- 数据库 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MladenPrajdic/SSMSToolsPack/7.2.0.0/MladenPrajdic.SSMSToolsPack.yaml b/manifests/m/MladenPrajdic/SSMSToolsPack/7.2.0.0/MladenPrajdic.SSMSToolsPack.yaml new file mode 100644 index 0000000000000..9ebcc2260845f --- /dev/null +++ b/manifests/m/MladenPrajdic/SSMSToolsPack/7.2.0.0/MladenPrajdic.SSMSToolsPack.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: MladenPrajdic.SSMSToolsPack +PackageVersion: 7.2.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MongoDB/Shell/2.9.1/MongoDB.Shell.installer.yaml b/manifests/m/MongoDB/Shell/2.9.1/MongoDB.Shell.installer.yaml new file mode 100644 index 0000000000000..3cdd7c06722fe --- /dev/null +++ b/manifests/m/MongoDB/Shell/2.9.1/MongoDB.Shell.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MongoDB.Shell +PackageVersion: 2.9.1 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Commands: +- mongo +ProductCode: '{12CD8BD1-52FF-45A7-AEE1-AD4D2EDB4EB4}' +ReleaseDate: 2026-06-29 +AppsAndFeaturesEntries: +- ProductCode: '{12CD8BD1-52FF-45A7-AEE1-AD4D2EDB4EB4}' + UpgradeCode: '{DD25C0EE-96F6-41B6-822E-114383205DDF}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\mongosh' +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.mongodb.com/compass/mongosh-2.9.1-x64.msi + InstallerSha256: AFBB2354E387C7531A0C90469E9B0AC5AE4954E1D68368097AA488E9BCF08413 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MongoDB/Shell/2.9.1/MongoDB.Shell.locale.en-US.yaml b/manifests/m/MongoDB/Shell/2.9.1/MongoDB.Shell.locale.en-US.yaml new file mode 100644 index 0000000000000..00acf503af4ed --- /dev/null +++ b/manifests/m/MongoDB/Shell/2.9.1/MongoDB.Shell.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: MongoDB.Shell +PackageVersion: 2.9.1 +PackageLocale: en-US +Publisher: MongoDB Inc. +PublisherUrl: https://www.mongodb.com/ +PublisherSupportUrl: https://www.mongodb.com/contact +PrivacyUrl: https://www.mongodb.com/legal/privacy-policy +Author: MongoDB Inc. +PackageName: MongoDB Shell +PackageUrl: https://www.mongodb.com/products/shell +License: Apache License 2.0 +LicenseUrl: https://github.com/mongodb-js/mongosh/raw/main/LICENSE +Copyright: Copyright 2023 MongoDB Inc. +CopyrightUrl: https://www.mongodb.com/customer-agreement +ShortDescription: The mongo shell is an interactive JavaScript interface to MongoDB. +Description: The mongo shell is an interactive JavaScript interface to MongoDB. You can use the mongo shell to query and update data as well as perform administrative operations. +Moniker: mongodb-shell +Tags: +- db +- mongo +- mongodb +- shell +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.mongodb.com/mongodb-shell/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MongoDB/Shell/2.9.1/MongoDB.Shell.yaml b/manifests/m/MongoDB/Shell/2.9.1/MongoDB.Shell.yaml new file mode 100644 index 0000000000000..05525f88c2bd2 --- /dev/null +++ b/manifests/m/MongoDB/Shell/2.9.1/MongoDB.Shell.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: MongoDB.Shell +PackageVersion: 2.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCodeCLI/0.20.3/MoonshotAI.KimiCodeCLI.installer.yaml b/manifests/m/MoonshotAI/KimiCodeCLI/0.20.3/MoonshotAI.KimiCodeCLI.installer.yaml new file mode 100644 index 0000000000000..536ffefb4298c --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCodeCLI/0.20.3/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.20.3 +InstallerType: portable +Commands: +- kimi +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git +Installers: +- Architecture: x64 + InstallerUrl: https://code.kimi.com/kimi-code/binaries/0.20.3/kimi-code-win32-x64.exe + InstallerSha256: 0EFA1B3741BBB9BD2DCCB88B1D7D0A2A945D6173F207279BAD5ECD81F06448B8 +- Architecture: arm64 + InstallerUrl: https://code.kimi.com/kimi-code/binaries/0.20.3/kimi-code-win32-arm64.exe + InstallerSha256: E202DB9AF9395393E3593716A5D23A86500DD19DFC0162E1B40F82A073179D99 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCodeCLI/0.20.3/MoonshotAI.KimiCodeCLI.locale.en-US.yaml b/manifests/m/MoonshotAI/KimiCodeCLI/0.20.3/MoonshotAI.KimiCodeCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..cf8231c7d98fc --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCodeCLI/0.20.3/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.20.3 +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.20.3/MoonshotAI.KimiCodeCLI.locale.zh-CN.yaml b/manifests/m/MoonshotAI/KimiCodeCLI/0.20.3/MoonshotAI.KimiCodeCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..70c862469164b --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCodeCLI/0.20.3/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.20.3 +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.20.3/MoonshotAI.KimiCodeCLI.yaml b/manifests/m/MoonshotAI/KimiCodeCLI/0.20.3/MoonshotAI.KimiCodeCLI.yaml new file mode 100644 index 0000000000000..4b880dcbbce07 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCodeCLI/0.20.3/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.20.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.894/matchmycolor.ColibriAlpha.installer.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.907/matchmycolor.ColibriAlpha.installer.yaml similarity index 79% rename from manifests/m/matchmycolor/ColibriAlpha/26.2.0.894/matchmycolor.ColibriAlpha.installer.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.2.0.907/matchmycolor.ColibriAlpha.installer.yaml index 0a8d509660608..ccb9fd7fedd23 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.894/matchmycolor.ColibriAlpha.installer.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.907/matchmycolor.ColibriAlpha.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.2.0.894 +PackageVersion: 26.2.0.907 InstallerType: exe InstallerSwitches: Silent: /s @@ -14,7 +14,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 Installers: - Architecture: x86 - InstallerUrl: https://cdn.matchmycolor.com/colibri/26.2.0/Colibri_26.2.0-alpha.894.exe - InstallerSha256: 24B2694EF307B75E580FB1237841E89FF218E4B02613FDAA173A6FFED9CBBB1F + InstallerUrl: https://cdn.matchmycolor.com/colibri/26.2.0/Colibri_26.2.0-alpha.907.exe + InstallerSha256: C453B23E0287061EADD546FC1D0D57098A900FB74A4A11200250904B5F057F91 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.894/matchmycolor.ColibriAlpha.locale.en-US.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.907/matchmycolor.ColibriAlpha.locale.en-US.yaml similarity index 95% rename from manifests/m/matchmycolor/ColibriAlpha/26.2.0.894/matchmycolor.ColibriAlpha.locale.en-US.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.2.0.907/matchmycolor.ColibriAlpha.locale.en-US.yaml index ce3a9c32f24da..1665c462275ff 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.894/matchmycolor.ColibriAlpha.locale.en-US.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.907/matchmycolor.ColibriAlpha.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.2.0.894 +PackageVersion: 26.2.0.907 PackageLocale: en-US Publisher: matchmycolor PublisherUrl: https://www.matchmycolor.com/ diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.894/matchmycolor.ColibriAlpha.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.907/matchmycolor.ColibriAlpha.yaml similarity index 87% rename from manifests/m/matchmycolor/ColibriAlpha/26.2.0.894/matchmycolor.ColibriAlpha.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.2.0.907/matchmycolor.ColibriAlpha.yaml index 81c1620e6ef3a..91c90d5b14815 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.894/matchmycolor.ColibriAlpha.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.907/matchmycolor.ColibriAlpha.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.2.0.894 +PackageVersion: 26.2.0.907 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/mazvazzeg/hvtop/0.9.0/mazvazzeg.hvtop.installer.yaml b/manifests/m/mazvazzeg/hvtop/0.9.0/mazvazzeg.hvtop.installer.yaml new file mode 100644 index 0000000000000..a74440505c5dd --- /dev/null +++ b/manifests/m/mazvazzeg/hvtop/0.9.0/mazvazzeg.hvtop.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: mazvazzeg.hvtop +PackageVersion: 0.9.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hvtop-rdc.exe + PortableCommandAlias: hvtop-rdc +- RelativeFilePath: hvtop.exe + PortableCommandAlias: hvtop +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mazvazzeg/hvtop/releases/download/0.9.0/hvtop-0.9.0-win-x64-portable.zip + InstallerSha256: 7852AA5570040641850BF568CA603BD88E0B1CF2B02F27084E1D0BB8CD41B1BC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/mazvazzeg/hvtop/0.9.0/mazvazzeg.hvtop.locale.en-US.yaml b/manifests/m/mazvazzeg/hvtop/0.9.0/mazvazzeg.hvtop.locale.en-US.yaml new file mode 100644 index 0000000000000..71a4d794e021b --- /dev/null +++ b/manifests/m/mazvazzeg/hvtop/0.9.0/mazvazzeg.hvtop.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: mazvazzeg.hvtop +PackageVersion: 0.9.0 +PackageLocale: en-US +Publisher: mazvazzeg +PublisherUrl: https://github.com/mazvazzeg +PublisherSupportUrl: https://github.com/mazvazzeg/hvtop/issues +PackageName: hvtop +PackageUrl: https://github.com/mazvazzeg/hvtop +License: none +ShortDescription: hvtop is a TUI Hyper-V performance/telemetry monitor +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/mazvazzeg/hvtop/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/mazvazzeg/hvtop/0.9.0/mazvazzeg.hvtop.yaml b/manifests/m/mazvazzeg/hvtop/0.9.0/mazvazzeg.hvtop.yaml new file mode 100644 index 0000000000000..7d0d5c537b412 --- /dev/null +++ b/manifests/m/mazvazzeg/hvtop/0.9.0/mazvazzeg.hvtop.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: mazvazzeg.hvtop +PackageVersion: 0.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/myiam/Due2/2.6.0/myiam.Due2.installer.yaml b/manifests/m/myiam/Due2/2.6.0/myiam.Due2.installer.yaml new file mode 100644 index 0000000000000..4be97ec76b86d --- /dev/null +++ b/manifests/m/myiam/Due2/2.6.0/myiam.Due2.installer.yaml @@ -0,0 +1,27 @@ +# 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: myiam.Due2 +PackageVersion: 2.6.0 +InstallerLocale: en-US +MinimumOSVersion: 10.0.17763.0 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{B8F2E3A1-5C7D-4E9F-A6B0-1D2E3F4A5B6C}_is1' +ReleaseDate: 2026-06-30 +AppsAndFeaturesEntries: +- ProductCode: '{B8F2E3A1-5C7D-4E9F-A6B0-1D2E3F4A5B6C}_is1' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Due2' +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/myiam-io/homebrew-tap/releases/download/due2-v2.6.0/due2-2.6.0-windows-arm64-setup.exe + InstallerSha256: 3B77A5813855AF7AB4732A2B3E89BAE2BD0329A1C6C694606E6E3F57C9BD8A0B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/myiam/Due2/2.6.0/myiam.Due2.locale.en-US.yaml b/manifests/m/myiam/Due2/2.6.0/myiam.Due2.locale.en-US.yaml new file mode 100644 index 0000000000000..40aafc4ec251c --- /dev/null +++ b/manifests/m/myiam/Due2/2.6.0/myiam.Due2.locale.en-US.yaml @@ -0,0 +1,27 @@ +# 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: myiam.Due2 +PackageVersion: 2.6.0 +PackageLocale: en-US +Publisher: myiam +PublisherUrl: https://myiam.io/ +PublisherSupportUrl: https://github.com/myiam-io/homebrew-tap/issues +PackageName: Due2 +PackageUrl: https://due2.app/ +License: MIT +LicenseUrl: https://github.com/myiam-io/homebrew-tap/blob/HEAD/LICENSE +ShortDescription: Deadline reminder app for subscriptions, insurance, visas and more +ReleaseNotes: |- + What's New + - Group messaging + - Customize your profile avatar + - AI auto-detects deadlines from photos + - AI settings: on-device AI and preferred AI provider selection + - Public schedule packs: create and share schedule collections anyone can subscribe to + - Easy mode expansion + - Bug fixes and performance improvements + Full Changelog: due2-cli-v0.9.0...due2-v2.6.0 +ReleaseNotesUrl: https://github.com/myiam-io/homebrew-tap/releases/tag/due2-v2.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/myiam/Due2/2.6.0/myiam.Due2.yaml b/manifests/m/myiam/Due2/2.6.0/myiam.Due2.yaml new file mode 100644 index 0000000000000..8e6e2c4c006fd --- /dev/null +++ b/manifests/m/myiam/Due2/2.6.0/myiam.Due2.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: myiam.Due2 +PackageVersion: 2.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Notion/Notion/7.24.0/Notion.Notion.installer.yaml b/manifests/n/Notion/Notion/7.24.0/Notion.Notion.installer.yaml new file mode 100644 index 0000000000000..45c4f5d39cc29 --- /dev/null +++ b/manifests/n/Notion/Notion/7.24.0/Notion.Notion.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: Notion.Notion +PackageVersion: 7.24.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +ExpectedReturnCodes: +- InstallerReturnCode: 2 + ReturnResponse: packageInUse +UpgradeBehavior: install +Protocols: +- notion +ProductCode: 661f0cc6-343a-59cb-a5e8-8f6324cc6998 +ReleaseDate: 2026-06-29 +Installers: +- Architecture: x64 + InstallerUrl: https://desktop-release.notion-static.com/Notion%20Setup%207.24.0.exe + InstallerSha256: 33793D645F7B63D54327551E0BD2E34D37577C34E97C7BDC7226312B7836083D +- Architecture: arm64 + InstallerUrl: https://desktop-release.notion-static.com/Notion%20Setup%207.24.0%20arm64.exe + InstallerSha256: 971980AA3F48B89FD035241255D58845C2A4474416F24C288EBADA6E273801F7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Notion/Notion/7.24.0/Notion.Notion.locale.en-US.yaml b/manifests/n/Notion/Notion/7.24.0/Notion.Notion.locale.en-US.yaml new file mode 100644 index 0000000000000..ae5a74e035cd3 --- /dev/null +++ b/manifests/n/Notion/Notion/7.24.0/Notion.Notion.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Notion.Notion +PackageVersion: 7.24.0 +PackageLocale: en-US +Publisher: Notion Labs, Inc +PublisherUrl: https://www.notion.com/ +PrivacyUrl: https://www.notion.so/notion/Privacy-Policy-3468d120cf614d4c9014c09f6adc9091 +Author: Notion Labs, Inc. +PackageName: Notion +License: Proprietary +LicenseUrl: https://www.notion.so/Terms-Conditions-4e1c5dd3e3de45dfa4a8ed60f1a43da0 +Copyright: © 2026 Notion Labs, Inc. +CopyrightUrl: https://www.notion.so/notion/Notion-Trademark-Usage-Guidelines-9826313c686a4f6e9d8a48347162714b +ShortDescription: A new tool that blends your everyday work apps into one. It's the all-in-one workspace for you and your team. +Moniker: notion +Tags: +- backlink +- bi-directional-link +- block +- collaborate +- collaboration +- docs +- document +- editor +- knowledge +- knowledge-base +- markdown +- notes +- reference +- share +- team +PurchaseUrl: https://www.notion.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Notion/Notion/7.24.0/Notion.Notion.locale.zh-CN.yaml b/manifests/n/Notion/Notion/7.24.0/Notion.Notion.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8caff3b3f1348 --- /dev/null +++ b/manifests/n/Notion/Notion/7.24.0/Notion.Notion.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Notion.Notion +PackageVersion: 7.24.0 +PackageLocale: zh-CN +PublisherUrl: https://www.notion.com/zh-cn/ +PublisherSupportUrl: https://www.notion.com/zh-cn/help +PackageUrl: https://www.notion.com/zh-cn/desktop +License: 专有软件 +ShortDescription: 一个崭新的工具,将你的多个工作应用融为一体,并成为你和团队的一站式工作空间。 +Tags: +- markdown +- 共享 +- 内容块 +- 分享 +- 协作 +- 协同 +- 双向链接 +- 反向链接 +- 团队 +- 引用 +- 我来 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +PurchaseUrl: https://www.notion.com/zh-cn/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Notion/Notion/7.24.0/Notion.Notion.yaml b/manifests/n/Notion/Notion/7.24.0/Notion.Notion.yaml new file mode 100644 index 0000000000000..bf023ec84febe --- /dev/null +++ b/manifests/n/Notion/Notion/7.24.0/Notion.Notion.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: Notion.Notion +PackageVersion: 7.24.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/nashsu/LLMWiki/0.5.4/nashsu.LLMWiki.installer.yaml b/manifests/n/nashsu/LLMWiki/0.5.4/nashsu.LLMWiki.installer.yaml new file mode 100644 index 0000000000000..7c6b70d946bf5 --- /dev/null +++ b/manifests/n/nashsu/LLMWiki/0.5.4/nashsu.LLMWiki.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: nashsu.LLMWiki +PackageVersion: 0.5.4 +UpgradeBehavior: install +ReleaseDate: 2026-06-30 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/nashsu/llm_wiki/releases/download/v0.5.4/LLM.Wiki_0.5.4_x64-setup.exe + InstallerSha256: 4334FEC067E56B8880782B13B6E7B3FA40E87E87FDEB64D2D6C1211BB987278D + ProductCode: LLM Wiki +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/nashsu/llm_wiki/releases/download/v0.5.4/LLM.Wiki_0.5.4_x64_en-US.msi + InstallerSha256: C6B1226E219BC1D3E0309D52EDC9A84681030164281666E33812083A84453033 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{B9001509-6923-48B4-A9BA-BDA4D02EAD5B}' + AppsAndFeaturesEntries: + - UpgradeCode: '{51897FF7-F36A-570D-8EE2-BFED15681FB4}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/nashsu/LLMWiki/0.5.4/nashsu.LLMWiki.locale.en-US.yaml b/manifests/n/nashsu/LLMWiki/0.5.4/nashsu.LLMWiki.locale.en-US.yaml new file mode 100644 index 0000000000000..8b9e773be7cbc --- /dev/null +++ b/manifests/n/nashsu/LLMWiki/0.5.4/nashsu.LLMWiki.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: nashsu.LLMWiki +PackageVersion: 0.5.4 +PackageLocale: en-US +Publisher: llmwiki +PublisherUrl: https://www.nashsu.com/ +PublisherSupportUrl: https://github.com/nashsu/llm_wiki/issues +PackageName: LLM Wiki +PackageUrl: https://github.com/nashsu/llm_wiki +License: GPL-3.0 +LicenseUrl: https://github.com/nashsu/llm_wiki/blob/HEAD/LICENSE +ShortDescription: A personal knowledge base that builds itself. LLM reads your documents, builds a structured wiki, and keeps it current. +Description: |- + LLM Wiki is a cross-platform desktop application that turns your documents into an organized, interlinked knowledge base — automatically. Instead of traditional RAG (retrieve-and-answer from scratch every time), the LLM incrementally builds and maintains a persistent wiki from your sources. Knowledge is compiled once and kept current, not re-derived on every query. + This project is based on Karpathy's LLM Wiki pattern — a methodology for building personal knowledge bases using LLMs. We implemented the core ideas as a full desktop application with significant enhancements. + + Features + - Two-Step Chain-of-Thought Ingest — LLM analyzes first, then generates wiki pages with source traceability and incremental cache + - 4-Signal Knowledge Graph — relevance model with direct links, source overlap, Adamic-Adar, and type affinity + - Louvain Community Detection — automatic knowledge cluster discovery with cohesion scoring + - Graph Insights — surprising connections and knowledge gaps with one-click Deep Research + - Vector Semantic Search — optional embedding-based retrieval via LanceDB, supports any OpenAI-compatible endpoint + - Persistent Ingest Queue — serial processing with crash recovery, cancel, retry, and progress visualization + - Folder Import — recursive folder import preserving directory structure, folder context as LLM classification hint + - Deep Research — LLM-optimized search topics, multi-query web search, auto-ingest results into wiki + - Async Review System — LLM flags items for human judgment, predefined actions, pre-generated search queries + - Chrome Web Clipper — one-click web page capture with auto-ingest into knowledge base +Tags: +- agent +- agentic +- ai +- chatbot +- knowledge-base +- large-language-model +- llm +- wiki +ReleaseNotesUrl: https://github.com/nashsu/llm_wiki/releases/tag/v0.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nashsu/LLMWiki/0.5.4/nashsu.LLMWiki.locale.zh-CN.yaml b/manifests/n/nashsu/LLMWiki/0.5.4/nashsu.LLMWiki.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2fb1ba6a61e18 --- /dev/null +++ b/manifests/n/nashsu/LLMWiki/0.5.4/nashsu.LLMWiki.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: nashsu.LLMWiki +PackageVersion: 0.5.4 +PackageLocale: zh-CN +ShortDescription: 一个能自我构建的个人知识库。LLM 阅读你的文档,构建结构化 Wiki,并持续保持更新。 +Description: |- + LLM Wiki 是一个跨平台桌面应用,能将你的文档自动转化为有组织、相互关联的知识库。与传统 RAG(每次查询都从头检索和回答)不同,LLM 会从你的资料中增量构建并维护一个持久化的 Wiki。知识只编译一次并持续更新,而非每次查询都重新推导。 + 本项目基于 Karpathy 的 LLM Wiki 方法论 —— 一套使用 LLM 构建个人知识库的方法论。我们将其核心理念实现为一个完整的桌面应用,并做了大量增强。 + + 功能亮点 + - 两步思维链摄入 — LLM 先分析再生成 Wiki 页面,来源可追溯,支持增量缓存 + - 四信号知识图谱 — 直接链接、来源重叠、Adamic-Adar、类型亲和四维关联度模型 + - Louvain 社区检测 — 自动发现知识聚类,内聚度评分 + - 图谱洞察 — 惊奇连接与知识空白检测,一键触发 Deep Research + - 向量语义搜索 — 可选的 embedding 检索,基于 LanceDB,支持任意 OpenAI 兼容端点 + - 持久化摄入队列 — 串行处理,崩溃恢复,取消/重试,进度可视化 + - 文件夹导入 — 递归导入保留目录结构,文件夹路径作为 LLM 分类上下文 + - 深度研究 — LLM 智能生成搜索主题,多查询网络搜索,研究结果自动摄入 Wiki + - 异步审核系统 — LLM 在摄入时标记需人工判断的项,预定义操作,预生成搜索查询 + - Chrome 网页剪藏 — 一键捕获网页内容,自动摄入知识库 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 百科 +- 知识库 +- 维基 +- 聊天机器人 +- 自主智能 +ReleaseNotes: See the assets below for download links. +ReleaseNotesUrl: https://github.com/nashsu/llm_wiki/releases/tag/v0.5.4 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nashsu/LLMWiki/0.5.4/nashsu.LLMWiki.yaml b/manifests/n/nashsu/LLMWiki/0.5.4/nashsu.LLMWiki.yaml new file mode 100644 index 0000000000000..29b472166c704 --- /dev/null +++ b/manifests/n/nashsu/LLMWiki/0.5.4/nashsu.LLMWiki.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: nashsu.LLMWiki +PackageVersion: 0.5.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAI/Codex/0.142.4/OpenAI.Codex.installer.yaml b/manifests/o/OpenAI/Codex/0.142.4/OpenAI.Codex.installer.yaml new file mode 100644 index 0000000000000..e8cec52cf023f --- /dev/null +++ b/manifests/o/OpenAI/Codex/0.142.4/OpenAI.Codex.installer.yaml @@ -0,0 +1,37 @@ +# 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: OpenAI.Codex +PackageVersion: 0.142.4 +InstallerType: zip +NestedInstallerType: portable +Commands: +- codex +ReleaseDate: 2026-06-29 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: codex-command-runner.exe + - RelativeFilePath: codex-windows-sandbox-setup.exe + - RelativeFilePath: codex-x86_64-pc-windows-msvc.exe + PortableCommandAlias: codex + InstallerUrl: https://github.com/openai/codex/releases/download/rust-v0.142.4/codex-x86_64-pc-windows-msvc.exe.zip + InstallerSha256: D09CF3198247B39EE12A310630B239F0620335AC403262ED35C9646B162F5AEF + Dependencies: + PackageDependencies: + - PackageIdentifier: BurntSushi.ripgrep.MSVC + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: codex-aarch64-pc-windows-msvc.exe + PortableCommandAlias: codex + - RelativeFilePath: codex-command-runner.exe + - RelativeFilePath: codex-windows-sandbox-setup.exe + InstallerUrl: https://github.com/openai/codex/releases/download/rust-v0.142.4/codex-aarch64-pc-windows-msvc.exe.zip + InstallerSha256: C533FC7E2F95C5A0FDA9EAFEA5FF0F87018A5F2F43EC6F89A2D4685CDC9A2775 + Dependencies: + PackageDependencies: + - PackageIdentifier: BurntSushi.ripgrep.MSVC + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAI/Codex/0.142.4/OpenAI.Codex.locale.en-US.yaml b/manifests/o/OpenAI/Codex/0.142.4/OpenAI.Codex.locale.en-US.yaml new file mode 100644 index 0000000000000..5e2b72a430819 --- /dev/null +++ b/manifests/o/OpenAI/Codex/0.142.4/OpenAI.Codex.locale.en-US.yaml @@ -0,0 +1,35 @@ +# 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: OpenAI.Codex +PackageVersion: 0.142.4 +PackageLocale: en-US +Publisher: OpenAI, Inc. +PublisherUrl: https://github.com/openai +PublisherSupportUrl: https://github.com/openai/codex/issues +Author: OpenAI, Inc. +PackageName: Codex CLI +PackageUrl: https://github.com/openai/codex +License: Apache-2.0 +LicenseUrl: https://github.com/openai/codex/blob/HEAD/LICENSE +Copyright: Copyright 2025 OpenAI +CopyrightUrl: https://github.com/openai/codex/blob/HEAD/NOTICE +ShortDescription: Codex CLI is an open‑source local coding agent that runs in your terminal, letting you write, edit, and understand code without leaving the command line. +Moniker: codex +Tags: +- agent +- ai +- cli +- llm +- openai +ReleaseNotes: |- + Chores + - No user-facing changes were identified for this release. + Changelog + Full Changelog: rust-v0.142.3...rust-v0.142.4 +ReleaseNotesUrl: https://github.com/openai/codex/releases/tag/rust-v0.142.4 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://developers.openai.com/codex/cli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAI/Codex/0.142.4/OpenAI.Codex.yaml b/manifests/o/OpenAI/Codex/0.142.4/OpenAI.Codex.yaml new file mode 100644 index 0000000000000..3de516545d0ad --- /dev/null +++ b/manifests/o/OpenAI/Codex/0.142.4/OpenAI.Codex.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: OpenAI.Codex +PackageVersion: 0.142.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenClaw/OpenClawCompanion/0.6.11/OpenClaw.OpenClawCompanion.installer.yaml b/manifests/o/OpenClaw/OpenClawCompanion/0.6.11/OpenClaw.OpenClawCompanion.installer.yaml new file mode 100644 index 0000000000000..993ea96d28f65 --- /dev/null +++ b/manifests/o/OpenClaw/OpenClawCompanion/0.6.11/OpenClaw.OpenClawCompanion.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: OpenClaw.OpenClawCompanion +PackageVersion: 0.6.11 +InstallerType: inno +Scope: user +ProductCode: '{M0LTB0T-TRAY-4PP1-D3N7}_is1' +ReleaseDate: 2026-06-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/openclaw/openclaw-windows-node/releases/download/v0.6.11/OpenClawCompanion-Setup-x64.exe + InstallerSha256: 21374CA8976C63E5732E3BEEBD96EE07C15E91B20FF96AB6E05FCDC95EBED5BA +- Architecture: arm64 + InstallerUrl: https://github.com/openclaw/openclaw-windows-node/releases/download/v0.6.11/OpenClawCompanion-Setup-arm64.exe + InstallerSha256: 4885CE97512EFA1B34D5A0FB0EA520546BE222262B89B1D963BA9560E364E6DE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenClaw/OpenClawCompanion/0.6.11/OpenClaw.OpenClawCompanion.locale.en-US.yaml b/manifests/o/OpenClaw/OpenClawCompanion/0.6.11/OpenClaw.OpenClawCompanion.locale.en-US.yaml new file mode 100644 index 0000000000000..018f622a45f08 --- /dev/null +++ b/manifests/o/OpenClaw/OpenClawCompanion/0.6.11/OpenClaw.OpenClawCompanion.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenClaw.OpenClawCompanion +PackageVersion: 0.6.11 +PackageLocale: en-US +Publisher: Scott Hanselman +PublisherUrl: https://openclaw.ai/ +PublisherSupportUrl: https://github.com/openclaw/openclaw-windows-node/issues +Author: Scott Hanselman +PackageName: OpenClaw Companion +PackageUrl: https://github.com/openclaw/openclaw-windows-node +License: MIT +LicenseUrl: https://github.com/openclaw/openclaw-windows-node/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Scott Hanselman +ShortDescription: Windows companion suite for OpenClaw - System Tray app, Shared library, Node, and PowerToys Command Palette extension +Tags: +- openclaw +ReleaseNotesUrl: https://github.com/openclaw/openclaw-windows-node/releases/tag/v0.6.11 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenClaw/OpenClawCompanion/0.6.11/OpenClaw.OpenClawCompanion.locale.zh-CN.yaml b/manifests/o/OpenClaw/OpenClawCompanion/0.6.11/OpenClaw.OpenClawCompanion.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5eb84dbe72c81 --- /dev/null +++ b/manifests/o/OpenClaw/OpenClawCompanion/0.6.11/OpenClaw.OpenClawCompanion.locale.zh-CN.yaml @@ -0,0 +1,9 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: OpenClaw.OpenClawCompanion +PackageVersion: 0.6.11 +PackageLocale: zh-CN +ShortDescription: OpenClaw 的 Windows 配套套件 - 系统托盘应用、共享库、Node 以及 PowerToys 命令面板扩展 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenClaw/OpenClawCompanion/0.6.11/OpenClaw.OpenClawCompanion.yaml b/manifests/o/OpenClaw/OpenClawCompanion/0.6.11/OpenClaw.OpenClawCompanion.yaml new file mode 100644 index 0000000000000..2b922764f27b2 --- /dev/null +++ b/manifests/o/OpenClaw/OpenClawCompanion/0.6.11/OpenClaw.OpenClawCompanion.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: OpenClaw.OpenClawCompanion +PackageVersion: 0.6.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PCTI/Docman/GP/10.2.272.8/PCTI.Docman.GP.installer.yaml b/manifests/p/PCTI/Docman/GP/10.2.276.5/PCTI.Docman.GP.installer.yaml similarity index 70% rename from manifests/p/PCTI/Docman/GP/10.2.272.8/PCTI.Docman.GP.installer.yaml rename to manifests/p/PCTI/Docman/GP/10.2.276.5/PCTI.Docman.GP.installer.yaml index f1a11671776a6..9d2ac150f25e0 100644 --- a/manifests/p/PCTI/Docman/GP/10.2.272.8/PCTI.Docman.GP.installer.yaml +++ b/manifests/p/PCTI/Docman/GP/10.2.276.5/PCTI.Docman.GP.installer.yaml @@ -2,13 +2,13 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: PCTI.Docman.GP -PackageVersion: 10.2.272.8 +PackageVersion: 10.2.276.5 InstallerType: burn Scope: machine -ProductCode: '{1971429a-eb4d-46de-8b24-afffc4eee5a1}' +ProductCode: '{c29ea0f4-9fc1-4f27-9894-845a19de1065}' Installers: - Architecture: x64 InstallerUrl: https://apps.docman.com/external/software/desktopapp/ps1/general/DocmanDesktopServices.exe - InstallerSha256: F7CE465AA1DE6DC5BD841F60B17A473B09BA75645B9A39E08B01F0DDD5A14B58 + InstallerSha256: 8D157320E404D007BE10B3B4B626D33FE98127974D5AB6AF2FD06D1047E81940 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/p/PCTI/Docman/GP/10.2.272.8/PCTI.Docman.GP.locale.en-US.yaml b/manifests/p/PCTI/Docman/GP/10.2.276.5/PCTI.Docman.GP.locale.en-US.yaml similarity index 96% rename from manifests/p/PCTI/Docman/GP/10.2.272.8/PCTI.Docman.GP.locale.en-US.yaml rename to manifests/p/PCTI/Docman/GP/10.2.276.5/PCTI.Docman.GP.locale.en-US.yaml index b452324f459a2..82b26ead3d301 100644 --- a/manifests/p/PCTI/Docman/GP/10.2.272.8/PCTI.Docman.GP.locale.en-US.yaml +++ b/manifests/p/PCTI/Docman/GP/10.2.276.5/PCTI.Docman.GP.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: PCTI.Docman.GP -PackageVersion: 10.2.272.8 +PackageVersion: 10.2.276.5 PackageLocale: en-US Publisher: OneAdvanced PublisherUrl: https://www.docman.com/ diff --git a/manifests/p/PCTI/Docman/GP/10.2.272.8/PCTI.Docman.GP.locale.zh-CN.yaml b/manifests/p/PCTI/Docman/GP/10.2.276.5/PCTI.Docman.GP.locale.zh-CN.yaml similarity index 94% rename from manifests/p/PCTI/Docman/GP/10.2.272.8/PCTI.Docman.GP.locale.zh-CN.yaml rename to manifests/p/PCTI/Docman/GP/10.2.276.5/PCTI.Docman.GP.locale.zh-CN.yaml index 2559d40b00df6..a9db0e80fabc7 100644 --- a/manifests/p/PCTI/Docman/GP/10.2.272.8/PCTI.Docman.GP.locale.zh-CN.yaml +++ b/manifests/p/PCTI/Docman/GP/10.2.276.5/PCTI.Docman.GP.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: PCTI.Docman.GP -PackageVersion: 10.2.272.8 +PackageVersion: 10.2.276.5 PackageLocale: zh-CN License: 专有软件 ShortDescription: 将 Docman 连接到本地扫描仪,将 Docman 与临床系统 API 对接,并安装 Docman 浮动工具栏 diff --git a/manifests/p/PCTI/Docman/GP/10.2.272.8/PCTI.Docman.GP.yaml b/manifests/p/PCTI/Docman/GP/10.2.276.5/PCTI.Docman.GP.yaml similarity index 89% rename from manifests/p/PCTI/Docman/GP/10.2.272.8/PCTI.Docman.GP.yaml rename to manifests/p/PCTI/Docman/GP/10.2.276.5/PCTI.Docman.GP.yaml index eed97d468cdee..7cdfbca70f4a7 100644 --- a/manifests/p/PCTI/Docman/GP/10.2.272.8/PCTI.Docman.GP.yaml +++ b/manifests/p/PCTI/Docman/GP/10.2.276.5/PCTI.Docman.GP.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: PCTI.Docman.GP -PackageVersion: 10.2.272.8 +PackageVersion: 10.2.276.5 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.17.1/Postman.Postman.installer.yaml b/manifests/p/Postman/Postman/12.17.1/Postman.Postman.installer.yaml new file mode 100644 index 0000000000000..81f19b94fa5a7 --- /dev/null +++ b/manifests/p/Postman/Postman/12.17.1/Postman.Postman.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.17.1 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- postman +ProductCode: Postman +ReleaseDate: 2026-06-30 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.pstmn.io/download/version/12.17.1/windows_64 + InstallerSha256: 72A2D55B62960E3A939116EBFFA648FAFC9F410FE6B59CD45243A539BC33A7DF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.17.1/Postman.Postman.locale.en-US.yaml b/manifests/p/Postman/Postman/12.17.1/Postman.Postman.locale.en-US.yaml new file mode 100644 index 0000000000000..a9f27a5f0025d --- /dev/null +++ b/manifests/p/Postman/Postman/12.17.1/Postman.Postman.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: Postman.Postman +PackageVersion: 12.17.1 +PackageLocale: en-US +Publisher: Postman +PublisherUrl: https://www.postman.com/ +PublisherSupportUrl: https://www.postman.com/support/ +PrivacyUrl: https://www.postman.com/legal/privacy-policy/ +Author: Postman, Inc. +PackageName: Postman +PackageUrl: https://www.postman.com/downloads/ +License: Proprietary +LicenseUrl: https://www.postman.com/legal/terms/ +Copyright: © 2026 Postman, Inc. +CopyrightUrl: https://www.postman.com/legal/terms/ +ShortDescription: The Collaboration Platform for API Development +Description: Postman is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs — faster. +Moniker: postman +Tags: +- api +- automation +- debug +- develop +- development +- interface +- internet +- network +- request +- response +PurchaseUrl: https://www.postman.com/pricing/ +Documentations: +- DocumentLabel: Learning Center + DocumentUrl: https://learning.postman.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.17.1/Postman.Postman.locale.zh-CN.yaml b/manifests/p/Postman/Postman/12.17.1/Postman.Postman.locale.zh-CN.yaml new file mode 100644 index 0000000000000..32f5c7795e1be --- /dev/null +++ b/manifests/p/Postman/Postman/12.17.1/Postman.Postman.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.17.1 +PackageLocale: zh-CN +Publisher: Postman +PublisherUrl: https://www.postman.com/ +PublisherSupportUrl: https://www.postman.com/support/ +PrivacyUrl: https://www.postman.com/legal/privacy-policy/ +Author: Postman, Inc. +PackageName: Postman +PackageUrl: https://www.postman.com/downloads/ +License: 专有软件 +LicenseUrl: https://www.postman.com/legal/terms/ +Copyright: © 2026 Postman, Inc. +CopyrightUrl: https://www.postman.com/legal/terms/ +ShortDescription: API 开发协作平台 +Description: Postman 是一个 API 开发协作平台,简化构建 API 流程的每一步,并让协作流水线化,从而更快更好地创建 API。 +Tags: +- api +- 互联网 +- 响应 +- 开发 +- 接口 +- 网络 +- 自动化 +- 请求 +- 调试 +PurchaseUrl: https://www.postman.com/pricing/ +Documentations: +- DocumentLabel: 学习中心 + DocumentUrl: https://learning.postman.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.17.1/Postman.Postman.yaml b/manifests/p/Postman/Postman/12.17.1/Postman.Postman.yaml new file mode 100644 index 0000000000000..643953f2c01a7 --- /dev/null +++ b/manifests/p/Postman/Postman/12.17.1/Postman.Postman.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: Postman.Postman +PackageVersion: 12.17.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatBI/2.3.11/PremiumSoft.NavicatBI.installer.yaml b/manifests/p/PremiumSoft/NavicatBI/2.3.11/PremiumSoft.NavicatBI.installer.yaml new file mode 100644 index 0000000000000..eb6d198936ed0 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatBI/2.3.11/PremiumSoft.NavicatBI.installer.yaml @@ -0,0 +1,189 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatBI +PackageVersion: 2.3.11 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Navicat BI 2_is1 +AppsAndFeaturesEntries: +- ProductCode: Navicat BI 2_is1 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat BI 2' +Installers: +- InstallerLocale: es-ES + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbi02_es_x64.exe + InstallerSha256: 2e2204bf9fe4b0c2a82787abebef6db50c992f560b54f21c5caaf4da484d3d55 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: es-ES + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbi02_es_x64.exe + InstallerSha256: 2e2204bf9fe4b0c2a82787abebef6db50c992f560b54f21c5caaf4da484d3d55 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: en-US + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbi02_en_x64.exe + InstallerSha256: e881ae2ed7747a8e95f4d65bc93ff37b090d9bf8f3e4c5614e65ce81430b5ef3 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: en-US + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbi02_en_x64.exe + InstallerSha256: e881ae2ed7747a8e95f4d65bc93ff37b090d9bf8f3e4c5614e65ce81430b5ef3 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-CN + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbi02_cs_x64.exe + InstallerSha256: 34615a2c2b73213796d5e182b1beeea9891bb1fb351c8cdcbac5a03edae0ab68 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-CN + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbi02_cs_x64.exe + InstallerSha256: 34615a2c2b73213796d5e182b1beeea9891bb1fb351c8cdcbac5a03edae0ab68 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbi02_ct_x64.exe + InstallerSha256: 9b1f9d4996d367af4906b3ade1b3f762961f4403c0dfc0318b186db7feaaec0c + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbi02_ct_x64.exe + InstallerSha256: 9b1f9d4996d367af4906b3ade1b3f762961f4403c0dfc0318b186db7feaaec0c + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: id-ID + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbi02_id_x64.exe + InstallerSha256: 050e961054c5b6551b5d499defa9226f1c4d0e9459bf6887011b315f1ad824a8 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: id-ID + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbi02_id_x64.exe + InstallerSha256: 050e961054c5b6551b5d499defa9226f1c4d0e9459bf6887011b315f1ad824a8 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ja-JP + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbi02_jp_x64.exe + InstallerSha256: 3fe80d42b80366f17d74d2cfe8fcefff9809ac28dbdfdbcb3d32b25be41f7b60 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ja-JP + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbi02_jp_x64.exe + InstallerSha256: 3fe80d42b80366f17d74d2cfe8fcefff9809ac28dbdfdbcb3d32b25be41f7b60 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: de-DE + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbi02_de_x64.exe + InstallerSha256: 702e14837b96a8cb103fa3d78494eacbfdd90c9fc7721ada3e77cb56084586dd + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: de-DE + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbi02_de_x64.exe + InstallerSha256: 702e14837b96a8cb103fa3d78494eacbfdd90c9fc7721ada3e77cb56084586dd + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ru-RU + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbi02_ru_x64.exe + InstallerSha256: d14cfd96fc8ca900cef137c9500bb4742abb40fe5471275acc66a9e24ffac290 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ru-RU + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbi02_ru_x64.exe + InstallerSha256: d14cfd96fc8ca900cef137c9500bb4742abb40fe5471275acc66a9e24ffac290 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: pl-PL + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbi02_pl_x64.exe + InstallerSha256: cfa27e51c0128c36964a7924362ba372f7ee4b6d459fca68c047f5a3f2b7f940 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: pl-PL + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbi02_pl_x64.exe + InstallerSha256: cfa27e51c0128c36964a7924362ba372f7ee4b6d459fca68c047f5a3f2b7f940 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: fr-FR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbi02_fr_x64.exe + InstallerSha256: 1a20a83d7702bced61eab2c6660c1e727643b8fdca6172497d41bb29b9ab797c + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: fr-FR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbi02_fr_x64.exe + InstallerSha256: 1a20a83d7702bced61eab2c6660c1e727643b8fdca6172497d41bb29b9ab797c + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ko-KR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbi02_kr_x64.exe + InstallerSha256: cb22d574c87cbd1f7b85ed7ba9d617432dca42de2cafa0ad4373e2d7159863b2 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ko-KR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbi02_kr_x64.exe + InstallerSha256: cb22d574c87cbd1f7b85ed7ba9d617432dca42de2cafa0ad4373e2d7159863b2 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: th-TH + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbi02_th_x64.exe + InstallerSha256: 9d849921e75daa0560af76e19e654df74b4bfff0ee3991b140e0c1f6d0f6ef86 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: th-TH + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbi02_th_x64.exe + InstallerSha256: 9d849921e75daa0560af76e19e654df74b4bfff0ee3991b140e0c1f6d0f6ef86 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/p/PremiumSoft/NavicatBI/2.3.11/PremiumSoft.NavicatBI.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatBI/2.3.11/PremiumSoft.NavicatBI.locale.en-US.yaml new file mode 100644 index 0000000000000..d4dd2640efb28 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatBI/2.3.11/PremiumSoft.NavicatBI.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: PremiumSoft.NavicatBI +PackageVersion: 2.3.11 +PackageLocale: en-US +Publisher: PremiumSoft CyberTech Ltd. +PublisherUrl: https://www.navicat.com/ +PublisherSupportUrl: https://www.navicat.com/support +PrivacyUrl: https://www.navicat.com/privacystatement +Author: PremiumSoft CyberTech Ltd. +PackageName: Navicat BI +PackageUrl: https://www.navicat.com/en/products/navicat-bi +License: Proprietary +Copyright: Copyright (c) 2026. PremiumSoft CyberTech Ltd. +ShortDescription: Transform your data into impactful visualizations during the data exploration and visualization phase of your Business Intelligence (BI) process. +Description: Transform your data into impactful visualizations during the data exploration and visualization phase of your Business Intelligence (BI) process. By simplifying data analysis and leveraging interactive dashboards, you can easily share your workspaces with colleagues, facilitating collaborative decision-making and aligning your business strategies with data-driven intelligence. +Tags: +- Analytics +- BI +- Dashboard +- Data-Visualization +ReleaseNotesUrl: https://www.navicat.com/products/navicat-bi-release-note +PurchaseUrl: https://www.navicat.com/store/navicat-bi-plan +Documentations: +- DocumentLabel: Online Manual + DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual +- DocumentLabel: User Manual (PDF) + DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatBI/2.3.11/PremiumSoft.NavicatBI.yaml b/manifests/p/PremiumSoft/NavicatBI/2.3.11/PremiumSoft.NavicatBI.yaml new file mode 100644 index 0000000000000..2b01683716dbe --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatBI/2.3.11/PremiumSoft.NavicatBI.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: PremiumSoft.NavicatBI +PackageVersion: 2.3.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatBIViewer/2.3.11/PremiumSoft.NavicatBIViewer.installer.yaml b/manifests/p/PremiumSoft/NavicatBIViewer/2.3.11/PremiumSoft.NavicatBIViewer.installer.yaml new file mode 100644 index 0000000000000..c6082822b3a46 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatBIViewer/2.3.11/PremiumSoft.NavicatBIViewer.installer.yaml @@ -0,0 +1,189 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatBIViewer +PackageVersion: 2.3.11 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Navicat BI Viewer 2_is1 +AppsAndFeaturesEntries: +- ProductCode: Navicat BI Viewer 2_is1 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat BI Viewer 2' +Installers: +- InstallerLocale: es-ES + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_es_x64.exe + InstallerSha256: 8239b2391b127153125801fcf57225bb41f1c43dbfe33bc28dd1b91980ecaffb + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: es-ES + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_es_x64.exe + InstallerSha256: 8239b2391b127153125801fcf57225bb41f1c43dbfe33bc28dd1b91980ecaffb + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: en-US + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_en_x64.exe + InstallerSha256: f6ce50a7daa6443f77e867682d9399f8f6b56f202a117de7c2d56ffcdf59afea + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: en-US + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_en_x64.exe + InstallerSha256: f6ce50a7daa6443f77e867682d9399f8f6b56f202a117de7c2d56ffcdf59afea + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-CN + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_cs_x64.exe + InstallerSha256: 11422150e79f4c146517ac29a1b9f651080f37648c944e7440cfec1f802006c3 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-CN + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_cs_x64.exe + InstallerSha256: 11422150e79f4c146517ac29a1b9f651080f37648c944e7440cfec1f802006c3 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_ct_x64.exe + InstallerSha256: 4a3ef605f2777f165001c77ee7a40e96ce9a59dc61f6e9bdea47e8b9415dd14b + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_ct_x64.exe + InstallerSha256: 4a3ef605f2777f165001c77ee7a40e96ce9a59dc61f6e9bdea47e8b9415dd14b + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: id-ID + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_id_x64.exe + InstallerSha256: 0217016e1c286fab577e0b6f6986ee8a7fa4d399e9fae5acc1fb5fb23a086eb4 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: id-ID + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_id_x64.exe + InstallerSha256: 0217016e1c286fab577e0b6f6986ee8a7fa4d399e9fae5acc1fb5fb23a086eb4 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ja-JP + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_jp_x64.exe + InstallerSha256: 73f292656e65f6407f2c4e8bcb6024a9f3075eca27592f5cb2559671d4bc1d6f + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ja-JP + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_jp_x64.exe + InstallerSha256: 73f292656e65f6407f2c4e8bcb6024a9f3075eca27592f5cb2559671d4bc1d6f + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: de-DE + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_de_x64.exe + InstallerSha256: ae67acd0377772aba101fbc12b125101c6a9d101340aff641eee1a20888a7281 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: de-DE + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_de_x64.exe + InstallerSha256: ae67acd0377772aba101fbc12b125101c6a9d101340aff641eee1a20888a7281 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ru-RU + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_ru_x64.exe + InstallerSha256: 5fb574a306ee621083b6a73972f82bf3e5a12802210f66ddf146400397c06d8a + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ru-RU + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_ru_x64.exe + InstallerSha256: 5fb574a306ee621083b6a73972f82bf3e5a12802210f66ddf146400397c06d8a + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: pl-PL + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_pl_x64.exe + InstallerSha256: 497ab6c2c99587bc723f9c5406df998749807a59fc0c0b555106b0e2806a36a6 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: pl-PL + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_pl_x64.exe + InstallerSha256: 497ab6c2c99587bc723f9c5406df998749807a59fc0c0b555106b0e2806a36a6 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: fr-FR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_fr_x64.exe + InstallerSha256: 4c93463edcbd389063f8baecd80c84d0fedbdcda3fa2dd0ce8fa71fa68d1bdc8 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: fr-FR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_fr_x64.exe + InstallerSha256: 4c93463edcbd389063f8baecd80c84d0fedbdcda3fa2dd0ce8fa71fa68d1bdc8 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ko-KR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_kr_x64.exe + InstallerSha256: 57980ef7bcf9b1b1917255105e8392d051cada184afcb0844a8d7767767a1c7f + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ko-KR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_kr_x64.exe + InstallerSha256: 57980ef7bcf9b1b1917255105e8392d051cada184afcb0844a8d7767767a1c7f + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: th-TH + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_th_x64.exe + InstallerSha256: cedf9fa7f99a2bbdc1d8c7ac0b7f2f21e426a2178b622fa416c7955d5b2e0b2c + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: th-TH + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatbiviewer02_th_x64.exe + InstallerSha256: cedf9fa7f99a2bbdc1d8c7ac0b7f2f21e426a2178b622fa416c7955d5b2e0b2c + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/p/PremiumSoft/NavicatBIViewer/2.3.11/PremiumSoft.NavicatBIViewer.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatBIViewer/2.3.11/PremiumSoft.NavicatBIViewer.locale.en-US.yaml new file mode 100644 index 0000000000000..c9942fa5cd3c9 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatBIViewer/2.3.11/PremiumSoft.NavicatBIViewer.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatBIViewer +PackageVersion: 2.3.11 +PackageLocale: en-US +Publisher: PremiumSoft CyberTech Ltd. +PublisherUrl: https://www.navicat.com/ +PublisherSupportUrl: https://www.navicat.com/support +PrivacyUrl: https://www.navicat.com/privacystatement +Author: PremiumSoft CyberTech Ltd. +PackageName: Navicat BI Viewer +PackageUrl: https://www.navicat.com/en/products/navicat-bi +License: Proprietary +Copyright: Copyright (c) 2026. PremiumSoft CyberTech Ltd. +ShortDescription: Navicat BI Viewer is an easy-to-use tool for viewing BI workspace files. +Description: Navicat BI Viewer is an easy-to-use tool for viewing BI workspace files. With its friendly Graphical User Interface (GUI), Navicat BI Viewer allows you to navigate workspaces designed by Navicat's BI feature or Navicat BI. You can access local workspace files, or workspace files stored in Navicat Cloud or Navicat On-Prem Server. +Tags: +- Analytics +- BI +- Viewer +ReleaseNotesUrl: https://www.navicat.com/products/navicat-bi-release-note +PurchaseUrl: https://www.navicat.com/store/navicat-bi-plan +Documentations: +- DocumentLabel: Online Manual + DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual +- DocumentLabel: User Manual (PDF) + DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatBIViewer/2.3.11/PremiumSoft.NavicatBIViewer.yaml b/manifests/p/PremiumSoft/NavicatBIViewer/2.3.11/PremiumSoft.NavicatBIViewer.yaml new file mode 100644 index 0000000000000..8a49cb45ca3a9 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatBIViewer/2.3.11/PremiumSoft.NavicatBIViewer.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: PremiumSoft.NavicatBIViewer +PackageVersion: 2.3.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.11/PremiumSoft.NavicatDataModelerLite.installer.yaml b/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.11/PremiumSoft.NavicatDataModelerLite.installer.yaml new file mode 100644 index 0000000000000..84e415aa907c0 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.11/PremiumSoft.NavicatDataModelerLite.installer.yaml @@ -0,0 +1,189 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatDataModelerLite +PackageVersion: 4.3.11 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Navicat Data Modeler Lite 4_is1 +AppsAndFeaturesEntries: +- ProductCode: Navicat Data Modeler Lite 4_is1 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat Data Modeler Lite 4' +Installers: +- InstallerLocale: es-ES + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_es_x64.exe + InstallerSha256: b0dc8c74b06e8a23727079f16a2e5df7b81bc3f5149d6de291e8f2330837b2e6 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: es-ES + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_es_x64.exe + InstallerSha256: b0dc8c74b06e8a23727079f16a2e5df7b81bc3f5149d6de291e8f2330837b2e6 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: en-US + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_en_x64.exe + InstallerSha256: dafd067d85d5ad750021aad2c1bfd7a58f60f87fcb650a1f175f217c8b8f93d3 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: en-US + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_en_x64.exe + InstallerSha256: dafd067d85d5ad750021aad2c1bfd7a58f60f87fcb650a1f175f217c8b8f93d3 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-CN + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_cs_x64.exe + InstallerSha256: 6365d67037f33cd100145eff838de2bf9e4826660b40c97ea8c9f8d1dc5a6158 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-CN + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_cs_x64.exe + InstallerSha256: 6365d67037f33cd100145eff838de2bf9e4826660b40c97ea8c9f8d1dc5a6158 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_ct_x64.exe + InstallerSha256: 3e490df81ae24bef3ee26e66a6bbd4da48e6588d26cb7467322de38e39b864cf + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_ct_x64.exe + InstallerSha256: 3e490df81ae24bef3ee26e66a6bbd4da48e6588d26cb7467322de38e39b864cf + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: id-ID + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_id_x64.exe + InstallerSha256: 5f980058def6a935bed45c9f37de4cd2ae02351e6118e7539f5477b0b3f1707a + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: id-ID + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_id_x64.exe + InstallerSha256: 5f980058def6a935bed45c9f37de4cd2ae02351e6118e7539f5477b0b3f1707a + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ja-JP + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_jp_x64.exe + InstallerSha256: 09c48967286ce2edb53238499dead9dd6ae0f23397205cbd4baf34c53a2f6ffa + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ja-JP + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_jp_x64.exe + InstallerSha256: 09c48967286ce2edb53238499dead9dd6ae0f23397205cbd4baf34c53a2f6ffa + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: de-DE + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_de_x64.exe + InstallerSha256: cba82be3e914baedd1437504c6cc3e390d5862f9762e4575f4b872f43210900f + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: de-DE + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_de_x64.exe + InstallerSha256: cba82be3e914baedd1437504c6cc3e390d5862f9762e4575f4b872f43210900f + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ru-RU + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_ru_x64.exe + InstallerSha256: a3bdc05c6918024d7451928cad03270b0794a3928b48229445983795b0c609bf + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ru-RU + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_ru_x64.exe + InstallerSha256: a3bdc05c6918024d7451928cad03270b0794a3928b48229445983795b0c609bf + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: pl-PL + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_pl_x64.exe + InstallerSha256: abc48fbe0082939c63e836bd609118795ed20fe6aa125433afaf90e312e1858a + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: pl-PL + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_pl_x64.exe + InstallerSha256: abc48fbe0082939c63e836bd609118795ed20fe6aa125433afaf90e312e1858a + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: fr-FR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_fr_x64.exe + InstallerSha256: 1a4d0fe58921d6019a6644c6f4795514bf79ba7ff1f56bdd737cf9bc97bf6ea8 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: fr-FR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_fr_x64.exe + InstallerSha256: 1a4d0fe58921d6019a6644c6f4795514bf79ba7ff1f56bdd737cf9bc97bf6ea8 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ko-KR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_kr_x64.exe + InstallerSha256: 34852be9eb85559c83435bfe78991b9f390aee2357615949fdb4a2077fb5fcfe + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ko-KR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_kr_x64.exe + InstallerSha256: 34852be9eb85559c83435bfe78991b9f390aee2357615949fdb4a2077fb5fcfe + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: th-TH + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_th_x64.exe + InstallerSha256: b626e646ed2c2219214b40613e8990d233d6d43483a5a143cb768eaddd36a492 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: th-TH + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicatdatamodeler04_lite_th_x64.exe + InstallerSha256: b626e646ed2c2219214b40613e8990d233d6d43483a5a143cb768eaddd36a492 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.11/PremiumSoft.NavicatDataModelerLite.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.11/PremiumSoft.NavicatDataModelerLite.locale.en-US.yaml new file mode 100644 index 0000000000000..6c0d76ecd8065 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.11/PremiumSoft.NavicatDataModelerLite.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatDataModelerLite +PackageVersion: 4.3.11 +PackageLocale: en-US +Publisher: PremiumSoft CyberTech Ltd. +PublisherUrl: https://www.navicat.com/ +PublisherSupportUrl: https://www.navicat.com/support +PrivacyUrl: https://www.navicat.com/privacystatement +Author: PremiumSoft CyberTech Ltd. +PackageName: Navicat Data Modeler Lite +PackageUrl: https://www.navicat.com/en/products/navicat-data-modeler +License: Proprietary +Copyright: Copyright (c) 2026. PremiumSoft CyberTech Ltd. +ShortDescription: Navicat Data Modeler Lite is a powerful and easy-to-use database design tool for creating and manipulating data models. +Description: Navicat Data Modeler Lite is a powerful and easy-to-use database design tool for creating and manipulating data models. It supports various database systems, including MySQL, MariaDB, Oracle, SQL Server, PostgreSQL, MongoDB, SQLite and Snowflake. +Tags: +- Data-Modeling +- Database-Design +- ER-Diagram +ReleaseNotesUrl: https://www.navicat.com/products/navicat-data-modeler-release-note +PurchaseUrl: https://www.navicat.com/store/navicat-data-modeler-plan +Documentations: +- DocumentLabel: Online Manual + DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual +- DocumentLabel: User Manual (PDF) + DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.11/PremiumSoft.NavicatDataModelerLite.yaml b/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.11/PremiumSoft.NavicatDataModelerLite.yaml new file mode 100644 index 0000000000000..5152dff3b295e --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatDataModelerLite/4.3.11/PremiumSoft.NavicatDataModelerLite.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: PremiumSoft.NavicatDataModelerLite +PackageVersion: 4.3.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatMongoDB/17.3.11/PremiumSoft.NavicatMongoDB.installer.yaml b/manifests/p/PremiumSoft/NavicatMongoDB/17.3.11/PremiumSoft.NavicatMongoDB.installer.yaml new file mode 100644 index 0000000000000..bb76e3495b62c --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatMongoDB/17.3.11/PremiumSoft.NavicatMongoDB.installer.yaml @@ -0,0 +1,189 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatMongoDB +PackageVersion: 17.3.11 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Navicat 17 for MongoDB_is1 +AppsAndFeaturesEntries: +- ProductCode: Navicat 17 for MongoDB_is1 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat 17 for MongoDB' +Installers: +- InstallerLocale: es-ES + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_es_x64.exe + InstallerSha256: edefec6bc4aa79fdf7a098d113f7f77907ddabed390dc6a6bc66bc93f1d9c9b4 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: es-ES + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_es_x64.exe + InstallerSha256: edefec6bc4aa79fdf7a098d113f7f77907ddabed390dc6a6bc66bc93f1d9c9b4 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: en-US + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_en_x64.exe + InstallerSha256: 8be354d1fab849fd0de9174e45d34f46883170348fb5e1d8d734ce6f4c67463e + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: en-US + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_en_x64.exe + InstallerSha256: 8be354d1fab849fd0de9174e45d34f46883170348fb5e1d8d734ce6f4c67463e + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-CN + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_cs_x64.exe + InstallerSha256: 46de0f1e8fee85ef829f0a167d7aae19c8a2888efe30cf51a2c527f384d259e5 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-CN + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_cs_x64.exe + InstallerSha256: 46de0f1e8fee85ef829f0a167d7aae19c8a2888efe30cf51a2c527f384d259e5 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_ct_x64.exe + InstallerSha256: 25f4b01b140a46b2b5dfbaac810b8f40fc32e9bcae6f09513a2c449c40bfbcd9 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_ct_x64.exe + InstallerSha256: 25f4b01b140a46b2b5dfbaac810b8f40fc32e9bcae6f09513a2c449c40bfbcd9 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: id-ID + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_id_x64.exe + InstallerSha256: f87b79c6ca88783c656dfde2563857525253dd4dea3707261898c59a5b72759d + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: id-ID + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_id_x64.exe + InstallerSha256: f87b79c6ca88783c656dfde2563857525253dd4dea3707261898c59a5b72759d + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ja-JP + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_jp_x64.exe + InstallerSha256: 90a586873638efb9815fb948887169ce82ae8fdc69d2ea766f5f4c04d88b0f67 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ja-JP + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_jp_x64.exe + InstallerSha256: 90a586873638efb9815fb948887169ce82ae8fdc69d2ea766f5f4c04d88b0f67 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: de-DE + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_de_x64.exe + InstallerSha256: d4a38ef684a8e2660624f7e8385326b010cbec1f9b16ac9035bccec11085264b + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: de-DE + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_de_x64.exe + InstallerSha256: d4a38ef684a8e2660624f7e8385326b010cbec1f9b16ac9035bccec11085264b + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ru-RU + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_ru_x64.exe + InstallerSha256: 4d2d1dec270104f5c8f1f823db89f024a63a7f4a2504e4e0461606b48b6d2a66 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ru-RU + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_ru_x64.exe + InstallerSha256: 4d2d1dec270104f5c8f1f823db89f024a63a7f4a2504e4e0461606b48b6d2a66 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: pl-PL + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_pl_x64.exe + InstallerSha256: 7355bf09aeb6594a3e97f949fb1380f2f2139ee2e4101aba766b921032e54d5f + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: pl-PL + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_pl_x64.exe + InstallerSha256: 7355bf09aeb6594a3e97f949fb1380f2f2139ee2e4101aba766b921032e54d5f + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: fr-FR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_fr_x64.exe + InstallerSha256: fc77a8c6f60de42149c2f28dcd968ebcb0d7752968f830aa9a02c276760e09dc + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: fr-FR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_fr_x64.exe + InstallerSha256: fc77a8c6f60de42149c2f28dcd968ebcb0d7752968f830aa9a02c276760e09dc + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ko-KR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_kr_x64.exe + InstallerSha256: 2325b96a3f502a3dbc7eeaca6ebe9c8a39d877fbfb7330fa90a812af8061f53c + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ko-KR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_kr_x64.exe + InstallerSha256: 2325b96a3f502a3dbc7eeaca6ebe9c8a39d877fbfb7330fa90a812af8061f53c + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: th-TH + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_th_x64.exe + InstallerSha256: 6fa4dc04e0ccec868ccf1b20deb78db474f4cd372af7ace13782f1ce4b38021b + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: th-TH + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mongodb_th_x64.exe + InstallerSha256: 6fa4dc04e0ccec868ccf1b20deb78db474f4cd372af7ace13782f1ce4b38021b + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/p/PremiumSoft/NavicatMongoDB/17.3.11/PremiumSoft.NavicatMongoDB.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatMongoDB/17.3.11/PremiumSoft.NavicatMongoDB.locale.en-US.yaml new file mode 100644 index 0000000000000..ab7ba78b35af6 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatMongoDB/17.3.11/PremiumSoft.NavicatMongoDB.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatMongoDB +PackageVersion: 17.3.11 +PackageLocale: en-US +Publisher: PremiumSoft CyberTech Ltd. +PublisherUrl: https://www.navicat.com/ +PublisherSupportUrl: https://www.navicat.com/support +PrivacyUrl: https://www.navicat.com/privacystatement +Author: PremiumSoft CyberTech Ltd. +PackageName: Navicat for MongoDB +PackageUrl: https://www.navicat.com/en/products/navicat-for-mongodb +License: Proprietary +Copyright: Copyright (c) 2026. PremiumSoft CyberTech Ltd. +ShortDescription: Navicat for MongoDB is built to streamline database management and enhance user interaction with MongoDB's NoSQL capabilities. +Description: Navicat for MongoDB is built to streamline database management and enhance user interaction with MongoDB's NoSQL capabilities. You can navigate through collections and documents, visually construct aggregation pipelines, and perform data operations via a responsive UI. The inclusion of data modeling and business intelligence (BI) tools provides key insights into database structures and relationships, aiding informed decision-making. +Tags: +- Databases +- MongoDB +- NoSQL +ReleaseNotesUrl: https://www.navicat.com/products/navicat-for-mongodb-release-note +PurchaseUrl: https://www.navicat.com/store/navicat-for-mongodb-plan +Documentations: +- DocumentLabel: Online Manual + DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual +- DocumentLabel: User Manual (PDF) + DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatMongoDB/17.3.11/PremiumSoft.NavicatMongoDB.yaml b/manifests/p/PremiumSoft/NavicatMongoDB/17.3.11/PremiumSoft.NavicatMongoDB.yaml new file mode 100644 index 0000000000000..da55dca679e32 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatMongoDB/17.3.11/PremiumSoft.NavicatMongoDB.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: PremiumSoft.NavicatMongoDB +PackageVersion: 17.3.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatMySQL/17.3.11/PremiumSoft.NavicatMySQL.installer.yaml b/manifests/p/PremiumSoft/NavicatMySQL/17.3.11/PremiumSoft.NavicatMySQL.installer.yaml new file mode 100644 index 0000000000000..b0a41e4617b1d --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatMySQL/17.3.11/PremiumSoft.NavicatMySQL.installer.yaml @@ -0,0 +1,189 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatMySQL +PackageVersion: 17.3.11 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Navicat 17 for MySQL_is1 +AppsAndFeaturesEntries: +- ProductCode: Navicat 17 for MySQL_is1 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat 17 for MySQL' +Installers: +- InstallerLocale: es-ES + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_es_x64.exe + InstallerSha256: d582dbdba4f69b2887ff245c335060ab201936f610593d58f1670b8cf22cd9aa + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: es-ES + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_es_x64.exe + InstallerSha256: d582dbdba4f69b2887ff245c335060ab201936f610593d58f1670b8cf22cd9aa + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: en-US + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_en_x64.exe + InstallerSha256: 49b63c8cee4b0d0cbcb0397f4d0815c6a93a687b8bc285abe4c311d06816b1c3 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: en-US + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_en_x64.exe + InstallerSha256: 49b63c8cee4b0d0cbcb0397f4d0815c6a93a687b8bc285abe4c311d06816b1c3 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-CN + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_cs_x64.exe + InstallerSha256: 73266c8178b82de0f9f2993a6326fb9856b02ad316239c99916328847a1e53c6 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-CN + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_cs_x64.exe + InstallerSha256: 73266c8178b82de0f9f2993a6326fb9856b02ad316239c99916328847a1e53c6 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_ct_x64.exe + InstallerSha256: 237e9b9fe69c7bfc8baca47b84e31d3c54a8267511ed448871074c5239950fd7 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_ct_x64.exe + InstallerSha256: 237e9b9fe69c7bfc8baca47b84e31d3c54a8267511ed448871074c5239950fd7 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: id-ID + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_id_x64.exe + InstallerSha256: 0309f15c8052308949d86c727e46cbed026110a2b26d1524fd7d18a00c9c9431 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: id-ID + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_id_x64.exe + InstallerSha256: 0309f15c8052308949d86c727e46cbed026110a2b26d1524fd7d18a00c9c9431 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ja-JP + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_jp_x64.exe + InstallerSha256: 25fe6dd9c4ffd8c69ebab5401b602dcb0cbea5b70a1857bb31a14279a7673100 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ja-JP + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_jp_x64.exe + InstallerSha256: 25fe6dd9c4ffd8c69ebab5401b602dcb0cbea5b70a1857bb31a14279a7673100 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: de-DE + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_de_x64.exe + InstallerSha256: 0304e6581109369f91c70812973f684160e0acf8d56be91e571e0b13b8611ea0 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: de-DE + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_de_x64.exe + InstallerSha256: 0304e6581109369f91c70812973f684160e0acf8d56be91e571e0b13b8611ea0 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ru-RU + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_ru_x64.exe + InstallerSha256: 1d72302f31ea4cad408805cfeb24090c8cd746a120217327040f9467b06a9bd1 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ru-RU + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_ru_x64.exe + InstallerSha256: 1d72302f31ea4cad408805cfeb24090c8cd746a120217327040f9467b06a9bd1 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: pl-PL + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_pl_x64.exe + InstallerSha256: 1ca02905681bd77641ef6bb32538ca2081ced9203eed7749dbbc7c2a726363c6 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: pl-PL + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_pl_x64.exe + InstallerSha256: 1ca02905681bd77641ef6bb32538ca2081ced9203eed7749dbbc7c2a726363c6 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: fr-FR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_fr_x64.exe + InstallerSha256: ace492708b92a13f236422daf5bb17c48358a051b465bfdb90bde11db6b76dbb + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: fr-FR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_fr_x64.exe + InstallerSha256: ace492708b92a13f236422daf5bb17c48358a051b465bfdb90bde11db6b76dbb + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ko-KR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_kr_x64.exe + InstallerSha256: 4a47030337f6434a780dbd639161dfd4b839ac95b8cdfec2eff84918577022d7 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ko-KR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_kr_x64.exe + InstallerSha256: 4a47030337f6434a780dbd639161dfd4b839ac95b8cdfec2eff84918577022d7 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: th-TH + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_th_x64.exe + InstallerSha256: e1c926ac74449029ec252060937c9323810a47b9011554e3c5828f335a97702f + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: th-TH + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_mysql_th_x64.exe + InstallerSha256: e1c926ac74449029ec252060937c9323810a47b9011554e3c5828f335a97702f + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/p/PremiumSoft/NavicatMySQL/17.3.11/PremiumSoft.NavicatMySQL.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatMySQL/17.3.11/PremiumSoft.NavicatMySQL.locale.en-US.yaml new file mode 100644 index 0000000000000..10f7459ae0b04 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatMySQL/17.3.11/PremiumSoft.NavicatMySQL.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: PremiumSoft.NavicatMySQL +PackageVersion: 17.3.11 +PackageLocale: en-US +Publisher: PremiumSoft CyberTech Ltd. +PublisherUrl: https://www.navicat.com/ +PublisherSupportUrl: https://www.navicat.com/support +PrivacyUrl: https://www.navicat.com/privacystatement +Author: PremiumSoft CyberTech Ltd. +PackageName: Navicat for MySQL +PackageUrl: https://www.navicat.com/en/products/navicat-for-mysql +License: Proprietary +Copyright: Copyright (c) 2026. PremiumSoft CyberTech Ltd. +ShortDescription: Navicat for MySQL is a complete package designed for the unified management and development of MySQL and MariaDB databases. +Description: Navicat for MySQL is a complete package designed for the unified management and development of MySQL and MariaDB databases. It features visual designers for database modeling and data illustration, comprehensive data management tools for importing, exporting, and synchronization, and a drag-and-drop query builder that simplifies SQL creation - making it an invaluable tool for both beginners and experienced developers. +Tags: +- Databases +- MariaDB +- MySQL +- SQL +ReleaseNotesUrl: https://www.navicat.com/products/navicat-for-mysql-release-note +PurchaseUrl: https://www.navicat.com/store/navicat-for-mysql-plan +Documentations: +- DocumentLabel: Online Manual + DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual +- DocumentLabel: User Manual (PDF) + DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatMySQL/17.3.11/PremiumSoft.NavicatMySQL.yaml b/manifests/p/PremiumSoft/NavicatMySQL/17.3.11/PremiumSoft.NavicatMySQL.yaml new file mode 100644 index 0000000000000..39b0351462eeb --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatMySQL/17.3.11/PremiumSoft.NavicatMySQL.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: PremiumSoft.NavicatMySQL +PackageVersion: 17.3.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatOracle/17.3.11/PremiumSoft.NavicatOracle.installer.yaml b/manifests/p/PremiumSoft/NavicatOracle/17.3.11/PremiumSoft.NavicatOracle.installer.yaml new file mode 100644 index 0000000000000..1a905857991b5 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatOracle/17.3.11/PremiumSoft.NavicatOracle.installer.yaml @@ -0,0 +1,189 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatOracle +PackageVersion: 17.3.11 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Navicat 17 for Oracle_is1 +AppsAndFeaturesEntries: +- ProductCode: Navicat 17 for Oracle_is1 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat 17 for Oracle' +Installers: +- InstallerLocale: es-ES + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_es_x64.exe + InstallerSha256: 40ac20b01cf17ea29d3d42f2cfdba164dd9ea1aee77688f0d84005204966be6b + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: es-ES + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_es_x64.exe + InstallerSha256: 40ac20b01cf17ea29d3d42f2cfdba164dd9ea1aee77688f0d84005204966be6b + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: en-US + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_en_x64.exe + InstallerSha256: ae3baec36ed4817576290abaae9a54dd1c1654194fff4fa8a45c2818d6f053fe + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: en-US + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_en_x64.exe + InstallerSha256: ae3baec36ed4817576290abaae9a54dd1c1654194fff4fa8a45c2818d6f053fe + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-CN + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_cs_x64.exe + InstallerSha256: 2ee94c9976af56477fb28fc34a499508553d602db1f2cc56586080fee91fa7c7 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-CN + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_cs_x64.exe + InstallerSha256: 2ee94c9976af56477fb28fc34a499508553d602db1f2cc56586080fee91fa7c7 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_ct_x64.exe + InstallerSha256: d77e9816d56aa94c132bae8f78ff50dba569d7ada463a83d18f5ff5353846391 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_ct_x64.exe + InstallerSha256: d77e9816d56aa94c132bae8f78ff50dba569d7ada463a83d18f5ff5353846391 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: id-ID + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_id_x64.exe + InstallerSha256: 0bff31f0d79bd5fd763194e32dbf3f90cfc336b3a9ef253bfbc6d6004a9d6e03 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: id-ID + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_id_x64.exe + InstallerSha256: 0bff31f0d79bd5fd763194e32dbf3f90cfc336b3a9ef253bfbc6d6004a9d6e03 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ja-JP + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_jp_x64.exe + InstallerSha256: c32c7b49d25fa3bf5174935a6d1b3a325350163277bf2b5209bc10fc16363f7d + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ja-JP + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_jp_x64.exe + InstallerSha256: c32c7b49d25fa3bf5174935a6d1b3a325350163277bf2b5209bc10fc16363f7d + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: de-DE + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_de_x64.exe + InstallerSha256: 31b27fddcfb3b7e9a6e5ee372db23c6f17cdae4d8673aff26d3cc9b610bd3763 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: de-DE + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_de_x64.exe + InstallerSha256: 31b27fddcfb3b7e9a6e5ee372db23c6f17cdae4d8673aff26d3cc9b610bd3763 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ru-RU + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_ru_x64.exe + InstallerSha256: 510242d1242836286add603379f93409cc217dae108648168762916ad7b1ffd7 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ru-RU + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_ru_x64.exe + InstallerSha256: 510242d1242836286add603379f93409cc217dae108648168762916ad7b1ffd7 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: pl-PL + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_pl_x64.exe + InstallerSha256: 8f847f3d688eb81f1dd7495206d501c998911522844ad77e31adedaa7db451fd + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: pl-PL + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_pl_x64.exe + InstallerSha256: 8f847f3d688eb81f1dd7495206d501c998911522844ad77e31adedaa7db451fd + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: fr-FR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_fr_x64.exe + InstallerSha256: 11584f1ca57297dd96c76de1c1a3175fc5abac1c48098ec1fe94c4407ad6cffb + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: fr-FR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_fr_x64.exe + InstallerSha256: 11584f1ca57297dd96c76de1c1a3175fc5abac1c48098ec1fe94c4407ad6cffb + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ko-KR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_kr_x64.exe + InstallerSha256: 3e7bfb928655b1eea28a5c2c3a728bfba1acb40ed49f0fa1497f6260de308982 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ko-KR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_kr_x64.exe + InstallerSha256: 3e7bfb928655b1eea28a5c2c3a728bfba1acb40ed49f0fa1497f6260de308982 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: th-TH + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_th_x64.exe + InstallerSha256: 14e9199036a56cbbb01df9088b2de6c8c2ecbee501d7aefd05c2639067218ecc + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: th-TH + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_ora_th_x64.exe + InstallerSha256: 14e9199036a56cbbb01df9088b2de6c8c2ecbee501d7aefd05c2639067218ecc + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/p/PremiumSoft/NavicatOracle/17.3.11/PremiumSoft.NavicatOracle.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatOracle/17.3.11/PremiumSoft.NavicatOracle.locale.en-US.yaml new file mode 100644 index 0000000000000..2742b35d6d677 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatOracle/17.3.11/PremiumSoft.NavicatOracle.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatOracle +PackageVersion: 17.3.11 +PackageLocale: en-US +Publisher: PremiumSoft CyberTech Ltd. +PublisherUrl: https://www.navicat.com/ +PublisherSupportUrl: https://www.navicat.com/support +PrivacyUrl: https://www.navicat.com/privacystatement +Author: PremiumSoft CyberTech Ltd. +PackageName: Navicat for Oracle +PackageUrl: https://www.navicat.com/en/products/navicat-for-oracle +License: Proprietary +Copyright: Copyright (c) 2026. PremiumSoft CyberTech Ltd. +ShortDescription: Navicat for Oracle enhances the efficiency and productivity of Oracle developers and administrators with a streamlined working environment. +Description: Navicat for Oracle enhances the efficiency and productivity of Oracle developers and administrators with a streamlined working environment. It comprises intuitive data modeling tools for visual database design, advanced SQL editing features for efficient query writing, and seamless data transfer options for easy migration, as well as automated task scheduling to manage routine operations, among many other capabilities. +Tags: +- Databases +- Oracle +- SQL +ReleaseNotesUrl: https://www.navicat.com/products/navicat-for-oracle-release-note +PurchaseUrl: https://www.navicat.com/store/navicat-for-oracle-plan +Documentations: +- DocumentLabel: Online Manual + DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual +- DocumentLabel: User Manual (PDF) + DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatOracle/17.3.11/PremiumSoft.NavicatOracle.yaml b/manifests/p/PremiumSoft/NavicatOracle/17.3.11/PremiumSoft.NavicatOracle.yaml new file mode 100644 index 0000000000000..8162216ee6a45 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatOracle/17.3.11/PremiumSoft.NavicatOracle.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: PremiumSoft.NavicatOracle +PackageVersion: 17.3.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.11/PremiumSoft.NavicatPostgreSQL.installer.yaml b/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.11/PremiumSoft.NavicatPostgreSQL.installer.yaml new file mode 100644 index 0000000000000..b9aafcb2eb41f --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.11/PremiumSoft.NavicatPostgreSQL.installer.yaml @@ -0,0 +1,189 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatPostgreSQL +PackageVersion: 17.3.11 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Navicat 17 for PostgreSQL_is1 +AppsAndFeaturesEntries: +- ProductCode: Navicat 17 for PostgreSQL_is1 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat 17 for PostgreSQL' +Installers: +- InstallerLocale: es-ES + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_es_x64.exe + InstallerSha256: 6f8f447ac7433442301be3416c407cbeec3131b2da8c771c4fb2862b075f0ace + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: es-ES + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_es_x64.exe + InstallerSha256: 6f8f447ac7433442301be3416c407cbeec3131b2da8c771c4fb2862b075f0ace + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: en-US + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_en_x64.exe + InstallerSha256: 2505475f3bcdf01b7e13da4870399fe3a903bd09f22c1f55ee57e8ce2a9da2ee + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: en-US + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_en_x64.exe + InstallerSha256: 2505475f3bcdf01b7e13da4870399fe3a903bd09f22c1f55ee57e8ce2a9da2ee + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-CN + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_cs_x64.exe + InstallerSha256: a893c5fbf8d55869112528e7534dbb98a7ccc1c52a54f3ed576bab9876712bb7 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-CN + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_cs_x64.exe + InstallerSha256: a893c5fbf8d55869112528e7534dbb98a7ccc1c52a54f3ed576bab9876712bb7 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_ct_x64.exe + InstallerSha256: fbb141aa795cd99b1de7c30cb415b590de3f03e53901ef7281637c6aa62a4bc7 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_ct_x64.exe + InstallerSha256: fbb141aa795cd99b1de7c30cb415b590de3f03e53901ef7281637c6aa62a4bc7 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: id-ID + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_id_x64.exe + InstallerSha256: fd46c8fbbf9f8cc18ee1ce2d9adab9138638f968e5594decf87448394de4aa7e + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: id-ID + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_id_x64.exe + InstallerSha256: fd46c8fbbf9f8cc18ee1ce2d9adab9138638f968e5594decf87448394de4aa7e + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ja-JP + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_jp_x64.exe + InstallerSha256: 694de4fafa9487bbe7cafd4286be5e9f85984273628a6c473b55d825a3b451fa + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ja-JP + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_jp_x64.exe + InstallerSha256: 694de4fafa9487bbe7cafd4286be5e9f85984273628a6c473b55d825a3b451fa + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: de-DE + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_de_x64.exe + InstallerSha256: bae6244c89503bd0232bf0aa435468ee88058e3caf3bfe2da25ab1913d85b7a6 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: de-DE + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_de_x64.exe + InstallerSha256: bae6244c89503bd0232bf0aa435468ee88058e3caf3bfe2da25ab1913d85b7a6 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ru-RU + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_ru_x64.exe + InstallerSha256: b72eecb5f8a66d1b466db06806e1589cfd305d6dc7cab1e2963a71648d48da1c + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ru-RU + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_ru_x64.exe + InstallerSha256: b72eecb5f8a66d1b466db06806e1589cfd305d6dc7cab1e2963a71648d48da1c + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: pl-PL + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_pl_x64.exe + InstallerSha256: ca6517229ddc87097034be7b8545cbb3ee0d3a75bda3d504fc85ef10da2506b4 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: pl-PL + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_pl_x64.exe + InstallerSha256: ca6517229ddc87097034be7b8545cbb3ee0d3a75bda3d504fc85ef10da2506b4 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: fr-FR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_fr_x64.exe + InstallerSha256: 3187bb6f1d2311b69cc26af7fbccf49f2a211e7c5ebdbaf382e3248591cae605 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: fr-FR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_fr_x64.exe + InstallerSha256: 3187bb6f1d2311b69cc26af7fbccf49f2a211e7c5ebdbaf382e3248591cae605 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ko-KR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_kr_x64.exe + InstallerSha256: e4e4e4ace12d664a27e3a22f816bcdf7b18caf4c341671e33d481f0cfb269174 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ko-KR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_kr_x64.exe + InstallerSha256: e4e4e4ace12d664a27e3a22f816bcdf7b18caf4c341671e33d481f0cfb269174 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: th-TH + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_th_x64.exe + InstallerSha256: 25ce03f4906603095d50586fdf58ee134f8845f7a395a24fabd34044a8a9f3ab + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: th-TH + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_pgsql_th_x64.exe + InstallerSha256: 25ce03f4906603095d50586fdf58ee134f8845f7a395a24fabd34044a8a9f3ab + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.11/PremiumSoft.NavicatPostgreSQL.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.11/PremiumSoft.NavicatPostgreSQL.locale.en-US.yaml new file mode 100644 index 0000000000000..35471a0c3ab7c --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.11/PremiumSoft.NavicatPostgreSQL.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatPostgreSQL +PackageVersion: 17.3.11 +PackageLocale: en-US +Publisher: PremiumSoft CyberTech Ltd. +PublisherUrl: https://www.navicat.com/ +PublisherSupportUrl: https://www.navicat.com/support +PrivacyUrl: https://www.navicat.com/privacystatement +Author: PremiumSoft CyberTech Ltd. +PackageName: Navicat for PostgreSQL +PackageUrl: https://www.navicat.com/en/products/navicat-for-postgresql +License: Proprietary +Copyright: Copyright (c) 2026. PremiumSoft CyberTech Ltd. +ShortDescription: Navicat for PostgreSQL is an easy-to-use database management tool designed to simplify the complexities of handling PostgreSQL servers. +Description: Navicat for PostgreSQL is an easy-to-use database management tool designed to simplify the complexities of handling PostgreSQL servers. It supports tasks ranging from managing large datasets and writing simple queries to developing complex data models and conducting data analysis. Navicat for PostgreSQL provides the tools and insights necessary for a smooth GUI experience. +Tags: +- Databases +- PostgreSQL +- SQL +ReleaseNotesUrl: https://www.navicat.com/products/navicat-for-postgresql-release-note +PurchaseUrl: https://www.navicat.com/store/navicat-for-postgresql-plan +Documentations: +- DocumentLabel: Online Manual + DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual +- DocumentLabel: User Manual (PDF) + DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.11/PremiumSoft.NavicatPostgreSQL.yaml b/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.11/PremiumSoft.NavicatPostgreSQL.yaml new file mode 100644 index 0000000000000..45cfd1d0f47e0 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatPostgreSQL/17.3.11/PremiumSoft.NavicatPostgreSQL.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: PremiumSoft.NavicatPostgreSQL +PackageVersion: 17.3.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatPremium/17.3.11/PremiumSoft.NavicatPremium.installer.yaml b/manifests/p/PremiumSoft/NavicatPremium/17.3.11/PremiumSoft.NavicatPremium.installer.yaml new file mode 100644 index 0000000000000..31fcdbbc54422 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatPremium/17.3.11/PremiumSoft.NavicatPremium.installer.yaml @@ -0,0 +1,189 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatPremium +PackageVersion: 17.3.11 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Navicat 17 Premium_is1 +AppsAndFeaturesEntries: +- ProductCode: Navicat 17 Premium_is1 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat Premium 17' +Installers: +- InstallerLocale: es-ES + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_es_x64.exe + InstallerSha256: 81c03c941738b45bf53dd09540a39786e50bce292ada81a04ce57741c4a2bb91 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: es-ES + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_es_x64.exe + InstallerSha256: 81c03c941738b45bf53dd09540a39786e50bce292ada81a04ce57741c4a2bb91 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: en-US + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_en_x64.exe + InstallerSha256: 4127cf7ff52251d93ca65886f6b0356813785edd36a8d1f933858325fa00b053 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: en-US + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_en_x64.exe + InstallerSha256: 4127cf7ff52251d93ca65886f6b0356813785edd36a8d1f933858325fa00b053 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-CN + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_cs_x64.exe + InstallerSha256: 6f7155806d669fb21f1f98673dc6edfe39be062afcc71e2d8cd4a788eae64077 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-CN + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_cs_x64.exe + InstallerSha256: 6f7155806d669fb21f1f98673dc6edfe39be062afcc71e2d8cd4a788eae64077 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_ct_x64.exe + InstallerSha256: 0c56fc409d9268c1b6d4be2dbae43746c0e2aa496a40b22a3a42f9bf6f2b5fb0 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_ct_x64.exe + InstallerSha256: 0c56fc409d9268c1b6d4be2dbae43746c0e2aa496a40b22a3a42f9bf6f2b5fb0 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: id-ID + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_id_x64.exe + InstallerSha256: 99f0d9bfe1eaafb63d1e21fd69c08100a7b5dd8ea59ee69c7d14a0c04e503315 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: id-ID + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_id_x64.exe + InstallerSha256: 99f0d9bfe1eaafb63d1e21fd69c08100a7b5dd8ea59ee69c7d14a0c04e503315 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ja-JP + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_jp_x64.exe + InstallerSha256: 1ae66f8d32368d10a69e663f469048ab7aaeacb7919e2a03b17f2e05dbb21757 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ja-JP + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_jp_x64.exe + InstallerSha256: 1ae66f8d32368d10a69e663f469048ab7aaeacb7919e2a03b17f2e05dbb21757 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: de-DE + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_de_x64.exe + InstallerSha256: 3a002c2a78ca055eab0e7a1ea207e9f3f1b37c86b60d63b3e63d8bb2e317a5da + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: de-DE + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_de_x64.exe + InstallerSha256: 3a002c2a78ca055eab0e7a1ea207e9f3f1b37c86b60d63b3e63d8bb2e317a5da + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ru-RU + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_ru_x64.exe + InstallerSha256: cb2441fb803c76f07e430cefcf25e65b775eae8f15b995247b4b0cbbc8791056 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ru-RU + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_ru_x64.exe + InstallerSha256: cb2441fb803c76f07e430cefcf25e65b775eae8f15b995247b4b0cbbc8791056 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: pl-PL + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_pl_x64.exe + InstallerSha256: 2cd167a326bafad38e4f0558d21dc1954838ba8bf709cf23e052c8031e03599a + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: pl-PL + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_pl_x64.exe + InstallerSha256: 2cd167a326bafad38e4f0558d21dc1954838ba8bf709cf23e052c8031e03599a + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: fr-FR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_fr_x64.exe + InstallerSha256: b7d93783161e1a37b1504ae06571040f0ad3bacabed0fe9a42a20190a7bb8e76 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: fr-FR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_fr_x64.exe + InstallerSha256: b7d93783161e1a37b1504ae06571040f0ad3bacabed0fe9a42a20190a7bb8e76 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ko-KR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_kr_x64.exe + InstallerSha256: a18f19abf76edf5a18ea7e0a37eb8dd5eba51751e0ba31d5cb6b9d67214fac9a + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ko-KR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_kr_x64.exe + InstallerSha256: a18f19abf76edf5a18ea7e0a37eb8dd5eba51751e0ba31d5cb6b9d67214fac9a + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: th-TH + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_th_x64.exe + InstallerSha256: dba1d7471576adea2de0a44eec2bef3688e87682b78eaa5086b88d46464b62ca + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: th-TH + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_th_x64.exe + InstallerSha256: dba1d7471576adea2de0a44eec2bef3688e87682b78eaa5086b88d46464b62ca + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/p/PremiumSoft/NavicatPremium/17.3.11/PremiumSoft.NavicatPremium.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatPremium/17.3.11/PremiumSoft.NavicatPremium.locale.en-US.yaml new file mode 100644 index 0000000000000..a7a04b688d7c3 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatPremium/17.3.11/PremiumSoft.NavicatPremium.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatPremium +PackageVersion: 17.3.11 +PackageLocale: en-US +Publisher: PremiumSoft CyberTech Ltd. +PublisherUrl: https://www.navicat.com/ +PublisherSupportUrl: https://www.navicat.com/support +PrivacyUrl: https://www.navicat.com/privacystatement +Author: PremiumSoft CyberTech Ltd. +PackageName: Navicat Premium +PackageUrl: https://www.navicat.com/en/products/navicat-premium +License: Proprietary +Copyright: Copyright (c) 2026. PremiumSoft CyberTech Ltd. +ShortDescription: Navicat Premium is a robust, all-in-one solution for database development that enables seamless connections to multiple databases from a single application. +Description: Navicat Premium is a robust, all-in-one solution for database development that enables seamless connections to multiple databases, including MySQL, PostgreSQL, MongoDB, MariaDB, SQL Server, Oracle, SQLite, Redis, and Snowflake, all from a single application. Its native user interface delivers a streamlined experience, making database design, management, and maintenance easier than ever. Whether you're executing complex queries, performing data migrations, aligning data models with databases, or leveraging powerful business intelligence tools for insightful analysis, Navicat Premium provides the essential tools for optimal database performance and increased productivity. +Tags: +- Databases +- Management +- SQL +ReleaseNotesUrl: https://www.navicat.com/products/navicat-premium-release-note +PurchaseUrl: https://www.navicat.com/store/navicat-premium-plan +Documentations: +- DocumentLabel: Online Manual + DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual +- DocumentLabel: User Manual (PDF) + DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatPremium/17.3.11/PremiumSoft.NavicatPremium.yaml b/manifests/p/PremiumSoft/NavicatPremium/17.3.11/PremiumSoft.NavicatPremium.yaml new file mode 100644 index 0000000000000..d38ea3164f0c6 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatPremium/17.3.11/PremiumSoft.NavicatPremium.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: PremiumSoft.NavicatPremium +PackageVersion: 17.3.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.11/PremiumSoft.NavicatPremiumLite.installer.yaml b/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.11/PremiumSoft.NavicatPremiumLite.installer.yaml new file mode 100644 index 0000000000000..033bd20c911dc --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.11/PremiumSoft.NavicatPremiumLite.installer.yaml @@ -0,0 +1,189 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatPremiumLite +PackageVersion: 17.3.11 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Navicat 17 Premium Lite_is1 +AppsAndFeaturesEntries: +- ProductCode: Navicat 17 Premium Lite_is1 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat Premium Lite 17' +Installers: +- InstallerLocale: es-ES + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_es_x64.exe + InstallerSha256: bc33405bb25ee03ca9142a0a18058eb0c7f5b373accf17feb798dddf8f94112d + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: es-ES + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_es_x64.exe + InstallerSha256: bc33405bb25ee03ca9142a0a18058eb0c7f5b373accf17feb798dddf8f94112d + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: en-US + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_en_x64.exe + InstallerSha256: e0964f21b8a6758011f01e96de89d5889768e388b21663a4fd7c6560f0e68b3f + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: en-US + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_en_x64.exe + InstallerSha256: e0964f21b8a6758011f01e96de89d5889768e388b21663a4fd7c6560f0e68b3f + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-CN + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_cs_x64.exe + InstallerSha256: be3fc3df0e067e0cf6b4fb2f2d46c9ee8a7ce199c07eacdcf5d9240b3a8205d0 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-CN + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_cs_x64.exe + InstallerSha256: be3fc3df0e067e0cf6b4fb2f2d46c9ee8a7ce199c07eacdcf5d9240b3a8205d0 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_ct_x64.exe + InstallerSha256: 0d29f33a3e6ed79cae3722d88cbf36badbd0448ae14a93b22352ab166944553a + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_ct_x64.exe + InstallerSha256: 0d29f33a3e6ed79cae3722d88cbf36badbd0448ae14a93b22352ab166944553a + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: id-ID + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_id_x64.exe + InstallerSha256: e23e5a7fd3d484c256056e0d0ad30f44dd69bc40415447fefda11e44234366e7 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: id-ID + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_id_x64.exe + InstallerSha256: e23e5a7fd3d484c256056e0d0ad30f44dd69bc40415447fefda11e44234366e7 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ja-JP + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_jp_x64.exe + InstallerSha256: 2d8959cce699fc67bb7a8abbc0fed13a70ce62d59a9b1e12cc3d2b6372cbb3b8 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ja-JP + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_jp_x64.exe + InstallerSha256: 2d8959cce699fc67bb7a8abbc0fed13a70ce62d59a9b1e12cc3d2b6372cbb3b8 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: de-DE + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_de_x64.exe + InstallerSha256: 4ef8d354ee0a290f7e91860fd13ce507080d025eec4d0c0bd013a569da98ca19 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: de-DE + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_de_x64.exe + InstallerSha256: 4ef8d354ee0a290f7e91860fd13ce507080d025eec4d0c0bd013a569da98ca19 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ru-RU + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_ru_x64.exe + InstallerSha256: 790ff4fd4419f8f235483e85bfbc2479937ba8ad0e23a396ee067efa99a026c2 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ru-RU + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_ru_x64.exe + InstallerSha256: 790ff4fd4419f8f235483e85bfbc2479937ba8ad0e23a396ee067efa99a026c2 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: pl-PL + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_pl_x64.exe + InstallerSha256: 3bcd6134292bd7057cc6fe8f45aa253d3a5ad7a4ae954c73e86f1457a1b7e868 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: pl-PL + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_pl_x64.exe + InstallerSha256: 3bcd6134292bd7057cc6fe8f45aa253d3a5ad7a4ae954c73e86f1457a1b7e868 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: fr-FR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_fr_x64.exe + InstallerSha256: fbc1261b35b848e7bfdb13871bdda3babe61d9a3f21b6e0e520c1e3fda145a26 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: fr-FR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_fr_x64.exe + InstallerSha256: fbc1261b35b848e7bfdb13871bdda3babe61d9a3f21b6e0e520c1e3fda145a26 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ko-KR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_kr_x64.exe + InstallerSha256: 311eefbc09fafb5159bff59dc72dc7c293db3f8857144e7507aea38edcebcae0 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ko-KR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_kr_x64.exe + InstallerSha256: 311eefbc09fafb5159bff59dc72dc7c293db3f8857144e7507aea38edcebcae0 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: th-TH + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_th_x64.exe + InstallerSha256: 2a3b87673964c0eefd6ad5d2343afc15ef9d89bf3dc8e08379da7ff3060e0a3e + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: th-TH + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_premium_lite_th_x64.exe + InstallerSha256: 2a3b87673964c0eefd6ad5d2343afc15ef9d89bf3dc8e08379da7ff3060e0a3e + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.11/PremiumSoft.NavicatPremiumLite.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.11/PremiumSoft.NavicatPremiumLite.locale.en-US.yaml new file mode 100644 index 0000000000000..9d45c573ca74f --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.11/PremiumSoft.NavicatPremiumLite.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatPremiumLite +PackageVersion: 17.3.11 +PackageLocale: en-US +Publisher: PremiumSoft CyberTech Ltd. +PublisherUrl: https://www.navicat.com/ +PublisherSupportUrl: https://www.navicat.com/support +PrivacyUrl: https://www.navicat.com/privacystatement +Author: PremiumSoft CyberTech Ltd. +PackageName: Navicat Premium Lite +PackageUrl: https://www.navicat.com/en/products/navicat-premium-lite +License: Proprietary +Copyright: Copyright (c) 2026. PremiumSoft CyberTech Ltd. +ShortDescription: Navicat Premium Lite is a compact version of Navicat, packed with the core features needed for users who primarily need to perform basic database operations. +Description: Navicat Premium Lite is a compact version of Navicat, packed with the core features needed for users who primarily need to perform basic database operations. It allows you to simultaneously connect to a variety of database platforms, including MySQL, PostgreSQL, SQL Server, Oracle, MariaDB, Snowflake, as well as NoSQL databases like Redis and MongoDB, all from a single application. Additionally, Navicat Premium Lite is compatible with GaussDB, OceanBase and PolarDB database platforms. +Tags: +- Databases +- Management +- SQL +ReleaseNotesUrl: https://www.navicat.com/products/navicat-premium-release-note +PurchaseUrl: https://www.navicat.com/store/navicat-premium-plan +Documentations: +- DocumentLabel: Online Manual + DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual +- DocumentLabel: User Manual (PDF) + DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.11/PremiumSoft.NavicatPremiumLite.yaml b/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.11/PremiumSoft.NavicatPremiumLite.yaml new file mode 100644 index 0000000000000..b7932a2a83142 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatPremiumLite/17.3.11/PremiumSoft.NavicatPremiumLite.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: PremiumSoft.NavicatPremiumLite +PackageVersion: 17.3.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatRedis/17.3.11/PremiumSoft.NavicatRedis.installer.yaml b/manifests/p/PremiumSoft/NavicatRedis/17.3.11/PremiumSoft.NavicatRedis.installer.yaml new file mode 100644 index 0000000000000..c4c07f8b15e00 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatRedis/17.3.11/PremiumSoft.NavicatRedis.installer.yaml @@ -0,0 +1,189 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatRedis +PackageVersion: 17.3.11 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Navicat 17 for Redis_is1 +AppsAndFeaturesEntries: +- ProductCode: Navicat 17 for Redis_is1 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat 17 for Redis' +Installers: +- InstallerLocale: es-ES + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_es_x64.exe + InstallerSha256: ef8466bc1990c4530717b2e14e56c75cfe5652c8a998d1fd0cf6d75bd0fab2d7 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: es-ES + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_es_x64.exe + InstallerSha256: ef8466bc1990c4530717b2e14e56c75cfe5652c8a998d1fd0cf6d75bd0fab2d7 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: en-US + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_en_x64.exe + InstallerSha256: a710fc095b724e1b87da044590a3ed9e28ede66ab40801f524d05afcb36825b8 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: en-US + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_en_x64.exe + InstallerSha256: a710fc095b724e1b87da044590a3ed9e28ede66ab40801f524d05afcb36825b8 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-CN + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_cs_x64.exe + InstallerSha256: cd6bd10654e1a6ff41b0c8eef3bac5c74e10beb7b606e3b7ee50bbad11723be6 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-CN + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_cs_x64.exe + InstallerSha256: cd6bd10654e1a6ff41b0c8eef3bac5c74e10beb7b606e3b7ee50bbad11723be6 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_ct_x64.exe + InstallerSha256: 0ac4cd72c53fadfe6ac357706a8c739938358db8ed6da16ea364a813bda937ae + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_ct_x64.exe + InstallerSha256: 0ac4cd72c53fadfe6ac357706a8c739938358db8ed6da16ea364a813bda937ae + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: id-ID + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_id_x64.exe + InstallerSha256: 995b6a431e6a4f9e3f92889f4eb5a5f6a43f5d6ce5af335c5137fc12d4b28b06 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: id-ID + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_id_x64.exe + InstallerSha256: 995b6a431e6a4f9e3f92889f4eb5a5f6a43f5d6ce5af335c5137fc12d4b28b06 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ja-JP + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_jp_x64.exe + InstallerSha256: 16d8ed2928aaaf0348aa92ed5f11c250938d1b72767d89157fbb31da1acafd11 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ja-JP + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_jp_x64.exe + InstallerSha256: 16d8ed2928aaaf0348aa92ed5f11c250938d1b72767d89157fbb31da1acafd11 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: de-DE + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_de_x64.exe + InstallerSha256: c0cdbf7a429012bf7068c39a864dc4c8f8f8fd0b6cb0404cc512a63661decec2 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: de-DE + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_de_x64.exe + InstallerSha256: c0cdbf7a429012bf7068c39a864dc4c8f8f8fd0b6cb0404cc512a63661decec2 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ru-RU + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_ru_x64.exe + InstallerSha256: 09ac09391163492a16c4e9f0c84a5203f4c5d70cabb6655e19669ec9e9080bfa + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ru-RU + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_ru_x64.exe + InstallerSha256: 09ac09391163492a16c4e9f0c84a5203f4c5d70cabb6655e19669ec9e9080bfa + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: pl-PL + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_pl_x64.exe + InstallerSha256: 8d78a25d36d9141c764acc593153225609cde37c1fe229304da52657b1afc83e + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: pl-PL + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_pl_x64.exe + InstallerSha256: 8d78a25d36d9141c764acc593153225609cde37c1fe229304da52657b1afc83e + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: fr-FR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_fr_x64.exe + InstallerSha256: afda4aa1c4971ad7190c87153b723f4e58a41fc36701975c10a019d6137bad3e + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: fr-FR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_fr_x64.exe + InstallerSha256: afda4aa1c4971ad7190c87153b723f4e58a41fc36701975c10a019d6137bad3e + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ko-KR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_kr_x64.exe + InstallerSha256: 569cdbf0529744582c188f235a256b511df4452fbdd4286d8e6d3c28e672e857 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ko-KR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_kr_x64.exe + InstallerSha256: 569cdbf0529744582c188f235a256b511df4452fbdd4286d8e6d3c28e672e857 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: th-TH + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_th_x64.exe + InstallerSha256: 7ee677a81c3e5ec131a1a7c7e8abc389d2f999928e1566d186bf545c641a5e56 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: th-TH + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_redis_th_x64.exe + InstallerSha256: 7ee677a81c3e5ec131a1a7c7e8abc389d2f999928e1566d186bf545c641a5e56 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/p/PremiumSoft/NavicatRedis/17.3.11/PremiumSoft.NavicatRedis.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatRedis/17.3.11/PremiumSoft.NavicatRedis.locale.en-US.yaml new file mode 100644 index 0000000000000..4c28febfe6541 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatRedis/17.3.11/PremiumSoft.NavicatRedis.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatRedis +PackageVersion: 17.3.11 +PackageLocale: en-US +Publisher: PremiumSoft CyberTech Ltd. +PublisherUrl: https://www.navicat.com/ +PublisherSupportUrl: https://www.navicat.com/support +PrivacyUrl: https://www.navicat.com/privacystatement +Author: PremiumSoft CyberTech Ltd. +PackageName: Navicat for Redis +PackageUrl: https://www.navicat.com/en/products/navicat-for-redis +License: Proprietary +Copyright: Copyright (c) 2026. PremiumSoft CyberTech Ltd. +ShortDescription: Navicat for Redis is an easy-to-access visual interface for visualizing and optimizing Redis data. +Description: Navicat for Redis is an easy-to-access visual interface for visualizing and optimizing Redis data. It offers a robust set of features that make routine management tasks simpler, easier, and more efficient than using text commands alone. It includes strong user management capabilities, allowing secure access and permission control among team members, along with built-in backup and restore functionalities to ensure data protection and quick recovery. +Tags: +- Databases +- NoSQL +- Redis +ReleaseNotesUrl: https://www.navicat.com/products/navicat-for-redis-release-note +PurchaseUrl: https://www.navicat.com/store/navicat-for-redis-plan +Documentations: +- DocumentLabel: Online Manual + DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual +- DocumentLabel: User Manual (PDF) + DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatRedis/17.3.11/PremiumSoft.NavicatRedis.yaml b/manifests/p/PremiumSoft/NavicatRedis/17.3.11/PremiumSoft.NavicatRedis.yaml new file mode 100644 index 0000000000000..92d4cdaf9cdc0 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatRedis/17.3.11/PremiumSoft.NavicatRedis.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: PremiumSoft.NavicatRedis +PackageVersion: 17.3.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatSQLServer/17.3.11/PremiumSoft.NavicatSQLServer.installer.yaml b/manifests/p/PremiumSoft/NavicatSQLServer/17.3.11/PremiumSoft.NavicatSQLServer.installer.yaml new file mode 100644 index 0000000000000..ea584d186e046 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatSQLServer/17.3.11/PremiumSoft.NavicatSQLServer.installer.yaml @@ -0,0 +1,189 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatSQLServer +PackageVersion: 17.3.11 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Navicat 17 for SQL Server_is1 +AppsAndFeaturesEntries: +- ProductCode: Navicat 17 for SQL Server_is1 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat 17 for SQL Server' +Installers: +- InstallerLocale: es-ES + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_es_x64.exe + InstallerSha256: 6e04e6fd8b0b082518fa06865b6e3e315c4116563eb3fcb8ad2dac2562bf2d65 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: es-ES + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_es_x64.exe + InstallerSha256: 6e04e6fd8b0b082518fa06865b6e3e315c4116563eb3fcb8ad2dac2562bf2d65 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: en-US + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_en_x64.exe + InstallerSha256: e4af91648221d6b200d0c55e5ca0de7f2e6967097d80af65fe04bcf74070299e + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: en-US + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_en_x64.exe + InstallerSha256: e4af91648221d6b200d0c55e5ca0de7f2e6967097d80af65fe04bcf74070299e + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-CN + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_cs_x64.exe + InstallerSha256: 294156610f763008e96a2965fd94ea4c1878c795a41aa0c3905162e063a5d2db + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-CN + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_cs_x64.exe + InstallerSha256: 294156610f763008e96a2965fd94ea4c1878c795a41aa0c3905162e063a5d2db + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_ct_x64.exe + InstallerSha256: 66e39408099f776c3a0a0f6fa327ed23f533ff6ed1815e140ef6198fb666fd50 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_ct_x64.exe + InstallerSha256: 66e39408099f776c3a0a0f6fa327ed23f533ff6ed1815e140ef6198fb666fd50 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: id-ID + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_id_x64.exe + InstallerSha256: 1aaa19f53e54a8765d4a3c5b5a73d90432d13fd2d7283230da036d468296cf15 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: id-ID + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_id_x64.exe + InstallerSha256: 1aaa19f53e54a8765d4a3c5b5a73d90432d13fd2d7283230da036d468296cf15 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ja-JP + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_jp_x64.exe + InstallerSha256: 69de9e761821d44b3a7c6792d23a0d2eace8e6cede742a74340c7a2506c938a9 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ja-JP + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_jp_x64.exe + InstallerSha256: 69de9e761821d44b3a7c6792d23a0d2eace8e6cede742a74340c7a2506c938a9 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: de-DE + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_de_x64.exe + InstallerSha256: a2d698b8af6033d44fc38f174d99fa4629d594bbbd86b8cc9488d83e11c94391 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: de-DE + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_de_x64.exe + InstallerSha256: a2d698b8af6033d44fc38f174d99fa4629d594bbbd86b8cc9488d83e11c94391 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ru-RU + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_ru_x64.exe + InstallerSha256: cf3436b729e93172472895d3ef6da819312c5ac4a4bf9de11c99556eed18cc17 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ru-RU + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_ru_x64.exe + InstallerSha256: cf3436b729e93172472895d3ef6da819312c5ac4a4bf9de11c99556eed18cc17 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: pl-PL + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_pl_x64.exe + InstallerSha256: 24f6bec7a6888d367e37b060b666febc41cc09445366477f540c826d8ab53d3e + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: pl-PL + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_pl_x64.exe + InstallerSha256: 24f6bec7a6888d367e37b060b666febc41cc09445366477f540c826d8ab53d3e + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: fr-FR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_fr_x64.exe + InstallerSha256: 1f9c2a5878ce083505d72d3d09ac12d1a6c426bc74cdd683586a13038782ca80 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: fr-FR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_fr_x64.exe + InstallerSha256: 1f9c2a5878ce083505d72d3d09ac12d1a6c426bc74cdd683586a13038782ca80 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ko-KR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_kr_x64.exe + InstallerSha256: 6c7552c5534e0d6c291230c0bed0886ceaf05832fd93f26a7ed9c742f5ee5360 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ko-KR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_kr_x64.exe + InstallerSha256: 6c7552c5534e0d6c291230c0bed0886ceaf05832fd93f26a7ed9c742f5ee5360 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: th-TH + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_th_x64.exe + InstallerSha256: 982aa5bc2842078955cdbdd39ea33d57cfd59b143e14f1f8c714e6d006cb9122 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: th-TH + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlserver_th_x64.exe + InstallerSha256: 982aa5bc2842078955cdbdd39ea33d57cfd59b143e14f1f8c714e6d006cb9122 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/p/PremiumSoft/NavicatSQLServer/17.3.11/PremiumSoft.NavicatSQLServer.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatSQLServer/17.3.11/PremiumSoft.NavicatSQLServer.locale.en-US.yaml new file mode 100644 index 0000000000000..fd947a161c1a2 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatSQLServer/17.3.11/PremiumSoft.NavicatSQLServer.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatSQLServer +PackageVersion: 17.3.11 +PackageLocale: en-US +Publisher: PremiumSoft CyberTech Ltd. +PublisherUrl: https://www.navicat.com/ +PublisherSupportUrl: https://www.navicat.com/support +PrivacyUrl: https://www.navicat.com/privacystatement +Author: PremiumSoft CyberTech Ltd. +PackageName: Navicat for SQL Server +PackageUrl: https://www.navicat.com/en/products/navicat-for-sqlserver +License: Proprietary +Copyright: Copyright (c) 2026. PremiumSoft CyberTech Ltd. +ShortDescription: Navicat for SQL Server offers a fully graphical approach to efficient database management. +Description: Navicat for SQL Server offers a fully graphical approach to efficient database management. It enables quick creation, editing, and deletion of database objects, along with the execution of SQL queries. Our intuitive interface allows you to modify the data model interactively, while insightful analytics on query performance and database interactions empower you to optimize your SQL Server environments effectively. +Tags: +- Databases +- SQL +- SQL-Server +ReleaseNotesUrl: https://www.navicat.com/products/navicat-for-sqlserver-release-note +PurchaseUrl: https://www.navicat.com/store/navicat-for-sqlserver-plan +Documentations: +- DocumentLabel: Online Manual + DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual +- DocumentLabel: User Manual (PDF) + DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatSQLServer/17.3.11/PremiumSoft.NavicatSQLServer.yaml b/manifests/p/PremiumSoft/NavicatSQLServer/17.3.11/PremiumSoft.NavicatSQLServer.yaml new file mode 100644 index 0000000000000..88ec86cc4f6fc --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatSQLServer/17.3.11/PremiumSoft.NavicatSQLServer.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: PremiumSoft.NavicatSQLServer +PackageVersion: 17.3.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatSQLite/17.3.11/PremiumSoft.NavicatSQLite.installer.yaml b/manifests/p/PremiumSoft/NavicatSQLite/17.3.11/PremiumSoft.NavicatSQLite.installer.yaml new file mode 100644 index 0000000000000..e3b7ec12ba249 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatSQLite/17.3.11/PremiumSoft.NavicatSQLite.installer.yaml @@ -0,0 +1,189 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatSQLite +PackageVersion: 17.3.11 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Navicat 17 for SQLite_is1 +AppsAndFeaturesEntries: +- ProductCode: Navicat 17 for SQLite_is1 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat 17 for SQLite' +Installers: +- InstallerLocale: es-ES + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_es_x64.exe + InstallerSha256: ee015174f055bbdedfaa52c32794c6376877fe0d87b550cb4988ce41971b8583 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: es-ES + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_es_x64.exe + InstallerSha256: ee015174f055bbdedfaa52c32794c6376877fe0d87b550cb4988ce41971b8583 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: en-US + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_en_x64.exe + InstallerSha256: 4db3baf01320a0459bd0286c5c3d62ec50f0c1580b2d4b0d4dd107d464ba02e4 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: en-US + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_en_x64.exe + InstallerSha256: 4db3baf01320a0459bd0286c5c3d62ec50f0c1580b2d4b0d4dd107d464ba02e4 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-CN + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_cs_x64.exe + InstallerSha256: 18e9ad39894b942a131b02311da5948f6dd4abbf21b421247e2ad8e3f0d3bb43 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-CN + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_cs_x64.exe + InstallerSha256: 18e9ad39894b942a131b02311da5948f6dd4abbf21b421247e2ad8e3f0d3bb43 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_ct_x64.exe + InstallerSha256: a5d45fef4a4f7f69fa9b84fbfa2f65a167ae733649630f1fee8302ca323c011c + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_ct_x64.exe + InstallerSha256: a5d45fef4a4f7f69fa9b84fbfa2f65a167ae733649630f1fee8302ca323c011c + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: id-ID + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_id_x64.exe + InstallerSha256: 9e4a4a964cfbad62627e97896f252b8f371aa41424b4682ffc3f16d618fbb1e9 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: id-ID + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_id_x64.exe + InstallerSha256: 9e4a4a964cfbad62627e97896f252b8f371aa41424b4682ffc3f16d618fbb1e9 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ja-JP + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_jp_x64.exe + InstallerSha256: ab6b59a8a807e13a9dc392cfbec3dbaa3bac4d60a2e27bd65bdad2cc4179be37 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ja-JP + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_jp_x64.exe + InstallerSha256: ab6b59a8a807e13a9dc392cfbec3dbaa3bac4d60a2e27bd65bdad2cc4179be37 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: de-DE + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_de_x64.exe + InstallerSha256: 85eb36cc2736030bca98f161a72a387e150a4ef26e2f0f8029a5a644f64d32fd + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: de-DE + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_de_x64.exe + InstallerSha256: 85eb36cc2736030bca98f161a72a387e150a4ef26e2f0f8029a5a644f64d32fd + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ru-RU + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_ru_x64.exe + InstallerSha256: c3fb27ad6218835e611c2c39494b92023dce949a91f543290bf39519e45807d3 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ru-RU + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_ru_x64.exe + InstallerSha256: c3fb27ad6218835e611c2c39494b92023dce949a91f543290bf39519e45807d3 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: pl-PL + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_pl_x64.exe + InstallerSha256: c8ae10a336e191669cf3f2bfe3536aa5f92555d87ec6813420ab9e0507fddb9f + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: pl-PL + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_pl_x64.exe + InstallerSha256: c8ae10a336e191669cf3f2bfe3536aa5f92555d87ec6813420ab9e0507fddb9f + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: fr-FR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_fr_x64.exe + InstallerSha256: 4bb9dcd890eb8d2e13dd87e24d6b348272795457bc9c7b498e7e6a31a7ed9ae2 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: fr-FR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_fr_x64.exe + InstallerSha256: 4bb9dcd890eb8d2e13dd87e24d6b348272795457bc9c7b498e7e6a31a7ed9ae2 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ko-KR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_kr_x64.exe + InstallerSha256: 14bd28b61ab8ae78ccb6ce2a198ddf76372dd450046ce15fd45630bcf4bca133 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ko-KR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_kr_x64.exe + InstallerSha256: 14bd28b61ab8ae78ccb6ce2a198ddf76372dd450046ce15fd45630bcf4bca133 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: th-TH + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_th_x64.exe + InstallerSha256: 9217bc0d4a1fb99285f346678efcdec40694cfe9c0ed7d809f48581f7d761d03 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: th-TH + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_sqlite_th_x64.exe + InstallerSha256: 9217bc0d4a1fb99285f346678efcdec40694cfe9c0ed7d809f48581f7d761d03 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/p/PremiumSoft/NavicatSQLite/17.3.11/PremiumSoft.NavicatSQLite.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatSQLite/17.3.11/PremiumSoft.NavicatSQLite.locale.en-US.yaml new file mode 100644 index 0000000000000..4247e2dc7e906 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatSQLite/17.3.11/PremiumSoft.NavicatSQLite.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatSQLite +PackageVersion: 17.3.11 +PackageLocale: en-US +Publisher: PremiumSoft CyberTech Ltd. +PublisherUrl: https://www.navicat.com/ +PublisherSupportUrl: https://www.navicat.com/support +PrivacyUrl: https://www.navicat.com/privacystatement +Author: PremiumSoft CyberTech Ltd. +PackageName: Navicat for SQLite +PackageUrl: https://www.navicat.com/en/products/navicat-for-sqlite +License: Proprietary +Copyright: Copyright (c) 2026. PremiumSoft CyberTech Ltd. +ShortDescription: Navicat for SQLite is an exceptional and comprehensive GUI tool that provides a complete set of functions for easy navigation and customization. +Description: Navicat for SQLite is an exceptional and comprehensive GUI tool that provides a complete set of functions for easy navigation and customization. Its powerful query editor includes syntax highlighting and code completion, while its flexible import and export options significantly streamline the data manipulation process. You can also visually design and manage database structures, and engage our built-in BI tools to facilitate insightful data analysis and reporting. +Tags: +- Databases +- SQL +- SQLite +ReleaseNotesUrl: https://www.navicat.com/products/navicat-for-sqlite-release-note +PurchaseUrl: https://www.navicat.com/store/navicat-for-sqlite-plan +Documentations: +- DocumentLabel: Online Manual + DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual +- DocumentLabel: User Manual (PDF) + DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatSQLite/17.3.11/PremiumSoft.NavicatSQLite.yaml b/manifests/p/PremiumSoft/NavicatSQLite/17.3.11/PremiumSoft.NavicatSQLite.yaml new file mode 100644 index 0000000000000..4f49815ae21b7 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatSQLite/17.3.11/PremiumSoft.NavicatSQLite.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: PremiumSoft.NavicatSQLite +PackageVersion: 17.3.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatSnowflake/17.3.11/PremiumSoft.NavicatSnowflake.installer.yaml b/manifests/p/PremiumSoft/NavicatSnowflake/17.3.11/PremiumSoft.NavicatSnowflake.installer.yaml new file mode 100644 index 0000000000000..97220f366a88d --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatSnowflake/17.3.11/PremiumSoft.NavicatSnowflake.installer.yaml @@ -0,0 +1,189 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PremiumSoft.NavicatSnowflake +PackageVersion: 17.3.11 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Navicat 17 for Snowflake_is1 +AppsAndFeaturesEntries: +- ProductCode: Navicat 17 for Snowflake_is1 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PremiumSoft\Navicat 17 for Snowflake' +Installers: +- InstallerLocale: es-ES + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_es_x64.exe + InstallerSha256: c084a29c3e01f3d6e61528d27a88ed1afa77cb5a970a43a037a516bf48bf3f77 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: es-ES + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_es_x64.exe + InstallerSha256: c084a29c3e01f3d6e61528d27a88ed1afa77cb5a970a43a037a516bf48bf3f77 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: en-US + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_en_x64.exe + InstallerSha256: 8d2e5f12e75128251dc79471b2432df2c7c3e10b6158a447887b268ec94c7941 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: en-US + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_en_x64.exe + InstallerSha256: 8d2e5f12e75128251dc79471b2432df2c7c3e10b6158a447887b268ec94c7941 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-CN + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_cs_x64.exe + InstallerSha256: a85e97066c3710d37bac3dd4f327d3501482000024b2dd0cc274109cb31d4f62 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-CN + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_cs_x64.exe + InstallerSha256: a85e97066c3710d37bac3dd4f327d3501482000024b2dd0cc274109cb31d4f62 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_ct_x64.exe + InstallerSha256: 3e4561ee1c808cd21c14ddad139197f21bec038b37eb14abb98e490178ac7590 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-Hant + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_ct_x64.exe + InstallerSha256: 3e4561ee1c808cd21c14ddad139197f21bec038b37eb14abb98e490178ac7590 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: id-ID + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_id_x64.exe + InstallerSha256: 050cfe37c6769ca883f32be208c669971c9b4b0f244260b284ec9259f4033d4f + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: id-ID + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_id_x64.exe + InstallerSha256: 050cfe37c6769ca883f32be208c669971c9b4b0f244260b284ec9259f4033d4f + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ja-JP + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_jp_x64.exe + InstallerSha256: 10dc3265018f8f841b29ee72fe0a3d8632d4531db0ff8a247c9b6cd0eb09093b + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ja-JP + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_jp_x64.exe + InstallerSha256: 10dc3265018f8f841b29ee72fe0a3d8632d4531db0ff8a247c9b6cd0eb09093b + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: de-DE + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_de_x64.exe + InstallerSha256: cec874d196c8049858fba4440298f4223ba4285d243d5568cec151ae18378225 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: de-DE + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_de_x64.exe + InstallerSha256: cec874d196c8049858fba4440298f4223ba4285d243d5568cec151ae18378225 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ru-RU + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_ru_x64.exe + InstallerSha256: 14717a1d97a2bfe70ac217b88143dfd75c375f0d2c4e2aa0c48276dde202ed44 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ru-RU + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_ru_x64.exe + InstallerSha256: 14717a1d97a2bfe70ac217b88143dfd75c375f0d2c4e2aa0c48276dde202ed44 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: pl-PL + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_pl_x64.exe + InstallerSha256: 16044bda9abcf604f5c262a1c28daeee35cec5ff0be634f586975e46ba093f88 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: pl-PL + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_pl_x64.exe + InstallerSha256: 16044bda9abcf604f5c262a1c28daeee35cec5ff0be634f586975e46ba093f88 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: fr-FR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_fr_x64.exe + InstallerSha256: f342f584f517c919909b3bc54df17cf8ce49fa9a1617405368b5c8b95d488d8e + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: fr-FR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_fr_x64.exe + InstallerSha256: f342f584f517c919909b3bc54df17cf8ce49fa9a1617405368b5c8b95d488d8e + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ko-KR + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_kr_x64.exe + InstallerSha256: ca64a2b86de42a1e004cef87cf30f3452695cfe86f95b55326921f4d679d8994 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ko-KR + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_kr_x64.exe + InstallerSha256: ca64a2b86de42a1e004cef87cf30f3452695cfe86f95b55326921f4d679d8994 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: th-TH + Architecture: x64 + Scope: user + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_th_x64.exe + InstallerSha256: f4bc8f753936ded0ad3e176a8803f4f500c086ff363d7429a0f496d7a76ebebc + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: th-TH + Architecture: x64 + Scope: machine + InstallerUrl: https://download3.navicat.com/download/navicat17_snowflake_th_x64.exe + InstallerSha256: f4bc8f753936ded0ad3e176a8803f4f500c086ff363d7429a0f496d7a76ebebc + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/p/PremiumSoft/NavicatSnowflake/17.3.11/PremiumSoft.NavicatSnowflake.locale.en-US.yaml b/manifests/p/PremiumSoft/NavicatSnowflake/17.3.11/PremiumSoft.NavicatSnowflake.locale.en-US.yaml new file mode 100644 index 0000000000000..1a5dc5817d50d --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatSnowflake/17.3.11/PremiumSoft.NavicatSnowflake.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: PremiumSoft.NavicatSnowflake +PackageVersion: 17.3.11 +PackageLocale: en-US +Publisher: PremiumSoft CyberTech Ltd. +PublisherUrl: https://www.navicat.com/ +PublisherSupportUrl: https://www.navicat.com/support +PrivacyUrl: https://www.navicat.com/privacystatement +Author: PremiumSoft CyberTech Ltd. +PackageName: Navicat for Snowflake +PackageUrl: https://www.navicat.com/en/products/navicat-for-snowflake +License: Proprietary +Copyright: Copyright (c) 2026. PremiumSoft CyberTech Ltd. +ShortDescription: Navicat for Snowflake is designed to simplify your interaction with Snowflake, enabling you to handle vast amounts of data with ease. +Description: Navicat for Snowflake is designed to simplify your interaction with Snowflake, enabling you to handle vast amounts of data with ease. It offers various functionalities, including data modeling, business intelligence (BI) capabilities, artificial intelligence (AI) integration, and various data migration tools. Navicat for Snowflake empowers you to maximize your experience with Snowflake. +Tags: +- Cloud +- Databases +- Snowflake +- SQL +ReleaseNotesUrl: https://www.navicat.com/products/navicat-for-snowflake-release-note +PurchaseUrl: https://www.navicat.com/store/navicat-for-snowflake-plan +Documentations: +- DocumentLabel: Online Manual + DocumentUrl: https://www.navicat.com/manual/online_manual/en/navicat_17/win_manual +- DocumentLabel: User Manual (PDF) + DocumentUrl: https://www.navicat.com/manual/pdf_manual/en/navicat_17/win_manual/navicat_en.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PremiumSoft/NavicatSnowflake/17.3.11/PremiumSoft.NavicatSnowflake.yaml b/manifests/p/PremiumSoft/NavicatSnowflake/17.3.11/PremiumSoft.NavicatSnowflake.yaml new file mode 100644 index 0000000000000..3cdaad1d94e73 --- /dev/null +++ b/manifests/p/PremiumSoft/NavicatSnowflake/17.3.11/PremiumSoft.NavicatSnowflake.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: PremiumSoft.NavicatSnowflake +PackageVersion: 17.3.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PrestoSoft/ExamDiff/Pro/17.0.1.3/PrestoSoft.ExamDiff.Pro.installer.yaml b/manifests/p/PrestoSoft/ExamDiff/Pro/17.0.1.3/PrestoSoft.ExamDiff.Pro.installer.yaml deleted file mode 100644 index 7404fc0a33362..0000000000000 --- a/manifests/p/PrestoSoft/ExamDiff/Pro/17.0.1.3/PrestoSoft.ExamDiff.Pro.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: PrestoSoft.ExamDiff.Pro -PackageVersion: 17.0.1.3 -InstallerType: inno -Scope: machine -Protocols: -- examdiff -FileExtensions: -- edpi -ProductCode: ExamDiff Pro 17.0_is1 -ReleaseDate: 2026-06-16 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x64 - InstallerUrl: https://www.prestosoft.com/download/edpro170_x64_setup.exe - InstallerSha256: 28E5CA0CBC51BC23CD6112022016B4A53829A50D7C98CF93FE6EAB5E27E37701 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/PrestoSoft/ExamDiff/Pro/17.0.1.3/PrestoSoft.ExamDiff.Pro.locale.en-US.yaml b/manifests/p/PrestoSoft/ExamDiff/Pro/17.0.1.3/PrestoSoft.ExamDiff.Pro.locale.en-US.yaml deleted file mode 100644 index 45f8105ce7d2e..0000000000000 --- a/manifests/p/PrestoSoft/ExamDiff/Pro/17.0.1.3/PrestoSoft.ExamDiff.Pro.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: PrestoSoft.ExamDiff.Pro -PackageVersion: 17.0.1.3 -PackageLocale: en-US -Publisher: PrestoSoft LLC -PublisherUrl: https://www.prestosoft.com/ -PublisherSupportUrl: https://www.prestosoft.com/ps_support.asp -Author: PrestoSoft LLC -PackageName: ExamDiff Pro -PackageUrl: https://www.prestosoft.com/edp_examdiffpro.asp -License: Proprietary -LicenseUrl: https://www.prestosoft.com/ps_termsofservice.asp -Copyright: Copyright © 1997-2026 PrestoSoft LLC -CopyrightUrl: https://www.prestosoft.com/ps_termsofservice.asp -ShortDescription: Visual File And Directory Comparison Tool -Description: ExamDiff Pro is a powerful and easy-to-use file and directory comparison tool for Windows. It includes numerous helpful features for comparing and merging many kinds of files and folders – from source code to Office documents to Zip archives to files on remote computers. If you've been frustrated with other comparison utilities, you will find that ExamDiff Pro offers a much more user-friendly and customizable experience. -Tags: -- compare -- diff -- file -- folder -- merge -- patch -ReleaseNotes: '- Fix: Syntax highlighting failed to update after editing in text comparison and merge' -ReleaseNotesUrl: https://www.prestosoft.com/edp_buildhistory.asp#15.0 -PurchaseUrl: https://www.prestosoft.com/edp_purchase.asp -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/p/PrestoSoft/ExamDiff/Pro/17.0.1.3/PrestoSoft.ExamDiff.Pro.locale.zh-CN.yaml b/manifests/p/PrestoSoft/ExamDiff/Pro/17.0.1.3/PrestoSoft.ExamDiff.Pro.locale.zh-CN.yaml deleted file mode 100644 index d9cfae040b397..0000000000000 --- a/manifests/p/PrestoSoft/ExamDiff/Pro/17.0.1.3/PrestoSoft.ExamDiff.Pro.locale.zh-CN.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: PrestoSoft.ExamDiff.Pro -PackageVersion: 17.0.1.3 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 可视化文件和目录比较工具 -Description: ExamDiff Pro 是一款强大好用的 Windows 文件及目录对比工具。它包含众多实用功能,可支持源代码、Office 文档、Zip 压缩包乃至远程计算机文件等多种文件与文件夹的比对及合并操作。若您对其他对比工具感到失望,ExamDiff Pro 将为您提供更友好、更可定制化的使用体验。 -Tags: -- diff -- patch -- 合并 -- 文件 -- 文件夹 -- 比较 -ReleaseNotesUrl: https://www.prestosoft.com/edp_buildhistory.asp#15.0 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/p/prasenjeet-symon/ogcode/0.11.1/prasenjeet-symon.ogcode.installer.yaml b/manifests/p/prasenjeet-symon/ogcode/0.11.1/prasenjeet-symon.ogcode.installer.yaml new file mode 100644 index 0000000000000..3d1345395fe92 --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.11.1/prasenjeet-symon.ogcode.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.12.0.schema.json +PackageIdentifier: prasenjeet-symon.ogcode +PackageVersion: 0.11.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-28" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ogcode.exe + PortableCommandAlias: ogcode + InstallerUrl: https://github.com/prasenjeet-symon/ogcode/releases/download/v0.11.1/ogcode_0.11.1_windows_arm64.zip + InstallerSha256: 6d48f80e0c3bcf99cff4ea012d70aef3b9f24c53c7d65ea0ec882b7e829a8dd1 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ogcode.exe + PortableCommandAlias: ogcode + InstallerUrl: https://github.com/prasenjeet-symon/ogcode/releases/download/v0.11.1/ogcode_0.11.1_windows_x86_64.zip + InstallerSha256: ef60a6e228bcc7312212e569c431160fe536dccfd4f58d8f2d178f58507b68c0 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/prasenjeet-symon/ogcode/0.11.1/prasenjeet-symon.ogcode.locale.en-US.yaml b/manifests/p/prasenjeet-symon/ogcode/0.11.1/prasenjeet-symon.ogcode.locale.en-US.yaml new file mode 100644 index 0000000000000..ca5861e076c96 --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.11.1/prasenjeet-symon.ogcode.locale.en-US.yaml @@ -0,0 +1,21 @@ +# 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: prasenjeet-symon.ogcode +PackageVersion: 0.11.1 +PackageLocale: en-US +Publisher: prasenjeet-symon +PublisherUrl: https://github.com/prasenjeet-symon +PublisherSupportUrl: https://github.com/prasenjeet-symon/ogcode/issues +PackageName: ogcode +PackageUrl: https://github.com/prasenjeet-symon/ogcode +License: MIT +LicenseUrl: https://github.com/prasenjeet-symon/ogcode/blob/main/LICENSE +ShortDescription: Agentic coding assistant with web UI +Description: ogcode is an agentic coding assistant with a web UI that helps you write, review, and manage code. +Moniker: ogcode +Tags: + - ogcode + - coding-assistant +ReleaseNotesUrl: https://github.com/prasenjeet-symon/ogcode/releases/tag/v0.11.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/prasenjeet-symon/ogcode/0.11.1/prasenjeet-symon.ogcode.yaml b/manifests/p/prasenjeet-symon/ogcode/0.11.1/prasenjeet-symon.ogcode.yaml new file mode 100644 index 0000000000000..6b0ea2083cfeb --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.11.1/prasenjeet-symon.ogcode.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: prasenjeet-symon.ogcode +PackageVersion: 0.11.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/prasenjeet-symon/ogcode/0.13.0/prasenjeet-symon.ogcode.installer.yaml b/manifests/p/prasenjeet-symon/ogcode/0.13.0/prasenjeet-symon.ogcode.installer.yaml new file mode 100644 index 0000000000000..da77c9315b590 --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.13.0/prasenjeet-symon.ogcode.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.12.0.schema.json +PackageIdentifier: prasenjeet-symon.ogcode +PackageVersion: 0.13.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-30" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ogcode.exe + PortableCommandAlias: ogcode + InstallerUrl: https://github.com/prasenjeet-symon/ogcode/releases/download/v0.13.0/ogcode_0.13.0_windows_arm64.zip + InstallerSha256: fdec964a7492ce841d1f31130195b840e3005569d08867749f5a89e1c2dcd89d + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ogcode.exe + PortableCommandAlias: ogcode + InstallerUrl: https://github.com/prasenjeet-symon/ogcode/releases/download/v0.13.0/ogcode_0.13.0_windows_x86_64.zip + InstallerSha256: 4baffc8a0a0577d9e4e36834215821b0af0c5ee20c4c28a2789bc39a2b66ab06 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/prasenjeet-symon/ogcode/0.13.0/prasenjeet-symon.ogcode.locale.en-US.yaml b/manifests/p/prasenjeet-symon/ogcode/0.13.0/prasenjeet-symon.ogcode.locale.en-US.yaml new file mode 100644 index 0000000000000..b8b4cabcf82f7 --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.13.0/prasenjeet-symon.ogcode.locale.en-US.yaml @@ -0,0 +1,21 @@ +# 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: prasenjeet-symon.ogcode +PackageVersion: 0.13.0 +PackageLocale: en-US +Publisher: prasenjeet-symon +PublisherUrl: https://github.com/prasenjeet-symon +PublisherSupportUrl: https://github.com/prasenjeet-symon/ogcode/issues +PackageName: ogcode +PackageUrl: https://github.com/prasenjeet-symon/ogcode +License: MIT +LicenseUrl: https://github.com/prasenjeet-symon/ogcode/blob/main/LICENSE +ShortDescription: Agentic coding assistant with web UI +Description: ogcode is an agentic coding assistant with a web UI that helps you write, review, and manage code. +Moniker: ogcode +Tags: + - ogcode + - coding-assistant +ReleaseNotesUrl: https://github.com/prasenjeet-symon/ogcode/releases/tag/v0.13.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/prasenjeet-symon/ogcode/0.13.0/prasenjeet-symon.ogcode.yaml b/manifests/p/prasenjeet-symon/ogcode/0.13.0/prasenjeet-symon.ogcode.yaml new file mode 100644 index 0000000000000..fbbd025bbbced --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.13.0/prasenjeet-symon.ogcode.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: prasenjeet-symon.ogcode +PackageVersion: 0.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SkyLLC/UFFS/0.6.17/SkyLLC.UFFS.installer.yaml b/manifests/s/SkyLLC/UFFS/0.6.17/SkyLLC.UFFS.installer.yaml new file mode 100644 index 0000000000000..77da3cab94559 --- /dev/null +++ b/manifests/s/SkyLLC/UFFS/0.6.17/SkyLLC.UFFS.installer.yaml @@ -0,0 +1,35 @@ +# 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: SkyLLC.UFFS +PackageVersion: 0.6.17 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.19041.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uffs-windows-x64/uffs-broker.exe + PortableCommandAlias: uffs-broker +- RelativeFilePath: uffs-windows-x64/uffs-mft.exe + PortableCommandAlias: uffs-mft +- RelativeFilePath: uffs-windows-x64/uffs-tui.exe + PortableCommandAlias: uffs-tui +- RelativeFilePath: uffs-windows-x64/uffs-update.exe + PortableCommandAlias: uffs-update +- RelativeFilePath: uffs-windows-x64/uffs.exe + PortableCommandAlias: uffs +- RelativeFilePath: uffs-windows-x64/uffsd.exe + PortableCommandAlias: uffsd +- RelativeFilePath: uffs-windows-x64/uffsmcp.exe + PortableCommandAlias: uffsmcp +InstallModes: +- silent +- silentWithProgress +ReleaseDate: 2026-06-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/skyllc-ai/UltraFastFileSearch/releases/download/v0.6.17/uffs-windows-x64.zip + InstallerSha256: FDBDAB71FF7368C59F92BD83ECFDC56C233EE851A089BF4BE2D6F4EE73601E57 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SkyLLC/UFFS/0.6.17/SkyLLC.UFFS.locale.en-US.yaml b/manifests/s/SkyLLC/UFFS/0.6.17/SkyLLC.UFFS.locale.en-US.yaml new file mode 100644 index 0000000000000..c0cc883fe90e7 --- /dev/null +++ b/manifests/s/SkyLLC/UFFS/0.6.17/SkyLLC.UFFS.locale.en-US.yaml @@ -0,0 +1,129 @@ +# 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: SkyLLC.UFFS +PackageVersion: 0.6.17 +PackageLocale: en-US +Publisher: Sky, LLC +PublisherUrl: https://github.com/skyllc-ai +PublisherSupportUrl: https://github.com/skyllc-ai/UltraFastFileSearch/issues +PackageName: UFFS - Ultra Fast File Search +PackageUrl: https://github.com/skyllc-ai/UltraFastFileSearch +License: MPL-2.0 +LicenseUrl: https://github.com/skyllc-ai/UltraFastFileSearch/blob/HEAD/LICENSE +ShortDescription: Benchmark-driven NTFS search engine for Windows +Description: |- + UFFS reads the NTFS Master File Table directly, builds a compact persisted index, + and serves targeted queries in 0-3 ms daemon-side. One Rust engine for CLI, daemon, + TUI, and MCP agent workflows. Proven on 100M-record scale. +Tags: +- cli +- file-search +- mft +- ntfs +- rust +- search +- windows +ReleaseNotes: |- + UFFS v0.6.17 + 🚀 What's New + See the full changelog + and CHANGELOG.md in the repository for details. + 📦 Downloads + UFFS is a Windows-native NTFS search engine — live indexing of + the Master File Table requires Windows. The engine core is + cross-platform, so macOS and Linux builds are shipped for + offline MFT analysis from captured .mft / .bin snapshots. + Each platform ships as a one-download ZIP bundle in three + tiers — pick the one that matches how much you need: + ──────┬───────────┬───────────────────────────────────────────────────────────────────── + Tier │Zip suffix │Contents + ──────┼───────────┼───────────────────────────────────────────────────────────────────── + min │-min.zip │uffs + uffsd + uffs-tui demo. Lean engine for CI/scripting. + ──────┼───────────┼───────────────────────────────────────────────────────────────────── + normal│(no suffix)│min + uffsmcp + uffs-mft + docs + brand + packaging helper. + │ │Recommended. + ──────┼───────────┼───────────────────────────────────────────────────────────────────── + full │-full.zip │normal + the uffs-diag diagnostic tools. + ──────┴───────────┴───────────────────────────────────────────────────────────────────── + > 🖥️ Every tier bundles the free uffs-tui demo — the + > zero-setup front door. After unzipping, just run uffs-tui + > to browse your own drives in a UI (the daemon auto-starts). + > The demo has capped result counts and disabled exports; see + > DEMO-LICENSE.txt in the zip. Full TUI/GUI are commercial. + Individual binaries are also attached for automation that + wgets a single file. + 🟦 Windows x86_64 — primary live-indexing target + - uffs-windows-x64.zip — recommended (normal tier): CLI + + daemon + MCP + MFT tooling + uffs-tui demo + icon + docs. + The .exes ship with the UFFS icon and asInvoker manifest + embedded. Also: uffs-windows-x64-min.zip, + uffs-windows-x64-full.zip. + - Raw binaries: uffs-windows-x64.exe, uffsd-windows-x64.exe, + uffsmcp-windows-x64.exe, uffs-mft-windows-x64.exe, + uffs-broker-windows-x64.exe, uffs-update-windows-x64.exe. + 🍏 macOS Apple Silicon — offline MFT analysis + - uffs-macos-arm64.zip — recommended (normal tier): raw + binaries + uffs-tui demo + a ready-to-run UFFS.app bundle + - icns + docs + packaging/macos/bundle.sh for rebuilding. + Also: uffs-macos-arm64-min.zip, uffs-macos-arm64-full.zip. + - Raw binaries: uffs-macos-arm64, uffsd-macos-arm64, + uffsmcp-macos-arm64, uffs-mft-macos-arm64, uffs-update-macos-arm64. + - Intel Macs: run the arm64 build under Rosetta 2. + 🐧 Linux x86_64 — offline MFT analysis + - uffs-linux-x64.zip — recommended (normal tier): binaries + - uffs-tui demo + full hicolor icon tree + + packaging/linux/install.sh (drops the .desktop entry and + icons under /usr/local with one sudo invocation) + docs. + Also: uffs-linux-x64-min.zip, uffs-linux-x64-full.zip. + - Raw binaries: uffs-linux-x64, uffsd-linux-x64, + uffsmcp-linux-x64, uffs-mft-linux-x64, uffs-update-linux-x64. + - Use with --mft-file to analyse captured MFT snapshots on servers, forensics VMs, or in Docker. + 🔐 Verification + All binaries are accompanied by SHA256 checksums in CHECKSUMS.txt + (and SHA256SUMS, the conventionally-named copy the in-app + self-update helper fetches). Verify with: + sha256sum -c CHECKSUMS.txt + Additionally, every release asset carries a SLSA build- + provenance attestation signed with the workflow's Sigstore + OIDC identity. Verify with GitHub CLI: + gh attestation verify --owner skyllc-ai + A successful verification proves the bytes were produced by + this exact workflow run on this exact commit. + 📋 SBOM (Software Bill of Materials) + Each workspace crate ships a CycloneDX 1.5 SBOM alongside the + binaries: sbom-.cdx.json. The SBOMs are covered by + the same SLSA attestation as the binaries, so you can verify + the inventory with the same command above. Inspect with any + CycloneDX-aware tool, e.g.: + jq '.components[] | {name, version, purl}' sbom-uffs-cli.cdx.json + 📋 Installation + Recommended: ZIP bundle + 1. Download uffs-.zip for your platform. + 2. Unzip anywhere. + 3. Windows: the .exes are ready to run; place them on PATH. Icon + asInvoker manifest are already baked into the PE. + 4. macOS: double-click UFFS.app, or move the raw uffs binary into /usr/local/bin/. First launch: Gatekeeper warns because the bundle is unsigned — right-click → Open to confirm, or run xattr -dr com.apple.quarantine UFFS.app. + 5. Linux: run sudo packaging/linux/install.sh from the unzipped directory — installs the binary, the .desktop entry, and the full hicolor icon set. Override prefix with sudo PREFIX=/opt/uffs packaging/linux/install.sh. + Raw-binary path (automation) + - Download the individual binary, e.g. uffs-linux-x64. + - macOS / Linux: chmod +x uffs-* then optionally mv uffs-* /usr/local/bin/uffs. + - Windows: the .exe is ready to run; place it on PATH. + 🛠️ Build Information + - Triggered by: release-pr-merge-#497 + - Commit: 27d413e + - Toolchain: pinned nightly from rust-toolchain.toml + - Profile: [profile.release] — LTO=fat, codegen-units=1, strip=symbols + - CPU baselines: x86_64 = x86-64-v3 (Haswell+/Zen+); macOS ARM64 = apple-m1 (M1+) + Full Changelog: https://github.com/skyllc-ai/UltraFastFileSearch/commits/v0.6.17 + What's Changed + - docs: comprehensive gapless changelog + forensic switch docs by @githubrobbi in #490 + - feat(ship): roll CHANGELOG [Unreleased] into a dated section on every release by @githubrobbi in #491 + - fix(mcp-validation): fold string sort checks UPPERCASE to match NTFS $UpCase by @githubrobbi in #493 + - feat(cli): uffs --uninstall — guided, complete UFFS removal (M0-M11) by @githubrobbi in #495 + - ci(deps): bump actions/attest-build-provenance from 4.1.0 to 4.1.1 by @dependabot[bot] in #494 + - fix(ci): drop --squash from dependabot auto-merge so the queue enrolls it by @githubrobbi in #496 + - chore: release v0.6.17 — ship pipeline auto-commit by @githubrobbi in #497 + Full Changelog: v0.6.16...v0.6.17 +ReleaseNotesUrl: https://github.com/skyllc-ai/UltraFastFileSearch/releases/tag/v0.6.17 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SkyLLC/UFFS/0.6.17/SkyLLC.UFFS.yaml b/manifests/s/SkyLLC/UFFS/0.6.17/SkyLLC.UFFS.yaml new file mode 100644 index 0000000000000..1f5931cba1a44 --- /dev/null +++ b/manifests/s/SkyLLC/UFFS/0.6.17/SkyLLC.UFFS.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: SkyLLC.UFFS +PackageVersion: 0.6.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sohu/SHPlayer/7.3.1.0/Sohu.SHPlayer.installer.yaml b/manifests/s/Sohu/SHPlayer/7.3.1.0/Sohu.SHPlayer.installer.yaml new file mode 100644 index 0000000000000..ce64755ea7944 --- /dev/null +++ b/manifests/s/Sohu/SHPlayer/7.3.1.0/Sohu.SHPlayer.installer.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sohu.SHPlayer +PackageVersion: 7.3.1.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S + InstallLocation: /D="" + Custom: /Nrun +UpgradeBehavior: install +Protocols: +- shplayer +FileExtensions: +- 3gp +- 3gpp +- arw +- asf +- avi +- bmp +- cr2 +- crw +- difox +- dng +- f4v +- flc +- fli +- flv +- gif +- heic +- ico +- ifox +- jpeg +- jpg +- m2p +- m2t +- m2ts +- m2v +- m4v +- mkv +- mov +- mp4 +- mpeg +- mpg +- mrw +- nef +- pcx +- png +- psd +- qt +- ram +- rm +- rmvb +- svg +- tga +- tif +- tiff +- ts +- vob +- webm +- webp +- wmv +ProductCode: 搜狐影音 +ReleaseDate: 2026-06-25 +Installers: +- Architecture: x86 + InstallerUrl: https://data.vod.itc.cn/foxd/gz?file=SoHuVA_7.3.1.0-c1000-x.exe&new=/116/218/N359WuOiozxLjNlMKYIV0C.exe + InstallerSha256: 72373B424DC4B1B7448F680ABE9CCE4B193B38C530537DABEEE7A8BB0BD1A257 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sohu/SHPlayer/7.3.1.0/Sohu.SHPlayer.locale.en-US.yaml b/manifests/s/Sohu/SHPlayer/7.3.1.0/Sohu.SHPlayer.locale.en-US.yaml new file mode 100644 index 0000000000000..b8c32f4dc100d --- /dev/null +++ b/manifests/s/Sohu/SHPlayer/7.3.1.0/Sohu.SHPlayer.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sohu.SHPlayer +PackageVersion: 7.3.1.0 +PackageLocale: en-US +Publisher: 搜狐公司 +PublisherUrl: https://tv.sohu.com/ +PublisherSupportUrl: https://help.tv.sohu.com/index.do +PrivacyUrl: https://tv.sohu.com/s/ifox/v6/privacy.html +Author: Beijing Sohu New Media Information Technology Co., Ltd. +PackageName: 搜狐影音 +PackageUrl: https://tv.sohu.com/down/index.shtml?downLoad=windows +License: Proprietary +LicenseUrl: https://tv.sohu.com/upload/ifox/v4/argument/index.html +Copyright: Copyright(c) 2026 Sohu.com Inc. All Rights Reserved. +ShortDescription: Versatile media player by Sohu Video. +Description: Sohu Player is a media player by Sohu Video with new experience and streaming acceleration, supporting local media files in mainstream formats and online videos on demand. +Tags: +- animation +- anime +- cartoon +- china +- film +- media +- movie +- multimedia +- player +- prc +- serial +- series +- show +- video +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sohu/SHPlayer/7.3.1.0/Sohu.SHPlayer.locale.zh-CN.yaml b/manifests/s/Sohu/SHPlayer/7.3.1.0/Sohu.SHPlayer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..44b2841b42fc9 --- /dev/null +++ b/manifests/s/Sohu/SHPlayer/7.3.1.0/Sohu.SHPlayer.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: Sohu.SHPlayer +PackageVersion: 7.3.1.0 +PackageLocale: zh-CN +Publisher: 搜狐公司 +PublisherUrl: https://tv.sohu.com/ +PublisherSupportUrl: https://help.tv.sohu.com/index.do +PrivacyUrl: https://tv.sohu.com/s/ifox/v6/privacy.html +Author: 北京搜狐新媒体信息技术有限公司 +PackageName: 搜狐影音 +PackageUrl: https://tv.sohu.com/down/index.shtml?downLoad=windows +License: 专有软件 +LicenseUrl: https://tv.sohu.com/upload/ifox/v4/argument/index.html +Copyright: Copyright(c) 2024 Sohu.com Inc. All Rights Reserved. 搜狐公司2026版权所有 +ShortDescription: 本地万能播放器 +Description: 搜狐影音是搜狐视频强势推出的一款全新体验视频加速播放器。支持本地主流音视频媒体格式播放、支持在线视频点播。 +Tags: +- 动漫 +- 动画 +- 多媒体 +- 媒体 +- 少儿 +- 影音 +- 播放器 +- 电影 +- 电视剧 +- 视频 +- 综艺 +- 连续剧 +ReleaseNotes: |- + 1. 增加 AI 小狐入口。 + 2. 增加桌面挂件。 + 3. 优化播放体验 。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sohu/SHPlayer/7.3.1.0/Sohu.SHPlayer.yaml b/manifests/s/Sohu/SHPlayer/7.3.1.0/Sohu.SHPlayer.yaml new file mode 100644 index 0000000000000..86b12e84ecae7 --- /dev/null +++ b/manifests/s/Sohu/SHPlayer/7.3.1.0/Sohu.SHPlayer.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: Sohu.SHPlayer +PackageVersion: 7.3.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Splashtop/SplashtopStreamer/3.8.4.1/Splashtop.SplashtopStreamer.installer.yaml b/manifests/s/Splashtop/SplashtopStreamer/3.8.4.1/Splashtop.SplashtopStreamer.installer.yaml new file mode 100644 index 0000000000000..30ffa0f31c544 --- /dev/null +++ b/manifests/s/Splashtop/SplashtopStreamer/3.8.4.1/Splashtop.SplashtopStreamer.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Splashtop.SplashtopStreamer +PackageVersion: 3.8.4.1 +InstallerLocale: en-US +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: prevercheck /s /i hidewindow=1 + SilentWithProgress: prevercheck /s /i hidewindow=1 +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{B7C5EA94-B96A-41F5-BE95-25D78B486678}' + InstallerType: msi +Installers: +- Architecture: x86 + InstallerUrl: https://download.splashtop.com/win/Splashtop_Streamer_Win_INSTALLER_v3.8.4.1.exe + InstallerSha256: 98AB1B3534E0BCB27625BC4D923BEA14AE1E1C5B8BBE889844FADB370C594153 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Splashtop/SplashtopStreamer/3.8.4.1/Splashtop.SplashtopStreamer.locale.en-US.yaml b/manifests/s/Splashtop/SplashtopStreamer/3.8.4.1/Splashtop.SplashtopStreamer.locale.en-US.yaml new file mode 100644 index 0000000000000..d22c2409356df --- /dev/null +++ b/manifests/s/Splashtop/SplashtopStreamer/3.8.4.1/Splashtop.SplashtopStreamer.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Splashtop.SplashtopStreamer +PackageVersion: 3.8.4.1 +PackageLocale: en-US +Publisher: Splashtop Inc. +PublisherUrl: https://www.splashtop.com/ +PublisherSupportUrl: https://www.splashtop.com/support +PrivacyUrl: https://www.splashtop.com/legal/privacy-policy +PackageName: Splashtop Streamer +License: Proprietary +Copyright: Copyright (c) Splashtop Inc. All Rights Reserved. +ShortDescription: Splashtop Streamer - Enables Your PC for Remote Access +Description: Install the Splashtop Streamer on any computers that you want to remotely access, view, and control from another device using the Splashtop app. Set up the streamer with a Splashtop account and password. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Splashtop/SplashtopStreamer/3.8.4.1/Splashtop.SplashtopStreamer.yaml b/manifests/s/Splashtop/SplashtopStreamer/3.8.4.1/Splashtop.SplashtopStreamer.yaml new file mode 100644 index 0000000000000..727dd9449beae --- /dev/null +++ b/manifests/s/Splashtop/SplashtopStreamer/3.8.4.1/Splashtop.SplashtopStreamer.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: Splashtop.SplashtopStreamer +PackageVersion: 3.8.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/starkSV/msdl/0.3.1/starkSV.msdl.installer.yaml b/manifests/s/starkSV/msdl/0.3.1/starkSV.msdl.installer.yaml new file mode 100644 index 0000000000000..e60a316045cd3 --- /dev/null +++ b/manifests/s/starkSV/msdl/0.3.1/starkSV.msdl.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: starkSV.msdl +PackageVersion: 0.3.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Commands: +- msdl +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/starkSV/windows-iso-downloader/releases/download/cli%2Fv0.3.1/msdl-windows-amd64.exe + InstallerSha256: A1EAB63420395C4E9572E588FFEA49E55A14ACA6403290282C841B8CFEBB7554 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-30 diff --git a/manifests/s/starkSV/msdl/0.3.1/starkSV.msdl.locale.en-US.yaml b/manifests/s/starkSV/msdl/0.3.1/starkSV.msdl.locale.en-US.yaml new file mode 100644 index 0000000000000..72c4beb738ecb --- /dev/null +++ b/manifests/s/starkSV/msdl/0.3.1/starkSV.msdl.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: starkSV.msdl +PackageVersion: 0.3.1 +PackageLocale: en-US +Publisher: starkSV +PublisherUrl: https://github.com/starkSV +PublisherSupportUrl: https://github.com/starkSV/windows-iso-downloader/issues +PackageName: msdl +PackageUrl: https://msdl.tech-latest.com +License: MIT +LicenseUrl: https://github.com/starkSV/windows-iso-downloader/blob/main/LICENSE +ShortDescription: Download Windows ISOs directly from Microsoft +Description: |- + msdl is a command-line tool for downloading Windows ISO files directly from Microsoft's servers. + Supports interactive product and language selection, or fully automated with named arguments. + Covers consumer Windows (10, 11, 8.1) and evaluation builds (Server 2025/2022/2019/2016, Windows 11 Enterprise). +Tags: +- windows +- iso +- download +- microsoft +ReleaseNotesUrl: https://github.com/starkSV/windows-iso-downloader/releases/tag/cli/v0.3.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/starkSV/windows-iso-downloader/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/starkSV/msdl/0.3.1/starkSV.msdl.yaml b/manifests/s/starkSV/msdl/0.3.1/starkSV.msdl.yaml new file mode 100644 index 0000000000000..84f295fccd8c9 --- /dev/null +++ b/manifests/s/starkSV/msdl/0.3.1/starkSV.msdl.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: starkSV.msdl +PackageVersion: 0.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/T3Tools/T3Code/0.0.28/T3Tools.T3Code.installer.yaml b/manifests/t/T3Tools/T3Code/0.0.28/T3Tools.T3Code.installer.yaml new file mode 100644 index 0000000000000..84e9c6e94c57c --- /dev/null +++ b/manifests/t/T3Tools/T3Code/0.0.28/T3Tools.T3Code.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: T3Tools.T3Code +PackageVersion: 0.0.28 +InstallerType: nullsoft +UpgradeBehavior: install +ProductCode: e9197887-efb3-55e0-985e-d6d3b5dd594a +ReleaseDate: 2026-06-29 +AppsAndFeaturesEntries: +- DisplayName: T3 Code (Alpha) 0.0.28 + ProductCode: e9197887-efb3-55e0-985e-d6d3b5dd594a +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/pingdotgg/t3code/releases/download/v0.0.28/T3-Code-0.0.28-x64.exe + InstallerSha256: DE5D7A9A22D3A9E46AA0ED49180CFBB6C5B1CEFFFE1C7575548B1C3508CBB9DC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/T3Tools/T3Code/0.0.28/T3Tools.T3Code.locale.en-US.yaml b/manifests/t/T3Tools/T3Code/0.0.28/T3Tools.T3Code.locale.en-US.yaml new file mode 100644 index 0000000000000..cae7d99bad441 --- /dev/null +++ b/manifests/t/T3Tools/T3Code/0.0.28/T3Tools.T3Code.locale.en-US.yaml @@ -0,0 +1,149 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: T3Tools.T3Code +PackageVersion: 0.0.28 +PackageLocale: en-US +Publisher: T3 Tools +PublisherUrl: https://t3.tools/ +PublisherSupportUrl: https://github.com/pingdotgg/t3code/issues +Author: T3 Tools Inc +PackageName: T3 Code +PackageUrl: https://t3.codes/ +License: MIT +LicenseUrl: https://github.com/pingdotgg/t3code/blob/HEAD/LICENSE +Copyright: Copyright © 2026 T3 Tools +CopyrightUrl: https://github.com/pingdotgg/t3code/blob/HEAD/LICENSE +ShortDescription: T3 Code is a minimal web GUI for coding agents. +Moniker: t3-code +ReleaseNotes: |- + What's Changed + - Bundle DM Sans and JetBrains Mono fonts instead of Google Fonts by @juliusmarminge in #3014 + - Mute icons in labeled controls and suppress popup focus rings by @juliusmarminge in #3015 + - Polish dialog/alert surfaces and unauthenticated provider banner by @juliusmarminge in #3016 + - fix(marketing) : marketing showing wrong icons on linux by @ruzbyte in #2696 + - Misc markdown styling improvements by @juliusmarminge in #3017 + - Model picker UI Improvements, Virtualize Model List by @juliusmarminge in #3021 + - Provider env vars table and reworked accent color picker by @juliusmarminge in #3026 + - Polish branch picker trigger, scroll fade, and list layout by @juliusmarminge in #3024 + - Polish web context menu fallback and sidebar icon actions by @juliusmarminge in #3025 + - Composer polish: focus ring, send/stop buttons, command menu, context meter, answer panel by @juliusmarminge in #3018 + - Extract changed files card with compact aligned diff stats by @juliusmarminge in #3023 + - Misc chrome polish: header badges, plan sidebar, diff panel, empty state by @juliusmarminge in #3027 + - Rework message metadata, timestamps, and tool work log rows by @juliusmarminge in #3022 + - [codex] Sync app-server protocol, service tiers, and provider startup by @juliusmarminge in #3036 + - [codex] Reduce Git status polling churn by @juliusmarminge in #3037 + - Fix turn fold proejctions by @juliusmarminge in #3041 + - fix(git): disable external diff for patch output by @stromseng in #2553 + - [codex] Refine inline tool call timeline UI by @juliusmarminge in #3052 + - [codex] fix slow websocket shutdown by @juliusmarminge in #2869 + - Handle non-resumable pending user input by @mjc in #2766 + - fix: avoid sending composer during IME enter by @HuakunShen in #2817 + - [codex] Add integrated browser preview, annotations, and agent automation by @t3dotgg in #3053 + - Fix Bitbucket source control availability toggle by @JustMarkDev in #3079 + - Guard VCS status updates against stale targets by @juliusmarminge in #3084 + - Wrap authorized clients in fading scroll area by @juliusmarminge in #3085 + - Preserve diff surface when toggling right panel by @juliusmarminge in #3083 + - fix(desktop): mac start:desktop crash from rewritten framework symlinks by @TheIcarusWings in #3058 + - refactor: resolve host process state through Effect by @juliusmarminge in #2959 + - Add workspace file browser and preview panel by @juliusmarminge in #3087 + - Show disabled reasons for unavailable right panel surfaces by @juliusmarminge in #3093 + - [codex] Fix first browser annotation capture by @t3dotgg in #3095 + - Use fff for workspace search queries by @juliusmarminge in #3099 + - [codex] Fix terminal line height for QR readability by @StiensWout in #3096 + - [codex] Trace first-party relay clients by @juliusmarminge in #2995 + - Stage fff native binaries in desktop builds by @juliusmarminge in #3109 + - [codex] Add native mobile composer and markdown by @juliusmarminge in #3101 + - Add DELETE-based MCP session termination by @juliusmarminge in #3113 + - Parallelize VCS status refresh and status reads by @juliusmarminge in #3112 + - fix(settings): disable auto-open of task sidebar by default by @jappyjan in #2421 + - Double-click a sidebar thread row to rename by @TheIcarusWings in #3064 + - Add file preview comments and task toggles by @juliusmarminge in #3115 + - Add right-panel bulk close and tab context menu actions by @juliusmarminge in #3116 + - Render the plan surface in the inline right panel by @juliusmarminge in #3118 + - Improve inline panel, file preview, and MCP session handling by @juliusmarminge in #3121 + - [codex] Make background VCS fetch non-interactive by @Andrew-Forster in #3133 + - fix(mobile): bump react-native-shiki-engine to 0.3.12 by @skiniks in #3120 + - fix: Adapt destructive menu icon to dark mode by @StiensWout in #3126 + - Polish marketing homepage: nav, hero, and endorsements by @t3dotgg in #3137 + - [codex] Rewrite client connection architecture by @juliusmarminge in #2978 + - fix(web): Remove saved environments atomically by @mwolson in #2917 + - Add archived threads and mobile file viewer by @juliusmarminge in #3155 + - Add origin-based worktree bootstrap option by @juliusmarminge in #3157 + - fix(server): use bound host for MCP endpoint by @D3OXY in #3114 + - fix(ssh): fix support for remotes that use fnm by @soorria in #2641 + - Avoid repeated theme DOM sync during startup by @mjc in #2779 + - Migrate desktop auth to Clerk bridge by @juliusmarminge in #3092 + - feat: allow disabling provider update checks by @repparw in #3130 + - Use idiomatic Effect options for server secret reads by @cursor[bot] in #3110 + - [codex] fix: show nightly badge from primary web server version by @StiensWout in #3103 + - feat(composer): clickable PR pill next to branch selector by @TheIcarusWings in #3065 + - Improve idiomatic Effect usage in config and Tailscale paths by @cursor[bot] in #3073 + - feat(sidebar): worktree indicator on session rows by @TheIcarusWings in #3057 + - Use Effect schema decoders for JSON parsing by @cursor[bot] in #3060 + - Only show enabled providers in picker sidebar by @juliusmarminge in #3168 + - Share thread state idle TTL across client atoms by @juliusmarminge in #3163 + - Unify mobile typography tokens across the app by @juliusmarminge in #3162 + - Harden preview ownership and option-based secret handling by @juliusmarminge in #3172 + - [codex] Inline contracts request-context service shapes by @juliusmarminge in #3204 + - [codex] Refactor desktop app Effect services by @juliusmarminge in #3185 + - [codex] align relay foundation Effect services by @juliusmarminge in #3182 + - [codex] Normalize server core Effect service modules by @juliusmarminge in #3187 + - Add diff scope switching and provider update settings by @juliusmarminge in #3169 + - [codex] Refactor primary HTTP Effect service by @juliusmarminge in #3205 + - [codex] Normalize Desktop IPC Effect service by @juliusmarminge in #3203 + - chore: run eas only when labelled by @Yash-Singh1 in #3208 + - [codex] Refactor review and text generation services by @juliusmarminge in #3196 + - [codex] Use namespace imports for desktop core services by @juliusmarminge in #3207 + - [codex] normalize server process and preview Effect services by @juliusmarminge in #3191 + - [codex] Standardize Effect protocol adapter services by @juliusmarminge in #3201 + - [codex] align relay agent activity Effect services by @juliusmarminge in #3179 + - [codex] align persistence Effect service modules by @juliusmarminge in #3184 + - [codex] Refactor desktop window and update Effect services by @juliusmarminge in #3202 + - [codex] Refactor agent awareness relay service by @juliusmarminge in #3197 + - [codex] refactor server cloud Effect services by @juliusmarminge in #3183 + - [codex] Align desktop preview Effect services by @juliusmarminge in #3199 + - [codex] refactor desktop backend Effect services by @juliusmarminge in #3192 + - [codex] Align diagnostics and telemetry Effect services by @juliusmarminge in #3189 + - [codex] Complete relay agent activity Effect cleanup by @juliusmarminge in #3210 + - [codex] Align terminal Effect service modules by @juliusmarminge in #3193 + - [codex] Refactor checkpointing Effect services by @juliusmarminge in #3181 + - [codex] Migrate server source control Effect services by @juliusmarminge in #3186 + - Add Effect service conventions check by @juliusmarminge in #3212 + - [codex] finish server process and preview Effect cleanup by @juliusmarminge in #3209 + - [codex] Refactor client-runtime Effect services by @juliusmarminge in #3198 + - Tighten structural Effect error checks by @juliusmarminge in #3213 + - Preserve full cause chains in Effect error checks by @juliusmarminge in #3215 + - [codex] Refactor desktop settings Effect services by @juliusmarminge in #3188 + - Clarify Effect error discriminator modeling by @juliusmarminge in #3217 + - Fix PR creation from origin-based worktrees by @juliusmarminge in #3218 + - [codex] Close right panel when its last tab closes by @juliusmarminge in #3221 + - Cosmetic fix: Sync web title with nightly server branding by @StiensWout in #3219 + - Preserve observable Effect error semantics by @juliusmarminge in #3220 + - [codex] Make settings environment-scoped by default by @juliusmarminge in #3216 + - [codex] Refactor project and workspace Effect services by @juliusmarminge in #3190 + - [codex] Refactor client runtime Effect services by @juliusmarminge in #3200 + - [codex] Migrate desktop shell and SSH Effect services by @juliusmarminge in #3194 + - [codex] Remove redundant Effect type annotations by @juliusmarminge in #3229 + - [codex] Preserve workspace RPC error messages by @juliusmarminge in #3222 + - [fix/feat:ui] Fix clipped chatbar provider badge by @sandersonstabo in #3224 + - [fix/feat:ui] Use shared button for model favorites by @sandersonstabo in #3223 + - [fix/feat:ui] Capitalize Work Log heading by @sandersonstabo in #3228 + - [codex] Enforce canonical Node namespace imports by @juliusmarminge in #3238 + - [codex] refactor desktop Electron Effect services by @juliusmarminge in #3178 + - [codex] align server auth Effect services by @juliusmarminge in #3180 + - [codex] Structure mobile native static-check failures by @juliusmarminge in #3302 + - [codex] Structure macOS passkey signing failures by @juliusmarminge in #3303 + - [codex] Preserve desktop user-data probe failures by @juliusmarminge in #3304 + - [codex] Structure relay activity-row persistence errors by @juliusmarminge in #3305 + - [codex] Structure bootstrap errors by @juliusmarminge in #3256 + - [codex] Structure preview session key errors by @juliusmarminge in #3388 + - [codex] Structure empty mobile pairing payload errors by @juliusmarminge in #3372 + - [codex] Structure unavailable Bun PTY operations by @juliusmarminge in #3394 + - [codex] Keep PTY spawn errors structural by @juliusmarminge in #3325 + - [codex] Structure mobile notification setting failures by @juliusmarminge in #3391 + - [codex] Preserve review path resolution failures by @juliusmarminge in #3357 + - [codex] Split preferred editor precondition errors by @juliusmarminge in #3324 +ReleaseNotesUrl: https://github.com/pingdotgg/t3code/releases/tag/v0.0.28 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/T3Tools/T3Code/0.0.28/T3Tools.T3Code.yaml b/manifests/t/T3Tools/T3Code/0.0.28/T3Tools.T3Code.yaml new file mode 100644 index 0000000000000..4f3017ad4faac --- /dev/null +++ b/manifests/t/T3Tools/T3Code/0.0.28/T3Tools.T3Code.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: T3Tools.T3Code +PackageVersion: 0.0.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TJSmith/Anodizer/0.13.0/TJSmith.Anodizer.installer.yaml b/manifests/t/TJSmith/Anodizer/0.13.0/TJSmith.Anodizer.installer.yaml new file mode 100644 index 0000000000000..dae1392ecca51 --- /dev/null +++ b/manifests/t/TJSmith/Anodizer/0.13.0/TJSmith.Anodizer.installer.yaml @@ -0,0 +1,32 @@ +# This file was generated by anodizer. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: TJSmith.Anodizer +PackageVersion: 0.13.0 +InstallerLocale: en-US +InstallerType: zip +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/tj-smith47/anodizer/releases/download/v0.13.0/anodizer-0.13.0-windows-arm64.zip + InstallerSha256: de9ef399a9b5352c82926b91bbcbb0570955b90521769eeec38536338811a5f6 + UpgradeBehavior: install + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: anodizer.exe + PortableCommandAlias: anodizer + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +- Architecture: x64 + InstallerUrl: https://github.com/tj-smith47/anodizer/releases/download/v0.13.0/anodizer-0.13.0-windows-amd64.zip + InstallerSha256: 6cfb15132d25f2862da16739901a922ed410b11d4bd0b88cd1f3a702d6bded39 + UpgradeBehavior: install + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: anodizer.exe + PortableCommandAlias: anodizer + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-30 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TJSmith/Anodizer/0.13.0/TJSmith.Anodizer.locale.en-US.yaml b/manifests/t/TJSmith/Anodizer/0.13.0/TJSmith.Anodizer.locale.en-US.yaml new file mode 100644 index 0000000000000..a8714aa1044f5 --- /dev/null +++ b/manifests/t/TJSmith/Anodizer/0.13.0/TJSmith.Anodizer.locale.en-US.yaml @@ -0,0 +1,30 @@ +# This file was generated by anodizer. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: TJSmith.Anodizer +PackageVersion: 0.13.0 +PackageLocale: en-US +Publisher: TJ Smith +PublisherUrl: https://github.com/tj-smith47 +PublisherSupportUrl: https://github.com/tj-smith47/anodizer/issues +Author: TJ Smith +PackageName: anodizer +PackageUrl: https://github.com/tj-smith47/anodizer +License: MIT OR Apache-2.0 +Copyright: Copyright © 2026 TJ Smith +ShortDescription: Rust-native release automation +Description: A Rust-native release automation tool +Moniker: anodizer +Tags: +- release +- automation +- rust +ReleaseNotes: See release-notes URL for the full changelog. +ReleaseNotesUrl: https://github.com/tj-smith47/anodizer/releases/tag/v0.13.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://tj-smith47.github.io/anodizer +- DocumentLabel: Source + DocumentUrl: https://github.com/tj-smith47/anodizer +InstallationNotes: Run `anodizer --help` after installation. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TJSmith/Anodizer/0.13.0/TJSmith.Anodizer.yaml b/manifests/t/TJSmith/Anodizer/0.13.0/TJSmith.Anodizer.yaml new file mode 100644 index 0000000000000..0112f406603e9 --- /dev/null +++ b/manifests/t/TJSmith/Anodizer/0.13.0/TJSmith.Anodizer.yaml @@ -0,0 +1,7 @@ +# This file was generated by anodizer. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: TJSmith.Anodizer +PackageVersion: 0.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tailscale/Tailscale/1.98.8/Tailscale.Tailscale.installer.yaml b/manifests/t/Tailscale/Tailscale/1.98.8/Tailscale.Tailscale.installer.yaml index fef4a85f13e19..26145c500a225 100644 --- a/manifests/t/Tailscale/Tailscale/1.98.8/Tailscale.Tailscale.installer.yaml +++ b/manifests/t/Tailscale/Tailscale/1.98.8/Tailscale.Tailscale.installer.yaml @@ -9,6 +9,7 @@ InstallerSwitches: UpgradeBehavior: install Protocols: - tailscale +ReleaseDate: 2026-06-29 Installers: - Architecture: x86 InstallerType: burn diff --git a/manifests/t/Tailscale/Tailscale/1.98.8/Tailscale.Tailscale.locale.en-US.yaml b/manifests/t/Tailscale/Tailscale/1.98.8/Tailscale.Tailscale.locale.en-US.yaml index 37645e29bbb09..8ed7422aef00e 100644 --- a/manifests/t/Tailscale/Tailscale/1.98.8/Tailscale.Tailscale.locale.en-US.yaml +++ b/manifests/t/Tailscale/Tailscale/1.98.8/Tailscale.Tailscale.locale.en-US.yaml @@ -22,7 +22,13 @@ Tags: - network - vpn - wireguard -ReleaseNotesUrl: https://tailscale.com/changelog +ReleaseNotes: |- + Note: 1.98.6 and 1.98.7 were release candidates intended for testing only. + All Platforms + - Fixed: An issue causing connectivity disruptions when the operating system wakes from sleep in wireguard-go is resolved. + - Fixed: An issue causing excessive handshake initiation retries in wireguard-go is resolved. + - Fixed: An issue causing connection leaks in Tailscale SSH Session Recording is resolved. +ReleaseNotesUrl: https://tailscale.com/changelog/#2026-06-29-client PurchaseUrl: https://tailscale.com/pricing Documentations: - DocumentLabel: Docs diff --git a/manifests/t/Testfully/Testfully/1.192.0/Testfully.Testfully.installer.yaml b/manifests/t/Testfully/Testfully/1.192.0/Testfully.Testfully.installer.yaml new file mode 100644 index 0000000000000..cb14869e48a37 --- /dev/null +++ b/manifests/t/Testfully/Testfully/1.192.0/Testfully.Testfully.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Testfully.Testfully +PackageVersion: 1.192.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +ProductCode: '{1F64FC7F-E218-4F88-861D-09B4ACBB4EBC}' +ReleaseDate: 2026-06-29 +AppsAndFeaturesEntries: +- UpgradeCode: '{9625860C-C5EB-5A01-B0E7-FC083B47F530}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.testfully.io/desktop/build-547/Testfully_1.192.0_x64_en-US.msi + InstallerSha256: 1509D93C635DDAE9F70E9398FEE58D6A85763F0466F585AC7CFD806DF6C37145 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Testfully/Testfully/1.192.0/Testfully.Testfully.locale.en-US.yaml b/manifests/t/Testfully/Testfully/1.192.0/Testfully.Testfully.locale.en-US.yaml new file mode 100644 index 0000000000000..8cf5b5ad27186 --- /dev/null +++ b/manifests/t/Testfully/Testfully/1.192.0/Testfully.Testfully.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: Testfully.Testfully +PackageVersion: 1.192.0 +PackageLocale: en-US +Publisher: testfully +PublisherUrl: https://www.testfully.io/ +PublisherSupportUrl: https://testfully.io/contact/ +PrivacyUrl: https://testfully.io/privacy-policy/ +Author: Testfully Pty Ltd. +PackageName: Testfully +PackageUrl: https://docs.testfully.io/docs/download/ +License: Proprietary +LicenseUrl: https://testfully.io/terms-conditions/ +CopyrightUrl: https://testfully.io/terms-conditions/ +ShortDescription: The API Development Toolkit for Enterprises. +Description: Develop and test APIs with a wide range of features, Postman compatibility; available as a Cloud or Offline solution. What more could you ask for? +Tags: +- api +- automation +- debug +- develop +- development +- interface +- internet +- network +- request +- response +ReleaseNotes: 'On surface, a fresh look and feel for Request Editor and Response Viewer. Under the hood, many improvements to the way you can work with your requests and responses. Learn more: https://testfully.io/changelog/' +ReleaseNotesUrl: https://testfully.io/changelog/ +PurchaseUrl: https://www.testfully.io/pricing/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.testfully.io/ +- DocumentLabel: FAQ + DocumentUrl: https://testfully.io/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Testfully/Testfully/1.192.0/Testfully.Testfully.locale.zh-CN.yaml b/manifests/t/Testfully/Testfully/1.192.0/Testfully.Testfully.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d4f3a9ad90b2a --- /dev/null +++ b/manifests/t/Testfully/Testfully/1.192.0/Testfully.Testfully.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Testfully.Testfully +PackageVersion: 1.192.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 企业级 API 开发工具包。 +Description: 提供丰富功能的 API 发与测试环境,完美兼容 Postman;支持云端或离线部署方案。这还不能满足您? +Tags: +- api +- 互联网 +- 响应 +- 开发 +- 接口 +- 网络 +- 自动化 +- 请求 +- 调试 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.testfully.io/ +- DocumentLabel: 常见问题 + DocumentUrl: https://testfully.io/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Testfully/Testfully/1.192.0/Testfully.Testfully.yaml b/manifests/t/Testfully/Testfully/1.192.0/Testfully.Testfully.yaml new file mode 100644 index 0000000000000..256bd9889dcda --- /dev/null +++ b/manifests/t/Testfully/Testfully/1.192.0/Testfully.Testfully.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: Testfully.Testfully +PackageVersion: 1.192.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/u/uu201/CharacterArc/1.12.1/uu201.CharacterArc.installer.yaml b/manifests/u/uu201/CharacterArc/1.12.1/uu201.CharacterArc.installer.yaml new file mode 100644 index 0000000000000..8f890f13a6406 --- /dev/null +++ b/manifests/u/uu201/CharacterArc/1.12.1/uu201.CharacterArc.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: uu201.CharacterArc +PackageVersion: 1.12.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 49938137-299e-5c61-8d81-5dc02724dce8 +ReleaseDate: 2026-06-30 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/uu201/character-arc/releases/download/v1.12.1/CharacterArc-1.12.1-arm64-setup.exe + InstallerSha256: 9B824AA4DF2CD4448FD671AE527A7185B4A69E99B214E2B1BC93D9C4D575B5F0 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/uu201/character-arc/releases/download/v1.12.1/CharacterArc-1.12.1-arm64-setup.exe + InstallerSha256: 9B824AA4DF2CD4448FD671AE527A7185B4A69E99B214E2B1BC93D9C4D575B5F0 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/uu201/CharacterArc/1.12.1/uu201.CharacterArc.locale.en-US.yaml b/manifests/u/uu201/CharacterArc/1.12.1/uu201.CharacterArc.locale.en-US.yaml new file mode 100644 index 0000000000000..d0cd1d9ebf07f --- /dev/null +++ b/manifests/u/uu201/CharacterArc/1.12.1/uu201.CharacterArc.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: uu201.CharacterArc +PackageVersion: 1.12.1 +PackageLocale: en-US +ShortDescription: An AI novel-writing desktop application that integrates project settings, character relationships, plot outlines, chapter writing, and multi-model AI collaboration. +Description: |- + CharacterArc is not just a "conversational AI shell", but a desktop workbench built around novel project organization, chapter writing, and AI collaboration. + + 🏠 Local-First + Project data is stored in a local SQLite database; no reliance on online services, giving you full control over your writing. + 📦 Project Isolation + Each project independently maintains its settings, chapters, knowledge base, and AI execution logs, ensuring no cross-interference. + 📖 Chapter-Oriented + Outlines, inspiration, knowledge, and AI capabilities are all designed to ultimately serve the creation of chapters. + 🧩 Skill-Driven + AI calls can automatically match built-in or project-level Skill packages based on tasks, with support for Agent Loop scheduling. + 🌐 Multi-Provider Integration + Supports all OpenAI-compatible interfaces (DeepSeek, Qwen, Zhipu, Kimi, SiliconFlow, Ollama, etc.) and the Anthropic protocol (official and relays). Simply select the protocol and enter the address. + 🚀 Feature Overview + 📂 Projects & Resources + - Project Center: Create, view, edit, and delete novel projects. + - New Project Wizard: Fill in genre, length, and synopsis; call AI to generate initial settings and outlines. + - Novel Workflow Panel: Maintain workflow documents by volume; supports deconstructing reference works. + - Knowledge Center: Accumulate project facts, workflow documents, reference materials, and style analysis results. + - Skill System: Enable built-in Skills or import additional Skill packages for individual projects. + 🌍 Worldbuilding & Structure + - Worldview / Character / Organization / Relationship Management: Maintain foundational assets for the novel. + - Relationship Maps: Visualize character relationships and organizational connections (via Cytoscape). + - Plot Outline: Dual-column interlaced timeline layout; organize plot nodes by volume with drag-and-drop sorting and AI expansion. + - Plot Leads: Assist in maintaining foreshadowing, suspense, and payoff plans. + ✍️ Chapter Creation + - Three-Column Layout: Directory tree + Main editor + AI sidebar. + - Rich Text Editing: Based on TipTap; supports search-and-replace, formatting, and selection-based actions. + - Auto-Save & History: Automatic disk saving during editing; supports manual snapshots and rollbacks. + - Reading Mode / Focus Mode: Check pacing by reading in a format closer to the final manuscript. + - Word Count Goals: Set target word counts per chapter and track progress. + - Export: Export chapter text as .txt / .docx; export the entire workspace as a JSON snapshot. + 🤖 AI Assistance + - Polishing, continuation, rewriting, and pacing adjustments for chapters. + - Generation of chapter summaries, identification of foreshadowing, and subsequent plot chain generation. + - Streaming AI first-draft generation, scene planning, and chapter analysis. + - Inspiration generation packages and in-depth deconstruction of reference works. + - Agent Loop Mode: Allows the model to think iteratively based on Skill indexes and tool registries. + - Task Progress Panel: A unified view of current and historical AI tasks. + 🎨 Cover Workbench + - Generate cover prompts tailored for platforms (Fanqie, Qidian, Jinjiang, Zhihu, Qimao, Ciweimao, etc.). + - Call image models to generate previews and compare historical versions within the workbench. +Tags: +- ai +- fiction +- large-language-model +- llm +- novel +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/u/uu201/CharacterArc/1.12.1/uu201.CharacterArc.locale.zh-CN.yaml b/manifests/u/uu201/CharacterArc/1.12.1/uu201.CharacterArc.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ae020a51e57ed --- /dev/null +++ b/manifests/u/uu201/CharacterArc/1.12.1/uu201.CharacterArc.locale.zh-CN.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: uu201.CharacterArc +PackageVersion: 1.12.1 +PackageLocale: zh-CN +Publisher: zhouyeshan +PublisherUrl: https://github.com/uu201 +PublisherSupportUrl: https://github.com/uu201/character-arc/issues +PackageName: CharacterArc +PackageUrl: https://github.com/uu201/character-arc +License: MIT +LicenseUrl: https://github.com/uu201/character-arc/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 zhouyeshan +ShortDescription: AI 小说创作桌面应用,集项目设定、角色关系、剧情大纲、章节写作与多模型 AI 协作于一体 +Description: |- + CharacterArc(弧光)不是“只会对话的 AI 壳子”,而是一套围绕小说项目组织、章节写作与 AI 协作搭起来的桌面工作台。 + + 🏠 本地优先 + 项目数据保存在本机 SQLite,无需依赖在线服务,写作内容完全自己掌控。 + 📦 项目隔离 + 每个项目独立维护设定、章节、知识库与 AI 运行记录,互不干扰。 + 📖 章节导向 + 大纲、灵感、知识和 AI 能力最终都围绕章节创作落地。 + 🧩 Skill 驱动 + AI 调用可按任务自动匹配内置 / 项目级 Skill 包,并支持 Agent Loop 调度。 + 🌐 多厂商接入 + 支持所有 OpenAI 兼容接口(DeepSeek、通义千问、智谱、Kimi、SiliconFlow、Ollama 等)和 Anthropic 协议(官方及中转站),只需选协议填地址即可。 + 🚀 功能概览 + 📂 项目与资料 + - 项目中心:创建、查看、编辑、删除小说项目 + - 新建项目向导:填写题材、篇幅、简介,可调用 AI 生成首批设定与大纲 + - 小说流程面板:按分卷维护流程文档,支持参考作品拆解 + - 知识中心:沉淀项目事实、流程文档、参考资料与风格分析结果 + - 技能系统:支持启用内置 Skill,也支持为单项目导入额外 Skill 包 + 🌍 世界观与结构 + - 世界观 / 角色 / 组织 / 关系管理:维护小说基础设定资产 + - 关系图谱:可视化角色关系与组织关联(Cytoscape) + - 剧情大纲:双栏交错时间线布局,按分卷组织剧情节点,支持拖拽排序与 AI 扩写 + - 剧情线索:辅助维护伏笔、悬念和回收计划 + ✍️ 章节创作 + - 三栏布局:目录树 + 正文编辑器 + AI 侧边栏 + - 富文本编辑:基于 TipTap,支持搜索替换、格式化、选区动作 + - 自动保存与历史版本:编辑后自动落盘,支持手动快照与回滚 + - 阅读模式 / 专注模式:以更接近成稿阅读的方式检查节奏 + - 字数目标:按章节设置目标字数并跟踪完成度 + - 导出:章节正文可导出为 .txt / .docx,工作区可导出 JSON 快照 + 🤖 AI 辅助 + - 章节润色、续写、改写、节奏调整 + - 章节摘要生成、伏笔识别、后续剧情链生成 + - AI 初稿流式生成、场景规划、章节分析 + - 灵感发散包生成、参考作品深度拆解 + - Agent Loop 模式:让模型按 Skill 索引与工具注册表循环思考 + - 任务进度面板:统一查看正在运行与历史 AI 任务 + 🎨 封面工作台 + - 面向平台(番茄、起点、晋江、知乎盐言、七猫、刺猬猫等)生成封面 Prompt + - 调用图像模型生成预览图,可在工作台中对比历史版本 +Tags: +- 人工智能 +- 大语言模型 +- 小说 +ReleaseNotes: |- + 1.12.1 - 2026-06-30 + Added + - 全局助手提案支持组织模块写回:AI 对话产出的组织信息现可结构化写回项目,与角色、世界观等模块保持一致 + Changed + - 关系组织弹窗改为左右分栏布局:组织、关系、归属三个编辑弹窗统一升级为左右分栏,左侧放字段表单,右侧放大文本区(组织说明 / 关系描述 / 归属备注),与新建角色弹窗风格一致 + - 全局助手暗黑样式优化:深色主题下界面元素对比度与层次更协调 + - 全局助手写回安全性增强:提案写回逻辑补充边界校验,避免误覆盖或写入异常数据 +ReleaseNotesUrl: https://github.com/uu201/character-arc/releases/tag/v1.12.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/uu201/CharacterArc/1.12.1/uu201.CharacterArc.yaml b/manifests/u/uu201/CharacterArc/1.12.1/uu201.CharacterArc.yaml new file mode 100644 index 0000000000000..1a74635b3171f --- /dev/null +++ b/manifests/u/uu201/CharacterArc/1.12.1/uu201.CharacterArc.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: uu201.CharacterArc +PackageVersion: 1.12.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VK/VKWorkspace/26.2.10.98138/VK.VKWorkspace.installer.yaml b/manifests/v/VK/VKWorkspace/26.2.10.98138/VK.VKWorkspace.installer.yaml deleted file mode 100644 index 1b4e31833775e..0000000000000 --- a/manifests/v/VK/VKWorkspace/26.2.10.98138/VK.VKWorkspace.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jun/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: VK.VKWorkspace -PackageVersion: 26.2.10.98138 -InstallerLocale: en-US -InstallerType: wix -InstallModes: -- silent -- silentWithProgress -InstallerSwitches: - Silent: /qn - SilentWithProgress: /qn - Custom: REBOOT=ReallySuppress -ProductCode: '{E8E91573-7048-4192-8D77-BF0634FF75DE}' -Installers: -- Architecture: x64 - InstallerUrl: https://hb.bizmrg.com/vkteams-www/win/x64/vkworkspace.msi - InstallerSha256: 322C082A312A19BE65946A769F6C68AF620FE51DE42383D36399B53D3680AFB0 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/v/VK/VKWorkspace/26.2.10.98138/VK.VKWorkspace.locale.ru-RU.yaml b/manifests/v/VK/VKWorkspace/26.2.10.98138/VK.VKWorkspace.locale.ru-RU.yaml deleted file mode 100644 index 51713b7c2d463..0000000000000 --- a/manifests/v/VK/VKWorkspace/26.2.10.98138/VK.VKWorkspace.locale.ru-RU.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jun/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: VK.VKWorkspace -PackageVersion: 26.2.10.98138 -PackageLocale: ru-RU -Publisher: VK DIGITAL TECHNOLOGIES LLC -PublisherUrl: https://workspace.vk.ru -PublisherSupportUrl: https://workspace.vk.ru/docs/saas/help/feedback-form/index.html -PrivacyUrl: https://workspace.vk.ru/docs/saas/legal/privacy-policy/index.html -Author: VK DIGITAL TECHNOLOGIES LLC -PackageName: VK WorkSpace 26.1.20.81589 -PackageUrl: https://workspace.vk.ru/download -License: Proprietary -LicenseUrl: https://workspace.vk.ru/docs/saas/legal/license-agreement/index.html -Copyright: https://workspace.vk.ru/docs/saas/legal/index.html -CopyrightUrl: https://workspace.vk.ru/docs/saas/legal/index.html -ShortDescription: Корпоративный мессенджер для бизнеса -Description: Корпоративный мессенджер для бизнеса -Moniker: vkteams -Tags: -- vk -- teams -- vkteams -- vkworkspace -- workspace -- messenger -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/v/VK/VKWorkspace/26.2.10.98138/VK.VKWorkspace.yaml b/manifests/v/VK/VKWorkspace/26.2.10.98138/VK.VKWorkspace.yaml deleted file mode 100644 index 499e1705a0e50..0000000000000 --- a/manifests/v/VK/VKWorkspace/26.2.10.98138/VK.VKWorkspace.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jun/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: VK.VKWorkspace -PackageVersion: 26.2.10.98138 -DefaultLocale: ru-RU -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/w/WOAToolsOfficial/WOAToolbox/2.7.0.0/WOAToolsOfficial.WOAToolbox.installer.yaml b/manifests/w/WOAToolsOfficial/WOAToolbox/2.7.0.0/WOAToolsOfficial.WOAToolbox.installer.yaml new file mode 100644 index 0000000000000..bda65c233c2be --- /dev/null +++ b/manifests/w/WOAToolsOfficial/WOAToolbox/2.7.0.0/WOAToolsOfficial.WOAToolbox.installer.yaml @@ -0,0 +1,14 @@ +# 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: WOAToolsOfficial.WOAToolbox +PackageVersion: "2.7.0.0" +InstallerType: portable +Commands: +- woatoolbox +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/Misha803/WOA-Tools/releases/download/WOA-ToolBox/WOA-Toolbox-NEW.exe + InstallerSha256: DC40543EA0177157B61B59800C049D9A934F65F0F20EFC04F1BE99A565CDACD9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WOAToolsOfficial/WOAToolbox/2.7.0.0/WOAToolsOfficial.WOAToolbox.locale.en-US.yaml b/manifests/w/WOAToolsOfficial/WOAToolbox/2.7.0.0/WOAToolsOfficial.WOAToolbox.locale.en-US.yaml new file mode 100644 index 0000000000000..2a0ca193053a3 --- /dev/null +++ b/manifests/w/WOAToolsOfficial/WOAToolbox/2.7.0.0/WOAToolsOfficial.WOAToolbox.locale.en-US.yaml @@ -0,0 +1,13 @@ +# 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: WOAToolsOfficial.WOAToolbox +PackageVersion: "2.7.0.0" +PackageLocale: en-US +Publisher: WOA Tools Official +PackageName: WOA Toolbox +License: https://github.com/Misha803/WOA-Tools/blob/main/LICENSE +Copyright: © 2024–2026, WOA Tools Official. All rights reserved. +ShortDescription: A utility to easily run, manage, and automatically update WOA tools with both online and offline support. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WOAToolsOfficial/WOAToolbox/2.7.0.0/WOAToolsOfficial.WOAToolbox.yaml b/manifests/w/WOAToolsOfficial/WOAToolbox/2.7.0.0/WOAToolsOfficial.WOAToolbox.yaml new file mode 100644 index 0000000000000..92739fb57c232 --- /dev/null +++ b/manifests/w/WOAToolsOfficial/WOAToolbox/2.7.0.0/WOAToolsOfficial.WOAToolbox.yaml @@ -0,0 +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: WOAToolsOfficial.WOAToolbox +PackageVersion: "2.7.0.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/PDFelement/12/12.1.24/Wondershare.PDFelement.12.installer.yaml b/manifests/w/Wondershare/PDFelement/12/12.1.24/Wondershare.PDFelement.12.installer.yaml new file mode 100644 index 0000000000000..a1e094ad47e77 --- /dev/null +++ b/manifests/w/Wondershare/PDFelement/12/12.1.24/Wondershare.PDFelement.12.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Wondershare.PDFelement.12 +PackageVersion: 12.1.24 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- wspe8 +FileExtensions: +- fdf +- pdf +ProductCode: '{A8FE1843-9E8B-4E01-B5CA-375BA3FB68AF}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://download.wondershare.com/cbs_down/pdfelement-pro_64bit_12.1.24_full5239.exe + InstallerSha256: 710D32CADAA5AE738697B9FD98B166738B837A6915FA7ADC023D2689369DDBEE +- Architecture: x86 + InstallerUrl: https://download.wondershare.com/cbs_down/pdfelement-pro_12.1.24_full5239.exe + InstallerSha256: 710D32CADAA5AE738697B9FD98B166738B837A6915FA7ADC023D2689369DDBEE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/PDFelement/12/12.1.24/Wondershare.PDFelement.12.locale.en-US.yaml b/manifests/w/Wondershare/PDFelement/12/12.1.24/Wondershare.PDFelement.12.locale.en-US.yaml new file mode 100644 index 0000000000000..70c569ce56ed9 --- /dev/null +++ b/manifests/w/Wondershare/PDFelement/12/12.1.24/Wondershare.PDFelement.12.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Wondershare.PDFelement.12 +PackageVersion: 12.1.24 +PackageLocale: en-US +Publisher: Wondershare +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://support.wondershare.com/how-tos/pdfelement/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: Wondershare Technology Group Co., Ltd. +PackageName: Wondershare PDFelement +PackageUrl: https://pdf.wondershare.com/pdfelement.html +License: Proprietary +LicenseUrl: https://www.wondershare.com/company/end-user-license-agreement.html +Copyright: Copyright © 2026 Wondershare. All rights reserved. +CopyrightUrl: https://www.wondershare.com/company/terms_conditions.html +ShortDescription: Take control of your documents with this powerful PDF editor. +Description: Wondershare PDFelement is a powerful PDF tool that helps make working with PDF files easier, allows you to produce great-looking PDF documents and forms quickly, affordably, and securely. +Tags: +- annotate +- annotation +- comment +- conversion +- convert +- ebook +- edit +- editor +- ocr +- pdf +- read +- reader +- viewer +ReleaseNotes: |- + Turn your documents into an AI Space:Upload documents, ask questions, and create study tools with AI. + (1)Organize related documents in one Space + (2)Get an AI-generated overview across your files + (3)Ask questions based on your uploaded content + (4)Generate flashcards, quizzes, mind maps, reports, and podcasts from your documents + (5)Learn faster with AI grounded in your own documents +ReleaseNotesUrl: https://pdf.wondershare.com/whats-new.html +PurchaseUrl: https://pdf.wondershare.com/store/windows-individuals.html +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://pdf.wondershare.com/guide/pdfelement-windows.html +- DocumentLabel: Tutorials + DocumentUrl: https://pdf.wondershare.com/pdfelement-video-community.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/PDFelement/12/12.1.24/Wondershare.PDFelement.12.locale.zh-CN.yaml b/manifests/w/Wondershare/PDFelement/12/12.1.24/Wondershare.PDFelement.12.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9d6be721d8970 --- /dev/null +++ b/manifests/w/Wondershare/PDFelement/12/12.1.24/Wondershare.PDFelement.12.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Wondershare.PDFelement.12 +PackageVersion: 12.1.24 +PackageLocale: zh-CN +Author: 万兴科技集团股份有限公司 +License: 专有软件 +Copyright: Copyright © 2026 Wondershare. 保留所有权利 +ShortDescription: 使用这款强大的 PDF 编辑器,掌控您的文档。 +Description: Wondershare PDFelement 是功能十分强大的 PDF 工具,可帮助您在工作中轻松地处理 PDF 文件并能快速制作美观的 PDF 文档和表单,产品非常实惠,安全好用。 +Tags: +- ocr +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 电子书 +- 编辑 +- 编辑器 +- 转换 +- 阅读 +- 阅读器 +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://pdf.wondershare.com/guide/pdfelement-windows.html +- DocumentLabel: 教程 + DocumentUrl: https://pdf.wondershare.com/pdfelement-video-community.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/PDFelement/12/12.1.24/Wondershare.PDFelement.12.yaml b/manifests/w/Wondershare/PDFelement/12/12.1.24/Wondershare.PDFelement.12.yaml new file mode 100644 index 0000000000000..6565442022a91 --- /dev/null +++ b/manifests/w/Wondershare/PDFelement/12/12.1.24/Wondershare.PDFelement.12.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Wondershare.PDFelement.12 +PackageVersion: 12.1.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/wez/wezterm/nightly/20260620-004509-c4b1d89f/wez.wezterm.nightly.installer.yaml b/manifests/w/wez/wezterm/nightly/20260620-004509-c4b1d89f/wez.wezterm.nightly.installer.yaml deleted file mode 100644 index aa75284c7a035..0000000000000 --- a/manifests/w/wez/wezterm/nightly/20260620-004509-c4b1d89f/wez.wezterm.nightly.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jun/20 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: wez.wezterm.nightly -PackageVersion: 20260620-004509-c4b1d89f -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ProductCode: '{BCF6F0DA-5B9A-408D-8562-F680AE6E1EAF}_is1' -ReleaseDate: 2026-04-30 -AppsAndFeaturesEntries: -- ProductCode: '{BCF6F0DA-5B9A-408D-8562-F680AE6E1EAF}_is1' -ElevationRequirement: elevatesSelf -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\WezTerm' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/wezterm/wezterm/releases/download/nightly/WezTerm-nightly-setup.exe - InstallerSha256: C26B8CCEA3801C9BBE24FDEFA04E20FFDFFA86C71DA395133CB3D4861DFBBF6B -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/w/wez/wezterm/nightly/20260620-004509-c4b1d89f/wez.wezterm.nightly.locale.en-US.yaml b/manifests/w/wez/wezterm/nightly/20260620-004509-c4b1d89f/wez.wezterm.nightly.locale.en-US.yaml deleted file mode 100644 index ea7f1a96b194b..0000000000000 --- a/manifests/w/wez/wezterm/nightly/20260620-004509-c4b1d89f/wez.wezterm.nightly.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jun/20 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: wez.wezterm.nightly -PackageVersion: 20260620-004509-c4b1d89f -PackageLocale: en-US -Publisher: Wez Furlong -PublisherUrl: https://github.com/wezterm -PublisherSupportUrl: https://github.com/wezterm/wezterm/issues -Author: Wez Furlong -PackageName: WezTerm -PackageUrl: https://github.com/wezterm/wezterm -License: MIT -LicenseUrl: https://github.com/wezterm/wezterm/blob/HEAD/LICENSE.md -Copyright: Copyright (c) 2018-Present Wez Furlong -CopyrightUrl: https://github.com/wezterm/wezterm/blob/main/LICENSE.md -ShortDescription: | - A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust -Tags: -- rust -- serial -- serial-port -- terminal -- terminal-emulator -- terminal-emulators -ReleaseNotes: |- - Ignore the sources associated with this release: it's just the readme. - This release holds builds generated by the nightly build process that runs in the CI/CD environment. - These builds may be unstable or unusable; they are simply a build of whatever is in master at the time that the nightly build runs. -ReleaseNotesUrl: https://github.com/wezterm/wezterm/releases/tag/nightly -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/x/XiaoweiCloud/CalendarTask/3.30.289.9075/XiaoweiCloud.CalendarTask.installer.yaml b/manifests/x/XiaoweiCloud/CalendarTask/3.30.289.9075/XiaoweiCloud.CalendarTask.installer.yaml deleted file mode 100644 index b2c89a62f28a3..0000000000000 --- a/manifests/x/XiaoweiCloud/CalendarTask/3.30.289.9075/XiaoweiCloud.CalendarTask.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jun/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: XiaoweiCloud.CalendarTask -PackageVersion: 3.30.289.9075 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: user -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: XDiarys -ReleaseDate: 2025-08-01 -AppsAndFeaturesEntries: -- DisplayName: CalendarTask - Publisher: Xiaowei Cloud, Inc. - ProductCode: XDiarys -Installers: -- Architecture: x86 - InstallerUrl: https://download.xdiarys.com/windows/xdiarys-setup-v3.exe - InstallerSha256: 04E7F7B45D192FBBF1D9E995A81BD3984BCA00875D4AA8241408DEE637CC87F5 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/x/XiaoweiCloud/CalendarTask/3.30.289.9075/XiaoweiCloud.CalendarTask.locale.en-US.yaml b/manifests/x/XiaoweiCloud/CalendarTask/3.30.289.9075/XiaoweiCloud.CalendarTask.locale.en-US.yaml deleted file mode 100644 index 75a82a3cc2792..0000000000000 --- a/manifests/x/XiaoweiCloud/CalendarTask/3.30.289.9075/XiaoweiCloud.CalendarTask.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jun/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: XiaoweiCloud.CalendarTask -PackageVersion: 3.30.289.9075 -PackageLocale: en-US -Publisher: Xiaowei Cloud, Inc. -PublisherUrl: https://www.xdiarys.com/ -PublisherSupportUrl: https://www.xdiarys.com/support -PrivacyUrl: https://www.xdiarys.com/privacypolicy -Author: Beijing Xiaowei Cloud Inc. -PackageName: CalendarTask -PackageUrl: https://www.xdiarys.com/ -License: Proprietary -LicenseUrl: https://www.xdiarys.com/eula -Copyright: Copyright (C) 2025 Beijing Xiaowei Cloud Inc. -ShortDescription: Your Personal Time Management Expert -Description: |- - CalendarTask Your Personal Time Management Expert - - Transparent display: You can pin directly to the desktop wallpaper, press the shortcut key to return to the desktop to edit and view your schedule and calendar information - - Real-time data sync: You can synchronize your schedule in real time between PC computers, Mac computers, and mobile phones. If you are a small team, you can also achieve team collaboration. - - Notification Reminder: Customizable for repetitive, complex tasks and reminders. - - Notes: Stay organized, choose your colors - - Countdown Anniversary Card: Display elegant cards directly on the desktop to never forget every important day. - - No Ads: Ad-free experience across all channels -Tags: -- Calendar -- Management -- Personal -- Task -PurchaseUrl: https://www.xdiarys.com/baseintro -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml index 54f9a46135a25..c55bdfb5a29af 100644 --- a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml +++ b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml @@ -29,16 +29,16 @@ FileExtensions: - xht - xhtml ProductCode: Zen Twilight -ReleaseDate: 2026-06-28 +ReleaseDate: 2026-06-30 Installers: - Architecture: x64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight-1/zen.installer.exe - InstallerSha256: 2AAF250FA53A3DC207C372E4D32C8BC6340032E9D518A8D47C4DA01EEB6566FA + InstallerSha256: 5D95E5B5840060992CD7AD4E2441AE76504390553C03E920A8425323372B03A6 AppsAndFeaturesEntries: - DisplayName: Zen Twilight (x64 en-US) - Architecture: arm64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight-1/zen.installer-arm64.exe - InstallerSha256: 98080DEB5663C9E0291FA90CF1D729A0ACEAB7CC85A02AEE16F487312EE9A35F + InstallerSha256: C1490A90587F07328CE4000D60A9E18B91AB47091718DB2AD88FB73190F492D8 AppsAndFeaturesEntries: - DisplayName: Zen Twilight (AArch64 en-US) ManifestType: installer diff --git a/manifests/z/Zoom/ZoomOutlookPlugin/6.6.10/Zoom.ZoomOutlookPlugin.installer.yaml b/manifests/z/Zoom/ZoomOutlookPlugin/6.6.10/Zoom.ZoomOutlookPlugin.installer.yaml deleted file mode 100644 index 6ee8d5b359831..0000000000000 --- a/manifests/z/Zoom/ZoomOutlookPlugin/6.6.10/Zoom.ZoomOutlookPlugin.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Zoom.ZoomOutlookPlugin -PackageVersion: 6.6.10 -InstallerType: msi -Scope: machine -UpgradeBehavior: install -ProductCode: '{1128B6B8-00C4-426A-80C7-DEF6C73A9757}' -AppsAndFeaturesEntries: -- ProductCode: '{1128B6B8-00C4-426A-80C7-DEF6C73A9757}' - UpgradeCode: '{02B6616D-7E5F-45F5-9B8D-6DD3913FF228}' -Installers: -- Architecture: x86 - InstallerUrl: https://zoom.us/client/6.6.10.1192/ZoomOutlookPluginSetup.msi - InstallerSha256: 8CE93C302327911C6FFDB299EBB6B92A5BCF83F1C4F2490BE6CB3E16ED0D477D -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/z/Zoom/ZoomOutlookPlugin/6.6.10/Zoom.ZoomOutlookPlugin.locale.en-US.yaml b/manifests/z/Zoom/ZoomOutlookPlugin/6.6.10/Zoom.ZoomOutlookPlugin.locale.en-US.yaml deleted file mode 100644 index a4b892be3289f..0000000000000 --- a/manifests/z/Zoom/ZoomOutlookPlugin/6.6.10/Zoom.ZoomOutlookPlugin.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Zoom.ZoomOutlookPlugin -PackageVersion: 6.6.10 -PackageLocale: en-US -Publisher: Zoom -PublisherUrl: https://zoom.us/ -PublisherSupportUrl: https://support.zoom.us/ -PrivacyUrl: https://explore.zoom.us/en/privacy/ -Author: Zoom Video Communications, Inc. -PackageName: Zoom Outlook Plugin -PackageUrl: https://zoom.us/ -License: Proprietary -LicenseUrl: https://explore.zoom.us/en/terms/ -Copyright: Copyright ©2012-2025 Zoom Video Communications, Inc. All rights reserved. -ShortDescription: The Zoom Plugin for Outlook installs a button on the Microsoft Outlook tool bar to enable you to start or schedule a meeting with one-click. -Tags: -- outlook -- zoom -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/z/Zoom/ZoomOutlookPlugin/6.6.10/Zoom.ZoomOutlookPlugin.locale.zh-CN.yaml b/manifests/z/Zoom/ZoomOutlookPlugin/6.6.10/Zoom.ZoomOutlookPlugin.locale.zh-CN.yaml deleted file mode 100644 index 9f14384660cc5..0000000000000 --- a/manifests/z/Zoom/ZoomOutlookPlugin/6.6.10/Zoom.ZoomOutlookPlugin.locale.zh-CN.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Zoom.ZoomOutlookPlugin -PackageVersion: 6.6.10 -PackageLocale: zh-CN -Publisher: Zoom -PublisherUrl: https://zoom.us/ -PublisherSupportUrl: https://support.zoom.us/ -PrivacyUrl: https://explore.zoom.us/zh-cn/privacy/ -Author: Zoom Video Communications, Inc. -PackageName: Zoom Outlook Plugin -PackageUrl: https://zoom.us/ -License: 专有软件 -LicenseUrl: https://explore.zoom.us/zh-cn/terms/ -Copyright: 版权所有©2012-2025 Zoom Video Communications, Inc. 保留所有权利。 -ShortDescription: Zoom 的 Outlook 插件在 Microsoft Outlook 工具栏上安装一个按钮,可使您单击一次即可开始或安排一次会议。 -Tags: -- outlook -- zoom -ManifestType: locale -ManifestVersion: 1.10.0