Releases: qtoggle/qtoggleserver
Releases · qtoggle/qtoggleserver
0.30.3
What's new:
- core/vports: Fixed issue where virtual ports were no longer identified as virtual.
0.30.2
0.30.1
What's new:
- frontend: Fixed a bug where table views were stretched.
0.30.0
What's new (since 0.29.x):
- Added support for dynamic device attributes using custom driver implementations.
- Added helper driver
CmdLineAttrDefto help quickly add custom device attributes based on command lines. - Added metadata support.
- Renamed
rebootdevice attribute field toreconnect. - The
patterndevice attribute is now standard. - The templates mechanism has been generalized.
0.30.0b2
What's new (since 0.30.0b1):
- Added metadata support.
- Fixed some template rendering subsystem issues.
0.30.0b1
What's new (since 0.29.x):
- Added support for dynamic device attributes using custom driver implementations.
- Added helper driver
CmdLineAttrDefto help quickly add custom device attributes based on command lines. - Renamed
rebootdevice attribute field toreconnect. - The
patterndevice attribute is now standard. - The templates mechanism has been generalized.
0.29.2
What's new (since 0.29.1):
- core/ports: Implemented
Port.get_last_value()according to API specs and used it in expression evaluations. - core/ports: Some basic attributes are now synchronous to avoid unnecessary async overhead.
- core/ports: Expression evaluation and value writing processes have been refactorized.
- core/ports: Expressions now always use the most recent known value from ports.
- core/ports: Expression evaluation is now synchronous and unqueued.
- core/ports: Value writing process is now asynchronous and queued.
0.29.2b3
What's new (since 0.29.2b2):
- slaves/ports: Fixed wrong port type.
0.29.2b2
What's new (since 0.29.2b1):
- core/ports: Some basic attributes are now synchronous to avoid unnecessary async overhead.
- core/ports: Expression evaluation and value writing processes have been refactorized.
- core/ports: Expressions now always use the most recent known value from ports.
- core/ports: Expression evaluation is now synchronous and unqueued.
- core/ports: Value writing process is now asynchronous and queued.
0.29.2b1
What's new:
- core/ports: Implemented
Port.get_last_value()according to API specs and used it in expression evaluations.