Skip to content

Commit f5fba12

Browse files
chore(release): Update version to v1.4.270
1 parent d7cc3ff commit f5fba12

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.270 (2025-07-27)
4+
5+
### PR [#1654](https://github.com/danielmiessler/Fabric/pull/1654) by [ksylvan](https://github.com/ksylvan): Refine Output File Handling for Safety
6+
7+
- Fix: prevent file overwrite and improve output messaging in CreateOutputFile
8+
- Add file existence check before creating output file
9+
- Return error if target file already exists
10+
- Change success message to write to stderr
11+
- Update message format with brackets for clarity
12+
313
## v1.4.269 (2025-07-26)
414

515
### PR [#1653](https://github.com/danielmiessler/Fabric/pull/1653) by [ksylvan](https://github.com/ksylvan): docs: update Gemini TTS model references to gemini-2.5-flash-preview-tts

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

cmd/generate_changelog/changelog.db

0 Bytes
Binary file not shown.

cmd/generate_changelog/incoming/1654.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.269"
1+
"1.4.270"

0 commit comments

Comments
 (0)