Skip to content

v1.0.13

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 22:04
· 69 commits to main since this release
02db3e4

Feat: Sort Discussions by File Name (#102)

This MR adds the ability to sort discussions by file name, rather than just by date.

This is an optional configuration that can be passed in on startup. The MR also introduces a test suite for the Lua code that runs through Neovim, so that the plugin can be fully tested with required dependencies and APIs.

Major props to @johnybx for the hard work on this change!