Skip to content

Commit e978836

Browse files
authored
New version: danielmiessler.Fabric version 1.4.373 (microsoft#327794)
1 parent e85efe2 commit e978836

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: danielmiessler.Fabric
5+
PackageVersion: 1.4.373
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: fabric.exe
10+
Commands:
11+
- fabric
12+
ReleaseDate: 2026-01-04
13+
Installers:
14+
- Architecture: x86
15+
InstallerUrl: https://github.com/danielmiessler/Fabric/releases/download/v1.4.373/fabric_Windows_i386.zip
16+
InstallerSha256: DE0C172FCE754AE7DD560E24C767DC2134495E950D510F3E35EFA0F9F276E5BC
17+
- Architecture: x64
18+
InstallerUrl: https://github.com/danielmiessler/Fabric/releases/download/v1.4.373/fabric_Windows_x86_64.zip
19+
InstallerSha256: 878A1E6A11E525DFBDF4244AD6A809FA01989ADA4F875993045621514CE14243
20+
- Architecture: arm64
21+
InstallerUrl: https://github.com/danielmiessler/Fabric/releases/download/v1.4.373/fabric_Windows_arm64.zip
22+
InstallerSha256: 3F705D3BDF49F8A5220281B782A7774CB89C2C0A822108F05D6EA4BB852856E4
23+
ManifestType: installer
24+
ManifestVersion: 1.10.0
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: danielmiessler.Fabric
5+
PackageVersion: 1.4.373
6+
PackageLocale: en-US
7+
Publisher: danielmiessler
8+
PublisherUrl: https://github.com/danielmiessler
9+
PublisherSupportUrl: https://github.com/danielmiessler/Fabric/issues
10+
PackageName: Fabric
11+
PackageUrl: https://github.com/danielmiessler/Fabric
12+
License: MIT
13+
LicenseUrl: https://github.com/danielmiessler/Fabric/blob/HEAD/LICENSE
14+
ShortDescription: Fabric is an open-source framework for augmenting humans using AI.
15+
Tags:
16+
- ai
17+
- augmentation
18+
- flourishing
19+
- life
20+
- work
21+
ReleaseNotes: |-
22+
Changes
23+
PR #1914 by majiayu000: feat(code_helper): add stdin support for piping file lists
24+
- Added stdin support for piping file lists to code_helper, enabling commands like find . -name '*.go' | code_helper "instructions" and git ls-files '*.py' | code_helper "Add type hints"
25+
- Implemented automatic detection of stdin pipe mode with single argument (instructions) support
26+
- Enhanced tool to read file paths from stdin line by line while maintaining backward compatibility with existing directory scanning functionality
27+
PR #1915 by majiayu000: feat: parallelize audio chunk transcription for improved performance
28+
- Parallelize audio chunk transcription using goroutines for improved performance
29+
ReleaseNotesUrl: https://github.com/danielmiessler/Fabric/releases/tag/v1.4.373
30+
ManifestType: defaultLocale
31+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: danielmiessler.Fabric
5+
PackageVersion: 1.4.373
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)