diff --git a/CHANGELOG.md b/CHANGELOG.md index d5750639..23efd1fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v1.4.425 (2026-02-28) + +### PR [#2033](https://github.com/danielmiessler/Fabric/pull/2033) by [dependabot](https://github.com/apps/dependabot) and [ksylvan](https://github.com/ksylvan): Web UI: Dependabot upgrades and bug fixes + +- Update Svelte to version 5.53.5 and upgrade @sveltejs/vite-plugin-svelte to 4.0.0, keeping core dependencies current +- Upgrade Rollup to version 4.59.0 and lucide-svelte to version 0.575.0 for improved bundling and iconography support +- Replace custom npm and pnpm install scripts with a standardized postinstall script for svelte-kit sync, simplifying the setup process +- Fix self-closing tags in Svelte components and update transcript joining to use newlines, resolving rendering and formatting issues +- Make the `cleanPatternOutput` method public in `ChatService` and remove the `svelte-markdown` dependency, reducing bundle size and improving API accessibility + +### PR [#2034](https://github.com/danielmiessler/Fabric/pull/2034) by [konstantint](https://github.com/konstantint) and [ksylvan](https://github.com/ksylvan): feat: add create_slides pattern + +- Add new `create_slides` pattern for generating Reveal.js HTML slideshows +- Register `create_slides` across CONVERSION, VISUALIZE, and WRITING categories +- Add `create_slides` to the pattern explanations index and `suggest_pattern` user guide +- Insert `create_slides` entry into `pattern_descriptions.json` and `pattern_extracts.json` with relevant tags +- Shift pattern numbering from 97 onward to accommodate the new entry + ## v1.4.424 (2026-02-27) ### PR [#2025](https://github.com/danielmiessler/Fabric/pull/2025) by [dependabot]](https://github.com/apps/dependabot): chore(deps): bump the npm_and_yarn group across 1 directory with 5 updates diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index 7ea840cb..bd02e025 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.424" +var version = "v1.4.425" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index 2a21ce9a..6b838a54 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/2033.txt b/cmd/generate_changelog/incoming/2033.txt deleted file mode 100644 index 95f62979..00000000 --- a/cmd/generate_changelog/incoming/2033.txt +++ /dev/null @@ -1,7 +0,0 @@ -### PR [#2033](https://github.com/danielmiessler/Fabric/pull/2033) by [dependabot](https://github.com/apps/dependabot) and [ksylvan](https://github.com/ksylvan): Web UI: Dependabot upgrades and bug fixes - -- Update Svelte to version 5.53.5 and upgrade @sveltejs/vite-plugin-svelte to 4.0.0, keeping core dependencies current -- Upgrade Rollup to version 4.59.0 and lucide-svelte to version 0.575.0 for improved bundling and iconography support -- Replace custom npm and pnpm install scripts with a standardized postinstall script for svelte-kit sync, simplifying the setup process -- Fix self-closing tags in Svelte components and update transcript joining to use newlines, resolving rendering and formatting issues -- Make the `cleanPatternOutput` method public in `ChatService` and remove the `svelte-markdown` dependency, reducing bundle size and improving API accessibility diff --git a/cmd/generate_changelog/incoming/2034.txt b/cmd/generate_changelog/incoming/2034.txt deleted file mode 100644 index 32552382..00000000 --- a/cmd/generate_changelog/incoming/2034.txt +++ /dev/null @@ -1,7 +0,0 @@ -### PR [#2034](https://github.com/danielmiessler/Fabric/pull/2034) by [konstantint](https://github.com/konstantint) and [ksylvan](https://github.com/ksylvan): feat: add create_slides pattern - -- Add new `create_slides` pattern for generating Reveal.js HTML slideshows -- Register `create_slides` across CONVERSION, VISUALIZE, and WRITING categories -- Add `create_slides` to the pattern explanations index and `suggest_pattern` user guide -- Insert `create_slides` entry into `pattern_descriptions.json` and `pattern_extracts.json` with relevant tags -- Shift pattern numbering from 97 onward to accommodate the new entry diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index 8d4ea604..c14af229 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.424" +"1.4.425"