Skip to content

Commit 64411cd

Browse files
chore(release): Update version to v1.4.263
1 parent 9a2ff98 commit 64411cd

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

CHANGELOG.md

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

3+
## v1.4.263 (2025-07-21)
4+
5+
### PR [#1640](https://github.com/danielmiessler/Fabric/pull/1640) by [ksylvan](https://github.com/ksylvan): Implement Automated Changelog System for CI/CD Integration
6+
7+
- Add automated changelog processing for CI/CD integration with comprehensive test coverage and GitHub client validation methods
8+
- Implement release aggregation for incoming files with git operations for staging changes and support for version detection from nix files
9+
- Change push behavior from opt-out to opt-in with GitHub token authentication and automatic repository detection
10+
- Enhance changelog generation to avoid duplicate commit entries by extracting PR numbers and filtering commits already included via PR files
11+
- Add version parameter requirement for PR processing with commit SHA tracking to prevent duplicate entries and improve formatting consistency
12+
13+
### PR [#1641](https://github.com/danielmiessler/Fabric/pull/1641) by [ksylvan](https://github.com/ksylvan): Fix Fabric Web timeout error
14+
15+
- Chore: extend proxy timeout in `vite.config.ts` to 15 minutes
16+
- Increase `/api` proxy timeout to 900,000 ms
17+
- Increase `/names` proxy timeout to 900,000 ms
18+
19+
320
## v1.4.262 (2025-07-21)
421

522
### PR [#1640](https://github.com/danielmiessler/Fabric/pull/1640) by [ksylvan](https://github.com/ksylvan): Implement Automated Changelog System for CI/CD Integration

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

cmd/generate_changelog/changelog.db

0 Bytes
Binary file not shown.

nix/pkgs/fabric/version.nix

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

0 commit comments

Comments
 (0)