chore(release): Update version to v1.4.336

This commit is contained in:
github-actions[bot]
2025-12-01 11:37:19 +00:00
parent e2d4aab775
commit 298abecb3f
5 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## v1.4.336 (2025-12-01)
### PR [#1848](https://github.com/danielmiessler/Fabric/pull/1848) by [zeddy303](https://github.com/zeddy303): Fix localStorage SSR error in favorites-store
- Fix localStorage SSR error in favorites-store by using SvelteKit's browser constant instead of typeof localStorage check to properly handle server-side rendering and prevent 'localStorage.getItem is not a function' error when running dev server
## v1.4.335 (2025-11-28)
### PR [#1847](https://github.com/danielmiessler/Fabric/pull/1847) by [ksylvan](https://github.com/ksylvan): Improve model name matching for NeedsRaw in Ollama plugin

View File

@@ -1,3 +1,3 @@
package main
var version = "v1.4.335"
var version = "v1.4.336"

Binary file not shown.

View File

@@ -1,3 +0,0 @@
### PR [#1848](https://github.com/danielmiessler/Fabric/pull/1848) by [zeddy303](https://github.com/zeddy303): Fix localStorage SSR error in favorites-store
- Fix localStorage SSR error in favorites-store by using SvelteKit's browser constant instead of typeof localStorage check to properly handle server-side rendering and prevent 'localStorage.getItem is not a function' error when running dev server

View File

@@ -1 +1 @@
"1.4.335"
"1.4.336"