Skip to content

Lexicon v0.11.0-beta.3.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 01:02
· 9 commits to master since this release

Pre-release (beta) — for beta testers only. Expect changes and possible rough edges; Please report issues on GitHub or Discord.
Refactor process termination in LanguageTool integration

This commit simplifies the process termination logic in the LanguageTool backend by removing the Windows-specific taskkill command and replacing it with a more general approach using process termination methods. Additionally, new tests have been added to ensure that the termination logic behaves correctly for both running and already exited processes, enhancing reliability and maintainability.