🐛 Bug fixes
Using absolute paths for mark_as_read
The internal store for the values mark_as_read
was tracking now use absolute paths instead of "canonical paths". The result of this is that even if you are using tooling like run_cmd
to dynamically discover files to mark as read, you should still expect --queue-include-units-reading
to work correctly.
What's Changed
Full Changelog: v0.75.8...v0.75.9