v1.4.449

danielmiessler/Fabricv1.4.449Apr 23, 2026by github-actions[bot]

AI Summary

This release updates the development dependencies, upgrading Vite to version 8 and updating the Go Git library, alongside documentation updates for Scoop installation.

Key Highlights

  • Upgraded Vite to 8.0.8 and Svelte plugin to 7.0.0
  • Updated AWS SDK and Ollama client to latest patches
  • Added Scoop installation instructions to documentation

Full Release Notes

## Changes

### PR [#2089](https://github.com/danielmiessler/Fabric/pull/2089) by [dependabot](https://github.com/apps/dependabot) and [ksylvan](https://github.com/ksylvan): chore(deps-dev): bump vite from 5.4.21 to 8.0.8 in /web in the npm_and_yarn group across 1 directory

- Chore(deps-dev): bump vite
Bumps the npm_and_yarn group with 1 update in the /web directory: [vite](<https://github.com/vitejs/vite/tree/HEAD/packages/vite).>

Updates `vite` from 5.4.21 to 8.0.8

- [Release notes](<https://github.com/vitejs/vite/releases)>
- [Changelog](<https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)>

- [Commits](<https://github.com/vitejs/vite/commits/v8.0.8/packages/vite)>
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.8
  dependency-type: direct:development
  dependency-group: npm_and_yarn
Signed-off-by: dependabot[bot] <support@github.com>

### PR [#2103](https://github.com/danielmiessler/Fabric/pull/2103) by [dependabot](https://github.com/apps/dependabot) and [ksylvan](https://github.com/ksylvan): chore(deps): bump github.com/go-git/go-git/v5 from 5.17.2 to 5.18.0 in the go_modules group across 1 directory

- Upgraded Vite from 5.4.21 to 8.0.8 in the web layer, representing a significant major-version jump with potential performance and build tooling improvements.
- Bumped `@sveltejs/vite-plugin-svelte` from 4.0.4 to 7.0.0, a major version update aligning the Svelte plugin with the upgraded Vite 8 runtime.
- Updated AWS SDK Go v2 modules to their latest patches, ensuring up-to-date cloud integration support and security fixes.
- Updated the Ollama client from 0.20.4 to 0.21.1, keeping local AI model support current with the latest client improvements.
- Upgraded `go-git` from 5.17.2 to 5.18.0, incorporating the latest fixes and improvements to Git operations within the Go module ecosystem.

### Direct commits

- Docs: add Scoop install instructions and expand cSpell dictionary

- Add Windows Scoop install section to Chinese README
- Link Scoop install entry in both README tables of contents

- Extend cSpell dictionary with APIM, MSAL, and related terms
- Ignore `.vscode/**` paths during cSpell checks

- Allow `strong` tag in cSpell markdown configuration
- Docs: add Scoop installation instructions