You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented build process of the Windows executable file. Starting from this version, the compiled executable file will be attached to each GitHub release.
Added devcontainer configuration to the repository. It allows you to run the project in a containerized development environment using Visual Studio Code or any other compatible IDE.
Fixed
Adjusted the automatic detection of system DNS servers on Windows to work with non-English locales. Previously, it could fail if the system language was not English.
Documentation
Updated installation instructions in the readme file to include information about the Windows executable file.
Updated changelog entries of previous versions to adhere to keep a changelog format.