We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06b9f9 commit 18ad4f5Copy full SHA for 18ad4f5
1 file changed
CHANGELOG.md
@@ -31,6 +31,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
setups must provide an inline `database_url` or one of the explicit fallback
32
sources above; broker-managed secrets stay behind the daemon broker.
33
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
43
### Removed
44
45
#### gcode
0 commit comments