Skip to content

2.0.0

Compare
Choose a tag to compare
@sezanzeb sezanzeb released this 20 Mar 15:15
· 54 commits to main since this release
  • Extensive refactorings in the injector to use flexible MappingHandlers, which are reusable for different use-cases, allowing to map everything to everything else, including analog inputs, combinations and even combinations involving analog inputs.
  • Extensive frontend code refactoring. Using a central message broker to make the GUI more event based. Loose coupling of components. Dependency Injection for GUI-Component dependencies. Lots of improvements to automated GUI tests.
  • New user interface, splitting device and preset selection into their own pages, including a configuration menu for analog input, which even renders a graph for the event value conversion.
  • add macro to do math with variables
  • Preset name sanitation
  • ReaderService terminates automatically after some time for security
  • Refactorings of the automated test setup

This is a huge release, and it is mostly based on @jonasBoss work. Consider thanking him for his efforts by donating at https://ko-fi.com/jonasbosse ๐Ÿ‘

Requires at least Python 3.10 or Ubuntu 22.04.