Skip to content

Commit d37a1ac

Browse files
chore(release): Update version to v1.4.264
1 parent 7254571 commit d37a1ac

File tree

5 files changed

+23
-9
lines changed

5 files changed

+23
-9
lines changed

CHANGELOG.md

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

3+
## v1.4.264 (2025-07-22)
4+
5+
### PR [#1642](https://github.com/danielmiessler/Fabric/pull/1642) by [ksylvan](https://github.com/ksylvan): Add --sync-db to `generate_changelog`, plus many fixes
6+
7+
- Add database synchronization command with comprehensive validation and sync-db flag for database integrity validation
8+
- Implement version and commit existence checking methods with enhanced time parsing using RFC3339Nano fallback support
9+
- Improve timestamp handling and merge commit detection in changelog generator with comprehensive merge commit detection using parents
10+
- Add email field support to PRCommit struct for author information and improve error logging throughout changelog generation
11+
- Optimize merge pattern matching with lazy initialization and thread-safe pattern compilation for better performance
12+
13+
### Direct commits
14+
15+
- Chore: incoming 1642 changelog entry
16+
- Fix: improve error message formatting in version date parsing
17+
18+
- Add actual error details to date parsing failure message
19+
20+
- Include error variable in stderr output formatting
21+
- Enhance debugging information for invalid date formats
22+
- Docs: Update CHANGELOG after v1.4.263
23+
324
## v1.4.263 (2025-07-21)
425

526
### PR [#1641](https://github.com/danielmiessler/Fabric/pull/1641) by [ksylvan](https://github.com/ksylvan): Fix Fabric Web timeout error

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

cmd/generate_changelog/changelog.db

0 Bytes
Binary file not shown.

cmd/generate_changelog/incoming/1642.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.263"
1+
"1.4.264"

0 commit comments

Comments
 (0)