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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
### Added
10
+
-`backend/os.WithTempDir` option to specify a custom directory for intermediate temporary files during OS write operations, providing a reliable way to resolve cross-device rename issues (#122).
11
+
12
+
### Fixed
13
+
- OS backend now selects temporary file locations on the same device/volume as the target file by default, preventing cross-device rename errors (#122).
14
+
- Fixed OS backend handling of Windows drive letters in URIs: the drive letter (e.g. `C:`) is now correctly part of the path (`file:///C:/...`) rather than the authority, conforming to RFC 8089.
15
+
9
16
## [v7.15.0] - 2026-03-06
10
17
### Added
11
18
- Added AGENTS.md with comprehensive guidelines for AI agents, including development standards, testing requirements, CHANGELOG/PR process, Go version policy, GitHub Actions maintenance, and module management.
0 commit comments