You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
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
+
3
20
## v1.4.262 (2025-07-21)
4
21
5
22
### PR [#1640](https://github.com/danielmiessler/Fabric/pull/1640) by [ksylvan](https://github.com/ksylvan): Implement Automated Changelog System for CI/CD Integration
0 commit comments