Skip to content

Release: [v0.17.0] - 2024-08-15

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 13:57
· 43 commits to main since this release
v0.17.0
968c433

Added

  • Support for the wayfinding family of directives (DOP-4692, #613)

Changed

  • When running as a language server, the language client is now used for file watching
    instead of snooty having its own file watch implementation. This should yield a much more
    reliable file watch experience. (DOP-4829, #610).

Removed

  • The watch subcommand has been removed. It was an escoteric feature with questionable reliability
    and a highly problematic implementation.