Skip to content

Releases: edraze/quin

v0.2.0

15 May 06:42
a7c9def
Compare
Choose a tag to compare

Release Notes

The first public release of quin, the program is at the experimental stage and is still unstable. Although the functionality is still scarce, some features can be used already.

Main features:

  • navigation grid: allows you to move mouse cursor when pressing hotkeys, the cursor will be moved to the navigation marker whose hotkeys will be pressed, the grid consists of navigational labels and covers the whole screen.
  • keyboard to mouse translation: allows full control of mouse with keyboard

What's Changed

  • feature(tray_plugin) - added application tray #9
  • feature(config_loader) - changed config format to toml #9
  • feature(general) - added configuration for application auto-startup #9
  • rework(app) - introduced pluggable application structure based on bevy #9
  • rework(overlay) - changed window backend from glfw to winit #9
  • rework(navigation_grid_plugin) - changed default configuration values and algorithm assigning grid labels #9
  • rework(keyboard_to_mouse_plugin) - changed default configuration values #9
  • refactor(ui_elements) - created common lib for overlay ui components #9
  • test(input_sequnce_plugin) - added plugin tests #10
  • test(global_input_plugin) - added plugin tests #10
  • test(mouse_output_plugin) - added plugin tests #10
  • feature(ci) - added build and test reporting pipelines #11