Skip to content

Version 1.6.6

Choose a tag to compare

@vkbo vkbo released this 25 Oct 16:33
· 5083 commits to main since this release
v1.6.6
c22354f

Release Notes

This is a bugfix release that fixes a minor issues with following tags in the editor. It is now possible to also follow tags that contain spaces.

Detailed Changelog

Bugfixes

  • Fix a bug where only the word under the cursor would be looked up when the user tried to follow a tag in the editor. The lookup function now uses the same parser for the @-line as the syntax highlighter does, so they should behave consistently. Issue #1195. PR #1209.