This patch release fixes some issues reported by users, as well as some encountered while working on Regal. Most notably:
- Fix issue where an absolute path to the config file wouldn't work on Windows (thanks @geirs73 for reporting this!)
- Fix issue where configured
ignore
values had no effect if Regal ran from the root directory (thanks @nevumx for the issue!) - Fix issue in language server when files with
:
in their name are present in the workspace - Fix issue in language server where Code Lens annotations (like Evaluate and Debug) would appear and reappear quickly when parse errors where encountered and fixed, leading to a "flickering" editor window
Changelog
- dcecdab: docs: Use strings for non-loop expression role (#1409) (@charlieegan3)
- c09bc93: docs: Make editor support link clearer in README (#1411) (@charlieegan3)
- 3177417: build(deps): bump the dependencies group with 2 updates (#1413) (@dependabot[bot])
- f472f40: Bump Go to 1.23, and replace archived dependency (#1410) (@anderseknert)
- 772aeb0: cmd/lint: Fix windows Abs path handling (#1416) (@charlieegan3)
- 48e2ef9: build(deps): bump the dependencies group with 5 updates (#1417) (@dependabot[bot])
- eeec210: lint: Handle root filesystem root prefix (#1418) (@charlieegan3)
- 25bde5a: lsp: URI/Path handling fixes (#1419) (@charlieegan3)
- 4fd08cb: lsp: Fix Code Lenses jank (#1420) (@charlieegan3)