Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 09:22
· 60 commits to master since this release
04ad234

The previous project state was inadequate due to severe performance degradation and problems. A solution was found in writing concurrent code that leverages asyncio and high-performance event loops, such as uvloop (or winloop). This choice led to a substantial performance increase compared to the old multithreaded architecture.

Additionally, Tauri framework has been chosen to build the GUI. The reason behind this is simply to conduct a fun experiment in learning Rust and having fun with React. The whole project is a "hobby" project.

Features

  • Complete project restructure and rework (#14) (fizzi01)

Documentation

  • Update README with usage instructions, configuration details, and new images (fizzi01)