Skip to content

Commit 5b7017d

Browse files
chore(release): Update version to v1.4.324
1 parent 6f5b89a commit 5b7017d

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v1.4.324 (2025-11-14)
4+
5+
### PR [#1827](https://github.com/danielmiessler/Fabric/pull/1827) by [ksylvan](https://github.com/ksylvan): Make YouTube API key optional in setup
6+
7+
- Make YouTube API key optional in setup process
8+
- Change API key setup question to optional configuration
9+
- Add test for optional API key behavior
10+
- Ensure plugin configuration works without API key
11+
312
## v1.4.323 (2025-11-12)
413

514
### PR [#1802](https://github.com/danielmiessler/Fabric/pull/1802) by [nickarino](https://github.com/nickarino): fix: improve template extension handling for {{input}} and add examples

cmd/fabric/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
var version = "v1.4.323"
3+
var version = "v1.4.324"
0 Bytes
Binary file not shown.

cmd/generate_changelog/incoming/1827.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

nix/pkgs/fabric/version.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"1.4.323"
1+
"1.4.324"

0 commit comments

Comments
 (0)