7.1 KiB
CHANGELOG
v0.111.0 (2024-09-17)
Documentation
- docs(position_indicator): updated position indicator documentation and added designer properties (
60f7d54
)
Feature
- feat(position_indicator): improved design and added more customization options (
d15b222
)
Fix
-
fix(position_indicator): fixed user access (
dd932dd
) -
fix(generate_cli): fixed type annotations (
d3c1a1b
) -
fix(positioner_box): visual improvements to the positioner_box and positioner_control_line (
7ea4a48
) -
fix(palette viewer): fixed background for tool tip (
9045323
)
v0.110.0 (2024-09-12)
Feature
- feat(palette_viewer): added widget to display the current palette and accent colors (
a8576c1
)
v0.109.1 (2024-09-09)
Fix
- fix: refactor textbox widget, remove inheritance, adhere to bec style; closes #324 (
b0d786b
)
v0.109.0 (2024-09-06)
Feature
- feat(accent colors): added helper function to get all accent colors (
84a59f7
)
Fix
- fix(theme): fixed theme access for themecontainer (
de303f0
)
v0.108.0 (2024-09-06)
Documentation
- docs(progressbar): added docs (
7d07cea
)
Feature
-
feat(progressbar): added bec progressbar (
f6d1d0b
) -
feat(generate_cli): added support for property and qproperty setter (
a52182d
)
v0.107.0 (2024-09-06)
Documentation
- docs: extend waveform docs (
e6976dc
)
Feature
- feat: add roi select for dap, allow automatic clear curves on plot request (
7bdca84
)
Refactor
- refactor: change style to bec_accent_colors (
bd126dd
)
Test
- test: add tests, including extension to end-2-end test (
b1aff6d
)
v0.106.0 (2024-09-05)
Feature
- feat(plot_base): toggle to switch outer axes for plotting widgets (
06d7741
)
Refactor
- refactor: use DAPComboBox in curve_dialog selection (
998a745
)
Test
- test: fix tests (
6b15abc
)
v0.105.0 (2024-09-04)
Feature
- feat: add dap_combobox (
cc691d4
)
Refactor
-
refactor: cleanup and renaming of slot/signals (
0fd5cee
) -
refactor(logger): changed prints to logger calls (
3a5d7d0
)
v0.104.0 (2024-09-04)
Documentation
- docs(scan_control): docs extended (
730e25f
)
Feature
- feat(scan_control): scan control remember the previously set parameters and shares kwarg settings across scans (
d28f9b0
)
Fix
-
fix(scan_control): SafeSlot applied to run_scan to avoid faulty scan requests (
9047916
) -
fix(scan_control): scan parameters can be loaded from the last executed scan from redis (
ec3bc8b
) -
fix(toggle): state can be determined with the widget initialisation (
2cd9c7f
)
Refactor
-
refactor(scan_control): scan control layout adjusted (
85dcbda
) -
refactor(scan_control): basic pydantic config added (
fe8dc55
)
Test
-
test(scan_control): tests extended for getting kwargs between scan switching and getting parameters from redis (
b07e677
) -
test(conftest): only run cleanup checks if test passed (
26920f8
)
v0.103.0 (2024-09-04)
Ci
- ci: prefill variables for manual pipeline start (
158c19e
)
Feature
-
feat(vscode): open vscode on a free port (
52da835
) -
feat(website): added method to wait until the webpage is loaded (
9be19d4
)
Fix
- fix(theme): fixed segfault for webengineview for auto updates (
9866075
)
Test
-
test(webview): fixed tests after refactoring (
d5eb30c
) -
test(vscode): popen call does not have to be the only one (
39f98ec
)
v0.102.0 (2024-09-04)
Documentation
- docs(buttons): buttons section of docs split to appearance and queue buttons (
047aa26
)
Fix
- fix(queue_reset_button): queue reset has to be confirmed with msgBox (
9dd43aa
)