v1.0.0
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)