Skip to content

Commit 18ad4f5

Browse files
committed
Document gcode index root fix for 0.8.5
Refs #180
1 parent f06b9f9 commit 18ad4f5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
setups must provide an inline `database_url` or one of the explicit fallback
3232
sources above; broker-managed secrets stay behind the daemon broker.
3333

34+
### Fixed
35+
36+
#### gcode
37+
38+
- **Directory path indexing root**`gcode index <path>` now indexes from the
39+
resolved project root when `<path>` is inside the current project, keeping
40+
relative file paths stable instead of treating the passed directory as a new
41+
root.
42+
3443
### Removed
3544

3645
#### gcode

0 commit comments

Comments
 (0)