Skip to content

Commit c027188

Browse files
chore(release): Update version to v1.4.268
1 parent 4f16222 commit c027188

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

CHANGELOG.md

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

3+
## v1.4.268 (2025-07-26)
4+
5+
### PR [#1652](https://github.com/danielmiessler/Fabric/pull/1652) by [ksylvan](https://github.com/ksylvan): Implement Voice Selection for Gemini Text-to-Speech
6+
7+
- Feat: add Gemini TTS voice selection and listing functionality
8+
- Add `--voice` flag for TTS voice selection
9+
- Add `--list-gemini-voices` command for voice discovery
10+
- Implement voice validation for Gemini TTS models
11+
- Update shell completions for voice options
12+
313
## v1.4.267 (2025-07-26)
414

515
### PR [#1650](https://github.com/danielmiessler/Fabric/pull/1650) by [ksylvan](https://github.com/ksylvan): Update Gemini Plugin to New SDK with TTS Support

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.267"
3+
var version = "v1.4.268"

cmd/generate_changelog/changelog.db

0 Bytes
Binary file not shown.

cmd/generate_changelog/incoming/1652.txt

Lines changed: 0 additions & 7 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.267"
1+
"1.4.268"

0 commit comments

Comments
 (0)